.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero_sec {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  border-bottom: 2px solid #42c500;
}

.bgvidf {
  position: relative;
  width: 100%;
  height: 100%;
}

.navbar {
  position: absolute;
  width: 100%;
  padding: 0px 0% 17px;
  background-color: transparent;
}

.nav-link {
  padding-right: 25px;
  padding-left: 15px;
  background-color: transparent;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #42c500;
}

.nav-link.w--current {
  color: #42c500;
}

.nav-link.contact_button {
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px;
  border-color: #42c500;
  border-radius: 11px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out, color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms ease-in-out, color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 14px;
}

.nav-link.contact_button:hover {
  background-color: #42c500;
  color: #fff;
}

.nav_cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: transparent;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.div_copy {
  width: 100%;
  height: 100%;
  padding-left: 6%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 17, 0.92)), to(rgba(4, 27, 17, 0.92)));
  background-image: linear-gradient(180deg, rgba(4, 27, 17, 0.92), rgba(4, 27, 17, 0.92));
}

.copy_container {
  position: relative;
  left: 0%;
  top: 30%;
  right: 0%;
  bottom: auto;
  width: 50%;
  float: left;
}

.copy_container.play_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_hero {
  margin-top: 0px;
  padding-right: 50px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 400;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.span-copy {
  font-weight: 800;
}

.email {
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #42c500;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.aboutus_sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 80px 10% 116px;
  border-radius: 0px;
  background-color: #fff;
}

.gradient {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42c500), to(transparent));
  background-image: linear-gradient(180deg, #42c500, transparent);
}

.h1 {
  font-family: 'Nunito Sans', sans-serif;
  color: #42c500;
  font-size: 48px;
  font-weight: 400;
}

.h1.h1us {
  font-weight: 700;
}

.float_div {
  width: 50%;
  padding: 70px 7%;
  float: left;
  border-radius: 50px;
  background-color: #041b11;
  box-shadow: none;
}

.float_div.float2 {
  position: static;
  height: 350px;
  background-color: transparent;
  box-shadow: none;
}

.paragraph {
  margin-top: 30px;
  padding-right: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.paragraph.p2 {
  padding-right: 0px;
  color: #041b11;
}

.paragraph.pus {
  padding-right: 100px;
}

.h4 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.h4.servh4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #041b11;
  font-size: 18px;
}

.h4.servh4.cob {
  text-align: center;
}

.h4.h42 {
  color: #041b11;
}

.spanh1 {
  font-weight: 900;
}

.spanp {
  color: #42c500;
  font-weight: 900;
}

.pleca {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
}

.grua {
  position: absolute;
  left: -21%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 1200px;
}

