body, html {
	height: 100%;
}
body {
	margin: 0px;
	padding:0px;
	font-size:12px;
	font-family: 'Gotham Book';
}
a {
	text-decoration:none !important;
}
#todo {
	margin:auto;
	width:100%;
}
.caja {
	float:left;
	width:100%;
}
.caja2 {
	margin:auto;
	width:1020px;
	height:auto;
}
.caja3, .caja3_3 {
	float:left;
	width:50%;
}
.caja4, .caja6, .caja7 {
	float:left;
	width:33.33%;
}
.caja5 {
	width: 66%;
	float: left;
}
.galeria {
	display: block;
}
.fondo02{
	background: #3B5339;
}
#video-home {
	width: 100% !important;
	height: 690px !important;
	display: none;
}
.video2 {
	overflow:hidden;
	height:280px;
	width:100%;
	max-width:100%;
	max-height:100%;
}
.header{
	float:left;
	width:100%;
	height:60px;
	background:#74a954;
	display:block;
	position: fixed;
	margin-bottom:60px;
	z-index:99;
}
.cajaMenu{
	margin:auto;
	width:100%;
	max-width:1200px;
	overflow:hidden;
	z-index:999;
}
.cajaLogo{
	float:left;
	width:120px;
	height:46px;
	margin-left:25px;
	margin-top:7px;
	
}
.logo {
	float:left;
	padding-left:50px;
	padding-top:7px;
}
.separa {
	float:left;
	height:30px;
	width:100%;
}
.fondoNosotros {
	background:#3b5339;
	width:100%;
	float:left;
	padding: 50px 0;
}
.cajaTexNosotros {
	padding:38px;
}
.more {
	float:left;
	width:100px;
	height:auto;
}
span {
	color:#74a954 !important;
	text-transform:uppercase !important;
}
.conge {
	font-size: 26px;
}
.titNosotros {
	font-size:31.5px;
	float:left;
	font-weight:100;
	color:#FFF;
	text-transform:uppercase;
	line-height:30px;
}
.textoNosotros {
	float:left;
	font-weight:100;
	color:#FFF;
}
.fondoProductos {
	background:url(../images/fondoProd.png);
	width:100%;
	float:left;
	height:auto;
}
.titProductos {
	font-size:31.5px;
	font-weight:100;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	line-height:30px;
}
.textoProductos {
	font-weight:100;
	color:#FFF;
	text-align:center;
}
.fondoDistribucion {
	background:#5d735f;
	width:100%;
	float:left;
}
hr.style4 {
	border-top: 2px dashed #5d735f;
	border-bottom: 2px dashed #fff;
	width:80%;
	margin:auto;
}
hr.style1 {
	border-top: 1px dotted #178747;
    float: left;
    width: 50%;
}
hr.style2 {
	border-top: 1px dotted #178747;
    float: left;
    width: 91%;
    margin: 0;
}
.cuadroM {
	border-radius: 37px 37px 37px 37px;
	-moz-border-radius: 37px 37px 37px 37px;
	-webkit-border-radius: 37px 37px 37px 37px;
	border: 0px solid #ffffff;
	background:#FFF;
	color:#75a858;
	height: 160px;
	padding: 140px 0 0;
	text-align: center;
	width: 300px;
	font-size:20px;
	text-decoration:none;
	float:right; 
	margin-right:20px;
	vertical-align: middle;
}
.cuadroM2 {
	border-radius: 37px 37px 37px 37px;
	-moz-border-radius: 37px 37px 37px 37px;
	-webkit-border-radius: 37px 37px 37px 37px;
	border: 0px solid #ffffff;
	background:#FFF;
	color:#75a858;
	height: 160px;
	padding: 140px 0 0;
	text-align: center;
	width: 300px;
	font-size:20px;
	text-decoration:none;
	vertical-align: middle;
}
.fondoContacto {
	background:#e9f1e0;
	width:100%;
	float:left;
}
h2 {
	color:#75a858 !important;
	text-align:center;
}

/*
label, textarea {
	color:#58585a;
}
textarea {
	background:none !important;
	border: none;
	border-bottom: 2px solid #666;
	box-shadow:none;
	border-radius: 0px;
	resize:none;
	border-bottom: 2px solid #666;
}
textarea  {
	box-shadow:none;
}
input[type=text] {
	background:none;
	border: none;
	border-bottom: 2px solid #666;
	box-shadow:none;
	border-radius: 0px;
}
input[type="text"]:focus {
	box-shadow:none;
	border-color:#666;
}
*/

input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]),
textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #9aa0a6 !important; /* gris */
  border-radius: 0 !important;
  padding: 8px 0;
  color: inherit;
  outline: none !important;     /* quita el borde azul */
  box-shadow: none !important;  /* quita glow de focus */
  -webkit-appearance: none;
  appearance: none;
	resize: none;
}

