@charset "utf-8";
.display-pc{ display:inherit !important;}
/************************************************************************************************/
#cabezera{ width:100%; height:auto; float:left; background:#24331e; padding:0.5% 0%;}
#contenido_cabezera{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1400px; padding: 0% 5%; overflow:hidden;}
/***********************************   ****************************************/
#datoLogo{ width:100%; height:auto; float:left;  background:#fff; padding: 0.5% 0%; }
#datoLogoCon{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;  }
/*********************************** CABEZERA  ****************************************/
#menu{ width:100%; height:auto; float:left;  background:#40953a; position: sticky; top: 0; z-index:1000000; }
#menu_cont{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;  }
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:11%; height:auto; float:left; margin-right:14%}
.datosEmpresa{  width:75%; height:auto; float:left; margin:2% 0%;}
.casDat{  width:33%; height:auto; float:left;}
#menu_botones{ width:100%; height:auto; float:left; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0%; max-width:1200px;}
#botones li { display:inline; }
#botones li a {  
	font-family: Arial medium;
	font-size: 17px;
	color: #c2e7bf;
	text-decoration: none;	
	width:16%;
	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: 2% 0%;
	}
#botones li a:hover{
	font-family: Arial medium;
	font-size: 17px;
	color: #92d68d;
	text-decoration: none;	
	width:16%;
	float:left;
	background:#000;
	padding: 2% 0%;
	 }	
#botones a:hover, #botones .active a{
	font-family: Arial medium;
	font-size: 17px;
	color: #fff;
	text-decoration: none;	
	width:16%;
	float:left;
	background:#30722c;
	padding: 2% 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%;}
/*********************************** PIE  **********************************************************************/
.pie_24{ width:30%; height:auto; float:left; margin-right:5%;}
.pie_25{ width:30%; height:auto; float:left; margin-right:5%;}
.pie_26{ width:30%; height:auto; float:left; }
.derechos{  width:100%; height:auto; float:left; padding:4% 0% 0% 0%; margin-top:3%; border-top:#1f1f1f 1px solid;} 
/*********************************** INICIO  ********************************************/
.iniCont{ width:31%; height:auto; float:left; margin:1%;}
.nosTexto{ width:50%; height:auto; float:left; margin-right:3%; }
.nosImg{ width:47%; height:auto; float:left; }

.ini1{ width:25%; height:auto; float:left; margin-right: 5%;}
.ini2{ width:70%; height:auto; float:left;}
.caja100{ width:96%; height:auto; float:left; background:#eeeeee; padding: 2%; margin: 0% 0% 1% 0%; border-radius: 20px;}
/*********************************** GALERIA  ********************************************/
.subMenu{ width:25%; height:auto; float:left; margin-right:10%;}
.infoCatalogo{ width:65%; height:auto; float:left; }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Texto {
	font-family: Arial medium;
	font-size: 17px;
	color: #626262;
	text-decoration: none;
	line-height: 25px;
}
.TextoAmarillo {
	font-family: Arial medium;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height: 32px;
}
.Titulo {
	font-family: Arial medium;
	font-size: 40px;
	color: #40953a;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: Arial medium;
	font-size: 23px;
	color: #000;
	text-decoration: none;
}
.Titulo_pie {
	font-family: Arial medium;
	font-size: 20px;
	color: #40953a;
}	
.Texto_pie {
	font-family: Arial medium;
	font-size: 17px;
	color: #c2e7bf;
	text-decoration: none; 
	line-height: 25px;
}