@charset "UTF-8";
/* SEÇÃO hero-interno */
#hero-interno {
  padding: 200px 0px 76px 0px;
  background-color: #273749;
}
@media screen and (max-width: 768px) {
  #hero-interno {
    padding: 276px 0px 76px 0px;
  }
}

#hero-interno h3 {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3125rem;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #hero-interno h3 {
    font-size: 1.5rem;
  }
}
#hero-interno input,
#hero-interno select {
  font-family: "Montserrat", sans-serif;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.18) !important;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  color: #ffffff;
  padding: 14px 10px !important;
  height: 100%;
}
#hero-interno input::-moz-placeholder, #hero-interno select::-moz-placeholder {
  color: #ffffff;
}
#hero-interno input::placeholder,
#hero-interno select::placeholder {
  color: #ffffff;
}
#hero-interno input:focus,
#hero-interno select:focus {
  border: 1px solid rgb(236, 173, 30);
  box-shadow: 0 0 0 0.25rem rgba(255, 222, 0, 0.25);
}
#hero-interno select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em;
  padding-right: 2rem;
}
#hero-interno select option {
  color: #ffffff;
  background-color: rgba(34, 35, 39, 0.9);
}
#hero-interno select option:checked {
  background-color: rgba(34, 35, 39, 0.9);
}
#hero-interno p {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin: 16px 0px !important;
}
#hero-interno button {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
}
#hero-interno button:hover {
  transition: all 0.3s;
}
#hero-interno #button-search {
  margin: 0px 0px 20px 0px;
  width: 100% !important;
}

#hero-interno .row {
  margin: 0px 0px;
}
@media screen and (max-width: 768px) {
  #hero-interno .row {
    margin: 0px !important;
  }
}

/* Filtro de buscas */
.col-personalizada-filtro {
  width: 20% !important;
}
@media screen and (max-width: 768px) {
  .col-personalizada-filtro {
    width: 100% !important;
  }
}

/* Ajustes para o filtro */
#form-search {
  overflow: hidden;
  padding: 0px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#form-search.show {
  max-height: 1000px; /* Valor grande para garantir que todo o conteúdo seja mostrado */
  opacity: 1;
  visibility: visible;
}

#button-search.active {
  background-color: #dc3545;
}

/* LISTAGEM IMOVEIS */
#listagem-de-imoveis {
  padding: 100px 0px 0px 0px;
}

#listagem-de-imoveis h3 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3125rem;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #listagem-de-imoveis h3 {
    font-size: 1.25rem !important;
  }
}

.listagem-coluna {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lista-ordenacao {
  display: flex;
  align-items: center;
  padding-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .lista-ordenacao {
    flex-direction: column;
    width: 100%;
  }
}

.lista-ordenacao label {
  color: #273749;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .lista-ordenacao label {
    margin: 8px 0px;
  }
}
.lista-ordenacao select {
  margin: 0px 10px;
  padding: 10px 15px;
  border-radius: 38px;
  appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .lista-ordenacao select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lista-ordenacao li {
    width: 100%;
  }
}

.linha-imoveis {
  margin-top: 88px !important;
  padding: 0px 46px;
}
@media screen and (max-width: 768px) {
  .linha-imoveis {
    margin-top: 40px !important;
    padding: unset !important;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 20px;
  }
}

.pagination a {
  background-color: #ffffff;
  padding: 16px;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; /* Alinha o conteúdo centralizado */
  border-radius: 50%;
  text-decoration: none;
  font-size: 1rem;
  border: 2px solid #273749;
  color: #273749;
  font-weight: 600;
  margin: 0px 4px;
}


@media screen and (max-width: 768px) {
  .pagination a {
    width: 32px;
    height: 32px;
  }
}
.pagination a.active {
  background-color: #273749;
  padding: 16px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center; /* Alinha o conteúdo centralizado */
  border-radius: 50%;
  text-decoration: none;
  font-size: 1rem;
  border: 2px solid #273749;
  color: #ffffff;
  font-weight: 600;
  margin: 0px 4px;
}

