.saira-condensed-thin {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.saira-condensed-extralight {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.saira-condensed-light {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.saira-condensed-regular {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.saira-condensed-medium {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.saira-condensed-semibold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.saira-condensed-bold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.saira-condensed-extrabold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.saira-condensed-black {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}
*{
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	font-family: "Saira Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wrapper{
	max-width: 1444px;
	position:relative;
	margin:0 auto;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:95%;
	left:2.5%;
}
.in-3{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-lft{
	text-align:left;
}
.txt-just{
	text-align:justify;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
#barra{
	background-color:#339933;
	color:white;
}
#barra a{
	color:white;
	text-decoration:none;
}
#barra a:hover{
	color:#1f2c34;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col-70{
	position:relative;
	float:left;
	width:70%;
}
.col-30{
	position:relative;
	float:left;
	width:30%;
}
.redes a{
	margin-left:10px;
	margin-right:10px;
}
.logo{
	position:relative;
	float:left;
	width:25%;
}
.menu{
	position:relative;
	float:left;
	width:50%;
}
.menu a{
	text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
    color: black;
}
.menu a:hover{
	color:#4ea74e;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.telefono{
	position:relative;
	float:left;
	width:25%;
}
.wp{
	color:black;
	text-decoration:none;
}
.grn{
	color:#4ea74e;
	font-weight:bold;
	font-size:20px;
}
.ah1{
	font-size: 45px;
    margin-bottom: 0px;
}
.foto{
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col-50{
	position:relative;
	float:left;
	width:50%;
	margin-top:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.col-50 img{
	max-width: 90%;
	/*margin-top: -120px;*/
	margin-top: -90px;
}
.col-50:hover  .foto{	
	transform:scale(1.1);
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col-50:hover  .contenedor-verde{
	background-color:#1f651f;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col-50:hover .circulo{
	background-color: #339933;
	bottom:15px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col-50:hover .isvg{
    fill: #fff !important;
}
.contenedor-verde{
	background-color: #339933;
    border-radius: 40px;
    margin-top: 90px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.contenedor-gris{
	background-color: #f7f7f7;
    color: black;
    width: 100%;
    position: relative;
    float: left;
    margin-top: -30px;
    z-index: -1;
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contenedor-gris h2{
	color: #339933;
    margin: 0px;
    font-size: 30px;
}
.circulo{
	background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 12px;
    text-align: center;
	font-size: 30px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.isvg {
    fill: #616161;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-mas{
	background-color:#1f2c34;
	color: white;
	font-size: 26px;
    padding: 13px 27px;
    border-radius: 33px;
    border: 1px solid;
	font-family: "Saira Condensed", sans-serif;
	font-weight: 600;
	cursor:pointer;
}
.btn-mas:hover{
	background-color: #339933;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col-60{
	position:relative;
	float:left;
	width:55%;
}
.col-40{
	position:relative;
	float:left;
	width:45%;
}
.ahlg{
	font-size: 50px;
	padding:0;
	margin:0;
	color:#339933;
}
.ahl{
	font-size: 50px;
	margin-top: -21px;
	margin-bottom:0px;
	padding:0;
}
.f18{
	font-size:22px;
}
.cl25{
	position:relative;
	float:left;
	width:30%;
}
.cl25 img{
	width:100%;
}
.cl50{
	position:relative;
	float:left;
	width:40%;
}
.cl50 img{
	width:100%;
}
#nosotros{
	background-color:#1f2c34;
	color:#fff;
}
#nosotros h2{
	font-size:30px;
	margin-bottom:0px;
}
.c60{
	position:relative;
	float:left;
	width:60%;
	font-size:22px;
}
.c40{
	position:relative;
	float:left;
	width:40%;
}
.c40 img{
	max-width:100%;
}
.btn-contacto{
	background-color:#1f2c34;
	color: white;
	font-size: 18px;
    padding: 10px 24px;
    border-radius: 20px;
    border: 1px solid;
	font-family: "Saira Condensed", sans-serif;
	font-weight: 600;
	cursor:pointer;
}
.btn-contacto:hover{
	background-color: #339933;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#industrias h1{
	font-size:50px;
}
.c25{
	position:relative;
	float:left;
	width:25%;
}
.c25 h2{
	margin-top: 0px;
    margin-bottom: 10px;
}
#beneficio{
	background-color:#339933;
	color:white;
}
#beneficio h1{
	margin:0;
	margin-top:-15px;
	font-size: 40px;
}
#beneficio h2{
	margin:0;
	font-size: 30px;
}
.col25{
	position:relative;
	float:left;
	width:25%;
}
.recuadro{
	position: relative;
    background-color: #1f2c34;
    float: left;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 17px;
	min-height: 250px;
}
.recuadro h3{
	margin-top:0;
	margin-bottom:10px;
}
.cl35{
	position:relative;
	float:left;
	width:35%;
}
#ubicaciones{
	font-size:18px;
	margin-bottom:30px;
}
#ubicaciones h1{
	line-height:40px;
}
.cl65{
	position:relative;
	float:left;
	width:65%;
}
.cl65 img{
	max-width:100%;
}
.formulario{
	position:relative;
	float:left;
	width:100%;
	border-radius:10px;
	overflow:hidden;
	background-color:#d8d8d8;
	max-height:585px;
}
.c50{
	position:relative;
	float:left;
	width:50%;
}
.c50 img{
	width:100%;
}
.f18{
	font-size:18px;
}
.parr{
	font-size:22px;
}
.gris h2{
	font-size: 35px;
    line-height: 35px;
	margin-bottom:10px;
}
.cl-50{
	position:relative;
	float:left;
	width:50%;
}
.inp{
	width: 90%;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid gainsboro;
    border-radius: 5px;
	margin-top:5px;
	margin-bottom:10px;
}
.txtara{
	width:95%;
	font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid gainsboro;
    border-radius: 5px;
	margin-top:5px;
	margin-bottom:15px;
	resize:none;
}
.btn-enviar{
	background-color: #339933;
    padding: 10px 40px;
    color: white;
    border: 1px solid #339933;
    border-radius: 20px;
    font-size: 18px;
}
#footer{
	background-color:#1f2c34;
	color:white;
	z-index:-1;
	margin-top:-70px;
}
#footer a{
	color:white;
	text-decoration:none;
	font-size: 18px;
}
#footer a:hover{
	color:#01f137;
}
#logo_footer{
	max-width:100%;
	width:250px;
}
button.accordion {
    background-color: #fff;
    color: #071c57;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
	
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}
button.accordion:after {
    /*content: '\002B';*/
    color: #071c57;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    /*content: "\2212";*/
}
div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.menuresp{
	width: 100%;
    text-align: left;
    background: #fff;
    color: #0a1b56;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
	font-size:18px;
	font-family: "Saira Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.menuresp:hover{
	background-color:#339933;
	color:white;
	transition: max-height 0.2s ease-out;
}
#menu-responsivo{
	display:none;
}
.brinco{
	display:none;
	height: 1px;
}
.lnkr{
		margin-left:10px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
	width:100%;
  overflow: hidden;
  padding: 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 350px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /*background: linear-gradient(to left, rgba(255, 255, 255, 0), white);*/
}