input:hover, textarea:hover,
input:focus, textarea:focus,
input:focus-visible, textarea:focus-visible {
  border-bottom-color: #9AA0A6 !important; /* cambia al color que prefieras */
  box-shadow: none !important;
  outline: none !important;
}
.formControls{
  text-align: center;
}
#enviar{
	display: inline-block;
	background: #73AA4E;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	border: 0;
	border-radius: 25px;
	padding: 10px 25px;

}
#enviar:hover{
	background: #5D735F;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	border: 0;
	border-radius: 25px;
	padding: 10px 25px;
}



#nombre {
	margin-left: -84px;
	padding-left:84px;
	width: 90%;
	outline: 0 !important;
}
#email {
	margin-left: -64px;
	padding-left: 64px;
	width: 90%;
	outline: 0 !important;
}
#mensajes {
	margin-left: -84px;
	padding-left:84px;
	width: 96%;
	outline: 0 !important;
}
/*
.btn-primary {
	background:url(../images/enviar.png) no-repeat;
	height: 43px;
  width: 145px;
	border-color: transparent;
	text-shadow:none;
	box-shadow:none;
	margin-left: 35%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background:url(../images/enviar.png) no-repeat;
	height: 43px;
  width: 145px;
	border-color: transparent;
	text-shadow:none;
	box-shadow:none;
}
*/
.footer {
	background:#74a954;
	height:220px;
	width:100%;
	padding-top:90px;
}
.redeSocial {
	float:right;
}
.logoFooter {
	float: right;
	margin-top:-20px;
}
.textoFooter {
	color:#FFF;
	float:left;
}
.titMa {
	font-size:47px;
	font-weight:100;
	color:#178747;
	text-transform:uppercase;
	text-align:left;
	line-height:45px;
}
.textoMa {
	float:left;
	font-weight:100;
	font-size:13.21px;
	color:#178747;
	margin: 20px 0px;
	width: 60%;
}
.textoMa2 {
    color: #178747;
    float: left;
    font-size: 13.21px;
    font-weight: 100;
}
.titProd {
	margin-top: 9px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#178747;
	text-align:left;
	line-height:13px;
	width: 100%;
}
.texProd {
	margin-top: 8px;
	float:left;
	font-weight:100;
	font-size:12px;
	text-align:left;
	color:#178747;
	line-height:15px;
}
.cajaProducto {
	float: left;
    height: 130px;
    padding: 25px 15px;
    width: 306px;
}
.imPro {
	width:60%;
	height:auto;
}
.carousel > ul > li > a { margin: 0px; display: block; width: 100%; height: 100%; z-index:99;}
.imR, .imH {
	width:50%;
	float:right;
	height:auto;
}
.margen {
	margin:80px 0px;
}
.plecaCertificaciones{
	width: 100%;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	background: #74A954;
	font-family: 'Gotham Book';
	font-size: 18px;
}
.certifificaciones{
	background: #FFF;
	text-align: center;
}
.certiLogo{
	display: inline-block;
	width: 175px;
	height: 175px;
	margin-left: 45px;
	margin-right: 45px;
}
.certiLogo2{
	display: inline-block;
	width: 225px;
	height: 175px;
	margin-left: 45px;
	margin-right: 45px;
}
/** Der **/
.uk-accordion-title{
	background: none !important;
	color: #FFF !important;
	border-top: 1px solid #75A854;
	padding-top: 15px !important;
}
.uk-accordion-content{
	color: #FFF !important;
	font-size: 14px;
}
.uk-accordion-content strong{
	font-family: 'GothamBold';
}

.centra-vertical{
	display: flex;
  align-items: center;
}

.uk-accordion li .uk-accordion-title:before {
  color: #fff !important;   /* blanco */
  stroke: #fff !important;  /* blanco para el trazo del SVG */
}

.mi-acordeon .uk-accordion-title::before{
  filter: invert(1) brightness(2);
}

.gestion{
	color: #188848;
	font-size: clamp(14px, 8vw, 14px);
	font-family: 'Gotham Book';
}
.gestion b, .gestion strong{
	font-family: 'GothamBold';
}
.gestion h1{
	margin: 0; padding: 0;
	color: #188848;
	font-family: 'Gotham Book';
	font-size: clamp(16px, 8vw, 60px);
	border-bottom: 1px solid #188848;
}

.boton{
	padding: 10px 20px;
	width: 100%;
	max-width: 250px;
	background: #75A854;
	color: #FFF;
	border-radius: 25px;
}
.boton:hover{
	padding: 10px 20px;
	width: 100%;
	max-width: 250px;
	background: #75A854;
	color: #3B5439;
	border-radius: 25px;
}