.pagination li:first-child a,
.pagination li:last-child a {
  border: none !important;
}

#detalhes {
  padding: 0px 0px 0px 0px;
  margin-top: -100px;
  z-index: 222;
  position: relative;
}
@media screen and (max-width: 768px) {
  #detalhes {
    margin-top: -50px;
  }
}

#detalhes .coluna-principal {
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #detalhes .coluna-principal {
    padding: 32px 12px;
  }
}
#detalhes .principal-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #detalhes .principal-header {
    flex-direction: column;
  }
}
#detalhes .coluna-secundaria {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #detalhes .coluna-secundaria {
    padding: 32px 12px;
  }
}

.coluna-principal h3 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .coluna-principal h3 {
    font-size: 1.25rem !important;
  }
}
.coluna-principal span {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.coluna-principal p {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .coluna-principal p {
    font-size: 12px;
  }
}
.coluna-principal a {
  color: #273749;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  padding: unset !important;
}
.coluna-principal ul {
  padding-left: 0px;
}
.coluna-principal ul li {
  color: #7e7e7e;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem; /* 145.455% */
  text-transform: uppercase;
  border-left: 2px solid rgb(236, 173, 30);
  padding-left: 12px;
  margin: 16px 0px;
}
@media screen and (max-width: 768px) {
  .coluna-principal ul li {
    display: flex;
    flex-direction: column;
  }
}
.coluna-principal ul li strong {
  color: #273749;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .coluna-principal ul li strong {
    font-size: 0.7875rem;
  }
}
.coluna-principal h4 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem !important;
}
@media screen and (max-width: 768px) {
  .coluna-principal h4 {
    font-size: 1.25rem !important;
  }
}
.coluna-principal hr {
  margin: 48px 0px !important;
}

.coluna-secundaria {
  width: calc(33.3% - 30px) !important;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .coluna-secundaria {
    width: 100% !important;
    margin-left: initial !important;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .coluna-secundaria {
    width: 100% !important;
    margin-left: initial !important;
    margin-top: 20px !important;
  }
}
.coluna-secundaria h6 {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  margin-bottom: 8px;
}
.coluna-secundaria h2 {
  color: #273749;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.coluna-secundaria hr {
  border: 1px solid rgb(236, 173, 30);
  opacity: 1 !important;
  border-radius: 8px;
  max-width: 35px;
  margin: 8px 0px !important;
}
.coluna-secundaria h6 {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-weight: 600 !important;
  font-size: 1.125rem;
}
.coluna-secundaria ul {
  padding-left: 0px;
}
.coluna-secundaria ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.coluna-secundaria ul li p {
  display: flex;
  flex-direction: column;
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.coluna-secundaria ul li p strong {
  color: #273749;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.coluna-secundaria span {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.coluna-secundaria .btn-mapa {
  color: #273749;
  font-size: 0.9325rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 36px;
  display: flex;
}
.coluna-secundaria .link-simulador {
  color: #273749;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.coluna-secundaria .link-simulador strong {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
}
.coluna-secundaria .btn-wpp {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
  background-color: #273749 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 48px;
}
.coluna-secundaria .btn-wpp:hover {
  transition: all 0.3s;
}

#galeria-detalhes .carrossel-galeria-detalhes-owl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 126/86;
}
#galeria-detalhes .carrossel-galeria-detalhes-owl .prev-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: 5%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"%3E%3Crect width="50" height="50" rx="25" fill="white"/%3E%3Cpath d="M29.2222 14.0488L18.271 25L29.2222 35.9512" stroke="%23273749" stroke-width="2" transform="translate(0, 0)"/%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #galeria-detalhes .carrossel-galeria-detalhes-owl .prev-slide::after {
    width: 30px;
    height: 30px;
    left: 5%;
    top: calc(50% - 30px);
  }
}
#galeria-detalhes .carrossel-galeria-detalhes-owl .next-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  right: 5%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"%3E%3Crect width="50" height="50" rx="25" fill="white"/%3E%3Cpath d="M29.2222 14.0488L18.271 25L29.2222 35.9512" stroke="%23273749" stroke-width="2" transform="translate(0, 0)"/%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  #galeria-detalhes .carrossel-galeria-detalhes-owl .next-slide::after {
    width: 30px;
    height: 30px;
    right: 5%;
    top: calc(50% - 30px);
  }
}

