:root {
  --azul: #1f175b;
  --aqua: #4aa1b7;
  --naranja: #e5a261;
  --blanco: white;
  --gris: #f6f6f6;
}

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

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

@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 {
  color: var(--azul);
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}


.w-slide img{
  min-width: 100%;
}


.navbar-no-shadow {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--aqua);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--azul);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--aqua);
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: baseline;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--aqua);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid var(--aqua);
}

.nav-dropdown-link {
  color: var(--aqua);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--azul);
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 130px;
}

.text-block {
  color: var(--aqua);
  font-size: 16px;
  font-weight: 700;
}

.asesor {
  align-items: center;
  display: flex;
}

.btns-1 {
  background-color: var(--naranja);
  color: var(--blanco);
  border-radius: 60px;
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btns-1:hover {
  background-color: #0d0925;
}

.image-2 {
  width: 40px;
}

.link-block {
  margin-left: 5px;
  margin-right: 5px;
}

.hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-fluid {
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 30px;
  display: flex;
}

.container-fluid.block {
  max-width: 1600px;
  display: block;
  position: relative;
}

.container-fluid._2 {
  display: block;
}

.container-fluid._2.border {
  background-color: var(--naranja);
}

.hero-frase {
  width: 40%;
  position: absolute;
  z-index: 3;
  margin: auto;
  left: inherit;
  color: #fff;
}

.h1 {
  letter-spacing: 6px;
  font-family: ivypresto-display, serif;
  /* font-weight: 500; */
  font-style: italic;
  font-size: 6.5vw;
  font-weight: 700;
  line-height: 89%;
}
@media (min-width: 1024px){
  .hero-frase {
    left: 10%;}
}
@media (min-width: 1500px){
  .h1 {
    font-size: 5.5vw;}
}

.text-block-2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.text-block-3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.btns-2 {
  border: 1px solid var(--aqua);
  color: var(--aqua);
  border-radius: 60px;
  margin-right: 15px;
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btns-2.mr-0 {
  font-size: 12px;
}

.image-3 {
  width: 250px;
  position: absolute;
  top: -100px;
}

.image-3.int {
  z-index: 2;
  max-width: 250px;
  inset: 0% auto auto 0%;
}

.hero--img {
  text-align: right;
  width: 40%;
  position: relative;
}

.image-4 {
  margin: 10px;
  display: inline-block;
}

.image-4.img-1 {
  width: 320px;
}

.image-4.img-2 {
  width: 680px;
}

.image-4.img-3 {
  width: 180px;
}

.image-4.img-4 {
  width: 370px;
}

.hero--img-flex {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.copo {
  width: 70px;
  position: absolute;
  top: 51px;
  right: 313px;
}

.copo._2 {
  width: 120px;
  top: auto;
  bottom: 143px;
  right: 566px;
}

.amenidades {
  margin-top: 40px;
  margin-bottom: 0;
}

.hr {
  border-top: 2px dotted var(--azul);
  width: 100%;
}

.hr.azul {
  border-top-color: var(--aqua);
}

.estamos {
  color: var(--aqua);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.ivy {
  letter-spacing: 3px;
  font-family: ivypresto-display, serif;
  font-weight: 500;
  font-style: italic;

  /* font-family: ivypresto-display, sans-serif; */
  font-size: 2.4rem;
  line-height: 120%;
}

.ivy.naranja {
  color: var(--naranja);
}

.ivy.mt-0 {
  margin-top: 0;
  font-size: 4.5rem;
}

.ivy.mt-5 {
  margin-top: 60px;
}

.am-texto {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.am-ic {
  width: 22%;
}

.am-ic.int {
  width: 160px;
  margin-left: 10px;
  margin-right: 10px;
}

.d-flex {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.d-flex._2 {
  justify-content: center;
  font-weight: 400;
}

.image-5 {
  width: 100px;
  margin-bottom: 20px;
}

.text-block-4 {
  line-height: 150%;
}

.am-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(180deg, var(--blanco), var(--blanco) 70%, var(--azul) 70%, var(--azul));
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.image-6 {
  width: 24%;
}

.img-1 {
  width: 15%;
  margin-left: 10px;
  margin-right: 10px;
}

.img-2 {
  width: 20%;
  margin-left: 10px;
  margin-right: 10px;
}

.img-3 {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
}

.img-4 {
  width: 20%;
  margin-left: 10px;
  margin-right: 10px;
}

.img-5 {
  width: 15%;
  margin-left: 10px;
  margin-right: 10px;
}

.modelos {
  background-color: var(--azul);
  color: var(--blanco);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 40px;
}

.modelos.int {
  margin-top: 100px;
  padding-top: 80px;
}

.col-4 {
  width: 33%;
  position: sticky;
  top: 120px;
}

.text-block-5 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 150%;
}

.heading {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 150%;
}

.copo-modelos {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -107% 0 auto;
}

.copo-modelos.home {
  top: -23%;
  left: -87px;
  right: auto;
}

.col-8 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

._w--modelo {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

._w--modelo._2 {
  width: 47%;
  margin-bottom: 20px;
}

._w--modelo.quitar {
  display: none;
}

.w__modelo--img {
  height: 400px;
}

.w__modelo--texto {
  background-color: var(--blanco);
  color: var(--azul);
  border-radius: 0 0 20px 20px;
  width: 100%;
  padding: 20px;
  position: relative;
  inset: auto;
}

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

.flex-block.int {
  margin-top: 100px;
}

.image-7 {
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
}

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

.boletin {
  text-align: center;
  margin-top: 100px;
}

.boletin.mt-0 {
  margin-top: 0;
  margin-bottom: 60px;
}

.boletin.int {
  margin-bottom: 100px;
}

.bol {
  margin-top: 100px;
}

.m__boletin {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.input {
  border-radius: 50px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.form {
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--naranja);
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.mapas {
  margin-top: 100px;
}

.mapa--plano {
  background-color: var(--aqua);
  text-align: center;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  width: 60%;
  padding: 20px;
  display: flex;
}

.mapa--google {
  background-color: var(--gris);
  border-radius: 20px;
  width: 40%;
  height: auto;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  height: 100%;
}

.image-8 {
  width: 90%;
  display: block;
}

.code-embed {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.banner {
  text-align: center;
  background-image: url('../images/Loredi--baner-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 450px;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.banner.int {
  align-items: center;
}

.banner.int.amenidades {
  background-image: url('../images/Loredi--bg-amenidades.jpg');
}

.banner.int.nos {
  background-image: url('../images/Loredi--bg-nosotros.jpg');
}

.banner.int.modelo {
  background-image: url('../images/Loredi--bg-modelo.jpg');
}

.paragraph {
  z-index: 3;
  margin-bottom: 40px;
  position: relative;
}

.footer {
  background-color: var(--azul);
}

.footer.pt-int {
  padding-top: 20px;
}

.border {
  background-color: var(--naranja);
  color: var(--blanco);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
}

.image-9 {
  width: 60px;
  margin-right: 20px;
}

.link {
  color: var(--blanco);
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.link._2 {
  height: 27px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  text-align: right;
}

.div-block-6 {
  color: var(--blanco);
  font-size: 12px;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.whats {
  z-index: 10;
  width: 80px;
  height: 80px;
  display: block;
  position: fixed;
  inset: auto 30px 30px auto;
}

.link-block-2 {
  width: 100%;
  display: block;
}

.image-10 {
  width: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

.overley--degradado {
  z-index: 2;
  opacity: .61;
  background-image: linear-gradient(#0000 54%, #000);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overley--degradado.modelo {
  opacity: .6;
  background-image: linear-gradient(#0000 17%, #000);
}

.frase {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.frase.int {
  z-index: 2;
  color: var(--blanco);
  position: absolute;
  inset: 20px 0% auto;
}

.text-block-6 {
  font-size: 24px;
  font-weight: 700;
}

.nos-img {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-11 {
  width: 30%;
}

.image-12 {
  width: 35%;
}

.copo_nos-1 {
  width: 150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.copo_nos-3 {
  width: 200px;
  position: absolute;
  inset: 5% 16% auto auto;
}

.n--l {
  max-width: 500px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.n--l.o1 {
  order: 1;
}

.n--l.o2 {
  order: 2;
}

.n--r {
  max-width: 500px;
}

.n--r.o2 {
  order: 2;
}

.n--r.o1 {
  order: 1;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.flex-block-5.mb-5 {
  margin-bottom: 60px;
}

.ic {
  width: 70px;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

.slide-nav {
  color: var(--naranja);
  font-size: 13px;
  position: absolute;
}

.right-arrow {
  background-color: var(--blanco);
  color: var(--naranja);
  border-radius: 60px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  right: 15px;
}

.left-arrow {
  background-color: var(--blanco);
  color: var(--naranja);
  border-radius: 60px;
  width: 40px;
  height: 40px;
  left: 15px;
}

.icon {
  font-size: 15px;
}

.div-block-7 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
}

.text-block-7 {
  z-index: 5;
  color: var(--blanco);
  letter-spacing: 1px;
  margin-bottom: auto;
  font-family: ivypresto-display, sans-serif;
  font-size: 3vw;
  position: absolute;
}

.bg-bicolor {
  background-image: linear-gradient(180deg, var(--blanco), var(--blanco) 80%, var(--azul) 80%, var(--azul));
  padding-bottom: 40px;
}

.image-13 {
  width: 130px;
  position: absolute;
  inset: 10% auto auto 3%;
}

.div-block-8 {
  text-align: center;
  position: relative;
}

.div-block-8.flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.image-14 {
  width: 120px;
  position: absolute;
  bottom: 5%;
  right: 0;
}

.hero-modelo {
  border-radius: 20px;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.image-15 {
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.paragraph-2 {
  font-size: 24px;
}

.image-16 {
  z-index: 2;
  max-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.modelo--info {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.modelo-slider {
  width: 40%;
  margin-left: 40px;
  margin-right: 40px;
}

.modelo-info {
  width: 40%;
}

.ic-full {
  width: 200px;
  margin-right: 40px;
}

.m-ic {
  width: 50px;
}

.m-text {
  margin-left: 20px;
}

.text-block-8 {
  font-weight: 400;
}

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

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

.flex-block-8._2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.heading-4 {
  margin-top: 40px;
}

.slide {
  border-radius: 20px;
  width: 100%;
  height: 550px;
}

.image-17 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.full {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-18 {
  z-index: 4;
  width: 200px;
  position: absolute;
  inset: auto auto -10% 2%;
}

.text-block-9 {
  font-weight: 400;
  line-height: 130%;
}

.text-span {
  font-size: 11px;
}

.gg {
  width: 24%;
  height: 300px;
}

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

.nover {
  display: none;
}

.div-block-10 {
  text-align: left;
  font-weight: 400;
}

.link-block-4, .link-block-4.w--current {
  color: var(--blanco);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero {
    height: 800px;
  }

  .hero-frase {
    width: 60%;
  }

  .btns-2 {
    margin-right: 15px;
  }

  .btns-2.mr-0 {
    margin-right: 0;
  }

  .image-3.int {
    max-width: 150px;
  }

  .image-4.img-1 {
    width: 190px;
    margin-right: 0;
  }

  .image-4.img-3 {
    width: 100px;
  }

  .image-4.img-4 {
    width: 200px;
  }

  .am-ic.int {
    width: 20%;
    margin-bottom: 20px;
  }

  .col-4 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: auto;
  }

  .col-8 {
    width: 100%;
  }

  ._w--modelo {
    width: 45%;
    margin-bottom: 60px;
  }

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

  .flex-block-2 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
  }

  .heading-2, .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .banner.int {
    height: 300px;
  }

  .border {
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-5 {
    text-align: center;
  }

  .copo_nos-1 {
    width: 80px;
  }

  .copo_nos-3 {
    width: 100px;
  }

  .n--l {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .n--r {
    max-width: 50%;
  }

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

  .ic {
    width: 60px;
  }

  .text-block-7 {
    font-size: 50px;
  }

  .image-14 {
    bottom: -42%;
  }

  .image-16 {
    max-width: 200px;
    top: auto;
    bottom: 5%;
  }

  .modelo--info {
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
  }

  .modelo-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .modelo-info {
    width: 62%;
    margin-top: 40px;
  }

  .slide {
    height: 390px;
  }

  .full {
    flex-flow: wrap;
  }

  .gg {
    width: 23%;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .frase.movil {
    margin-top: 0px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .btns-1 {
    font-size: 10px;
  }

  .ivy.naranja {
    font-size: 3.3rem;
  }

  .am-ic.int {
    width: 29%;
  }

  ._w--modelo {
    width: 100%;
  }

  ._w--modelo._2 {
    width: 46%;
  }

  ._w--modelo.quitar {
    width: 100%;
  }

  .w__modelo--img {
    height: 250px;
  }

  .div-block-4 {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .n--l {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .n--l.o2 {
    order: 1;
  }

  .n--r {
    max-width: 100%;
  }

  .n--r.o1 {
    order: 2;
  }

  .flex-block-5 {
    flex-flow: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-7 {
    font-size: 36px;
  }

  .image-13 {
    width: 80px;
  }

  .modelo-info {
    width: 100%;
  }

  .gg {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    flex-flow: wrap;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .asesor {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .btns-1 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

  .image-2, .link-block {
    display: none;
  }

  .hero {
    height: auto;
  }

  .container-fluid {
    flex-flow: wrap;
  }

  .container-fluid.block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-frase {
    margin-top: 0%;
    top: 0;
  }

  .h1 {
    font-size: 50px;
  }

  .text-block-2 {
    line-height: 120%;
  }

  .btns-2 {
    text-align: center;
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .image-3 {
    max-width: 30%;
    display: block;
    inset: 0% 0% auto auto;
  }

  .image-3.int {
    max-width: 90px;
    bottom: -31%;
  }

  .hero--img {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .image-4.img-1 {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4.img-2 {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4.img-3 {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .image-4.img-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .ivy.naranja {
    font-size: 2rem;
  }

  .ivy.mt-0 {
    font-size: 2.2rem;
  }

  .am-ic {
    width: 50%;
    margin-bottom: 20px;
  }

  .am-ic.int {
    width: 43%;
  }

  .img-1, .img-2, .img-3 {
    width: 32%;
  }

  .img-4, .img-5 {
    display: none;
  }

  .modelos {
    padding-top: 60px;
  }

  .heading {
    font-size: 17px;
  }

  .copo-modelos {
    top: -65%;
  }

  .col-8 {
    flex-flow: wrap;
  }

  ._w--modelo {
    width: 100%;
    margin-bottom: 40px;
  }

  ._w--modelo._2 {
    width: 100%;
  }

  .bol {
    margin-top: 60px;
  }

  .input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form {
    flex-flow: wrap;
  }

  .submit-button, .mapa--plano, .mapa--google {
    width: 100%;
  }

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

  .paragraph {
    font-size: 13px;
    line-height: 150%;
  }

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

  .div-block-6 {
    margin-bottom: 20px;
  }

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

  .frase.int {
    color: var(--azul);
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .copo_nos-1 {
    top: -37%;
  }

  .copo_nos-3 {
    top: 50%;
    right: 0%;
  }

  .n--l {
    margin-left: 0;
    margin-right: 0;
  }

  .ic {
    width: 25%;
    margin-bottom: 10px;
  }

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

  .div-block-7 {
    flex-flow: wrap;
    padding-top: 0;
  }

  .text-block-7 {
    line-height: 130%;
  }

  .link-block-3 {
    display: none;
  }

  .image-14 {
    bottom: -22%;
  }

  .image-16 {
    max-width: 50%;
  }

  .flex-block-7 {
    margin-bottom: 10px;
  }

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

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

  .gg {
    width: 42%;
  }
}