.logos:after {
  right: 0;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0), white);*/
}

.logos:hover .logos-slide {
  /*animation-play-state: paused;*/
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
	height: 515px;
    margin: 0 10px;
}
#banner_nosotros{
	background-image:url('../imagenes/banner_nosotros2.png');
	background-size:cover;
	min-height:300px;
}
.innosotros{
    position: relative;
    width: 90%;
    left: 5%;
	margin-top: 110px;
    color: white;
    font-size: 28px;
}
.barraizq{
	border-left: 9px solid #009a22;
    padding-left: 10px;
    text-shadow: #0b0b0b 17px 0px 16px;
}
#about h2{
	margin-bottom:10px;
}
#about > .wrapper >.c60{
	font-size:25px;
}
.numbers{
	background-color:#339933;
	color:white;
	border:12px solid #fff;
	border-radius:20px;
	width:80%;
	position:relative;
	float:left;
	left:10%;
	font-size: 27px;
	margin-top: -120px;
}
.cl33{
	position:relative;
	float:left;
	width:33.33%;
}
.cl33 h1{
	font-size: 75px;
    margin-top: 0px;
	margin-bottom: 0px;
}
#bkgris{
	background-color:#d8d8d8;
}
.mision-vision{
	position:relative;
	float:left;
	width:50%
}
.mision-vision h1{
	margin-top:5px;
	margin-bottom:5px;
}
#tblresp{
	display:none;
}
#banner_contacto{
	background-image:url('../imagenes/banner_contacto.png');
	background-size:cover;
	min-height:300px;
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
	text-align:center;
	font-size:22px;
	cursor:pointer;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.col33 i{
	font-size:90px !important;
	color:#339933;
}
.bxs{
	box-shadow: 0px 9px 12px 3px rgba(156,156,156,0.75);
	-webkit-box-shadow: 0px 9px 12px 3px rgba(156,156,156,0.75);
	-moz-box-shadow: 0px 9px 12px 3px rgba(156,156,156,0.75);
}