/* Lightbox */
.lb-prev,
.lb-next {
  display: block !important; /* Força as setas a serem sempre exibidas */
  opacity: 1 !important; /* Garante que as setas sejam totalmente visíveis */
  transition: opacity 0.3s; /* Efeito de transição suave */
}

.lb-prev:hover,
.lb-next:hover {
  opacity: 1 !important; /* Mantém a opacidade total ao passar o mouse */
}

.lb-close {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

*:not(button) {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
}

#lightboxOverlay,
.lightbox {
  width: 100% !important;
}

/* whatsapp */
.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  padding: 11px 30px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -163px;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}

.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
}

.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}

.btn-whatsapp i {
  position: relative;
  top: -5px;
}

html {
  scroll-padding-top: 70px;
}

li {
  list-style-type: none !important;
}

button {
  border: none;
  outline: none;
  background: none;
}

body {
  overflow: hidden !important;
}

body,
html {
  margin: 0;
  padding: 0;
  word-wrap: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #ffffff !important;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #d6d6d6;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #3f3f3f;
}

/* .bg-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
} */
/* .bg-header object {
  overflow: hidden;
  position: absolute;
  top: -15vh;
  right: 0;
  width: 100%;
  z-index: -9999;
} */
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-prev-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background-image: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

/* teste */
a:hover {
  text-decoration: none;
}

header a {
  font-size: 14px;
}
header a:hover, header a:active, header a:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  border: 0px !important;
}

footer img {
  max-width: 140px;
  width: 100%;
}

.container {
  max-width: 1300px !important;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:active,
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(236, 173, 30, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(236, 173, 30, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>') !important;
  transition: 0.5s ease;
  transform: rotate(180deg);
}

/* .owl-dot span {
    background-color: transparent !important;
    opacity: 0.3;
    outline: 1px solid $cor-fundo !important;
}
.owl-dot.active span {
    background-color: $cor-fundo !important;
    opacity: 0.6;
} */
/* SETAS DOS CARROUSEIS */
.carrossel01-home-owl {
  /* Ajustes de dots */
}
.carrossel01-home-owl .owl-dot span {
  background-color: transparent !important;
  opacity: 0.3;
  outline: 1px solid #ffffff !important;
}
.carrossel01-home-owl .owl-dot.active span {
  background-color: #ffffff !important;
  opacity: 0.6;
}
.carrossel01-home-owl .owl-theme {
  position: relative;
}
.carrossel01-home-owl .owl-dots {
  position: absolute;
  z-index: 2222222222;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carrossel01-home-owl .prev-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: 5%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"%3E%3Crect width="50" height="50" rx="25" fill="white"/%3E%3Cpath d="M29.2222 14.0488L18.271 25L29.2222 35.9512" stroke="%23ECAD1E" stroke-width="2" transform="translate(0, 0)"/%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .carrossel01-home-owl .prev-slide::after {
    width: 30px;
    height: 30px;
    left: 5%;
    top: calc(50% - 30px);
  }
}

.carrossel01-home-owl .next-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  right: 5%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="none"%3E%3Crect width="50" height="50" rx="25" fill="white"/%3E%3Cpath d="M29.2222 14.0488L18.271 25L29.2222 35.9512" stroke="%23ECAD1E" stroke-width="2" transform="translate(0, 0)"/%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  .carrossel01-home-owl .next-slide::after {
    width: 30px;
    height: 30px;
    right: 5%;
    top: calc(50% - 30px);
  }
}

