.titulo-seccion  {
    font-size: 36px;
    line-height: 46px;
    color: #111;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 300;
    padding-bottom: 15px;
}

.titulo-seccion:after {
	content: '';
	width: 70px;
	background-color:#f1cb25;
	height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.titulo-seccion.variant:after {
    content: '';
    width: auto;
    background-color: #f1cb25;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 41%;
    right: 41%;
}

.titulo-seccion span  {
	font-weight:700;
}

.sub-titulo-seccion  {
	font-size: 14px;
	font-weight: 700;
	color: #d7d7d7;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.destacado {
	font-size: 16px;
	font-weight: 400;
	line-height:28px;
	margin-bottom: 18px;
}

.descripcion {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

.descripcion.marker {
	background-image:url(../img/marker-p.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:30px;
	margin-left:10px;
}

@media (max-width:767px){
.titulo-seccion  {
	font-size: 28px;
	line-height: 34px;
}

.sub-titulo-seccion  {
	margin-bottom: 12px;
}

.destacado {
	font-size: 15px;
	margin-bottom: 8px;
}


}

@media (max-width:767px){
.titulo-secciones  {
	font-size:30px;
	margin-bottom:22px;
}
}	


/*----------------------*/

.modulo-cabecera {
	position:relative;
	height:80vh;
	background-image:url(../img/bg-inicio.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}

.modulo-cabecera.inicio-t {
	height:100vh;
}

.modulo-cabecera.bg-agronegocios {
	background-image:url(../img/bg-agronegocios.jpg);
}

.modulo-cabecera.bg-agroindustria {
	background-image:url(../img/bg-agroindustria.jpg);
}

.modulo-cabecera.bg-servicios-sociales {
	background-image:url(../img/bg-servicios-sociales.jpg);
}

.modulo-cabecera.bg-asesoramineto {
	background-image:url(../img/bg-asesoramiento-in.jpg);
}

.modulo-cabecera.bg-revista {
	background-image:url(../img/bg-revista.jpg);
}

.modulo-cabecera.bg-clima {
	background-image:url(../img/bg-clima.jpg);
}

.modulo-cabecera.bg-informes {
	background-image:url(../img/bg-informes.jpg);
}

.modulo-cabecera.bg-institucional {
	background-image:url(../img/bg-institucional.jpg);
}

.modulo-cabecera.bg-contacto {
	background-image:url(../img/bg-contacto.jpg);
}

.modulo-cabecera.bg-novedades {
	background-image:url(../img/bg-novedades.jpg);
}

.modulo-cabecera.bg-premio {
	background-image:url(../img/bg-premio.jpg);
}

.modulo-cabecera .img-lines{
	position:absolute;
	bottom:0;
	width:100%;
}

.modulo-cabecera .contenedor-centrado{
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

.modulo-cabecera.inicio-t .contenedor-centrado{
	top: 40%;
}

.modulo-cabecera .contenedor-centrado .titulo-b{
	color: rgb(18 63 28 / 66%);
	font-weight: 700;
	font-size: 58px;
	line-height: 46px;
	margin-left:20px;
}

.modulo-cabecera .contenedor-centrado .titulo-b span{
	font-size:78px;
	opacity:0.4;
	display:block;
	color:#123f1c;
}



.modulo-cabecera .contenedor-centrado.interiores{
	top: 65%;
}

.modulo-cabecera .contenedor-centrado.interiores .titulo-b {
    color: rgb(255 255 255 / 69%);
    font-size: 88px;
}

.modulo-cabecera .contenedor-centrado.interiores .titulo-b span {
	font-size: 98px;
	opacity: 0.9;
	color: #ffffff;
}

@media (max-width:767px){

.modulo-cabecera {
	height:45vh;
	background-image:url(../img/bg-inicio-xs.jpg);
}

.modulo-cabecera.inicio-t {
	height:45vh;
}

.modulo-cabecera .contenedor-centrado .titulo-b {
    font-size: 34px;
    line-height: 32px;
    margin-left: 20px;
	font-weight:800;
}

.modulo-cabecera .contenedor-centrado .titulo-b span {
    font-size: 46px;
}


.modulo-cabecera .contenedor-centrado.interiores .titulo-b {
    font-size: 39px;
    line-height: 30px;
	font-weight:700;
}

.modulo-cabecera .contenedor-centrado.interiores .titulo-b span {
    font-size: 46px;
}

}


/*---------------------------------------*/

.modulo-unidades-inicio{
    background-color: #1f421d;
	padding:80px 0px;
	color:#FFFFFF;
}

.modulo-unidades-inicio .texto-info{
	min-height:110px;
	line-height: 22px;
}


.modulo-unidades-inicio .ver-mas {
    color: #FFFFFF;
    background-color: #9fb01e;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 600;
    border-radius: 50px;
	margin-top:25px;
	border: solid 2px #07672e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-unidades-inicio .ver-mas:hover {
    color: #FFFFFF;
    background-color: #07672e;
	border: solid 2px #9fb01e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width:767px){

.modulo-unidades-inicio{
	padding:60px 0px;
}

.modulo-unidades-inicio .texto-info{
	min-height:auto;
	font-size:17px;
	line-height: 24px;
	text-align:center;
	padding:0px 15px;
}

.modulo-unidades-inicio img{
	max-width: 300px;
}

}

/*--------------------------------------*/

.modulo-asesoramiento-inicio {
	position:relative;
	background-image:url(../img/bg-asesoramiento.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	padding:100px 0px;
}

.modulo-asesoramiento-inicio .titulo-b{
    color: rgb(255 255 255 / 80%);
    font-weight: 700;
    font-size: 88px;
    line-height: 56px;
    margin-top: 20px;
}

.modulo-asesoramiento-inicio .titulo-b span{
	font-size:80px;
	display:block;
}

@media (max-width:767px){

.modulo-asesoramiento-inicio .titulo-b{
    color: rgb(255 255 255 / 90%);
    font-size: 78px;
    line-height: 50px;
    margin-top: 0px;
}

.modulo-asesoramiento-inicio .titulo-b span{
	font-size:70px;
}


}

/*--------------------------------------*/

.modulo-plano-inicio {
	position:relative;
	background-image:url(../img/bg-plano.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	padding:60px 0px;
}

.modulo-plano-inicio .titulo-b{
	color: #123f1c;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
}

.google_maps{
    height: 500px;
    float: none;
}

@media (max-width:767px){

.modulo-plano-inicio .titulo-b{
	font-size: 38px;
	line-height: 40px;
	margin-top: 0px;
	position: inherit;
}


.google_maps{
    height: 300px;
}


}


/*--------------------------------------*/

.modulo-counter-inicio {
	position:relative;
	background-image:url(../img/bg-counter.jpg);
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	padding:60px 0px;
}

.modulo-counter-inicio .box-facts{
    width: 100%;
    border-radius: 100px;
    background-color: rgb(0 0 0 / 60%);
    padding: 30px 0px;
    text-align: center;
    color: white;
	display:inline-block;
	margin-top:80px;
}

.modulo-counter-inicio .count, .modulo-counter-inicio .counted{
	font-weight: 700;
	font-size: 80px;
}


.modulo-counter-inicio h3{
	color: #97af39;
	font-weight: 500;
	font-size: 24px;
}


@media (max-width:767px){

.modulo-counter-inicio .box-facts{
	margin-top:35px;
	margin-left:15px;
	margin-right:15px;
	width:auto;
	border-radius: 15px;
	padding:30px 15px;
}

.modulo-counter-inicio .count, .modulo-counter-inicio .counted{
	font-size: 50px;
}


.modulo-counter-inicio h3{
	font-size: 19px;
}

.modulo-counter-inicio img{
	max-width: 270px;
}


}

/*---------------------------------------*/

.modulo-agronegocios{
    background-color: #fff;
	padding:80px 0px;
}

.modulo-agronegocios .box{
	padding:30px 30px 0px 20px;
	display:block;
}

.modulo-agronegocios .p-texto{
    font-size: 16px;
    line-height: 26px;
    color: #5f6b6e;
}

.modulo-agronegocios .p-texto .fa{
    color: #9fb01d;
    margin-right: 8px;
}

.modulo-agronegocios .p-texto .fa-circle {
    font-size: 12px;
    position: relative;
    top: -1px;
    color: #c8b080;
    margin-right: 4px;
}

@media (max-width:767px){

.modulo-agronegocios .box {
    padding: 20px 10px 0px 10px;
    display: block;
}

.modulo-agronegocios .p-texto{
    font-size: 15px;
    line-height: 25px;
}

}


/*---------------------------------------*/

.modulo-agroindustria{
	padding:80px 0px;
}

.modulo-agroindustria .box{
	padding:30px 30px 0px 20px;
	display:block;
}

.modulo-agroindustria .titulo-ppal{
    font-size: 38px;
    font-weight: 700;
    color: #10642e;
}

.modulo-agroindustria .titulo-ppal.green{
    color: #9fb01d;
}

.modulo-agroindustria .p-texto{
    font-size: 16px;
    line-height: 26px;
    color: #5f6b6e;
}

.modulo-agroindustria .p-texto .fa{
    color: #9fb01d;
    margin-right: 8px;
}

@media (max-width:767px){

.modulo-agroindustria .titulo-ppal{
    font-size: 28px;
}

.modulo-agroindustria .box {
    padding: 20px 10px 0px 10px;
    display: block;
}

.modulo-agroindustria .p-texto{
    font-size: 15px;
    line-height: 25px;
}

}


/*---------------------------------------*/

.modulo-revista{
	padding:80px 0px;
}

.modulo-revista .box{
	padding:30px 30px 0px 20px;
	display:block;
}

.modulo-revista .titulo-ppal{
	font-size: 38px;
	font-weight: 700;
	color: #10642e;
	border-bottom: solid 3px #9fb01d;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.modulo-revista .titulo-ppal.green{
    color: #9fb01d;
}

.modulo-revista .titulo-revista{
    font-size: 24px;
    font-weight: 600;
}

.modulo-revista .btn-descargar{
    font-size: 15px;
    font-weight: 600;
    border: solid 2px #9fb01d;
    color: #9fb01d;
    border-radius: 50px;
    padding: 4px 24px;
    margin-top: 8px;
}

.modulo-revista .btn-descargar:hover{
    border: solid 2px #9fb01d;
    color: #fff;
	background-color: #9fb01d;
}

.modulo-revista .fa-calendar{
    color: #9fb01d;
}

.modulo-revista .boton-mas{
    font-size: 15px;
    font-weight: 700;
    border: solid 2px #9fb01d;
    color: #9fb01d;
    border-radius: 50px;
    padding: 8px 24px;
    margin-top: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.modulo-revista .boton-mas:hover{
    border: solid 2px #9fb01d;
    color: #fff;
	background-color: #9fb01d;
}


.modulo-revista .p-texto{
    font-size: 16px;
    line-height: 26px;
    color: #5f6b6e;
}

.modulo-revista .p-texto .fa{
    color: #9fb01d;
    margin-right: 8px;
}

.modulo-revista .btn-verde{
    background-color: #9fb01d;
    color: white;
}

.modulo-revista .fa-circle{
    font-size: 6px;
    position: relative;
    top: -3px;
	color: #9fb01d;
	margin-right:8px;
}

@media (max-width:767px){

.modulo-revista .titulo-ppal{
    font-size: 26px;
}

.modulo-revista .titulo-revista{
    font-size: 18px;
}

.modulo-revista .btn-descargar{
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 4px 20px;
    margin-top: 8px;
}

}

.lluvias li { border-right: solid 1px #adad8a;}
.lluvias li.border-0 { border-right: none;}
@media (max-width: 1200px) {
.lluvias li.ultimo { border-right: none;}
}
