.header {
  width: 100%;
  height: 100vh;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.menu-conteiner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 40px;
  padding-left: 60px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.div-block {
  width: 40px;
  height: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -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;
}

.link {
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.heading {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.icon-banner {
  width: 17%;
  height: auto;
}

.button {
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.button:hover {
  background-color: rgba(255, 255, 255, 0.79);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #b2d6cc;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  width: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}

.text-block-2 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.italic-text {
  color: #000;
}

.div-block-4 {
  width: 35%;
  height: auto;
}

.nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  -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;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.paragraph {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: justify;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-top: 100px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6.rendimientotext {
  width: 40%;
}

.link-2 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-weight: 700;
  text-decoration: none;
}

.div-block-7 {
  width: 40%;
  height: auto;
  margin-top: 0px;
}

.text-block-4 {
  margin-top: 40px;
}

.proyectos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 400px;
  margin-top: 100px;
  -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;
}

.div-block-8.projects2 {
  margin-top: 40px;
}

.div-block-8.projects3 {
  margin-top: 40px;
}

.div-block-8.projects4 {
  margin-top: 40px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-6.cosech {
  font-size: 20px;
}

.div-block-11 {
  margin-top: 10px;
}

.button-2 {
  margin-top: 20px;
  border-radius: 5px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-12 {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  border-radius: 10px;
  background-image: url('../images/LIVETC04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12.insightec {
  margin-top: 80px;
  background-image: url('../images/pexels-cottonbro-4057758.jpg');
}

.div-block-12.omee {
  margin-top: 80px;
  background-image: url('../images/Image3-1.jpg');
}

.div-block-12.xatheluxury {
  margin-top: 80px;
  background-image: url('../images/XatheLux.jpg');
}

.div-block-12.zonauno {
  margin-top: 80px;
  background-image: url('../images/Zonauno.jpg');
}

.div-block-12.fis {
  margin-top: 50px;
  background-image: url('../images/foresta.jpeg');
}

.div-block-12.forestavalley {
  margin-top: 80px;
  background-image: url('../images/ForestaValley.jpg');
}

.div-block-12.eve {
  margin-top: 80px;
  background-image: url('../images/Eve.jpg');
}

.div-block-12.nativa {
  margin-top: 80px;
  background-image: url('../images/Acceso1.jpg');
}

.div-block-12.lacanada {
  margin-top: 80px;
  background-image: url('../images/canada.jpg');
}

.div-block-12.alta-terra {
  margin-top: 80px;
  background-image: url('../images/Image8.png');
}

.div-block-12.piedrasaltas {
  margin-top: 80px;
  background-image: url('../images/PiedrasAltas.png');
}

.div-block-12.bonos {
  margin-top: 80px;
  background-image: url('../images/pexels-pixabay-56875.jpg');
}

.div-block-12.livetqueretaro {
  background-image: url('../images/LivetQueretaro.jpg');
}

.text-block-7 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.28)), to(hsla(0, 0%, 100%, 0.28))), url('../images/pexels-pixabay-47047.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.28), hsla(0, 0%, 100%, 0.28)), url('../images/pexels-pixabay-47047.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-3 {
  margin-top: 10px;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #000;
  opacity: 1;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
  background-color: #000;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.link-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.aviso-de-privaciad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 5px;
}

.paragraph-17 {
  width: 80%;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: justify;
}

.text-span-14 {
  font-style: italic;
  font-weight: 700;
}

.text-span-13 {
  font-style: italic;
}

.link-5 {
  color: #fff;
}

.rendimiento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #96c781;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.section-2.sustentabilidad {
  background-color: #5db9a8;
}

.text-block-10 {
  width: 40%;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: 40px;
  margin-left: 40px;
  -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;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15.sustentabilidad {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  width: 120px;
  margin-top: 20px;
}

.text-block-11 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-align: left;
}

.text-block-12 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 40px;
    font-size: 20px;
  }

  .icon-banner {
    width: 30%;
  }

  .button {
    font-size: 13px;
  }

  .section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    -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;
  }

  .text-block {
    width: 100%;
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-4 {
    width: 70%;
    margin-top: 20px;
  }

  .nosotros {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph {
    width: 80%;
    margin-top: 10px;
  }

  .div-block-5 {
    -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;
  }

  .div-block-6 {
    width: 85%;
    -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;
  }

  .div-block-6.rendimientotext {
    width: 80%;
  }

  .div-block-7 {
    width: 80%;
    margin-top: 40px;
  }

  .proyectos {
    height: auto;
  }

  .div-block-8 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-9.port2 {
    margin-top: 20px;
  }

  .div-block-13 {
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }

  .aviso-de-privaciad {
    padding-top: 100px;
  }

  .paragraph-17 {
    width: 90%;
  }

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

  .section-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-14 {
    width: 70%;
    margin-left: 0px;
  }

  .div-block-15 {
    width: 80%;
    -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;
  }

  .text-block-11 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }

  .image {
    width: 100%;
  }

  .text-block-13 {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 800px;
  }

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

  .div-block-2 {
    display: none;
  }

  .heading {
    font-size: 15px;
  }

  .icon-banner {
    width: 40%;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .div-block-3 {
    width: 80%;
  }

  .text-block {
    width: 100%;
    text-align: left;
  }

  .div-block-6 {
    width: 80%;
  }

  .text-block-4 {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    width: 90%;
    padding-left: 0px;
  }

  .contacto {
    height: 700px;
  }

  .div-block-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-9 {
    text-align: center;
  }

  .link-3 {
    margin-top: 10px;
  }

  .paragraph-17 {
    font-size: 13px;
  }

  .rendimiento {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-14 {
    width: 80%;
    margin-left: 0px;
  }

  .text-block-11 {
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 700px;
  }

  .heading {
    width: 70%;
    font-size: 13px;
    line-height: 20px;
  }

  .icon-banner {
    width: 45%;
  }

  .text-block {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 12px;
  }

  .div-block-5 {
    width: 80%;
  }

  .div-block-6 {
    width: 100%;
  }

  .link-2 {
    margin-top: 20px;
  }

  .div-block-7 {
    width: 80%;
    margin-top: 40px;
  }

  .text-block-4 {
    font-size: 11px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .div-block-9 {
    height: auto;
    -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;
  }

  .div-block-9.port2 {
    margin-top: 0px;
  }

  .div-block-10 {
    width: 90%;
    margin-top: 20px;
  }

  .contacto {
    height: 600px;
  }

  .div-block-13 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .text-block-9 {
    font-size: 10px;
  }

  .link-3 {
    font-size: 12px;
  }

  .heading-23 {
    text-align: center;
  }

  .paragraph-17 {
    font-size: 12px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-14 {
    width: 95%;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-13 {
    font-size: 18px;
    line-height: 25px;
  }
}