/* body {
    position: relative;
}

.container-header {
    position: absolute !important;
    top: 0px;
    z-index: 1030;
}
 */
.container-header {
  position: absolute !important;
  top: 0px;
  z-index: 1030;
}

/* PRE CABEÇALHO */
.precabecalho .container {
  padding: 16px 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5019607843);
}

.precabecalho .col-lg-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .precabecalho .col-lg-4 {
    justify-content: center;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho .col-lg-4 {
    justify-content: center;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho .col-lg-4 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .precabecalho .col-lg-8 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho .col-lg-8 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho .col-lg-8 ul {
    flex-direction: row;
  }
}

.precabecalho ul {
  padding: 0px 0px 0px 0px !important;
  display: flex;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .precabecalho ul {
    align-items: center;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho ul {
    align-items: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho ul {
    align-items: center;
  }
}
.precabecalho ul li {
  margin: 0px 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
}
@media screen and (max-width: 768px) {
  .precabecalho ul li {
    margin: 4px 0px;
  }
}
.precabecalho a {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.precabecalho a:hover {
  color: rgb(236, 173, 30) !important;
  transform: scale(1.02);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .precabecalho a i {
    margin: 0px 8px;
  }
}
.precabecalho a i:hover {
  color: rgb(236, 173, 30) !important;
  transform: scale(1.02);
  transform-origin: center;
}
.precabecalho p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

/* NAVBAR */
/* .static-top {
  top: 0px;
  position: absolute;
  z-index: 22222;
  width: 100%;
} */
@media screen and (max-width: 768px) {
  #navbar {
    transition: padding 400ms ease;
  }
}

.navbar {
  padding: 15px !important;
}

.navbar a.btn-yellow {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
  margin-left: 16px;
}
.navbar a.btn-yellow:hover {
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .navbar a.btn-yellow {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .navbar ul {
    padding: 60px 0px 60px 0px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navbar ul {
    padding: 60px 0px 60px 0px !important;
  }
}

.nav-link,
.item-menu {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 500;
  padding: 0px 8px !important;
  text-decoration: none;
}
.nav-link:hover,
.item-menu:hover {
  color: rgb(236, 173, 30) !important;
  transform: scale(1.02);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .nav-link,
  .item-menu {
    padding: 16px 8px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav-link,
  .item-menu {
    padding: 16px 8px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .nav-link,
  .item-menu {
    padding: 16px 8px !important;
  }
}

.item-menu {
  display: flex !important;
  align-items: center;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .item-menu {
    margin: 4px;
    text-align: center;
  }
}

.dropdown-menu.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px 0px;
}
@media screen and (max-width: 768px) {
  .dropdown-menu.show {
    margin: 0px;
  }
}

.dropdown-menu {
  background: rgba(0, 30, 65, 0.2) !important;
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
  border: 1px solid #ffffff !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin: 16px auto !important;
}
@media screen and (max-width: 768px) {
  .dropdown-item {
    margin: 0px auto !important;
  }
}

.item-menu {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
}

/* SEÇÃO HERO */
#hero {
  padding: 200px 0px 76px 0px;
  background-image: linear-gradient(to bottom, rgba(34, 35, 39, 0.8), rgba(34, 35, 39, 0.8)), url(../img/hero/background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #hero {
    padding: 276px 0px 76px 0px;
  }
}

#hero h3 {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #hero h3 {
    font-size: 1.5rem;
  }
}
#hero input,
#hero select {
  font-family: "Montserrat", sans-serif;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.18) !important;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  color: #ffffff;
  padding: 14px 10px !important;
  height: 100%;
}
#hero input::-moz-placeholder, #hero select::-moz-placeholder {
  color: #ffffff;
}
#hero input::placeholder,
#hero select::placeholder {
  color: #ffffff;
}
#hero input:focus,
#hero select:focus {
  border: 1px solid rgb(236, 173, 30);
  box-shadow: 0 0 0 0.25rem rgba(255, 222, 0, 0.25);
}
#hero select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em;
  padding-right: 2rem;
}
#hero select option {
  color: #ffffff;
  background-color: rgba(34, 35, 39, 0.9);
}
#hero select option:checked {
  background-color: rgba(34, 35, 39, 0.9);
}
#hero p {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin: 16px 0px !important;
}
#hero button {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
}
#hero button:hover {
  transition: all 0.3s;
}
#hero #button-search {
  margin: 0px 0px 20px 0px;
  width: 100% !important;
}

