@charset "utf-8";
.display-pc{ display:inherit !important;}
/************************************************************************************************/
#cabezera{ width:100%; height:auto; float:left; background:#4d4d4d; padding:0.5% 0%;}
#contenido_cabezera{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:20%; height:auto; float:left; padding:0.5% 0%; margin-right:3%}
#menu_botones{ width:77%; height:auto; float:left; padding:3% 0%; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0%; max-width:1200px;}
#botones li { display:inline; }
#botones li a {  
	font-family: normal;
	font-size: 20px;
	color: #393939;
	text-decoration: none;	
	width:20%;
	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; padding: 1% 0%;
	}
#botones li a:hover{
	font-family: normal;
	font-size: 20px;
	color: #ff8807;
	text-decoration: none;	
	width:20%;
	float:left; 
	padding: 1% 0%; background: #f2f2f2;
	 }	
#botones a:hover, #botones .active a{
	font-family: normal;
	font-size: 20px;
	color: #fff;
	text-decoration: none;	
	width:20%;
	float:left; background: #00b8ff; border-radius: 10px; 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_tiktok{ width:70%; height:auto; float:left; background:#000; 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%;}
/****************************************************************************/
.imagenFilosofia{ width:30%; height:auto; float:left; margin: 0% 10%;}
.letreroFilosofia{ width:40%; height:auto; float:left;}
.cont3{ width:32%; height:auto; float:left; margin: 0% 0.5% 1% 0.5%;}
.cajaPaq{ width:32%; height:auto; float:left; margin-right: 0.5%; padding: 3% 0%; background:#fff;}
.icoInclu{ width:49%; height:auto; float:left; margin: 3% 1% 3% 0%;}
.icoIma{ width:20%; height:auto; float:left; margin: 0% 5% 0% 0%;}
.icoTex{ width:75%; height:auto; float:left;}
.Inco4{ width:25%; height:auto; float:left;}
.conbaInt1{ width:30%; height:auto; float:left; margin: 0% 5%;}
.conbaInt2{ width:60%; height:auto; float:left; margin-top: 2%;}
.LogoCLie{ width:23%; height:auto; float:left; margin: 0% 0.5% 1% 0.5%; background:#fff; border: #e2e2e2 1px solid;}
.Cono1{ width:25%; height:auto; float:left; margin-right: 5%;}
.Cono2{ width:70%; height:auto; float:left;}
/*********************************** PIE  **********************************************************************/
.pie_8{ width:35%; height:auto; float:left; margin-right: 5%;}
.pie_9{ width:20%; height:auto; float:left; margin-right: 5%;}
.pie_10{ width:20%; height:auto; float:left; margin-right: 5%;}
.pie_11{ width:10%; height:auto; float:left; margin-top: 3%;}
.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; }
/*********************************** DERECHOS  ****************************************/
#derechos{ width:100%; height:auto; float:left;  background:#424242;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo {
	font-family: titulo;
	font-size: 35px;
	color: #000;
	text-decoration: none;
}
.Titulo_Grande {
	font-family: titulo;
	font-size: 70px;
	color: #000;
	text-decoration: none;
}
.Titulo_Precio {
	font-family: titulo;
	font-size: 45px;
	color: #00b8ff;
	text-decoration: none;
	line-height: 25px;
}
.Texto {
	font-family: normal;
	font-size: 17px;
	color: #393939;
	text-decoration: none;
	line-height: 27px;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #4d4d4d;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
}
.Texto_pie {
	font-family: normal;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}