@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  ******************************/
.datos_pag{  width:100%; height:auto; float:left; padding:1.5% 0%;}
.logo{  width:20%; height:auto; float:left; margin-right: 2%;}
.datos_pag_1{  width:26%; height:auto; float:left; margin-top: 2%;}
.datos_pag_icono{  width:5%; height:auto; float:left; margin-right:5%; }
.datos_pag_text{  width:90%; height:auto; float:left; }
.top_mitad{  width:70%; height:auto; float:left; }
.top_mitad2{  width:30%; height:auto; float:left; }
#menu_botones{ width:100%; height:auto; float:left; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1250px;}
#botones li { display:inline; }
#botones li a {  
	font-family: titulo;
	font-size: 20px;
	color: #dadada;
	text-decoration: none;	
	width:20%;
    padding: 1% 0%;
	float:left;
	-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;
	}
#botones li a:hover{
	font-family: titulo;
	font-size: 20px;
	color: #faed37;
	text-decoration: none;	
	width:20%;
	float:left;
    padding: 1% 0%;
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 20px;
	color: #faed37;
	text-decoration: none;	
	width:20%;
	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:5%;}
.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%;}
/*********************************** PRODUCTOS  ************************************/
.productos{ width:47%; height:auto; float:left; padding: 1%; background: #eff0f3; margin: 0% 1% 2% 0%;}
/*********************************** DISTRIBUIDORES  ************************************/
.dis{ width:50%; height:auto; float:left;   margin: 0% 25% 5% 25%;}
/*********************************** NOSOTROS *************************************************/
.cont_21{ width:20%; height:auto; float:left; margin-right:5%; }
.cont_22{ width:75%; height:auto; float:left; }
/*********************************** PIE  **************/
.pie_26{ width:25%; height:auto; float:left; margin-right:2%;}
.pie_27{ width:31%; height:auto; float:left; margin-right: 2%;}
.pie_50{ width:50%; height:auto; float:left; border-top:#ebebeb 1px solid; padding-top:20px; }
.pie_100{ width:100%; height:auto; float:left; border-top:#ebebeb 1px solid; padding-top:20px; }
/*********************************** TIPOGRAFIAS  ************/
.Titulo_banner {
	font-family: titulo;
	font-size: 25px;
	color: #faed37;
	text-decoration: none;
}
.SubTitulo_banner {
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #1421cc;
	text-decoration: none;
	line-height: 25px;
}
.Texto {
	font-family: normal;
	font-size: 18px;
	color: #3f3f3f;
	text-decoration: none;
	line-height: 25px;
}
.Titulo {
	font-family: titulo;
	font-size: 40px;
	color: #1421cc;
	text-decoration: none;
    line-height: 50px;
}