:root {
  --black: black;
  --white: white;
  --color: rgba(255, 255, 255, 0);
}

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

body {
  color: #333;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  padding-left: .75rem;
  padding-right: .75rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
}

.img-logo {
  width: 12.5rem;
}

.img-logo.s {
  width: 7.5rem;
}

.hero-section {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/img-hero_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: .75rem;
  padding-right: .75rem;
}

.hero-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  min-height: 46.875rem;
  max-height: 67.5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.hero-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 81.25rem;
  display: flex;
}

.hero-content {
  width: 50%;
  padding: 1.5rem;
}

.hero-h1 {
  letter-spacing: -.125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.125rem;
  font-weight: 900;
  line-height: 90%;
}

.hero-p {
  opacity: .8;
  margin-top: .75rem;
  margin-bottom: 3rem;
  font-size: 1.1875rem;
  line-height: 150%;
}

.btn {
  background-color: var(--black);
  text-transform: uppercase;
  border: .125rem solid #000;
  padding: 1.25rem 4.125rem;
  font-weight: 600;
  transition: all .2s;
}

.btn:hover {
  opacity: .8;
  transform: translate(0, -.1875rem);
}

.btn.w {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.btn.alt-ghost {
  border-color: var(--white);
  background-color: var(--color);
  color: var(--white);
}

.btn.topm {
  margin-top: 1.5rem;
}

.wrapper-scroll-bot {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.scroll-bot-item {
  border: .125rem solid var(--white);
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.scroll-bot-item:hover {
  opacity: .8;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .1875rem;
  display: flex;
}

.section {
  padding: 5rem .75rem;
}

.section.alt {
  background-color: #f5f5f5;
}

.section.dark {
  background-color: var(--black);
  color: var(--white);
}

.section.footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.container {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 1.5rem;
}

.content._50 {
  width: 50%;
}

.content._60 {
  width: 60%;
}

.content._40 {
  width: 40%;
}

.content._45 {
  width: 45%;
}

.section-title {
  letter-spacing: -.125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 90%;
}

.grid-3x {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-box {
  border: .0625rem solid rgba(0, 0, 0, .3);
  padding: 2.25rem;
}

.feature-title {
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.p-reg {
  opacity: .8;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.img-feature {
  object-fit: cover;
  width: 100%;
  height: 15.625rem;
  margin-bottom: 1.5rem;
}

.wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.c {
  align-items: center;
}

.img-l {
  width: 100%;
}

.img-l.spc {
  object-fit: cover;
  height: 31.25rem;
  margin-bottom: 1.5rem;
}

.price-wrapper {
  border: .0625rem solid rgba(0, 0, 0, .3);
  margin-top: .75rem;
  padding: 1.5rem;
}

.wrapper-imgs-2x {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-full-w {
  object-fit: cover;
  width: 100%;
  height: 12.5rem;
}

.grid-4x {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-lb {
  object-fit: cover;
  width: 100%;
  height: 18.75rem;
  transition: all .2s;
}

.img-lb:hover {
  opacity: .8;
}

.cta-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: rgba(255, 255, 255, .05);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4.5625rem;
  display: grid;
}

.wrapper-footer-nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-nav {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 1.25rem;
  text-decoration: none;
}

.link-nav:hover {
  text-decoration: underline;
}

.map {
  height: 500px;
}

.input {
  background-color: var(--color);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all .2s;
}

.input:hover, .input:focus {
  border-color: var(--white);
}

.input.area {
  min-height: 100px;
}

.success-message {
  border: 1px solid var(--white);
  background-color: var(--color);
}

.whatsapp-icon {
  width: 1.5625rem;
  margin-right: .3125rem;
}

.wrapper-whatsapp {
  z-index: 999;
  padding: 30px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-img {
  width: 60px;
}

.sm-item {
  background-color: var(--black);
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-left: 20px;
  padding: 9px;
  transition: all .2s;
  display: flex;
}

.sm-item:hover {
  opacity: .8;
}

@media screen and (max-width: 991px) {
  .section-nav, .hero-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 11.875rem;
    padding-bottom: 0;
  }

  .hero-container {
    flex-flow: column;
  }

  .hero-content {
    width: 100%;
  }

  .section {
    padding: 2.5rem 5rem;
  }

  .content._50, .content._60, .content._45 {
    width: 100%;
  }

  .grid-3x {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .img-l.spc {
    height: 28.125rem;
  }

  .grid-4x {
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrapper {
    flex-flow: column;
    display: flex;
  }

  .map {
    height: 18.75rem;
  }
}

@media screen and (max-width: 767px) {
  .section-nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .img-logo {
    width: 9.375rem;
  }

  .hero-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-h1 {
    font-size: 3.9375rem;
  }

  .section {
    padding: 2.5rem;
  }

  .content._40 {
    width: 50%;
  }

  .section-title {
    font-size: 2.875rem;
  }

  .img-lb {
    height: 12.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .img-logo {
    width: 7.5rem;
  }

  .hero-section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .hero-h1 {
    letter-spacing: -.0625rem;
    font-size: 2.3125rem;
    line-height: 100%;
  }

  .btn {
    text-align: center;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
    font-size: .8125rem;
  }

  .section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .content._40 {
    width: 100%;
  }

  .section-title {
    letter-spacing: -.0625rem;
    font-size: 2.1875rem;
    line-height: 100%;
  }

  .feature-box {
    padding: 1.5rem;
  }

  .img-feature {
    height: 7.8125rem;
  }

  .img-l.spc {
    height: 15.625rem;
  }

  .img-full-w, .img-lb {
    height: 7.8125rem;
  }

  .cta-wrapper {
    padding: 1.125rem;
  }

  .wrapper-footer-nav {
    justify-content: flex-start;
    align-items: center;
  }

  .link-nav {
    margin-left: 0;
    margin-right: 1.25rem;
  }

  .map {
    height: 12.5rem;
  }
}


