@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #1f9fda;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:25%; height:auto; float:left; padding:1% 0%; margin-right:5%;}
.caja_datos_pag{  width:70%; height:auto; float:right; }
.datos_pag{  width:100%; height:auto; float:right; padding:7% 0%;}

#botones{ width:100%; height:auto; float:left;}	
nav{ right:0; background:#1f9fda;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer; padding:0% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: Titulo;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
.redes{  width:5%; height:auto; float:left; padding:1% 0%;} 
/*********************************** BARRA FLOTANTE******************************************/
.barra_flotante{ width:45px; height:auto; float:left; padding:0%; position: fixed; z-index: 10000000; left:0%; margin-top:15%;}
.ico_llamar{ width:70%; height:auto; float:left; background:#01d59c; padding:15%;}
.ico_whatsapp{ width:70%; height:auto; float:left; background:#40e15d; padding:15%;}
.ico_facebook{ width:70%; height:auto; float:left; background:#3d548e; padding:15%;}
.ico_youtube{ width:70%; height:auto; float:left; background:#de1a2a; padding:15%;}
.ico_instagram{ width:70%; height:auto; float:left; background:#cb2a5f; padding:15%;}
.ico_mail{ width:70%; height:auto; float:left; background:#0f7dee; padding:15%;}
.ico_ubicacion{ width:70%; height:auto; float:left; background:#f6f6f6; padding:15%;}
/*********************************** PIE  **********************************************************************/
.pie_24{ width:80%; height:auto; float:left; margin:2% 10%;}
.pie_25{ width:80%; height:auto; float:left; margin:2% 10%;}
.pie_26{ width:80%; height:auto; float:left; margin:2% 10%;}
.derechos{  width:100%; height:auto; float:left; padding:4% 0% 0% 0%; margin-top:3%; border-top:#2b2b2b 1px solid;}
/*********************************** SUBMENU  *************************************************************/
.submenu{ width:80%; height:auto; float:left;  margin:0% 10% 5% 10%;}
.catalago{ width:80%; height:auto; float:left; margin:0% 10%;}

#menu_botones_submenu{ width:100%; height:auto; float:left; }
#botones_submenu{ width:100%; height:auto; float:left; margin:0px; padding:0%; max-width:1200px;}
#botones_submenu li { display:inline; }
#botones_submenu li a {  
	font-family: normal;
	font-size: 17px;
	color: #1e1e21;
	text-decoration: none;	
	width:94%;
	float:left;
	padding:3%;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s; 
	border-bottom:#acacac 1px solid;
	background:#dbdbdb;
	}
#botones_submenu li a:hover{
	font-family: normal;
	font-size: 17px;
	color: #0173b6;
	text-decoration: none;	
	width:94%;
	float:left;
	padding:3%;
	background:#272727;
	 }	
#botones_submenu a:hover, #botones_submenu .active a{
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;	
	width:94%;
	float:left;
	padding:3%;
	background:#21a0da;
}
.fotos{ width:100%; height:auto; float:left; margin-bottom:1%; }
/*********************************** INDEX  ********************************************************************/
.ico_ini{ width:40%; height:auto; float:left; margin:0% 30%;}
/*********************************** NOSOTROS  **************************************************************/
.ini_1{ width:70%; height:auto; float:left; padding:5%; margin:0% 10% 5% 10%;
-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.23);
box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.23);
 }
.ini_2{ width:80%; height:auto; float:left; margin:0% 10%;}
.ini_2_mitad{ width:100%; height:auto; float:left; margin:4% 0%;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo_banner {
	font-family: titulo;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
	line-height: 0px;
}
.Sub_Titulo_banner {
	font-family: normal;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}
.Texto_blanco {
	font-family: normal;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: normal;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
}
.Titulo {
	font-family: titulo;
	font-size: 35px;
	color: #000;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.Texto_pie {
	font-family: normal;
	font-size: 15px;
	color: #cbcbcb;
	text-decoration: none;
	line-height: 30px;
}