@charset "UTF-8";
/*
* Theme Name: Dômile 1.0
* Version: 1.0.0
* Description: Template exclusivo para a Dômile Incorporadora.
* Author: Pensa e Cria
* Author URI: https://www.pensaecria.com.br
*
* Ultima Atualizacao: 23/06/26
*/
/* - Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-display: swap;
  font-family: "The Secret";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/TheSecret-Regular.woff") format("woff");
}
:root {
  --bs-body-font-family: Montserrat, sans-serif;
  --bs-body-color: #404040;
  --bs-primary-rgb: 243, 135, 63;
  --bs-secondary-rgb: 97, 52, 65;
  --bs-light-rgb: 248, 237, 232;
}

body {
  background-color: #f8ede8;
}

::selection {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

:focus-visible {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  color: #f3873f;
  outline: none;
}

.hidden {
  display: none !important;
}

/* Links ––––– */
a {
  color: #f3873f;
}
a:hover {
  color: #613441;
}

.icon-link {
  text-decoration-color: #f3873f;
}

/* Form ––––– */
.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: #f3873f;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #613441;
  border-color: #613441;
}

/* Struture ––––– */
main {
  position: relative;
}

section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 576px) {
  section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.divider-before {
  position: relative;
}
.divider-before::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.divider-after {
  position: relative;
}
.divider-after::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container-fluid {
  max-width: 1920px;
}

/* List Group ––––– */
.list-group {
  --bs-list-group-item-padding-y: 1.5rem;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #f3873f;
  --bs-list-group-active-border-color: #f3873f;
}
.list-group-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.list-group-item .material-symbols-outlined {
  font-size: 2.25em;
  color: #613441;
  top: 0;
}
.list-group-item-infos {
  line-height: 1.4;
}
.list-group-item-infos small {
  display: block;
  color: #f3873f;
}

/* Corner ––––– */
.corner-bevel {
  position: relative;
  overflow: hidden;
}
.corner-bevel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 3.6rem solid #f8ede8;
  border-top: 3.6rem solid transparent;
  z-index: 2;
}
@media (min-width: 768px) {
  .corner-bevel::after {
    border-left-width: 4.8rem;
    border-top-width: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .corner-bevel::after {
    border-left-width: 6rem;
    border-top-width: 6rem;
  }
}
.corner-bevel.bevel-white::after {
  border-left-color: #fff;
}
.corner-bevel.bevel-secondary::after {
  border-left-color: #613441;
}

.corner-rounded-t {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 3.6rem;
}
@media (min-width: 768px) {
  .corner-rounded-t {
    border-top-right-radius: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .corner-rounded-t {
    border-top-right-radius: 6rem;
  }
}
.corner-rounded-b {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 3.6rem;
}
@media (min-width: 768px) {
  .corner-rounded-b {
    border-bottom-right-radius: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .corner-rounded-b {
    border-bottom-right-radius: 6rem;
  }
}

/* - Typography ––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: bold;
  word-wrap: break-word;
  color: #613441;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 3.7rem;
  }
  h2, .h2 {
    font-size: 2.8rem;
  }
}
.bg-secondary {
  color: #f8ede8;
}
.bg-secondary h1, .bg-secondary .h1,
.bg-secondary h2, .bg-secondary .h2,
.bg-secondary h3, .bg-secondary .h3,
.bg-secondary h4, .bg-secondary .h4,
.bg-secondary h5, .bg-secondary .h5,
.bg-secondary h6, .bg-secondary .h6 {
  color: inherit;
}

b, strong {
  font-weight: bold;
}

.subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #f3873f;
}

.lead {
  font-size: 1.25em;
  font-weight: inherit;
}

/* - Icons ––––– */
.material-symbols-outlined {
  position: relative;
  max-width: 1.5em;
  font-size: 1.125em;
  vertical-align: text-bottom;
  user-select: none;
  cursor: default;
  font-variation-settings: "FILL" 0, "GRAD" 0;
  transition: all 0.3s ease;
}
.material-symbols-outlined.icon-fill {
  font-variation-settings: "FILL" 1, "GRAD" 0;
}

.modify-icons .modify-item:hover .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "GRAD" 200;
}
.modify-icons .modify-item:hover .material-symbols-outlined.icon-fill {
  font-variation-settings: "FILL" 1, "GRAD" 200;
}
.modify-icons-fill .modify-item:hover .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "GRAD" 200;
}
.modify-icons-fill .modify-item:hover .material-symbols-outlined.icon-fill {
  font-variation-settings: "FILL" 0, "GRAD" 200;
}
.modify-icons-rotate .material-symbols-outlined {
  transform: rotate(0);
}
.modify-icons-rotate .modify-item:hover .material-symbols-outlined {
  transform: rotate(-4deg);
}

/* Effects ––––– */
a,
a img,
img {
  transition: all 0.3s ease;
}

/* Animations */
.animate-fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.animate-fade.visible {
  opacity: 1;
}
.animate-fade.fade-blur {
  filter: blur(8px);
  transition: opacity 0.75s ease, filter 0.75s ease;
}
.animate-fade.fade-blur.visible {
  filter: blur(0);
}
.animate-fade.fade-scale {
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.animate-fade.fade-scale.visible {
  transform: scale(1);
}

/* Parallax */
.parallax-effect {
  transform: translateY(0);
  will-change: transform;
}

/* Hover Effect */
.hover-effect {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.hover-effect img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
}

.hoverable:hover .hover-effect, .hoverable:focus .hover-effect, .hoverable.active .hover-effect {
  transform: scale(0.975);
}
.hoverable:hover .overlay, .hoverable:focus .overlay, .hoverable.active .overlay {
  opacity: 1;
  background-color: rgba(243, 135, 63, 0.5);
}

/* - Componets
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Buttons ––––– */
.btn {
  --bs-btn-font-weight: 600;
  --bs-btn-font-family: $pec-font-family;
  --bs-btn-color: #f3873f;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #f3873f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f3873f;
  --bs-btn-hover-border-color: #f3873f;
  --bs-btn-focus-shadow-rgb: 155, 155, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f3873f;
  --bs-btn-active-border-color: #f3873f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #613441;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #613441;
  --bs-btn-border-width: 2px;
  --bs-gradient: none;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  text-transform: uppercase;
}
.btn .material-symbols-outlined {
  font-size: 1.25em;
}

a svg,
.btn svg {
  position: relative;
  height: 1.1em;
  width: auto;
  vertical-align: text-top;
}

.btn-reset {
  all: unset;
  display: block;
  width: 100%;
}

.bg-primary .btn {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #613441;
  --bs-btn-hover-border-color: #613441;
}

/* Whatsapp Button ––––– */
.whatsapp-btn {
  position: fixed;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 1000;
}
.whatsapp-btn svg {
  position: relative;
  height: 1em;
  width: auto;
  top: 0;
}
.whatsapp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #25d366;
  border-radius: 50%;
  color: #fff !important;
  font-size: 2.4rem;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}
.whatsapp-btn a:hover, .whatsapp-btn a:focus {
  background-color: #1ea951;
  outline: none;
}

/* Scroll To Top ––––– */
.scroll-to-top {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #f8ede8;
  transition: all 0.3s ease;
}
.scroll-to-top svg {
  width: 3.6rem;
  height: auto;
  top: -1px;
}
.scroll-to-top:hover {
  transform: translateY(-4px);
}
.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Cookies ––––– */
.cookies-consent {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 2.4rem 3.6rem;
  pointer-events: none;
}
.cookies-consent .cookies-content {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: auto;
}
.cookies-consent .cookies-desc {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.cookies-consent .cookies-desc p {
  margin: 0;
}
.cookies-consent .cookies-btn {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .cookies-consent .cookies-desc {
    display: block;
  }
  .cookies-consent .cookies-btn {
    display: block;
    margin: 10px 0 0;
  }
}

/* Lightbox ––––– */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.lightbox-img {
  max-width: 90%;
  max-height: 60%;
  border: 3px solid #FFF;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s ease;
}
.lightbox-img.loaded {
  opacity: 1;
}
@media (min-width: 768px) {
  .lightbox-img {
    max-width: 80%;
    max-height: 80%;
  }
}

.no-scroll {
  overflow: hidden;
}

.lightbox-btns {
  position: absolute;
  top: 1.2rem;
  width: calc(10vw - 2.4rem);
  max-width: 8rem;
  min-width: 4.8rem;
  height: calc(10vw - 2.4rem);
  max-height: 8rem;
  min-height: 4.8rem;
  align-content: center;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  user-select: none;
  transition: all 0.3s ease;
}
.lightbox-btns svg {
  width: 4.8rem;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease;
}
.lightbox-btns.lightbox-btn-close {
  right: 1.2rem;
}
.lightbox-btns.lightbox-btn-close:hover svg {
  transform: scale(0.9);
}
@media (max-width: 767.98px) {
  .lightbox-btns.lightbox-btn-close {
    left: 50%;
    transform: translateX(-50%);
  }
}
.lightbox-btns.lightbox-btn-prev {
  left: 1.2rem;
}
.lightbox-btns.lightbox-btn-prev:hover svg {
  transform: translateX(-4px);
}
.lightbox-btns.lightbox-btn-next {
  right: 1.2rem;
}
.lightbox-btns.lightbox-btn-next:hover svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .lightbox-btns.lightbox-btn-prev, .lightbox-btns.lightbox-btn-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
.lightbox-btns.disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: default;
}

/* - Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Header ––––– */
header .navbar {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #f3873f;
  --bs-navbar-active-color: #f3873f;
  --bs-navbar-padding-y: 1.8rem;
  position: absolute;
  width: 100%;
  z-index: 9;
}
header .navbar .navbar-brand {
  padding: 0;
  top: 0;
}
header .navbar .navbar-brand:hover img {
  transform: scale(0.95);
}
@media (min-width: 992px) {
  header .navbar {
    position: fixed;
    transform: translateZ(0);
    will-change: transform;
    transition: all 0.3s ease;
    --bs-navbar-padding-y: 3.6rem;
  }
  header .navbar .navbar-brand img {
    position: relative;
    top: -4px;
    height: 3.5rem;
  }
  header .navbar.scrolled {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(97, 52, 65, 0.85);
    --bs-navbar-padding-y: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  header .offcanvas-body {
    padding-top: 0;
  }
}
header .navbar-nav {
  --bs-nav-link-font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header .navbar-nav.social-media svg {
  font-size: 1.25em;
  top: -0.1em;
}
@media (min-width: 992px) {
  header .navbar-nav.social-media a {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-item {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
header .nav-link:focus {
  color: #fff;
}
header .offcanvas {
  --bs-offcanvas-padding-x: 3.6rem;
  --bs-offcanvas-padding-y: 3.6rem;
  --bs-offcanvas-bg: #613441;
}

/* - Title Header ––––– */
.header-content {
  overflow: hidden;
}

.header-title {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 24rem;
  padding: 9.6rem 0 3.6rem;
}
.header-title-txt {
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .header-title-txt h1 {
    font-size: 4.8rem;
  }
}
.header-title-txt .estagio {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.header-title-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-title-img.bg-pattern {
  background-image: url(images/pattern.png);
  background-repeat: repeat-x;
  background-position: center 6rem;
  background-size: auto 33.6rem;
  top: 0;
}
.header-title.img-bg .header-title-img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
@media (min-width: 992px) {
  .header-title {
    min-height: 33.6rem;
  }
  .header-title-img.bg-pattern {
    background-size: auto;
    background-position: center 9.6rem;
  }
}

/* - Footer ––––– */
footer {
  position: relative;
  overflow: hidden;
}
footer a {
  color: #f3873f;
  text-decoration: none;
}
footer a:hover, footer a:active {
  color: #fff;
}
footer .btn {
  text-transform: none;
}
footer .footer-contacts {
  display: inline-flex;
  flex-direction: column;
  gap: 2rem;
}
footer .footer-contacts a {
  letter-spacing: 0.05em;
}
footer .footer-instagram a {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
footer .footer-instagram a .instagram-icon {
  font-size: 3em;
  line-height: 1;
  transition: all 0.3s ease;
}
footer .footer-instagram a .instagram-txt {
  color: #fff;
  text-align: left;
  transition: all 0.3s ease;
}
footer .footer-instagram a:hover .instagram-icon, footer .footer-instagram a:focus .instagram-icon {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
footer .footer-instagram a:hover .instagram-txt, footer .footer-instagram a:focus .instagram-txt {
  color: rgba(255, 255, 255, 0.75);
}

/* Pensa e Cria */
.pensaecria a {
  display: inline-block;
  vertical-align: baseline;
  color: #444;
}
.pensaecria a svg {
  display: block;
  width: 88px;
  height: auto;
  transition: fill 0.3s ease;
}
.pensaecria a.logo-branco {
  color: #fff;
}
.pensaecria a:hover, .pensaecria a:focus {
  color: #EF4056;
}

/* - Paginas 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Home ––––– */
.home-banner {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  height: 95vh;
  height: 95svh;
  max-height: 95vh;
  padding: 9.6rem 0 3.6rem;
  color: #f8ede8;
}
@media (min-width: 992px) {
  .home-banner {
    max-height: 50vw;
    max-height: 50svw;
  }
}
.home-banner-content .banner-slogan {
  font-family: "The Secret", sans-serif;
  font-weight: 400 !important;
  font-size: 10rem;
  line-height: 1;
  color: #f3873f;
}
@media (max-width: 1399.98px) {
  .home-banner-content .banner-slogan {
    font-size: 8rem;
  }
}
@media (max-width: 767.98px) {
  .home-banner-content .banner-slogan {
    font-size: 6rem;
  }
}
.home-banner-content .banner-logo {
  max-width: 100%;
  width: 240px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .home-banner-content .banner-logo {
    width: 200px;
  }
}
.home-banner-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.home-banner .btn-scroll-down {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.home-banner .btn-scroll-down a {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #f8ede8;
  border: 2px solid #f8ede8;
  opacity: 1;
  font-size: 2em;
  line-height: 1;
  text-decoration: none;
  align-content: center;
  text-align: center;
  animation: bounce 2s infinite;
}
.home-banner .btn-scroll-down a span {
  cursor: pointer;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.home-banner .btn-scroll-down a:hover {
  color: #f3873f;
  border-color: #f3873f;
  transform: translateY(5px);
}

.home-apresentacao .apre-title {
  word-wrap: normal;
}
.home-apresentacao .apre-txt > :last-child {
  margin-bottom: 0;
}

/* - Sobre ––––– */
.sobre {
  position: relative;
}
.sobre > :last-child {
  margin-bottom: 0;
}
.sobre-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400%;
  opacity: 0.1;
  z-index: -1;
}
@media (min-width: 992px) {
  .sobre-bg-img {
    width: 150%;
  }
}

/* - Empreendimentos ––––– */
.empr-list > .col {
  max-width: 43.6rem;
}
.empr-list .empr-item {
  overflow: hidden;
  box-shadow: 6px -6px 6px rgba(0, 0, 0, 0.025);
  background-color: #fff;
  max-width: 40rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.empr-list .empr-item a {
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  text-decoration: none;
  color: #613441;
  user-select: none;
  height: 100%;
}
.empr-list .empr-item .empr-item-img {
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #f2ddd4;
}
.empr-list .empr-item .empr-item-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}
.empr-list .empr-item .empr-item-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-content: space-between;
  padding: 2.4rem 2.4rem 3.6rem;
  font-weight: 500;
  text-align: center;
}
.empr-list .empr-item .empr-item-infos > * {
  display: block;
  width: 100%;
}
.empr-list .empr-item .empr-item-infos .empr-header {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
.empr-list .empr-item .empr-item-infos .empr-header-estagio {
  font-style: italic;
}
.empr-list .empr-item .empr-item-infos .empr-header-metragem {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .empr-list .empr-item .empr-item-infos .empr-header {
    display: flex;
    justify-content: center;
  }
  .empr-list .empr-item .empr-item-infos .empr-header > * {
    position: relative;
    display: inline-flex;
  }
  .empr-list .empr-item .empr-item-infos .empr-header-metragem::before {
    content: "|";
    margin-right: 1rem;
    margin-left: 1rem;
    font-weight: 500;
    color: #f3873f;
  }
}
.empr-list .empr-item .empr-item-infos .empr-footer-cidade {
  font-size: 1.125em;
  text-transform: uppercase;
}
.empr-list .empr-item .empr-item-infos .empr-footer .icon-link {
  transition: all 0.3s ease;
  color: #f3873f;
}
@media (hover: hover) and (pointer: fine) {
  .empr-list .empr-item:hover .empr-footer .icon-link-hover > .bi {
    transform: translate3d(0.25em, 0, 0);
  }
  .empr-list .empr-item:hover .empr-item-img img {
    transform: scale(1);
  }
}

/* - Empreendimento Page ––––– */
.empreendimento p:last-child {
  margin-bottom: 0;
}
.empreendimento .img-fit {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.empreendimento .txt-chamada {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25;
  font-style: italic;
  color: #613441;
}
@media (min-width: 992px) {
  .empreendimento .content-txt {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.empreendimento section {
  scroll-margin-top: 100px;
}
.empreendimento .empr-menu {
  position: sticky !important;
  top: 60px;
  margin-top: -40px;
  z-index: 9;
  backdrop-filter: blur(3px);
  background-color: rgba(97, 52, 65, 0.75);
}
@media (max-width: 991.98px) {
  .empreendimento .empr-menu {
    display: none !important;
  }
}
.empreendimento .empr-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 40px;
}
.empreendimento .empr-menu ul li {
  display: inline-flex;
  align-items: center;
}
.empreendimento .empr-menu ul li::after {
  content: "•";
  margin: 0 1rem;
  color: #fff;
}
.empreendimento .empr-menu ul li:last-child::after {
  content: "";
  margin: 0;
}
.empreendimento .empr-menu ul li a {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.empreendimento .empr-menu ul li a:hover {
  color: #f3873f;
}
.empreendimento .empr-infos p:first-of-type {
  font-size: 1.25em;
}
.empreendimento .empr-cta {
  color: #fff;
}
.empreendimento .empr-cta .cta-title {
  display: block;
  width: 100%;
  max-width: 70rem;
  color: inherit;
  margin: 0;
  font-weight: 600;
}
.empreendimento .empr-plantas .gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .empreendimento .empr-plantas .gallery-item img:hover {
    transform: scale(0.975);
  }
}
.empreendimento .empr-carousel .carousel-content {
  background-color: #fff;
}
.empreendimento .empr-carousel .carousel-item {
  aspect-ratio: 16/9;
}
.empreendimento .empr-carousel .carousel-item img {
  height: 100%;
}
.empreendimento .empr-carousel .carousel-caption {
  bottom: 3.6rem;
  padding: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .empreendimento .empr-carousel .carousel-caption {
    display: none;
  }
}
.empreendimento .empr-carousel .carousel-control-prev,
.empreendimento .empr-carousel .carousel-control-next {
  transition: all 0.3s ease;
  opacity: 1;
}
.empreendimento .empr-carousel .carousel-control-prev.disabled,
.empreendimento .empr-carousel .carousel-control-next.disabled {
  opacity: 0 !important;
  pointer-events: none;
  cursor: default;
}
.empreendimento .empr-carousel .carousel-control-prev:hover,
.empreendimento .empr-carousel .carousel-control-next:hover {
  opacity: 0.5;
}
.empreendimento .empr-diferenciais .diferencial {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem;
  width: 100%;
  align-items: center;
}
.empreendimento .empr-diferenciais .diferencial-icon {
  font-size: 5rem;
  color: #f3873f;
}
.empreendimento .empr-diferenciais .diferencial-title {
  display: block;
  margin: 3px;
}
.empreendimento .empr-diferenciais .diferencial-txt {
  display: block;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .empreendimento .empr-diferenciais .diferencial {
    gap: 2.4rem;
  }
}
.empreendimento .empr-progress .stage {
  width: 100%;
  user-select: none;
}
.empreendimento .empr-progress .stage-title {
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
  color: #613441;
}
.empreendimento .empr-progress .stage .progress {
  --bs-progress-height: 3rem;
  --bs-progress-bg: #fff;
  --bs-progress-border-radius: 1.5rem;
  --bs-progress-font-size: .875em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .empreendimento .empr-progress .stage {
    display: grid;
    grid-template-columns: 13rem auto;
    gap: 1.5rem;
    width: 100%;
    align-items: center;
  }
  .empreendimento .empr-progress .stage-title {
    margin-bottom: 0;
  }
}

/* - Contato ––––– */
.contato-infos span.color {
  color: #f3873f;
}
.contato-infos .btn {
  text-transform: none;
  width: 27rem;
  max-width: 100%;
}

.contato-mapa {
  overflow: hidden;
  height: 100%;
}
.contato-mapa iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.contato-mapa.ratio {
  --bs-aspect-ratio: 125%;
}
@media (min-width: 576px) {
  .contato-mapa.ratio {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
}

/* - Politica de Privacidade ––––– */
#politica-de-privacidade {
  font-family: sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #000 !important;
}
#politica-de-privacidade h1,
#politica-de-privacidade h2,
#politica-de-privacidade h3 {
  font-family: sans-serif !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: bold !important;
  margin: 2.4rem 0 1.2rem 0 !important;
  color: #000 !important;
  letter-spacing: initial !important;
  text-transform: initial !important;
}
#politica-de-privacidade p,
#politica-de-privacidade strong,
#politica-de-privacidade ul,
#politica-de-privacidade li {
  color: #000 !important;
}
#politica-de-privacidade h1 {
  font-size: 2.5em !important;
  margin-top: 0 !important;
}
#politica-de-privacidade h2 {
  font-size: 2em !important;
}
#politica-de-privacidade h3 {
  font-size: 1.5em !important;
}
#politica-de-privacidade p {
  margin: 0 0 1.2rem 0 !important;
}
#politica-de-privacidade ul {
  margin: 0 0 1.2rem 0 !important;
  list-style: disc !important;
}
#politica-de-privacidade li {
  margin: 0 !important;
}
#politica-de-privacidade a {
  text-decoration: underline !important;
  color: #000 !important;
}
#politica-de-privacidade a:hover {
  color: #666 !important;
}

/*# sourceMappingURL=style.css.map */
