/ RESPONSIVE
   ========================================================================= /
/*Medida para tablets horizontal*/
@media screen and (max-width:1024px){}
 
/*Medida para tablets en vertical*/
@media screen and (max-width:768px){

	/* Home */

	.social-header{
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 27px;
		left: 0px;
		margin: 0px;
	}

	.slider-campana{
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 3%;
	}

	.banner-home img{
		margin-bottom: 3%;
	}

	.imgx3 img{
  		margin-bottom: 3%;
	}

	.imgx2 img{
  		margin-bottom: 3%;
	}

	.img-iz{
  		width: 100%;
  		margin: 0px;
	}

	.img-centro{
	  	width: 100%;
	  	margin: 0px;	  	
	}

	.img-da{
  		width: 100%;
  		margin: 0px;		
	}

	.img-1{
		width: 100%;
		margin: 0px;
	}

	.img-2{
		width: 100%;
		margin: 0px;
	}

	.film-home{
		display: none;
	}

	.film-movil{
		display: block;
		width: 100%;
		margin-bottom: 3%;
	}

	.imgx2-bottom .img-1{
		width: 100%;
		margin: 0px;
	}

	.imgx2-bottom .img-2{
		width: 100%;
		margin: 0px;
	}

	/* Footer */

	.footer{ 
  		height: 1150px;
	}

	.logo-footer{
  		width: 30%;
  		height: 30px;
  		margin-left: 35%; 
	}

	.menu-footer{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.menu-footer-da{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.cont-social-footer{
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		text-align: center;
	}

	.seguinos{
  		margin: 25px 0 0 0px;
  		color: #fff;
	}

	.copyright {
  		float: none;
  		font-size: 9px;
  		text-align: center;
  		margin-right: 0px;
  		margin-top: 50px;
	}


}


/*Medida smartphones*/
@media screen and (max-width:400px){
	.film-home{
		display: none;
	}

	.film-movil{
		display: block;
		width: 100%;
	}
}