@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #1f9fda;}
/*********************************** MENU  *************************************************************/
.logo{  width:40%; height:auto; float:left; margin:0% 30% 0% 0%; padding:2% 0%;}
.caja_datos_pag{  width:30%; height:auto; float:right; }
.datos_pag{  width:100%; height:auto; float:right; padding:1% 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:1% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: Titulo;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** BARRA FLOTANTE  **************************************/
.barra_flotante{ width:100%; height:auto; float:left; position: fixed; z-index: 10000000; padding:0%; bottom:0%;  }
.ico_llamar{ width:8%; height:auto; float:left; background:#01d59c; padding:1% 10%;}
.ico_whatsapp{ width:8%; height:auto; float:left; background:#40e15d; padding:1% 2%;}
.ico_facebook{ width:8%; height:auto; float:left; background:#3d548e; padding:1% 2%;}
.ico_mail{ width:8%; height:auto; float:left; background:#0f7dee; padding:1% 2%;}
.ico_ubicacion{ width:8%; height:auto; float:left; background:#f6f6f6; padding:1% 2%;}
.ico_youtube{ width:8%; height:auto; float:left; background:#de1a2a; padding:1% 2%;}
.ico_instagram{ width:8%; height:auto; float:left; background:#cb2a5f; padding:1% 2%;}
/*********************************** 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%;}
/*********************************** 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%;}
.derechos{  width:100%; height:auto; float:left; padding:4% 0% 0% 0%; margin-bottom:10%; border-top:#2b2b2b 1px solid;} 
/*********************************** INDEX  ********************************************************************/
.ico_ini{ width:60%; height:auto; float:left; margin:0% 20%;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo_banner {
	font-family: titulo;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 0px;
}
.Sub_Titulo_banner {
	font-family: normal;
	font-size: 15px;
	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: 25px;
	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;
}