
@media only screen and (max-width: 1440px) {
	.royalSlider { min-height: 500px; }
	.encabezados { height: 500px; padding-top: 200px; }
	.textoSlide { padding-top: 200px; }
}


@media only screen and (max-width: 1366px) {
	.royalSlider { min-height: 380px; }
	.encabezados { height: 380px; padding-top: 130px; }
	.textoSlide { padding-top: 130px; }
}


/* 
	=========================================== DESKTOP < 1200px ====
*/
@media only screen and (max-width: 1200px) {
	nav .navbar-form { padding-top: 8px; }
	nav li a:link { font-size: 16px; padding-top: 30px; }
	.royalSlider { min-height: 380px; }
}



/* 
	============================================= IPAD LANDSCAPE ====
*/

@media only screen and  (max-width: 1183px) {

}


/* 
	============================================== IPAD PORTRAIT ====
*/
@media only screen and  (max-width: 989px) {
	h2 { margin-top: 10px; }
	.textoSlide { left: 40%; }
	.listadoProductoHome { font-size: 20px; }
	.unaNovedadHome { margin-bottom: 20px!important; }
	.tabs li { width: 180px; height: 58px; font-size: 14px; padding-top: 17px; }
	.tabs li.tabProductos { width: 210px; }
	.bread { margin-top: 30px; }
}	


@media only screen and (max-width: 780px) {
	nav { background: #0f1d40; height: auto; padding-bottom: 15px;  }
	.navbar-toggle { margin-top: 20px; }
	.navbar-collapse { border: none!important; background: #0f1d40; margin-top: 30px; }
	.collapse ul { border: none!important; }
	nav ul.navbar-nav { margin-top: 10px!important; }
	nav .navbar-form input { float: left; margin-left: 0!important; margin-right: 20px; width: 200px!important; margin-top: 5px; }
	nav .navbar-form button { float: left; }
	.royalSlider { min-height: 250px; }
	.textoSlide { padding-top: 100px; left: 33%; }
	.encabezados { height: 250px; padding-top: 100px; }
	.unaNovedadHome { margin-bottom: 50px!important; clear: both; }
	.encabezados h3 { font-size: 30px; line-height: 32px; }
	.btnPoliza {display: none; }
	.mobileOFF { display: none!important; }
	.mobileON { display: block; }
}


/* 
	=========================================== IPHONE LANDSCAPE ====
*/
@media handheld, only screen and (max-width: 550px) {

	.royalSlider { min-height: 150px; }
	.textoSlide { padding-top: 45px; left: 18%; font-size: 25px; line-height: 27px; }
	.encabezados h3 { font-size: 22px; line-height: 27px; }
	.encabezados { height: 150px; padding-top: 40px; }
	.detalleNovedad img { width: 100%; }
	.detalleNovedad .social img { width: 30px; }

	.masTexto { display: block; }
	.btnMasQuienes { display: none; }
.listadoProductoHome { font-size: 14px; }	
.novedadDetalle { background-color: #e5e5e5; padding-top: 10px; padding-bottom: 30px; }

}



/* 
	============================================ IPHONE PORTRAIT ====
*/
@media only screen and (max-width: 320px) {	
.listadoProductoHome { font-size: 14px; }	
.novedadDetalle { background-color: #e5e5e5; padding-top: 10px; padding-bottom: 30px; }
	
}



/* 
	============================================ SO SMALL PHONES ====
*/
@media handheld, only screen and (max-width: 240px) {
	
.listadoProductoHome { font-size: 14px; }	
.novedadDetalle { background-color: #e5e5e5; padding-top: 10px; padding-bottom: 20px; }



}