:root {
  --gris_claro: #efefef;
  --blanco: white;
  --naranja: #f8971d;
  --negro: black;
  --gris_obs: #a1a1a1;
  --neue: neue-haas-grotesk-display, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--gris_claro);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.hero {
  height: 100vh;
}

.background-video {
  width: 100%;
  height: 100%;
}

.overlay {
  z-index: 2;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gazzetta-variable, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 90%;
}

.h1.blanco {
  color: var(--blanco);
  font-size: 8rem;
}

.h1.blanco._2 {
  font-size: 5.5rem;
}

.h1.naranja {
  color: var(--naranja);
  text-align: center;
  font-size: 6.5vw;
}

.h1.naranja._2 {
  font-size: 10vw;
}

.h1.naranja._2.l, .h1.naranja.l {
  text-align: left;
}

.hero-z-3 {
  z-index: 4;
  color: var(--blanco);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.hr {
  background-color: var(--naranja);
  width: 70px;
  height: 2px;
}

.logo {
  z-index: 4;
  text-align: center;
  margin-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.whats {
  z-index: 100;
  background-color: var(--naranja);
  color: var(--blanco);
  border-radius: 50px;
  align-items: center;
  width: 230px;
  padding: 10px 30px;
  display: flex;
  position: fixed;
  inset: auto 40px 3% auto;
}

.text-block {
  padding-left: 20px;
}

.link-block {
  color: var(--blanco);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-vert {
  z-index: 10;
  background-color: var(--negro);
  color: var(--negro);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 60px;
  height: 100vh;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-vert.home {
  background-color: #0000;
}

.nav--link {
  color: var(--blanco);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  transform: rotate(-90deg);
}

.nav--link:hover, .nav--link.w--current:hover {
  color: var(--naranja);
}

.nav--link._2 {
  margin-top: 44px;
  margin-bottom: 104px;
}

.somos {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.container {
  z-index: 3;
  max-width: 85%;
  margin-bottom: 0;
  position: relative;
}

.container._2 {
  align-items: center;
  height: 100%;
  display: flex;
}

.container.int {
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 125%;
}

.heading-2.v2 {
  margin-top: 30px;
}

.heading-2.no-escr {
  display: none;
}

.somos--r {
  width: 440px;
  margin-top: 0;
  margin-left: 100px;
}

.btns {
  background-color: var(--naranja);
  color: var(--blanco);
  border-radius: 50px;
  justify-content: space-between;
  width: 240px;
  padding: 10px 30px;
  display: flex;
}

.btns.ver {
  justify-content: space-between;
  width: 160px;
  display: flex;
}

.btns.ch {
  width: 170px;
  margin-top: 20px;
  margin-right: 20px;
}

.btns.negro {
  background-color: var(--negro);
  margin-top: 20px;
}

.btns.submit {
  width: 150px;
  margin-left: auto;
}

.link-block-2 {
  color: var(--blanco);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  top: auto;
  bottom: 0;
  left: 0%;
}

.div-block {
  position: relative;
}

.somos--img--text {
  width: 90%;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.s--img {
  width: 60%;
  height: 650px;
  overflow: hidden;
}

.proyectos {
  justify-content: space-between;
  margin-top: 140px;
  display: flex;
}

.proyectos.mov {
  display: none;
}

.proy--wrap {
  width: 45%;
}

.p--info {
  justify-content: space-between;
  display: flex;
}

.h2 {
  color: var(--naranja);
  text-transform: uppercase;
  font-family: gazzetta-variable, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90%;
}

.h2.blanco {
  color: var(--blanco);
}

.h2.v2 {
  font-size: 100px;
}

.controles {
  background-color: var(--gris_obs);
  color: var(--blanco);
  padding-top: 100px;
  padding-bottom: 100px;
}

.col-6 {
  width: 49%;
}

.col-6.v1 {
  width: 51%;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-3 {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.col-4 {
  width: 31%;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.col-4.v2 {
  width: 23%;
  margin-top: 140px;
  margin-left: 7.5%;
}

.col-4.v3 {
  width: 25%;
  margin-top: 140px;
  margin-left: 60px;
  margin-right: 60px;
}

.col-4.ss, .col-4.xx {
  display: none;
}

.col-4._2 {
  width: 34%;
}

.flex-block {
  justify-content: space-between;
}

.image-2 {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-3 {
  width: 82px;
  margin-bottom: 20px;
}

.image-4 {
  width: 88px;
  margin-bottom: 37px;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
}

.col-5 {
  width: 44%;
}

.amenidades {
  padding-top: 140px;
  padding-bottom: 0;
}

.ameni--info {
  text-align: center;
  justify-content: space-between;
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.amini--img {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: relative;
}

.img-1 {
  width: 90%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-5 {
  position: absolute;
  top: 0;
  left: 0;
}

.img-2 {
  width: 70%;
  max-width: 100%;
  position: absolute;
  inset: auto 0 0 auto;
}

.img-3 {
  width: 66%;
  position: absolute;
  top: 311px;
  left: 4%;
  right: auto;
}

.img-4 {
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

._50 {
  width: 50%;
  height: 100%;
  position: relative;
}

._50.f {
  flex-flow: column;
  display: flex;
}

._50.f2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 100px;
  display: flex;
}

.proy--gale {
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 220px;
}

.paragraph {
  margin-bottom: 60px;
}

.col-7 {
  width: 63%;
  margin-left: 0;
  margin-right: 0;
}

.flex-block-3 {
  justify-content: space-between;
}

.slider {
  background-color: #0000;
  height: auto;
}

.l-1 {
  width: 50%;
  margin-left: 0;
  margin-right: 15px;
}

.slide-nav {
  display: none;
}

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

.flex-block-4 {
  justify-content: space-between;
}

.left-arrow {
  position: absolute;
  inset: auto auto -10% 0%;
}

.right-arrow {
  position: absolute;
  inset: auto auto -10% 120px;
}

.paragraph-3 {
  font-size: 19px;
}

.h3 {
  text-transform: uppercase;
  font-family: gazzetta-variable, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90%;
}

.financiamiento {
  background-color: var(--gris_obs);
  color: var(--blanco);
  position: relative;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
}

.num {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-4 {
  width: 110px;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-5 {
  width: 310px;
  margin-bottom: 0;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.quienes {
  background-image: url('../images/bicua--bg.jpg');
  background-position: 50% -60px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-7 {
  z-index: 1;
  width: 100%;
  display: none;
  position: absolute;
}

.qq {
  color: var(--blanco);
  flex-flow: column;
  justify-content: center;
  width: auto;
  max-width: 450px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.paragraph-6 {
  margin-top: 30px;
}

.contacto {
  padding-top: 180px;
  padding-bottom: 180px;
}

._w-contacto {
  width: 320px;
}

.image-8 {
  width: 40px;
  margin-right: 20px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 30px;
}

.flex-block-6 {
  align-items: center;
}

._w-contacto-2 {
  width: 70%;
}

.f1 {
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}

.form-block {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.input {
  color: var(--negro);
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.input._2 {
  height: 97px;
}

.form {
  display: block;
}

.submit-button {
  background-color: var(--naranja);
  border-radius: 50px;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.footer {
  background-color: var(--negro);
  color: var(--blanco);
  padding-top: 40px;
  padding-bottom: 40px;
}

.ff.v1 {
  width: 200px;
}

.ff.v2 {
  width: 300px;
}

.ff.v3 {
  width: 270px;
  display: flex;
}

.ff.v4 {
  text-align: center;
  width: 140px;
}

.paragraph-8 {
  margin-bottom: 0;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: center;
}

.image-9 {
  margin-left: 15px;
  margin-right: 10px;
}

.link {
  color: var(--blanco);
  text-decoration: none;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  margin-bottom: 10px;
}

.text-span {
  opacity: 0;
  color: var(--negro);
}

.text-span-2 {
  opacity: 0;
}

.nav--movil {
  display: none;
}

.wrapp {
  margin-bottom: 140px;
}

.image-11 {
  margin: 30px auto 140px;
  display: block;
}

.paragraph-9 {
  font-weight: 600;
}

.div-block-4 {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-5 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-10 {
  margin-top: 0;
}

.div-block-6 {
  width: 47%;
  height: 560px;
}

.image-12 {
  object-fit: cover;
  height: 100%;
}

._w--gale {
  margin-top: 140px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: "Area-2 . . . . . . Area Area" 200px
                 ". . . . . . . Area Area" 200px
                 ". . . . . . . Area Area"
                 ". . . . . . . . ."
                 ". . . . . . . . ."
                 ". . . . . . . . ."
                 ". . . . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(340px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area Area Area-2 Area-2"
                 "Area Area Area Area Area-2 Area-2"
                 "Area Area Area Area Area-2 Area-2"
                 "Area-3 Area-3 Area-4 Area-4 Area-2 Area-2"
                 "Area-3 Area-3 Area-4 Area-4 Area-2 Area-2"
                 "Area-3 Area-3 Area-4 Area-4 Area-5 Area-5"
                 "Area-6 Area-6 Area-4 Area-4 Area-5 Area-5"
                 "Area-6 Area-6 Area-7 Area-7 Area-5 Area-5"
                 "Area-6 Area-6 Area-7 Area-7 Area-5 Area-5"
                 "Area-6 Area-6 Area-7 Area-7 Area-5 Area-5"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  height: 960px;
  display: grid;
}

.g {
  background-color: var(--gris_obs);
  position: relative;
  overflow: hidden;
}

.g._2 {
  height: 590px;
}

._6 {
  background-color: var(--naranja);
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  margin-left: auto;
  text-decoration: none;
  display: block;
}

.link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  display: block;
}

.lightbox-link {
  text-decoration: none;
}

.paragraph-11 {
  margin-bottom: 40px;
}

.fijo {
  z-index: 11;
  background-color: #000000c2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.link-block-11 {
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  inset: 30px 30px auto auto;
}

.hero-z-3-copy {
  z-index: 4;
  color: var(--blanco);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-15 {
  width: 100%;
  display: block;
}

.link-block-12, .link-block-12.w--current {
  text-decoration: none;
}

.lightbox-link-2.mov, .ameni-movil {
  display: none;
}

.div-block-29 {
  z-index: 20;
  background-color: #000000de;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}
.v_pa {
  z-index: 20;
  background-color: #000000de;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}
.v_pa.ver {
  display: flex;
}
.v_pb {
  z-index: 20;
  background-color: #000000de;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}
.v_pb.ver {
  display: flex;
}

.image-27 {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.html-embed-3 {
  text-align: center;
  display: block;
}

.im-1 {
  width: 80%;
}

.im-2 {
  text-align: right;
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  display: block;
  position: static;
}

.image-28 {
  margin-top: 50%;
}

.oculto {
  display: none;
}

.lightbox-link-5 {
  position: relative;
  height: 200px;
}

@media (min-width: 1024px){
  .lightbox-link-5 {
    height: 600px;
  }
}

.ff{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-30 {
  background-color: var(--naranja);
  border-radius: 70px;
  width: 40px;
  padding: 10px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.full-amen {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-30 {
  width: 30%;
  height: 400px;
}

.lightbox-link-6 {
  object-fit: cover;
  height: 100%;
  position: relative;
  inset: auto 0% 0% auto;
}

.image-31 {
  object-fit: cover;
  height: 100%;
}

.slider-2 {
  display: none;
}

.estamos {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: -100px auto auto 0%;
}

@media screen and (min-width: 1280px) {
  .h1.blanco {
    font-size: 8rem;
  }

  .h1.blanco._2, .h1.naranja {
    font-size: 6.5vw;
  }

  .h1.naranja._2 {
    font-size: 10vw;
  }

  .h1.naranja.l {
    text-align: left;
  }

  .nav-vert {
    width: 60px;
  }

  .nav--link {
    font-size: 13px;
  }

  .container {
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container._2 {
    align-items: center;
    max-width: 90%;
    height: 100%;
    display: flex;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 125%;
  }

  .btns.ch.regresar {
    background-color: var(--gris_obs);
    color: var(--blanco);
    border: 2px #000;
  }

  .h2 {
    font-size: 5vw;
  }

  .col-6._2 {
    text-align: right;
    width: 50%;
  }

  .col-4 {
    width: 30%;
  }

  .amini--img {
    height: auto;
  }

  .img-2 {
    width: 60%;
  }

  .col-7 {
    width: 65%;
    margin-right: 0;
  }

  .h3 {
    font-size: 7.5vw;
  }

  .quienes {
    height: 500px;
  }

  .qq {
    width: auto;
    max-width: 450px;
    margin-top: auto;
  }

  .g {
    cursor: pointer;
  }

  .link-block-12 {
    text-decoration: none;
  }

  .lightbox-link-2.mov, .div-block-29 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .h1.blanco {
    margin-top: 0;
    font-size: 8rem;
  }

  .h1.blanco._2 {
    font-size: 6.5vw;
  }

  .h1.naranja {
    text-align: center;
    font-size: 6.5vw;
  }

  .h1.naranja._2 {
    font-size: 8vw;
  }

  .h1.naranja._2.l, .h1.naranja.l {
    text-align: left;
  }

  .nav--link {
    font-size: 13px;
  }

  .container {
    max-width: 85%;
  }

  .container._2 {
    align-items: center;
    max-width: 85%;
    height: 100%;
    display: flex;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 125%;
  }

  .h2 {
    font-size: 4vw;
  }

  .h2.v2 {
    font-size: 110px;
  }

  .col-4.v2 {
    margin-left: 9.5%;
  }

  .ameni--info {
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .amini--img {
    height: auto;
    display: none;
  }

  ._50.f {
    flex-flow: row;
  }

  .left-arrow, .right-arrow {
    bottom: -8%;
  }

  .h3 {
    font-size: 6rem;
  }

  .flex-block-5 {
    justify-content: space-between;
  }

  .paragraph-4 {
    font-size: 55px;
  }

  .quienes {
    height: 670px;
  }

  .qq {
    width: auto;
    max-width: 600px;
    margin-top: auto;
  }

  ._w-contacto {
    width: 400px;
  }

  ._w-contacto-2 {
    width: 70%;
  }

  .link-block-3 {
    width: 18px;
  }

  .div-block-6 {
    height: 650px;
  }

  .image-12 {
    width: 100%;
  }

  .hero-z-3-copy {
    margin-top: 60px;
  }

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

  .html-embed-3 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .im-2 {
    width: 77%;
  }

  .link-block-13 {
    width: 18px;
  }

  .lightbox-link-5 {
    position: relative;
    width: 100%;
  }

  .image-30 {
    z-index: 2;
    background-color: var(--naranja);
    border-radius: 60px;
    width: 40px;
    padding: 10px;
    position: absolute;
    inset: auto 15px 15px auto;
  }

  .full-amen {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    display: flex;
  }

  .div-block-30 {
    width: 30%;
    height: 400px;
  }

  .div-block-30._2 {
    width: 15%;
  }

  .lightbox-link-6, .image-31 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1800px) {
  
  .nav--link {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .h1.naranja {
    text-align: left;
    font-size: 4.5rem;
  }

  .logo, .whats {
    display: none;
  }

  .nav-vert {
    display: none;
    inset: 0% auto 0% 0%;
  }

  .somos {
    padding-top: 60px;
  }

  .container {
    max-width: 85%;
  }

  .heading-2 {
    display: none;
  }

  .heading-2.no-escr {
    margin-bottom: 0;
    display: block;
  }

  .heading-2.ver_mov, .heading-2.ver {
    display: block;
  }

  .somos--r {
    width: 85%;
    max-width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .somos--img--text {
    flex-flow: wrap;
    width: 100%;
    margin-top: 60px;
  }

  .s--img {
    width: 100%;
    height: 400px;
  }

  .proyectos {
    display: none;
  }

  .proyectos.mov {
    display: block;
  }

  .proy--wrap {
    width: 46%;
  }

  .proy--wrap.mov {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .p--info {
    flex-flow: wrap;
  }

  .h2.v2 {
    font-size: 110px;
  }

  .col-6, .col-6.v1 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .col-4.v2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-4.v3 {
    width: 60%;
    margin: 40px auto;
  }

  .col-4.no {
    display: none;
  }

  .col-4.ss {
    display: block;
  }

  .col-4.xx {
    margin-top: 100px;
    display: block;
  }

  .col-4._2 {
    width: 100%;
  }

  .flex-block-2 {
    flex-flow: wrap;
  }

  .col-5 {
    width: 100%;
  }

  .amenidades {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .ameni--info {
    text-align: left;
    flex-flow: wrap;
    width: 90%;
    margin-right: auto;
  }

  .amini--img {
    flex-flow: wrap;
    height: auto;
    margin-top: 60px;
  }

  .img-2 {
    width: 70%;
    top: 377px;
  }

  .img-3, .img-4 {
    top: 167px;
  }

  ._50 {
    width: 100%;
    height: auto;
  }

  ._50.f2 {
    flex-flow: wrap;
    display: none;
  }

  .proy--gale {
    padding-top: 140px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .col-7 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .flex-block-3 {
    flex-flow: wrap;
  }

  .flex-block-5 {
    flex-flow: wrap;
    height: auto;
  }

  .image-6 {
    height: 400px;
  }

  .quienes {
    height: 520px;
  }

  .image-7 {
    right: 0;
  }

  .contacto {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._w-contacto {
    text-align: center;
    width: 90%;
    margin-bottom: 60px;
  }

  .flex-block-6 {
    justify-content: center;
  }

  .f1 {
    width: 100%;
  }

  .ff.v1, .ff.v2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .ff.v3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-block-7, .flex-block-8, .flex-block-9 {
    flex-flow: wrap;
    justify-content: center;
  }

  .whats-movil {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .image-10 {
    width: 40px;
  }

  .nav--movil {
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 10px 40px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .hamb {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .hamb.truco {
    position: absolute;
  }

  .full {
    background-color: var(--negro);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px 40px;
  }

  .tt {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-2 {
    color: var(--blanco);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }

  .link-block-4 {
    margin-right: 20px;
  }

  .flex-block-10 {
    margin-top: 20px;
  }

  .wrapp {
    margin-top: 124px;
  }

  .image-11 {
    margin-bottom: 60px;
    display: none;
  }

  .div-block-6 {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .flex-block-11 {
    flex-flow: wrap;
  }

  .link-block-10.w--current {
    display: block;
  }

  .paragraph-11 {
    margin-bottom: 40px;
  }

  .link-block-12, .link-block-12.w--current {
    text-decoration: none;
  }

  .im-2 {
    width: 45%;
    margin-left: 0;
    display: none;
  }

  .im-2.v {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .image-28 {
    margin-top: 20px;
  }

  .image-28._2 {
    width: 60%;
  }

  .image-29 {
    width: 46%;
    display: block;
  }

  .image-29.v {
    width: 100%;
  }

  .oculto {
    margin-top: 20px;
    display: none;
  }

  .ch {
    width: 50%;
  }

  .flex-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-2 {
    background-color: #0000;
    height: auto;
    padding-bottom: 10%;
    display: block;
  }

  .left-arrow-2 {
    inset: auto 140px 30px auto;
  }

  .right-arrow-2 {
    inset: auto 30px 30px auto;
  }

  .slide-nav-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 800px;
    position: relative;
  }

  .h1.blanco {
    font-size: 6rem;
  }

  .container._2 {
    height: auto;
  }

  .heading-2.ver_mov {
    display: block;
  }

  .proyectos {
    margin-top: 80px;
  }

  .proyectos.mov {
    display: block;
  }

  .amini--img {
    height: auto;
  }

  .img-2 {
    width: 73%;
    top: 300px;
  }

  .img-3 {
    left: 0%;
  }

  .col-7 {
    margin-left: 0;
  }

  .h3 {
    font-size: 70px;
  }

  .quienes {
    height: 399px;
  }

  .qq {
    width: 70%;
    margin-top: 20%;
  }

  .paragraph-6 {
    margin-top: 20px;
  }

  .contacto {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapp {
    margin-bottom: 60px;
  }

  ._w--gale {
    margin-top: 60px;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 860px;
  }

  .link-block-12, .link-block-12.w--current {
    text-decoration: none;
  }

  .full-amen {
    flex-flow: wrap;
  }

  .div-block-30 {
    width: 49%;
  }

  .left-arrow-2 {
    right: 130px;
  }

  .right-arrow-2 {
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .h1.blanco {
    font-size: 5rem;
  }

  .h1.blanco._2, .h1.naranja {
    font-size: 70px;
  }

  .h1.naranja._2.l {
    font-size: 14vw;
  }

  .heading {
    font-size: 17px;
  }

  .somos {
    padding-bottom: 60px;
  }

  .container {
    max-width: 85%;
  }

  .container._2 {
    flex-flow: row;
    justify-content: flex-start;
    max-width: 85%;
  }

  .heading-2 {
    font-size: 23px;
  }

  .heading-2.v2.ssj, .heading-2.ver_mov {
    display: block;
  }

  .somos--r {
    width: 85%;
    max-width: 85%;
  }

  .btns.ch {
    width: 100%;
    margin-right: 0;
  }

  .btns.ch.regresar {
    width: 170px;
  }

  .btns.negro {
    width: 100%;
  }

  .btns.submit {
    width: 150px;
    margin-left: auto;
  }

  .s--img {
    height: 300px;
  }

  .proyectos {
    flex-flow: wrap;
  }

  .proyectos.mov {
    display: block;
  }

  .proy--wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .controles {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col-6.v1 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    font-size: 23px;
  }

  .col-4.v2 {
    width: 85%;
    margin-top: 60px;
  }

  .col-4.v3 {
    width: 85%;
  }

  .col-4._2 {
    width: 100%;
  }

  .flex-block {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .amini--img {
    height: auto;
    display: none;
  }

  .img-1 {
    width: 90%;
    margin-bottom: 20px;
    position: relative;
  }

  .img-2, .img-3 {
    width: 50%;
    display: block;
    position: relative;
    top: 0;
  }

  .img-4 {
    width: 200px;
    display: block;
    position: relative;
    top: 0;
  }

  ._50.s {
    display: none;
  }

  .proy--gale {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .l-1 {
    width: 50%;
    margin-right: 0;
  }

  .flex-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .left-arrow, .right-arrow {
    bottom: -13%;
  }

  .flex-block-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .num {
    align-items: flex-start;
  }

  .paragraph-4 {
    font-size: 47px;
  }

  .image-6 {
    height: 380px;
  }

  .quienes {
    background-image: url('../images/WhatsApp-Image-2024-10-07-at-5.33.32-PM.jpeg');
    background-position: 85% 0;
    height: 450px;
    padding-top: 110px;
  }

  .image-7 {
    object-fit: cover;
    height: 100%;
  }

  .qq {
    width: 228px;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .contacto {
    padding-top: 100px;
  }

  .paragraph-7 {
    font-size: 28px;
  }

  .flex-block-6 {
    text-align: left;
    justify-content: flex-start;
  }

  ._w-contacto-2 {
    width: 100%;
  }

  .nav--movil {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hamb.truco {
    display: none;
    position: absolute;
  }

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

  .paragraph-10 {
    margin-top: 20px;
  }

  ._w--gale {
    margin-top: 60px;
  }

  .div-block-7 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: "Area Area Area-2 Area-2"
                         "Area Area Area-2 Area-2"
                         "Area-3 Area-3 Area-4 Area-4"
                         "Area-3 Area-3 Area-4 Area-4"
                         "Area-3 Area-3 Area-4 Area-4"
                         "Area-5 Area-5 Area-5 Area-5"
                         "Area-5 Area-5 Area-5 Area-5"
                         "Area-6 Area-6 Area-7 Area-7"
                         "Area-6 Area-6 Area-7 Area-7"
                         "Area-6 Area-6 Area-7 Area-7";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    height: 810px;
  }

  .g {
    width: 100%;
  }

  .link-block-6.w--current {
    margin-left: auto;
    display: block;
  }

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

  .flex-block-12, .flex-block-13 {
    flex-flow: wrap;
  }

  .link-block-12, .link-block-12.w--current {
    text-decoration: none;
  }

  .lightbox-link-2, .lightbox-link-2.mov {
    display: block;
  }

  .lightbox-link-2.desk {
    display: none;
  }

  .ameni-movil {
    margin-top: 40px;
    display: none;
  }

  .image-16 {
    width: 100%;
    display: none;
  }

  .flex-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-17 {
    text-align: right;
    width: 150px;
    margin-left: auto;
    margin-right: 20px;
  }

  .image-18 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .lightbox-link-3 {
    display: flex;
  }

  .image-19 {
    width: 40%;
  }

  .image-28._2 {
    width: 70%;
  }

  .text-block-2 {
    text-decoration: none;
  }

  .lightbox-link-4 {
    display: none;
  }

  .image-30 {
    z-index: 3;
    width: 35px;
    bottom: 10px;
    right: 10px;
  }

  .div-block-30 {
    width: 48%;
    height: 260px;
  }

  .div-block-30._2 {
    height: 260px;
  }

  .lightbox-link-6 {
    width: 100%;
    position: relative;
  }

  .image-31 {
    width: 100%;
  }

  .slider-2 {
    padding-bottom: 10%;
  }

  .left-arrow-2 {
    position: absolute;
    inset: auto 130px 30px auto;
  }

  .right-arrow-2 {
    position: absolute;
    inset: auto 30px 30px auto;
  }

  .slide-nav-2 {
    display: none;
  }

  .image-32 {
    position: static;
  }
}

#w-node-_7a9ba39f-0379-a9c7-bb39-21a8a3882a81-80f1d7e3 {
  grid-area: Area;
}

#w-node-_8979155c-f331-76e1-ed3c-5f3f9b5170a2-80f1d7e3 {
  grid-area: Area-2;
}

#w-node-cbc603ac-ef0b-46d0-dc86-de2c0a7a9782-80f1d7e3 {
  grid-area: Area-3;
}

#w-node-d25c9a1a-dec5-bb42-25d4-5b5b45f43dba-80f1d7e3 {
  grid-area: Area-4;
}

#w-node-e86de661-5dc3-419c-a328-fb7b25777ace-80f1d7e3 {
  grid-area: Area-5;
}

#w-node-b13d2de2-2900-ab29-f3e2-49a8e1242792-80f1d7e3 {
  grid-area: Area-6;
}

#w-node-_2385bdf2-ee34-7085-1570-652a3dacc6cb-80f1d7e3 {
  grid-area: Area-7;
}

#w-node-_7a9ba39f-0379-a9c7-bb39-21a8a3882a81-d2c2976f {
  grid-area: Area;
}

#w-node-_8979155c-f331-76e1-ed3c-5f3f9b5170a2-d2c2976f {
  grid-area: Area-2;
}

#w-node-cbc603ac-ef0b-46d0-dc86-de2c0a7a9782-d2c2976f {
  grid-area: Area-3;
}

#w-node-d25c9a1a-dec5-bb42-25d4-5b5b45f43dba-d2c2976f {
  grid-area: Area-4;
}

#w-node-e86de661-5dc3-419c-a328-fb7b25777ace-d2c2976f {
  grid-area: Area-5;
}

#w-node-b13d2de2-2900-ab29-f3e2-49a8e1242792-d2c2976f {
  grid-area: Area-6;
}

#w-node-_2385bdf2-ee34-7085-1570-652a3dacc6cb-d2c2976f {
  grid-area: Area-7;
}

@media screen and (max-width: 479px) {
  #w-node-_7a9ba39f-0379-a9c7-bb39-21a8a3882a81-80f1d7e3, #w-node-_7a9ba39f-0379-a9c7-bb39-21a8a3882a81-d2c2976f {
    grid-area: Area;
  }
}


