/* Estilos específica para la web qp-iberia */

/* Estilos del padre */
@import url('web_corporativa.css');

@media screen and (max-width: 1100px){

	.mainBody .header .banner-Iberia-icons ul li:first-child,
	.mainBody .footer-top .banner-Iberia-icons ul li:first-child {	
		width: 100%;
	    margin-bottom: 15px;
	    border-bottom: 1px solid #CACACA;
	    border-right: none;
	    padding-bottom: 15px;
	    text-align: center;
	}
	
	.mainBody .header .banner-Iberia-icons ul li,
	.mainBody .footer-top .banner-Iberia-icons ul li{
		width: 25%;
	}
}

@media screen and (max-width: 767px){
	.mainBody .header .banner-Iberia-icons ul,
	.mainBody .footer-top .banner-Iberia-icons ul{
	    display: block;
	}
	
	.mainBody .header .banner-Iberia-icons ul li,
	.mainBody .footer-top .banner-Iberia-icons ul li{
	    margin-bottom: 15px;
	    width: 100%;
	    text-align: center;
	}
}