@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #377fc3;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:30%; height:auto; float:left; padding:2% 0%; }
#botones{ width:auto; height:auto; float:right; padding:4% 0%;}	
nav{ right:0; background:#377fc3;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer; padding:2% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** BANNER  *******************************************************************/
.eslogan_banner{ width:100%; height:auto; float:left; margin: 5% 0%; position: absolute; z-index: 10000;}
/*********************************** BARRA FLOTANTE  **************************************/
.barra_flotante{ width:40px; height:auto; float:left; padding:0%; position: fixed; z-index: 10000000; left:0%; margin-top:5%;}
.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%;}
/*********************************** INDEX  ********************************************************************/

/*********************************** PRODUCTOS *************************************************************/
.pro{ width:96%; height:auto; float:left; padding:2%; border: #cbcbcb 1px solid; margin-bottom: 5%;}
.pro_foto{ width:100%; height:auto; float:left; margin-bottom:2%; }
.pro_tex{ width:100%; height:auto; float:left; }

.nuevoProducto{ width:80%; height:auto; float:left; margin:0% 10%;}
/*********************************** PIE  **********************************************************************/
.pie_24{ width:50%; height:auto; float:left; margin-right:2%;}
.pie_25{ width:24%; height:auto; float:left; }
.pie_26{ width:24%; height:auto; float:left; }
.pie_27{ width:100%; height:auto; float:left; }
.derechos{  width:100%; height:auto; float:left; padding:4% 0% 0% 0%; margin-top:3%; border-top:#646769 1px solid;} 
/*********************************** NOSOTROS  *****************************************************************/
.cont_21{ width:30%; height:auto; float:left; margin-right:4%;}
.cont_22{ width:66%; height:auto; float:left; }
/*********************************** SERVICIOS  ****************************************************************/
.ser_1{ width:24%; height:auto; float:left; padding:5% 0%; border-left:#e5e7e9 1px solid; }
/*********************************** CLIENTES  ****************************************************************/
.clientes_1{ width:30%; height:auto; float:left; margin-right:5%;}
.clientes_2{ width:65%; height:auto; float:left; }
.logos{ width:20%; height:auto; float:left; margin-top:5%;}
/*********************************** CONTACTO  *****************************************************************/
.formulario_4{ width:50%; height:auto; float:left; margin-right:5%;}
.formulario_5{ width:45%; height:auto; float:left;}
#mapa{ width:100%; height:auto; float:left;}
#formulario_5_datos{ width:50%; height:auto; float:left; margin-top:2%;}
#celdas{ width:100%; height:auto; float:left; margin-top:1%;}

#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:96%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:2%; }
.comentarios{ width:98%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:1%;  }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo_banlco {
	font-family: titulo;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: sub_titulo;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 21px;
}
.Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #000;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo2;
	font-size: 17px;
	color: #000;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #fff;
}	
.Texto_pie {
	font-family: sub_titulo;
	font-size: 14px;
	color: #b8b8b8;
	text-decoration: none;
}