#hero .row {
  margin: 0px 0px;
}
@media screen and (max-width: 768px) {
  #hero .row {
    margin: 0px !important;
  }
}

/* Filtro de buscas */
.col-personalizada-filtro {
  width: 20% !important;
}
@media screen and (max-width: 768px) {
  .col-personalizada-filtro {
    width: 100% !important;
  }
}

/* Ajustes para o filtro */
#form-search {
  overflow: hidden;
  padding: 0px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#form-search.show {
  max-height: 1000px; /* Valor grande para garantir que todo o conteúdo seja mostrado */
  opacity: 1;
  visibility: visible;
}

#button-search.active {
  background-color: #dc3545;
}

/* PRIMEIRA SEÇÃO GALERIA */
/* PRIMEIRA SEÇÃO GALERIA */
/* VENDAS */
#vendas {
  padding: 100px 0px 60px 0px;
}
@media screen and (max-width: 768px) {
  #vendas {
    padding: 30px 0px;
  }
}

#vendas h3 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #vendas h3 {
    font-size: 1.25rem !important;
  }
}

.box-imovel-header {
  position: relative;
}

.box-imovel-body {
  padding: 25px;
}

.box-imovel {
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.box-imovel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 36/31;
  border-radius: 8px 8px 0px 0px;
}
.box-imovel h4 {
  font-family: "Montserrat", sans-serif;
  color: #273749;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 24px;
}
.box-imovel span.preco {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: rgb(236, 173, 30);
  font-family: "Montserrat", sans-serif;
  color: #273749;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 0px 8px 8px 0px;
}

.box-imovel span.status {
  position: absolute;
  top: 80px;
  left: 0px;
  background-color: #dc3545;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 0px 8px 8px 0px;
}

.box-imovel hr {
  border: 4px solid rgb(236, 173, 30);
  opacity: 1 !important;
  border-radius: 8px;
  max-width: 35px;
}
.box-imovel p {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem; /* 109.091% */
  text-transform: uppercase;
  margin: 0px !important;
  margin-bottom: 6px !important;
}
.box-imovel p strong {
  color: #273749;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375rem;
  text-transform: capitalize;
}
.box-imovel a {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
  background-color: #273749;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-imovel a:hover {
  transition: all 0.3s;
}

.box-imovel .informacoes {
  display: flex;
  margin-bottom: 20px;
}
.box-imovel .tipo {
  width: 50%;
}
.box-imovel .area {
  width: 50%;
}

.carrossel-vendas-home-owl {
  position: relative;
  width: 100vw;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .carrossel-vendas-home-owl {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .carrossel-vendas-home-owl .owl-nav {
    display: none;
  }
}
.carrossel-vendas-home-owl .owl-stage-outer {
  padding: 20px 0px;
}
.carrossel-vendas-home-owl .owl-dots {
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: -10%;
  right: 25%;
}
@media screen and (max-width: 768px) {
  .carrossel-vendas-home-owl .owl-dots {
    position: unset !important;
    max-width: none !important;
  }
}
.carrossel-vendas-home-owl .owl-dot span {
  background-color: transparent !important;
  opacity: 0.6;
  outline: 1px solid rgb(236, 173, 30) !important;
}
.carrossel-vendas-home-owl .owl-dot.active span {
  background-color: rgb(236, 173, 30) !important;
  opacity: 1;
}

/* LOCACOES */
#locacoes {
  padding: 0px 0px 60px 0px;
}
@media screen and (max-width: 768px) {
  #locacoes {
    padding: 30px 0px;
  }
}