.box{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.cuadroBlanco{
	background: #FFF;
	border-radius: 25px;
	/* height: 200px; */
	display: flex;
  align-items: center;
	text-align: center;
}
.cuadroBlanco a{
	color: #75A858;
	font-size: clamp(16px, 8vw, 16px);
}


@media (max-width: 900px) {
	.caja2 {
		width:100% !important;
	}
}
@media (max-width: 768px) {
	.conge p {
		margin-left: 50px;
	}
	.galeria {
		display: block;
	}
	.video2 {
		height: 342px !important;
	}
	#video-home {
		display: none;
	}
	.cajaTexNosotros {
		padding: 34px;
	}
	label {
		width: 116px !important;
	}
	#nombre {
		margin-left: -127px;
		padding-left: 71px;
		width: 100%;
	}
	#email {
		margin-left: -112px;
		width: 100%;
	}
	#mensajes {
		margin-left: -129px;
		width: 100%;
	}
	.btn-primary {
		margin-left: 24%;
	}
	.redeSocial {
		margin-right: 18px;
	}
	.textoFooter {
		margin-left: 18px;
	}
	.titMa {
		margin-left: 50px;
	}
	hr.style1 {
		margin-left: 26px;
	}
	.imR, .imH {
		margin-right: 21%;
	}
	.textoMa {
	    margin: 20px 30px;
	    width: 70%;
	}
	.caja6, .caja5 {
	    width: 100%;
	}
	.separa {
	    height: 20px;
	}
	hr.style1 {
	    width: 63%;
	}
	.caja7 {
		width: 50%;
	}
	.certiLogo{
		width: 125px;
		height: 125px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 700px) {
	.imag1 {
		width:100%;
		float:left;
	}
	#conte1, #conte2 {
		display:block;
	}
	.textoNosotros, .textoProductos {
		display:none;
	}
	.titNosotros {
		text-align:center;
		width:100%;
	}
	.more {
		float: none;
		margin-left: 40%;
		width: 143px;
	}
	.imR, .imH {
		margin-right:10%;
		width:70%;	
	}
	.separa {
		height: 15px;
	}
}
@media (max-width: 600px) {
	.btn-primary {
		margin-left: 30%;
	}
	.caja3 {
		width:100% !important;
	}
	.cuadroM {
		width:80%;
		height:161px;
		margin-right:10%;
		margin-bottom:20px;
	}
	.cuadroM2 {
		width:80%;
		height:161px;
		margin-left:10%;
	}
	hr.style1 {
		width:80%;
	}
}
@media (max-width: 480px) {
	.galeria {
		margin-top: 24px;
	}
	.cajaProducto {
	    width: 91%;
	}
	.caja7 {
		width: 100%;
	}
	.margen {
	    margin: 0;
	}
	.header{
		margin-bottom:84px;
	}
	.connected-carousels .prev-navigation.inactive, .connected-carousels .next-navigation.inactive {
		display:none;
	}
	.connected-carousels .next-navigation {
		display:none !important;
	}
	.caja2 {
		width:100%;
	}
	.wrapper {
		padding: 0 0 !important;
	}
	.btn-primary {
		margin-left: 24%;
	}
	.imPro {
		width:160px;
		height:160px;
	}
	.connected-carousels .carousel-navigation li em {
		font-size: 26px !important;
		line-height: 24px !important;
		float:left;
		width:100% !important;
		text-align:center;
	}
	.connected-carousels .carousel ul {
		list-style: outside none none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100% !important;
	}
	.connected-carousels .carousel-navigation {
		width:100% !important;
	}
	.connected-carousels .carousel-navigation li {
		height: 240px !important;
		margin: 20px 0 !important;
		width: 100% !important;
	}
	.foto {
		width:100%;
	}
	.caja4 {
		width:100%;
		text-align:center;
		float:none;
	}
	.more {
		margin-left: 30%;
	}
	.cuadroM {
		height: 140px;
		margin-bottom: 20px;
		padding:115px 0 0;
	}
	.cuadroM2 {
		height:140px;
		padding:115px 0 0;
	}
	.form-horizontal .control-group {
		margin-left: 10%;
	}
	#nombre {
		margin-left: 0;
		width: 80%;
	}
	#email {
		margin-left: 0;
		width: 81%;
	}
	#mensajes {
		margin-left: 0;
		width: 77%;
	}
	.rsform {
		width:90% !important;
	}
	.titMa {
		font-size: 38px;
		margin-left: 10%;
	}
	.logoFooter {
		float: none;
		margin-top: 0;
	}
	.textoFooter {
		margin-left: 0;
		width: 100%;
	}
	.redeSocial {
		float:none;
		text-align:center;
		margin: 33px 0 0;
	}
	.footer {
		height: 225px;
		padding-top: 30px;
		width: 100%;
	}
	.imR, .imH {
		width:80%;	
	}
}
@media (max-width: 400px) {
	.more {
		margin-left: 22%;
	}
}