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

a {
  text-decoration: none;
}

.hero_cta_title {
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
}

.hero_title {
  text-shadow: 4px 2px #0003;
  max-width: 6ch;
  margin-right: 5dvw;
  font-size: clamp(3rem, 2.142rem + 4.29vw, 6rem);
  line-height: .7;
}

.bold-text {
  font-size: clamp(2rem, 1.428rem + 2.86vw, 4rem);
}

.form_code {
  width: 100%;
  height: auto;
  margin-left: -2rem;
}

.hero_layout {
  grid-template-rows: 100%;
  grid-template-columns: 1.5fr minmax(35rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100dvw;
  height: 100dvh;
  display: grid;
}

.hero_sc {
  position: relative;
}

.hero_column_01 {
  grid-column-gap: 2dvw;
  grid-row-gap: 2dvw;
  color: #fff;
  background-image: url('../images/fachada_737_pedroso_03.avif');
  background-position: 40% 100%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 3dvw;
  padding-bottom: 3dvw;
  padding-left: 3dvw;
  display: flex;
  position: relative;
}

.hero_column_02 {
  color: #f2e9c4;
  background-color: #8c3a1a;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4dvw 3dvw 4dvw calc(4dvw + 5rem);
  display: flex;
}

.hero_logo_v2 {
  height: 50%;
  min-height: 20rem;
  max-height: 40rem;
  margin-right: -3rem;
}

.scroll_btn_wrap {
  z-index: 10;
  color: #f2e9c4;
  background-color: #8c3a1a;
  border: 1px solid #b9987b;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.scroll-link-icons {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: .875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  height: .875rem;
}

.g_svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible !important;
}

.button-background {
  background-color: #3f1909;
  border-radius: 100%;
  width: 100%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.contact-bar_button {
  grid-column-gap: 1rem;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  background-color: #3f1909;
  border-right: 2px solid #8c3a1a54;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 3.5rem;
  padding: .5rem 1.5rem;
  transition: border-color .48s ease-in-out, background-color .24s ease-in-out;
  display: flex;
}

.contact-bar_button:hover {
  background-color: #5d250d;
}

.contact-bar_button.is-whatsapp {
  background-color: #25d366;
  border-right-style: none;
}

.contact_bar_layout {
  z-index: 100;
  justify-content: space-between;
  align-items: stretch;
  width: 100dvw;
  max-width: 60rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 32px 30px #0003;
}

.contact-bar_butons-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-bar_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.contact-bar_title {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.contact_bar_caption {
  color: #969696;
  text-transform: uppercase;
  background-color: #8c3a1a;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.contact_bar_caption_text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.code-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero_cta_title {
    font-size: 2rem;
    line-height: 1.1em;
  }

  .hero_title {
    text-align: center;
    max-width: none;
  }

  .form_code {
    margin-left: 0;
  }

  .hero_layout {
    flex-flow: column;
    height: auto;
    min-height: 0;
    display: flex;
  }

  .hero_column_01 {
    flex-flow: column-reverse;
    height: 70dvh;
    padding: 0 3dvw 3dvw;
  }

  .hero_column_02 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    padding: 6dvw;
  }

  .hero_logo_v2 {
    height: 20dvh;
    min-height: 0;
    max-height: none;
    margin-right: 0;
  }

  .scroll_btn_wrap {
    display: none;
  }

  .contact-bar_button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact_bar_layout {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .contact-bar_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .contact-bar_title {
    font-size: .875rem;
  }

  .contact_bar_caption {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero_cta_title {
    font-size: 1.6rem;
    line-height: 1.4em;
  }

  .scroll_btn_wrap {
    width: 3rem;
    height: 3rem;
  }

  .contact_bar_layout {
    grid-column-gap: 1rem;
  }

  .contact-bar_icon {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_cta_title {
    font-size: 1rem;
  }

  .hero_column_01 {
    height: 60dvh;
  }

  .scroll_btn_wrap {
    width: 3rem;
    height: 3rem;
  }

  .contact-bar_button {
    min-height: 3rem;
  }

  .contact-bar_icon {
    width: .75rem;
    height: .75rem;
  }

  .contact-bar_title {
    font-size: .85rem;
  }
}