.ideologia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 60px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041b11;
  background-image: url('../images/bgpyramid.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ideologia.no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 0%;
  padding-bottom: 60px;
  padding-left: 0%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.cycle1 {
  position: absolute;
  left: 5%;
  top: 2%;
  right: auto;
  bottom: 0%;
  width: 600px;
}

.cycle1.cycle2 {
  left: auto;
  top: auto;
  right: -13%;
  bottom: 2%;
}

.cycle1.cus {
  left: auto;
  top: 0%;
  right: 13%;
  bottom: 0%;
}

.cont_us {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 100%;
  padding: 65px 63px;
  border-radius: 50px;
  background-color: #fff;
}

.lbox {
  position: relative;
  width: 300px;
}

.h3 {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.hexahero {
  position: absolute;
  left: -32%;
  top: -15%;
  right: 0%;
  bottom: 0%;
  width: auto;
}

.h1_pyramid {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  text-align: left;
}

.h1_pyramid.center {
  text-align: center;
}

.spanh_ide {
  color: #42c500;
  font-weight: 800;
}

.pyramid_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lootie {
  width: auto;
}

.line {
  width: 100px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #42c500;
}

.servicios_sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 70px 0%;
}

.hexus {
  position: absolute;
  left: auto;
  top: -13%;
  right: -17%;
  bottom: 0%;
  width: 600px;
}

.playicon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hex {
  opacity: 1;
  mix-blend-mode: color-dodge;
}

.title_serv {
  padding-right: 5%;
  padding-left: 5%;
}

.h1serv {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #041b11;
  font-size: 48px;
  line-height: 58px;
  text-align: left;
}

.h1serv.cob {
  text-align: center;
}

.linegren {
  width: 80%;
  height: 1.5px;
  margin-top: 25px;
  float: right;
  background-color: #42c500;
}

.linegren.libe-cob {
  width: 15%;
  margin-top: 15px;
}

.linegren.l2 {
  width: 100%;
  float: none;
}

.serv_div {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-right: 5%;
  padding-left: 5%;
}

.titleserv {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titleserv.div_central {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  width: 100%;
  height: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div_servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 45px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #041b11;
}

.iconserv {
  width: 250px;
}

.h1_serv {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.pserv {
  font-family: 'Nunito Sans', sans-serif;
  color: #42c500;
  font-weight: 600;
  text-align: center;
}

.sectores_sec {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 0px;
}

.titlewhite {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.comp_div {
  width: 40%;
  padding: 60px 5%;
  float: left;
}

.p_pyramid {
  margin-top: 30px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.grid_sectore {
  width: 100%;
}

.sectores_div {
  width: 25%;
  height: 300px;
  float: left;
  background-image: url('../images/metalmecanica.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectores_div.blanca {
  background-image: url('../images/blanca.jpg');
}

.sectores_div.aero {
  background-image: url('../images/aero.jpg');
}

.sectores_div.ferro {
  background-image: url('../images/ferro.jpg');
}

.sectores_div.auto {
  background-image: url('../images/automotriz2.jpg');
}

.sectores_div.cons {
  background-image: url('../images/cons.jpg');
}

.sectores_div.pesa {
  background-image: url('../images/pesaada.jpg');
}

.overlay_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(4, 27, 17, 0.7);
}

.title_sec {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.cobertura_sec {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cobertura_div {
  width: 100%;
  height: auto;
  padding-top: 70px;
}

.map_cont {
  width: 100%;
}

.half_loc {
  width: 100%;
  height: auto;
  padding-right: 10%;
  padding-bottom: 98px;
  padding-left: 10%;
  float: left;
}

.p_serv {
  margin-top: 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.half-cont {
  width: 50%;
  height: 100%;
  float: left;
}

.tabs-menu {
  width: 50%;
  height: 100%;
  padding-right: 0%;
  float: left;
}

.tab-pane-tab-1 {
  width: 100%;
  float: none;
}

.tabs-content {
  width: 50%;
  float: left;
}

.tabs {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-radius: 30px;
  background-color: #041b11;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 55px 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #041b11;
}

.tab-link-tab-1.w--current {
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #42c500;
}

.text-block {
  margin-left: 20px;
  padding-right: 0%;
  padding-left: 0%;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.html-embed {
  height: 600px;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #041b11;
}

.ft_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  padding: 60px 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ft_div.ft1 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.linikft {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.div_division {
  width: 100%;
}

.lineft {
  width: 100%;
  height: 1.5px;
  background-color: #42c500;
}

.cont_ft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.copyright {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.bolsa_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 90px 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 17, 0.7)), to(rgba(4, 27, 17, 0.7))), url('../images/bolsa1.jpg');
  background-image: linear-gradient(180deg, rgba(4, 27, 17, 0.7), rgba(4, 27, 17, 0.7)), url('../images/bolsa1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h4jobs {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.hexcob {
  position: absolute;
  left: 0%;
  top: -44%;
  right: 0%;
  bottom: 0%;
}

.hero_us {
  width: 100%;
  height: 100vh;
  background-image: url('../images/uscover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mv_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 50px 10% 50px 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mv_div.mvimg {
  position: relative;
  height: 400px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: url('../images/mision.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mv_div.mvimg._2 {
  height: 400px;
  border-radius: 0px 30px 30px 0px;
  background-image: url('../images/contacto.jpg');
}

.mv_div.vis {
  padding-right: 5%;
  padding-left: 10%;
}

.mvsec {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 5%;
}

.mvsec.mbv2 {
  position: relative;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 0%;
}

.politicassec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.h1pol {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.sp_pol {
  font-weight: 700;
}

.p_pol {
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.pol_div {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 80px;
  width: 900px;
  padding: 92px 5%;
  border-radius: 40px;
  background-color: #42c500;
}

.personalsec {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.slider {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  clear: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.half_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 80px 9%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041b11;
}

.infra_s {
  width: 50%;
  height: 100%;
  float: left;
}

.slide-nav {
  font-size: 10px;
}

.p_infra {
  width: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.s1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1.s2 {
  background-image: url('../images/2.jpg');
}

.s1.s3 {
  background-image: url('../images/4.jpg');
}

.s1.s4 {
  background-image: url('../images/5.jpg');
}

.s1.s5 {
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
}

.s1.s6 {
  background-image: url('../images/9.jpg');
}

.equipo_cont {
  position: relative;
  width: 100%;
  height: 600px;
}

.serv_sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url('../images/_MG_2112.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: absolute;
  left: auto;
  top: 20%;
  right: -33%;
  bottom: 0%;
}

.camion {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: 10%;
  width: 500px;
}

.immex-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #42c500;
}

.imexdiv {
  width: 50%;
  height: 100%;
  padding-right: 10%;
  padding-left: 10%;
  float: left;
}

.imexdiv.imx2 {
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  background-image: url('../images/imx.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -4px 7px 19px 5px rgba(0, 0, 0, 0.2);
}

.imxh1 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.pimexx {
  margin-top: 25px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.certfified_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1cer {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #041b11;
  font-weight: 800;
  text-align: center;
}

.cert {
  width: 200px;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.contcer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.girl {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 0%;
  width: 400px;
}

.contact_hero {
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 17, 0.8)), to(rgba(4, 27, 17, 0.8))), url('../images/contacto.jpg');
  background-image: linear-gradient(180deg, rgba(4, 27, 17, 0.8), rgba(4, 27, 17, 0.8)), url('../images/contacto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #42c500;
}

.contc_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 100px;
  padding-left: 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mapa {
  position: relative;
  right: 43px;
}

.txtcont {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
}

.form {
  margin-top: 40px;
  padding-right: 100px;
}

.field-label {
  font-family: 'Nunito Sans', sans-serif;
}

.submit-button {
  margin-top: 20px;
  padding: 13px 50px;
  border-radius: 20px;
  background-color: #42c500;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.textarea {
  border-radius: 14px;
  font-family: 'Nunito Sans', sans-serif;
}

.text-field {
  border-radius: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.body {
  overflow: visible;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -13%;
  bottom: 0%;
  width: 600px;
}

.insta {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/insta.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .nav-link.contact_button {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none;
    border-radius: 0px;
  }

  .div_copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copy_container {
    top: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .copy_container.play_div {
    top: 27%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .h1_hero {
    padding-left: 50px;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .nav-menu {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #041b11;
  }

  .aboutus_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .float_div {
    width: 100%;
    float: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .float_div.float2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.pus {
    padding-right: 0px;
  }

  .h4.servh4 {
    text-align: center;
  }

  .spanp {
    text-align: center;
  }

  .ideologia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ideologia.no {
    width: 100%;
  }

  .cycle1 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -15%;
  }

  .cycle1.cycle2 {
    display: none;
  }

  .cycle1.cus {
    display: none;
  }

  .lbox {
    width: 200px;
  }

  .hexahero {
    display: none;
  }

  .h1_pyramid {
    font-size: 38px;
    text-align: center;
  }

  .hexus {
    display: none;
  }

  .h1serv {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }

  .h1serv.cob {
    font-size: 38px;
    line-height: 48px;
  }

  .titleserv.div_central {
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid {
    grid-row-gap: 16px;
  }

  .comp_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sectores_div {
    width: 100%;
  }

  .p_serv {
    text-align: center;
  }

  .tabs-menu {
    width: 100%;
    float: none;
  }

  .tabs-content {
    width: 100%;
  }

  .footer {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .ft_div {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ft_div.ft1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .linikft {
    text-align: center;
  }

  .cont_ft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bolsa_sec {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .divbolsas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hexcob {
    display: none;
  }

  .mv_div {
    width: 100%;
    padding-right: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mv_div.mvimg {
    border-radius: 0px;
  }

  .mv_div.mvimg._2 {
    display: none;
    border-radius: 0px;
  }

  .mv_div.vis {
    padding-left: 5%;
  }

  .mvsec {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .mvsec.mbv2 {
    padding-right: 0%;
  }

  .h1pol {
    font-size: 38px;
  }

  .p_pol {
    font-size: 14px;
  }

  .pol_div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider {
    width: 100%;
  }

  .half_slide {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .camion {
    display: none;
  }

  .contc_div {
    width: 100%;
    padding-right: 5%;
  }

  .contc_div.map {
    height: 600px;
    padding-top: 0px;
  }

  .mapa {
    right: 0px;
  }

  .txtcont {
    text-align: center;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    border-radius: 12px;
    background-color: #42c500;
  }

  .menu-button.w--open {
    background-color: #041b11;
    color: #42c500;
  }

  .icon {
    color: #fff;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero_sec {
    height: 900px;
  }

  .div_copy {
    padding-top: 154px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copy_container {
    position: static;
    top: 15%;
    padding-top: 20px;
  }

  .h1_hero {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
  }

  .aboutus_sec {
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .h1 {
    font-size: 28px;
    text-align: center;
  }

  .float_div.float2 {
    height: 50px;
  }

  .paragraph {
    font-size: 14px;
  }

  .h4 {
    text-align: center;
  }

  .ideologia.no {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .h1_pyramid {
    font-size: 28px;
    line-height: 34px;
  }

  .h1serv {
    font-size: 28px;
    line-height: 30px;
  }

  .h1_serv {
    font-size: 20px;
    line-height: 30px;
  }

  .sectores_sec {
    padding-top: 20px;
  }

  .comp_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .tab-link-tab-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block {
    font-size: 14px;
  }

  .linikft {
    font-size: 14px;
  }

  .copyright {
    padding-right: 44px;
    padding-left: 44px;
  }

  .hero_us {
    height: 900px;
  }

  .h1pol {
    font-size: 28px;
  }

  .p_pol {
    line-height: 20px;
  }

  .pol_div {
    bottom: 0px;
    margin-top: 31px;
    margin-bottom: 20px;
  }

  .half_slide {
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .serv_sec {
    height: 800px;
  }

  .image {
    display: none;
  }

  .immex-sec {
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .imexdiv {
    width: 100%;
  }

  .imexdiv.imx2 {
    height: 300px;
    border-radius: 0px;
    box-shadow: none;
  }

  .imxh1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .pimexx {
    margin-bottom: 55px;
    text-align: center;
  }

  .certfified_sec {
    padding-bottom: 50px;
  }

  .h1cer {
    font-size: 28px;
  }

  .cert {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contcer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .girl {
    left: 11%;
    right: 6%;
    width: 250px;
  }

  .contact_hero {
    height: 900px;
  }

  .contc_div.map {
    height: 300px;
  }
}

#w-node-_77e85749-96e1-0810-56d2-ae0348150931-ed8bddc3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_77e85749-96e1-0810-56d2-ae0348150937-ed8bddc3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_77e85749-96e1-0810-56d2-ae0348150941-ed8bddc3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_77e85749-96e1-0810-56d2-ae034815094b-ed8bddc3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_77e85749-96e1-0810-56d2-ae0348150953-ed8bddc3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa619e-8faa6192 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61a4-8faa6192 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61ae-8faa6192 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61b8-8faa6192 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61c0-8faa6192 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_77e85749-96e1-0810-56d2-ae0348150931-ed8bddc3 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_77e85749-96e1-0810-56d2-ae0348150937-ed8bddc3 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_77e85749-96e1-0810-56d2-ae0348150941-ed8bddc3 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_77e85749-96e1-0810-56d2-ae034815094b-ed8bddc3 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_77e85749-96e1-0810-56d2-ae0348150953-ed8bddc3 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa619e-8faa6192 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61a4-8faa6192 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61ae-8faa6192 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61b8-8faa6192 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_24dfc27c-76f7-6e2b-9c63-8e6c8faa61c0-8faa6192 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
}

