@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #231f20;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:30%; height:auto; float:left; padding:2% 30% 2% 0%;}
#botones{ width:40%; height:auto; float:left;  padding:2% 0%;}	
nav{ right:0; background:#231f20;  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: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** 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%;}
/*********************************** SUBMENU  *************************************************************/
#boton_carrito{ width:100%; height:auto; float:left; margin:0px; padding:0%; max-width:1200px;}
#boton_carrito li { display:inline; }
#boton_carrito li a {  
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;	
	width:96%;
	float:left;
	padding:5% 2%;
	-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:#ececec 1px solid;
	background:#b41f16;
	}
#boton_carrito li a:hover{
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;	
	width:96%;
	float:left;
	padding:5% 2%;
	background:#565656;
	 }
/*********************************** INDEX  ********************************************************************/
.ico_ini{ width:25%; height:auto; float:left; margin:0% 4%;}
/*********************************** SERVICIOS  ****************************************************************/
.productos_incio{ width:49%; height:auto; float:left; margin:0% 0.5% 1% 0%; border:#e5e5e5 1px solid; }
.pro{ width:100%; height:auto; float:left; margin:0% 0% 1% 0%; background:#000; border:#e5e5e5 1px solid;}
.detalles_foto{ width:70%; height:auto; float:left; border:#e5e5e5 1px solid;}
.detalles_texto{ width:96%; height:auto; float:left;  padding:2%; background:#000;}
.inst_fotos{ width:49.5%; height:auto; float:left; margin:0% 0.5% 1% 0%;}
/*********************************** NOSOTROS  *****************************************************************/
.cont_21{ width:100%; height:auto; float:left; margin-bottom:2%;}
.cont_22{ width:100%; height:auto; float:left; }
/*********************************** SERVICIOS  ****************************************************************/
.ser_cont{ width:44%; height:auto; float:left; margin:4% 3% 4% 3%;}
/*********************************** CONTACTO  *****************************************************************/
.formulario_2{ width:30%; height:auto; float:left; margin-right:1%;}
.formulario_3{ width:67%; height:auto; float:left; padding:1%; background:#ececec;}
#mapa{ width:100%; height:auto; float:left; margin:2% 0%;}
.mapa_50{ width:48%; height:auto; float:left; margin:0% 1%;}
/*********************************** PIE  **********************************************************************/
.pie_9{ width:100%; height:auto; float:left; margin-bottom:2%;}
.pie_10{ width:100%; height:auto; float:left; margin-bottom:3%;}
.pie_11{ width:100%; height:auto; float:left; }
.pie_linea{ width:100%; height:auto; float:left; margin:4% 0%; }
.pie_titulo{ width:100%; height:auto; float:left; }
.pie_texto{ width:100%; height:auto; float:left; }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo_esloga {
	font-family: titulo;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
}
.Titulo_blanco {
	font-family: titulo;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.Titulo_rojo {
	font-family: normal;
	font-size: 40px;
	color: #b41f16;
	text-decoration: none;
	line-height: 40px;
}
.Titulo_rojo_peque {
	font-family: normal;
	font-size: 25px;
	color: #b41f16;
	text-decoration: none;
	line-height: 25px;
}
.Texto {
	font-family: normal;
	font-size: 15px;
	color: #2f2f2f;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #231f20;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #2f2f2f;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #231f20;
	text-decoration: none;
}
.Texto_pie {
	font-family: normal;
	font-size: 14px;
	color: #2f2f2f;
	text-decoration: none;
	line-height: 26px;
}
.Texto_pie_blanco {
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 26px;
}