.bxs:hover{
	color:white;
	background-color:#339933;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.bxs:hover i{
	color:white;
	
}
.producto{
	position:relative;
	float:left;
	width:50%;
}
.producto img{
	width:100%;
}
.info_producto{
	position:relative;
	float:left;
	width:50%;
	font-size:20px;
}
.info_producto h1{
	color:#339933;
	font-size:40px;
	margin-top:5px;
	margin-bottom:0px;
}
.btn-blu{
    background-color: #102831;
    border: 1px solid #102831;
    color: white;
    padding: 8px 16px 8px 16px;
    font-size: 19px;
	font-family: "Saira Condensed", sans-serif;
}
.f19{
	font-size:19px;
}
.pro50{
	position:relative;
	float:left;
	width:50%;
}
.beneficio{
	position:relative;
	float:left;
	width:20%;
	text-align:center
}
.beneficio img{
	max-width:100%;
}
.caracteristicas{
	position:relative;
	float:left;
	width:50%;
}
.caracteristica-auto{
	position:relative;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
}
.catacteristica-titulo{
	background-color:#102831;
	color:white;
	width: auto;
    position: relative;
    float: left;
    text-align: center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.catacteristica-descripcion{
	background-color:#d8d8d8;
	color:#1d343c;
	width: auto;
    position: relative;
    float: left;
    text-align: center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.banner-verde{
	position:relative;
	float:left;
	width:100%;
	background-image:url('../imagenes/fondo_banner.png');
	background-size:cover;
	color:white;
}
.banner-verde h1{
	margin-top:10px;
	margin-bottom:0px;
	font-size:50px;
}
.banner-verde h2{
	margin-top:0px;
	font-size:30px;
}
.ban70{
	position:relative;
	float:left;
	width:60%;
}
.ban30{
	position:relative;
	float:left;
	width:40%;
}
.btn-blu2{
    background-color: #102831;
    border: 1px solid #102831;
    color: white;
    padding: 8px 16px 8px 16px;
    font-size: 21px;
	font-family: "Saira Condensed", sans-serif;
}
.btn-blu2:hover{
	background-color:#119b2f;
	
}
.foto_mini{
	position:relative;
	float:left;
	width:33.33%;
}
.foto_mini img{
	max-width:100%;
}
.c35{
	position:relative;
	float:left;
	width:35%;
}
.c65{
	position:relative;
	float:left;
	width:65%;
}
@media screen and (max-width: 1222px){
	.logo{
		width:100%;
		text-align:center;
	}
	.menu .mar-30{
		margin-top:5px;
		margin-bottom:20px;
	}
	.menu{
		width:100%;
	}
	.telefono{
		display:none;
	}
	.gris h2 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.c50 img {
		width: 100%;
		height: 630px;
	}
}
@media screen and (max-width: 1122px){
	.banner-verde h1{
		font-size:40px;
	}
}
@media screen and (max-width: 1070px){
.c35{
	width:100%;
}
.c65{
	width:100%;
}
.c65 .mar-30{
	margin-top:10px;
	margin-bottom:10px;
}
@media screen and (max-width: 1060px){
	.beneficio{
		width:33.33%;
		min-height: 250px;
	}
}
@media screen and (max-width: 1020px){
	.banner-verde{
		background-position:center;
	}
	.ban70{
		width:100%;
		text-align:center;
	}
	.ban30{
		width:100%;
	}
}
@media screen and (max-width: 1000px){
	.mision-vision{
		width:100%;
	}
	.numbers{
		font-size: 23px;
	}
}
@media screen and (max-width: 980px){
	.cl35{
		width:100%;
		margin-bottom:30px;
	}
	.cl65{
		margin-top:30px;
		width:100%;
		text-align:center;
	}
	.cl65 img{
		max-width:90%;
	}
}
@media screen and (max-width: 950px){
	.c60{
		font-size:24px;
	}
}
@media screen and (max-width: 900px){
	.cl33{
		width:100%;
	}
	.cl33 h1 {
		font-size: 48px;
	}
	.producto{
		width:100%;
	}
	.info_producto{
		width:100%;
	}
}
@media screen and (max-width: 880px){
	.col-60{
		width:100%;
	}
	.col-40{
		width:100%;
	}
	.col33{
		width:50%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 855px){
	.pro50{
		width:100%;
	}
}
@media screen and (max-width: 850px){
	.c25{
		width:50%;
		margin-bottom:20px;
	}
	.col25{
		width:50%;
		margin-bottom:20px;
	}
	.c50{
		width:100%;
	}
	.imgcontacto{
		display:none;
	}
	.mr-40{
		margin-top:40px;
	}
}
@media screen and (max-width: 750px){
	.col-70{
		width:100%;
		text-align:center;
	}
	.col-30{
		width:100%;
	}
}

@media screen and (max-width: 745px){
	.col-50{
		width:100%;
	}
}
@media screen and (max-width: 730px){
	.beneficio{
		width:50%;
	}
}
@media screen and (max-width: 705px){
	.c60{
		width:100%;
	}
	.c40{
		width:100%;
	}
}
@media screen and (max-width: 660px){
	.menu a {
		text-decoration: none;
		font-size: 19px;
	}
	#banner_nosotros{
		background-position:center;
	}
	#banner_contacto{
		background-position:center;
	}
	.caracteristicas{
		width:100%;
	}
}
@media screen and (max-width: 630px){
	.banner-verde{
		background-position:right;
	}
	.banner-verde h1 {
		margin-top: 0px;
		font-size: 27px;
	}
	.banner-verde h2 {
		margin-top: 0px;
		font-size: 24px;
	}
	.ban30 .mar-30{
		margin-top:20px;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 600px){
	#logo_footer{
		max-width:300px;
		width:90%;
	}
	#pie{
		text-align:center;
	}
	#footer a {
		font-size: 16px;
	}
}
@media screen and (max-width: 580px){
	#menu-completo{
		display:none;
	}
	#menu-responsivo{
		display:block;
	}
	.menu{
		margin-bottom:20px;
	}
	.col33{
		width:100%;
	}
}
@media screen and (max-width: 550px){
	.brinco{
		display:block;
	}
	.col-30{
		margin-top:5px;
	}
}
@media screen and (max-width: 540px){
	.formulario{
		max-height: initial;
	}
	.inp{
		width:99%;
	}
	.txtara{
		width:99%;
	}
	.cl-50{
		width:100%;
	}
	.ahlg{
		font-size:40px;
	}
	.ahl{
		font-size: 37px;
	}
	.btn-mas {
		font-size: 20px;
	}
	.c25{
		width:100%;
		margin-bottom:20px;
	}
	.col25{
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 520px){
	#tbl{
		display:none;
	}
	#tblresp{
		display:block;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 500px){
	.contenedor-verde {
		padding-bottom: 50px;
	}
	.beneficio{
		width:100%;
		min-height:auto;
	}
}
@media screen and (max-width: 400px){
	.ah1 {
		font-size: 31px;
	}
	.ahlg {
        font-size: 36px;
    }
	#industrias h1 {
		font-size: 34px;
		line-height: 34px;
	}
	#beneficio h1 {
		margin: 0;
		margin-top: 0px;
		font-size: 33px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	#footer a {
		margin-left: 11px;
		margin-right: 11px;
	}
	.brinco{
		display:block;
	}
	.lnkr{
		margin-left:0px;
	}
	.redes{
		margin-top:5px;
	}
	.contenedor-verde {
        padding-bottom: 40px;
    }
	.col-50 img {
		margin-top: -65px;
	}
}