#locacoes h3 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #locacoes h3 {
    font-size: 1.25rem !important;
  }
}

.box-imovel-header {
  position: relative;
}

.box-imovel-body {
  padding: 25px;
}

.box-imovel {
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.box-imovel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 36/31;
  border-radius: 8px 8px 0px 0px;
}
.box-imovel h4 {
  font-family: "Montserrat", sans-serif;
  color: #273749;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 24px;
}
.box-imovel span.preco {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: rgb(236, 173, 30);
  font-family: "Montserrat", sans-serif;
  color: #273749;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 0px 8px 8px 0px;
}
.box-imovel hr {
  border: 4px solid rgb(236, 173, 30);
  opacity: 1 !important;
  border-radius: 8px;
  max-width: 35px;
}
.box-imovel p {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem; /* 109.091% */
  text-transform: uppercase;
  margin: 0px !important;
  margin-bottom: 6px !important;
}
.box-imovel p strong {
  color: #273749;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375rem;
  text-transform: capitalize;
}
.box-imovel a {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
  background-color: #273749;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-imovel a:hover {
  transition: all 0.3s;
}

#locacoes .informacoes {
  display: flex;
  margin-bottom: 20px;
}
#locacoes .tipo {
  width: 50%;
}
#locacoes .area {
  width: 50%;
}

.carrossel-locacoes-home-owl {
  position: relative;
  width: 100vw;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .carrossel-locacoes-home-owl {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .carrossel-locacoes-home-owl .owl-nav {
    display: none;
  }
}
.carrossel-locacoes-home-owl .owl-stage-outer {
  padding: 20px 0px;
}
.carrossel-locacoes-home-owl .owl-dots {
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  top: -10%;
  right: 25%;
}
@media screen and (max-width: 768px) {
  .carrossel-locacoes-home-owl .owl-dots {
    position: unset !important;
    max-width: none !important;
  }
}
.carrossel-locacoes-home-owl .owl-dot span {
  background-color: transparent !important;
  opacity: 0.6;
  outline: 1px solid rgb(236, 173, 30) !important;
}
.carrossel-locacoes-home-owl .owl-dot.active span {
  background-color: rgb(236, 173, 30) !important;
  opacity: 1;
}

/* PROMOCOES */
#promocoes {
  padding: 100px 0px;
  background-color: #273749;
}
@media screen and (max-width: 768px) {
  #promocoes {
    padding: 60px 0px;
  }
}

#promocoes h3 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #promocoes h3 {
    font-size: 1.25rem !important;
  }
}
#promocoes svg {
  margin-bottom: 8px;
}
#promocoes svg rect {
  fill: #4aea8a !important;
}
#promocoes hr {
  border: 4px solid #4aea8a;
  opacity: 1 !important;
  border-radius: 8px;
  max-width: 35px;
}
#promocoes span.preco {
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: #4aea8a;
  font-family: "Montserrat", sans-serif;
  color: #273749;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 12px 8px;
  border-radius: 0px 8px 8px 0px;
}

.box-imovel-header {
  position: relative;
}

.box-imovel-body {
  padding: 25px;
}

.box-imovel {
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin: 20px 0px;
}

.box-imovel {
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.box-imovel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 36/31;
  border-radius: 8px 8px 0px 0px;
}
.box-imovel h4 {
  font-family: "Montserrat", sans-serif;
  color: #273749;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 24px;
}
.box-imovel p {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem; /* 109.091% */
  text-transform: uppercase;
  margin: 0px !important;
  margin-bottom: 6px !important;
}
.box-imovel p strong {
  color: #273749;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375rem;
  text-transform: capitalize;
}
.box-imovel a {
  border-radius: 0.25rem;
  background: rgb(236, 173, 30);
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 15px 50px !important;
  transition: all 0.3s;
  background-color: #273749;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-imovel a:hover {
  transition: all 0.3s;
}

#promocoes .informacoes {
  display: flex;
  margin-bottom: 20px;
}
#promocoes .tipo {
  width: 50%;
}
#promocoes .area {
  width: 50%;
}

.carrossel-promocoes-home-owl {
  position: relative;
  width: 100%;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .carrossel-promocoes-home-owl {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .carrossel-promocoes-home-owl .owl-nav {
    display: none;
  }
}
.carrossel-promocoes-home-owl .owl-stage-outer {
  padding: 20px 0px;
}
.carrossel-promocoes-home-owl .owl-dot span {
  background-color: transparent !important;
  opacity: 0.6;
  outline: 1px solid #4aea8a !important;
}
.carrossel-promocoes-home-owl .owl-dot.active span {
  background-color: #4aea8a !important;
  opacity: 1;
}

/* CONHEÇA NOSSA HISTORIA */
#historia {
  padding: 100px 0px 100px 0px;
}
@media screen and (max-width: 768px) {
  #historia {
    padding: 30px 0px;
  }
}

#historia h3 {
  color: #273749;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #historia h3 {
    font-size: 1.25rem !important;
  }
}
#historia span {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
#historia img {
  position: relative;
  aspect-ratio: 16/6;
  max-width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #historia img {
    aspect-ratio: 16/9;
  }
}

.historia-texto {
  position: absolute;
  bottom: -25%;
  right: 40px;
  background-color: #ffffff;
  width: 60%;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .historia-texto {
    width: 100%;
    position: unset !important;
    bottom: unset !important;
    right: unset !important;
    padding: unset !important;
    margin: 20px 0px;
    box-shadow: unset !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .historia-texto {
    width: 100%;
    position: unset !important;
    bottom: unset !important;
    right: unset !important;
    padding: unset !important;
    margin: 20px 0px;
    box-shadow: unset !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .historia-texto {
    width: 80%;
  }
}

/* RODAPE */
#rodape {
  padding: 100px 0px 32px 0px;
}
@media screen and (max-width: 768px) {
  #rodape {
    padding: 0px 0px 0px 0px;
  }
}
#rodape .container {
  padding-top: 60px;
  border-top: 2px solid rgba(39, 55, 73, 0.25);
}

#rodape img {
  max-width: 140px;
}
#rodape span {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin: 12px 0px;
}
#rodape ul {
  padding-left: 0px;
}
#rodape .redes-sociais {
  display: flex;
}
#rodape .redes-sociais a {
  margin-right: 8px;
  font-size: 1rem;
  color: #273749;
}
#rodape .redes-sociais a:hover {
  font-weight: 700;
  transform: scale(1.1);
  transform-origin: center;
}
#rodape li {
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin: 8px 0px;
}
#rodape li.title {
  color: #273749 !important;
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  font-weight: 700;
}
#rodape a {
  text-decoration: none;
  color: #7e7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}
#rodape a:hover {
  font-weight: 700;
  transform: scale(1.1);
  transform-origin: center;
}

/* LINHA FINAL */
#finalline {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  background-color: transparent;
  margin: 0px auto !important;
  padding: 0px 150px;
}
@media screen and (max-width: 768px) {
  #finalline {
    padding: 0px 20px;
  }
}

.finalcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px auto !important;
  padding: 0px 0px;
}

.finalcontainer .d-flex {
  justify-content: center;
}
.finalcontainer p {
  font-family: "Montserrat", sans-serif;
  padding: 24px 0px !important;
  justify-content: center;
  color: #7e7e7e;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .finalcontainer p {
    font-size: 12px !important;
    text-align: center;
  }
}
.finalcontainer a {
  color: #7e7e7e;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */