*{
    font-family: "Poppins", sans-serif;
}
a{
  text-decoration: none;
}
.main-menu {
  margin-bottom: 15px !important;
}
.grecaptcha-badge {
  display: none;

}
.main-menu>li>a {
  font-size: 1.0rem;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
li.nav-item {
    margin-left: 0.8rem;
}
.main-menu>li>a.show, .main-menu>li>a:hover {
  color: #b12f27 !important;
}
.dropdown-toggle:after {
  content: "";
  margin-left: 1rem;
  width: 12px;
  height: 7px;
  background: url(../../img/arrow-down.svg) center;
  background-size: cover;
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.dropdown-toggle.show:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.search:before {
  content: "";
  height: 38px;
  width: 1px;
  background-color: #979797;
  margin: 0 1.5rem;
  display: inline-block;
}
.busca-header li{
  list-style-type: none;
}
.search {
  position: relative;
  display: flex;
}
a.dropdown-item {
  display: block;
  padding: 20px 0 5px 0;
  color: #323232;
  border-bottom: 2px solid rgba(119, 119, 119, .06);
  font-size: 0.9rem;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #b12f27;
  border-color: #b12f27 !important;
  background-color: transparent;
}
ul.dropdown-menu.show {
  width: 330px;
  padding: 10px 24px 24px;
  font-size: 1rem;
  box-shadow: 0 15px 29px rgba(0,0,0,.11);
  border-radius: 12px;
}
.modal-buscar .modal {
  outline: 0;
  background-color: #000000b0;
}
.modal-buscar .modal-content {
  background-color: transparent;
  border: none;
}
.modal-buscar .btn-close {
  background-color: #b12f27;
  opacity: 1;
}
.modal-buscar .modal-header {
  border-bottom: none;
}
.modal-buscar .buscar-modal{
  background-color: transparent;
  border: none;
  font-size: 29px;
}
.modal-buscar .btn-buscar {
  background-color: #b12f27;
  width: 100%;
  display: block;
  color: #fff;
  padding: 25px;
}
.img-display{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 200px);
}
#display .owl-nav {
  display: none;
  position: relative;
  top: -90px;
  justify-content: center;
  height: 0;
}
#display button.owl-prev {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#display button.owl-next {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#display .fal, .fa-light {
  font-size: 32px;
}
#display .owl-dots {
  position: relative;
  top: -45px;
}
#display .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981D00;
}
#empreendimentos {
  padding: 60px 0 100px;
}
#empreendimentos h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
}
.box-empreendimento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.05);
  box-shadow: 0 4px 4px rgba(0,0,0,.05);
  min-height: 100%;
}
.image-wrapper {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.thumb-img.lazy.loaded {
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}
.img-imovel-capa {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 470px;
  transition: 350ms ease-in-out;
}
span.category.em-construcao {
  display: inline-block;
  background-color: #323232;
  border-radius: 2px;
  position: absolute;
  padding: 7px 1.3rem;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.82px;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
#empreendimentos .image-wrapper:hover .img-imovel-capa {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 350ms ease-in-out;
}
#empreendimentos .image-wrapper:hover .category {
  left: 3rem;
}
.description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 30px;
  width: 60%;
}
.city {
  font-size: 0.8rem;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
}
.nome-empreendimento {
  font-size: 1.8rem;
  color: #323232;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Segoe UI", Arial, sans-serif;
}
.caracteristicas {
  padding: 0;
  margin: 0;
}
.caracteristicas li {
  font-size: 1rem;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 13px;
  list-style-type: none;
}
.caracteristicas li img {
  margin-right: 12px;
  width: 33px;
}
#ligamos {
  position: relative;
  padding: 60px 0;
}
.img-ligamos {
  position: absolute;
  width: 700px;
  z-index: -10;
  left: -20px;
  top: 20px;
}
#ligamos h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: -70px;
}
#ligamos input{
  height: 4rem;
  background: #fff;
  border: 1px solid #979797;
  padding: 0 2rem;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, .6);
  margin-top: 0;
  text-transform: uppercase;
}
.btn-ligamos {
  text-align: center !important;
  cursor: pointer !important;
  height: 4.5rem !important;
  width: 55% !important;
  font-size: 1.5rem !important;
  letter-spacing: 2px !important;
  margin-top: 1rem !important;
  background-color: #323232 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
.btn-ligamos:hover {
  color: #fff;
}
#morada{
  padding: 30px 0;
}
.post-morada {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 8px;
}
#noticias{
  padding: 60px 0;
}
#noticias h3 {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 4.82px;
  text-transform: uppercase;
  color: #979797;
  line-height: 1;
  font-family: "Segoe UI", Arial, sans-serif;
}
#noticias h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.carregamento {
  transition: all .3s ease-in-out;
}
.carregamento.carregando {
  opacity: .5;
  height: 100%;
}
.btn-bordered img {
  margin-left: 0.8rem;
}
.btn-bordered {
  display: block;
  padding: 0 4rem;
  background: #323232;
  color: #ffff;
  border: 2px solid #323232;
  font-size: 1rem;
  -webkit-box-pack: justify;
  height: 70px;
  line-height: 70px;
  -webkit-box-align: center;
  font-weight: 600;
}
.btn-bordered:hover {
  color: #fff;
}
.capa-not-blog {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  margin-bottom: 10px;
}
.btn-lerNoticia {
  background-color: #323232;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 10px 30px;
}
.btn-lerNoticia:hover {
  color: #fff;
}
.card-blog h4 {
  font-size: 16px;
  margin-top: 10px;
  color: #323232;
  font-weight: 600;
  min-height: 50px;
  font-family: "Segoe UI", Arial, sans-serif;
  margin-bottom: 20px;
  line-height: 24px;
}
#compartilhar{
  padding: 4rem 0;
}
#compartilhar h3{
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 4.82px;
  text-transform: uppercase;
  color: #979797;
  line-height: 1;
  font-family: "Segoe UI", Arial, sans-serif;
}
.link-compartilhar {
  font-size: 1.3rem;
  letter-spacing: -1.10667px;
  color: rgba(0, 0, 0, .6);
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
}
footer {
  background: #454545;
  color: #fff;
  padding-top: 3rem;
  position: relative;
  padding-bottom: 12rem;
}
footer h5 {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.alinhar-meio{
  display: flex;
  align-items: center;
}
.alinhar-final{
  display: flex;
  justify-content: flex-end;
}
footer hr {
  color: #fff;
  margin: 2rem 0;
}
.menu-footer li {
  list-style-type: none;
  color: #dadada;
  line-height: 286%;
  font-size: 0.9rem;
}
.menu-footer {
  margin: 0;
  padding: 0;
}
.opostos{
  display: flex;
  justify-content: space-between;
}
.qrcode{
  width: 69px;
}
.text-qr {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.social-footer{
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.social-footer li {
  list-style-type: none;
  margin-left: 2rem;
}
.action-bar {
  background-color: #404040;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9997;
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  bottom: 0;
}
.action-bar a, .action-bar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  height: 100%;
  margin: 0;
}
.action-bar a.bg-3, .action-bar p.bg-3 {
  background-color: rgba(0, 0, 0, .5);
}
.action-bar a.bg-4, .action-bar p.bg-4 {
  background-color: rgba(0, 0, 0, .7);
}
.action-bar .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 114.5%;
  margin: 0;
}
#action-bar img {
  margin-right: 1rem;
  width: 30px;
}
.action-bar a.no-bg, .action-bar p.no-bg {
  background-color: transparent;
}
.img-card-contato {
  width: 150px;
  text-align: center;
  margin-right: 20px;
}
.card-contato {
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, .25);
  color: #323232;
  display: flex;
  align-items: center;
  height: 250px;
}
.card-contato:hover {
  box-shadow: 0 4px 4px rgba(177,47,39,.25);
  border: 1px solid #b12f27;
  color: #323232;
}
.card-contato:hover h3 {
  color: #b12f27;
}
.info-card-contato h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
#contato{
  padding: 70px 0;
}
#contato h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#endereco h2{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#endereco h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
.card-endereco {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.card-endereco p {
  font-size: 1.1rem;
}
.card-endereco a {
  font-size: 1rem;
  color: #323232;
}
.card-endereco a:hover {
  color: #b12f27;
}
.card-endereco img {
  margin-right: 0.5rem;
  width: 20px;
}
#denuncia{
  padding: 70px 0;
}
#denuncia h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#denuncia .form-control{
  background: #f4f4f4;
  border: none;
  outline: 0;
  width: 100%;
  padding: 1rem 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#denuncia .form-select{
  background: #f4f4f4;
  border: none;
  outline: 0;
  width: 100%;
  padding: 1rem 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6c757d;
}
.btn-enviarDenuncia {
  background-color: #323232;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  height: 55px;
  padding: 0 4rem;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-enviarDenuncia:hover {
  color: #fff;
}
.form-control:focus{
  box-shadow:none;
}
#denuncia h6{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
#compliance{
  padding: 70px 0;
}
#compliance h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#compliance p {
  font-size: 1.2rem;
}
.btn-compliance {
  display: inline-flex;
  align-items: center;
  height: 60px;
  border: 1px solid #323232;
  padding: 0 3rem;
  text-transform: uppercase;
  margin-left: 3rem;
  color: #b12f27;
  margin-top: 30px;
  font-size: 1.1rem;
}
#portfolio{
  padding: 70px 0;
}
#portfolio h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.text-portfolio {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, .6);
}
#portfolio .nav-pills {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#portfolio .nav-link {
  display: flex;
  min-width: 212px;
  height: 55px;
  color: #323232;
  border: 1px solid #323232;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
#portfolio .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #000;
}
#politica{
  padding: 70px 0;
}
#politica h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#politica h5 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 1rem 0 2rem 0;
}
#politica h4 {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.fixo{
  position: sticky;
  top: 40px;
}
.btn-enviar-politica {
  display: flex;
  border-radius: 4px;
  background: #CC3333;
  color: #fff;
  justify-content: center;
  margin-top: 10px;
  margin: 6px auto;
  width: 50%;
  cursor: pointer;
}
.custom-justify p {
    text-align: justify;
}
#historia{
  padding: 70px 0 0;
}
#historia h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.html_content.has-before {
  position: relative;
  padding-left: 3rem
}
.html_content.has-before:after,.html_content.has-before:before {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 10px
}
.html_content.has-before:before {
  top: 0;
  background-color: #323232
}
.html_content.has-before:after {
  bottom: 0;
  background-color: #b12f27
}
.html_content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem
}
.html_content strong {
  display: block;
  letter-spacing: -1.10667px;
  font-size: 2.5rem;
  color: #b12f27
}
.time-line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.time-line-wrapper:after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #c4c4c4;
  bottom: -7px;
  left: 0;
  right: 0
}
.time-line-wrapper>.item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.time-line-wrapper>.item:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.time-line-wrapper>.item:first-child:after {
  margin-left: 12px
}
.time-line-wrapper>.item:after,.time-line-wrapper>.item:before {
  content: "";
  display: block
}
.time-line-wrapper>.item:after {
  background: #c4c4c4;
  width: 2px;
  height: 27px;
  margin-top: .6rem
}
.time-line-wrapper>.item:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  background: #c4c4c4;
  height: 16px
}
.time-line-wrapper>.item.active:first-child:after {
  margin-left: 2.4rem
}
.time-line-wrapper>.item.active>span {
  font-size: 2rem;
  font-weight: 700;
  position: relative
}
.time-line-wrapper>.item.active>span:after {
  width: 100%
}
.time-line-wrapper>.item>span {
  font-size: 1.3rem;
  color: #000;
  letter-spacing: -1.10667px;
  display: inline-block;
  padding-top: 8px;
  line-height: 3rem
}
.time-line-wrapper>.item>span:after {
  content: "";
  height: 3px;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: width 450ms ease-in-out;
  -o-transition: width 450ms ease-in-out;
  transition: width 450ms ease-in-out;
  background-color: #b12f27;
  position: absolute
}
.time-line h1 {
  font-family: "Segoe UI", Arial, sans-serif;
}
.html_content {
  margin-bottom: 3rem;
}
a.prev.nav-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #323232;
  outline: 0;
  transform: rotate(180deg);
  position: relative;
  left: -10px;
}
a.next.nav-button{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #323232;
  outline: 0;
}
.html_content.has-before:before {
  top: 0;
  background-color: #323232;
}
.html_content.has-before:after, .html_content.has-before:before {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 10px;
}
.html_content.has-before:after {
  bottom: 0;
  background-color: #b12f27;
}
.html_content.has-before {
  position: relative;
  padding-left: 3rem;
}
.time-line {
  margin-bottom: 3rem;
}
#ideologia{
  padding: 2rem 0px 3rem;
}
#ideologia h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.wrapper-icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #323232;
  margin-right: 1rem;
}
.itemIdeologia{
  display: flex;
  font-size: 1.5rem;
  color: #323232;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  font-weight: 400;
}
#sgi{
  background-color: #ededed;
  padding: 4rem 0;
}
#sgi h2{
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 2rem 0;
}
#premios{
  padding: 2rem 0px 3rem;
}
#premios h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.box-premios {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 2.5rem 4rem;
  border: 1px solid #323232;
  text-align: center;
  min-height: 100%;
}
.awards-list {
  font-size: 1.2rem;
  font-weight: 700;
}
.hightlight {
  margin: 2.5rem 0;
}
.premier {
  font-size: 0.7rem;
}
.where {
  color: #b12f27;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 400;
}
#certificacoes{
  padding: 70px 0 0;
}
#certificacoes h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#certificacoes .nav-pills {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#certificacoes .nav-link {
  display: flex;
  min-width: 212px;
  height: 55px;
  color: #323232;
  border: 1px solid #323232;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
#certificacoes .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #000;
}
.text-certificacoes {
  font-size: 1.3rem;
  color: #1a1a1a;
}
.link-certificacoes {
  font-size: 1.3rem;
  color: #b12f27;
}
.link-certificacoes:hover {
  color: #b12f27;
}
#responsabilidade{
  padding: 70px 0 0;
}
#responsabilidade h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.text-responsabilidade {
  font-size: 1.3rem;
  color: #1a1a1a;
}
.box-text-resp img {
  width: auto !important;
  margin-bottom: 2rem;
}
.img-galeria-resp{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70px;
}
.box-text-resp p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.box-text-resp p b {
  color: #b12f27;
  font-weight: 600;
  font-size: 1.7rem;
  margin: 2.5rem 0 1.5rem 0;
}
#responsabilidade .owl-nav {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 0;
  right: 0;
  top: 0;
}
#responsabilidade button.owl-prev {
  color: #000;
  position: relative;
  width: 58px;
  height: 58px;
  background-color: transparent;
  cursor: pointer;
  border: solid 3px;
  border-radius: 0;
}
#responsabilidade button.owl-next {
  color: #000;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: transparent;
  cursor: pointer;
  border: solid 3px;
  border-radius: 0;
}
#responsabilidade .fal, .fa-light {
  font-size: 32px;
}
#responsabilidade .owl-dots {
  position: relative;
  top: -45px;
}
#responsabilidade .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981D00;
}
#empresasCeli{
  padding: 70px 0 0;
}
#empresasCeli h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.text-empresasCeli {
  font-size: 1.3rem;
  color: #1a1a1a;
}
.logo-empresas{
  border-left: 1px solid #000;
  padding-left: 1.5rem;
  display: inline-block;
}
#obra-publica{
  padding: 70px 0 0;
}
#obra-publica h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
#obra-publica .nav-pills {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#obra-publica .nav-link {
  display: flex;
  min-width: 212px;
  height: 55px;
  color: #323232;
  border: 1px solid #323232;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
#obra-publica .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #000;
}
.img-imovel-priv-publ {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}
.text-publi-priv {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, .6);
}
.nome-publi-priv {
    font-size: 1.7rem;
    color: #323232;
    font-weight: 500;
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 0;
    line-height: 2.3rem;
}
.img-notDest {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 530px;
  margin-bottom: 30px;
}
.data-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-noticia {
  background: #323232;
  border-radius: 4px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.6rem;
  justify-content: space-between;
}
.social-noticia li {
  margin: 0 0.6rem;
  list-style-type: none;
}
.data-noticia {
  color: #b12f27;
}
.conheca-imoveis{
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #b12f27;
}
.leit-noticia{
  padding: 2rem 0;
}
.leit-noticia h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
  margin-bottom: 2rem;
}
.nav-link:focus, .nav-link:hover {
  color: #b12f27;
}
.form-modal .modal-content {
  background: #f4f4f4;
  padding: 2rem;
}
.form-modal .modal-title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.form-modal .form-control{
  height: 45px;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 10px 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #798189;
}
.form-modal .form-select{
  height: 45px;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 10px 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6c757d;
}
.btn.btn-faleConosco {
  background-color: #323232;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  padding: 1rem 0;
}
textarea{
  height: auto !important;
}
.fixo textarea{
  height: 100px !important;
}
#obra-publica{
  padding: 70px 0 0;
}
#obra-publica h1{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
  font-family: "Segoe UI", Arial, sans-serif;
}
.buscar-imovel label {
  font-size: 1.1rem;
  font-weight: 700;
}
.buscar-imovel .form-select {
  height: 3.5rem;
  border: 1px solid #000;
  padding: 0 1.5rem;
  margin-top: 8px;
  font-size: 0.9rem;
}
.form-select {
  background-image: url(../../img/arrow-down.svg);
}
.btn-buscarImovel{
  background-color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  width: 100%;
  height: 56px;
}
.btn-buscarImovel:hover{
  color: #fff;
  background-color: #b12f27;
}
.alinhar-baixo{
  display: flex;
  align-items: flex-end;
}
#modalPortalCliente iframe{
  width: 100%;
  height: 500px;
}
#displayMob{
  display: none;
}
#display{
  display: block;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  opacity: 1;
}
.sombra-servico {
  background-image: linear-gradient(#00000000, #000000);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  bottom: 0;
}
/* DESKTOP */
@media (max-width: 1699px) {
  .container-fluid {
    max-width: 100%;
  }
  #banner-home.container-fluid{
    max-width: 100%;
  }
}
@media (min-width: 1700px) {
  .container-fluid {
    max-width: 1650px;
  }
  #banner-home.container-fluid{
    max-width: 100%;
  }
}
/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .buscar-imovel .form-select {
    padding: 0 0.5rem;
    font-size: 0.6rem;
  }
}
/* MOBILE */
@media all and (max-width: 767px) {
  #displayMob{
    display: block;
  }
  #display{
    display: none;
  }
  #displayMob .owl-nav {
    display: none;
    position: relative;
    top: -90px;
    justify-content: center;
    height: 0;
  }
  #displayMob button.owl-prev {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #displayMob button.owl-next {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #displayMob .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #981D00;
  }
  .btn-bordered {
    padding: 0 1rem;
    text-align: center;
  }
  footer {
    padding-bottom: 7rem;
  }
  #certificacoes .nav-pills {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #certificacoes .nav-link {
    width: 100%;
  }
}




.grid-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 10px 0 60px 0;
}
.grid-container h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.toggle {
  text-align: center;
  padding: 0;
  color: white;
}
.toggle li {
  display: inline;
  padding: 0 60px;
}
.toggle label {
  font-size: 1.2em;
  padding: 0 10px;
}
.grid {
  margin: 0 auto;
}
.img-imovel {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-imovel:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 350ms ease-in-out;
}
.opa {
  overflow: hidden;
}

.grid a:nth-child(odd) .img-imovel{
  height: 280px;
}
.grid a:nth-child(even) .img-imovel{
  height: 280px;
}
.i4 {
  height: 349px;
}
#banner-imovel {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#banner-galeria-imovel {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#banner-galeria-imovel h1 {
  font-size: 4rem;
  line-height: 4.3rem;
  letter-spacing: -.025em;
  color: #fff;
}
#banner-video-imovel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#banner-video-imovel h1 {
  margin-top: 150px;
  font-size: 4rem;
  line-height: 4.3rem;
  letter-spacing: -.025em;
  color: #fff;
}
.video-imovel {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.mapa-imovel{
  display: flex;
}
.mapa-imovel li {
  list-style-type: none;
  color: #fff;
  font-weight: 400;
}
.mapa-imovel li span {
  color: #fff;
  font-weight: 600;
}
.mapa-imovel {
  display: flex;
  margin: 0;
  padding: 0;
}
.seta-branca{
  width: 9px !important;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
#banner-imovel h1 {
  font-size: 4rem;
  line-height: 4.3rem;
  letter-spacing: -.025em;
  color: #fff;
}
.tipagemImovel {
  background-color: white;
  padding: 8px 24px;
  display: inline-block;
  font-weight: 500;
  color: #8b8b8b;
}
.tipagemImovel span{
  color: #000;
  font-weight: 700;
}
/* .img-imovel:hover {
  transform: scale(1.2);
  transition: 300ms all ease-in-out;
  z-index: 1;
} */
.LocalizacaoBanner {
  color: #fff;
  font-weight: 300;
  text-shadow: 0 3px 6px rgba(0,0,0,.3);
  margin: 20px 0 0 0;
  font-size: 1.2rem;
}
.infoImovelBanner {
  color: #fff;
}
.dif-imovel{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.icon-difImovel {
  width: 30px !important;
  margin-right: 10px;
}
ul.dif-imovel li {
  margin: 8px 0;
}
#mapaImovel{
  padding: 60px 0;
}
.imag-icon-mapaImovel {
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-navegacao {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.card-navegacao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 186px;
  align-items: center;
}
.card-navegacao p {
  border-top: solid 1px #F3F1EE;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  min-height: 70px;
  color: #000;
  font-weight: 500;
}
.card-navegacao:hover .imag-icon-mapaImovel{
  filter: invert(24%) sepia(24%) saturate(4485%) hue-rotate(337deg) brightness(103%) contrast(98%);
}
.card-navegacao:hover p{
  color: #000;
  border-top: solid 1px #b12f27;
}
.img-imovelDest {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.difDestItem {
  font-size: 2rem;
  font-weight: 600;
  color: #b3aeae;
  margin: 0;
}
.valorDestItem {
  margin: 0;
  font-weight: 600;
  border-left: 1px solid #b12f27;
  padding-left: 11px;
  display: flex;
  align-items: flex-end;
  height: 30px;
}
#videoImovel{
  padding: 60px 0;
}
#videoImovel iframe{
  width: 100%;
  height: 700px;
}
.difDestItem-2 {
  font-size: 12px;
  font-weight: 600;
  color: #b3aeae;
  margin: 0;
  margin-bottom: 0;
  min-height: 30px;
}
.valorDestItem-2 {
  margin: 0;
  font-weight: 600;
  border-left: 1px solid #b12f27;
  padding-left: 11px;
  display: flex;
  align-items: flex-end;
}
#info-imovel {
  padding: 60px 0;
}
#info-imovel h2{
  font-size: 2.5rem;
  font-weight: 600;
  color: #040404;
}
.text-imovel {
  line-height: 2.2rem;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: justify;
}
.card-diferencialImovel {
  margin-bottom: 2rem;
}
#plantas{
  padding: 60px 0 100px;
}
#plantas h2{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.img-planta{
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mold-planta {
  overflow: hidden;
}
.img-planta:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 350ms ease-in-out;
}
.title_andamento {
  margin: 0 0 10px 0px;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.card-obra {
  display: flex;
  border-radius: 5px;
  padding: 10px 20px 10px 10px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.alinhar-valor {
  width: 100%;
  position: relative;
  display: flex;
  height: 8px;
  background-color: #ddd;
}
.porcentagem {
  margin: 0;
  right: 0;
  top: -30px;
  position: absolute;
  color: #B10C14;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.skills {
  text-align: right;
  height: 8px;
  color: white;
}
#galerias .owl-nav {
  position: relative;
  top: 0px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  height: 0;
}
#galerias button.owl-prev {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#galerias button.owl-next {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#galerias .fal, .fa-light {
  font-size: 32px;
}
#galerias .owl-dots {
  position: relative;
  top: -45px;
}
#galerias .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981D00;
}
#plantas .owl-nav {
  position: relative;
  bottom: 180px;
  display: flex;
  justify-content: space-between;
  height: 0;
}
#plantas button.owl-prev {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#plantas button.owl-next {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#plantas .fal, .fa-light {
  font-size: 32px;
}
#plantas .owl-dots {
  position: relative;
  top: -45px;
}
#plantas .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981D00;
}
#obra{
  padding: 60px 0;
  background-color: #f1f1f1;
}
#obra h2{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.img-obra{
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#obra .owl-nav {
  display: none;
  position: relative;
  top: -90px;
  right: 20px;
  justify-content: flex-end;
  height: 0;
}
#obra button.owl-prev {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#obra button.owl-next {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#obra .fal, .fa-light {
  font-size: 32px;
}
#obra .owl-dots {
  position: relative;
  top: -45px;
}
#obra .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981D00;
}
#localizacao{
  padding: 60px 0 0;
}
#localizacao h2{
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#localizacao iframe{
  width: 100%;
  height: 460px;
}
.setor-mapa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.end-mapa {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.linksMapa {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.btn-mapa {
  margin: 8px;
  background-color: transparent;
  border-radius: 5px;
  padding: 8px;
  font-size: 13px;
  border: solid 2px black;
  color: #000;
  text-align: center;
}
.icon-map{
    width: 23px;
    margin-right: 6px;
}
.btn-mapa:hover {
  color: #fff;
  background-color: #000;
}
.btn-mapa:hover img {
  filter: invert(100%) sepia(8%) saturate(0%) hue-rotate(163deg) brightness(102%) contrast(101%);
}
#interesse h2 {
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: solid;
  width: 100%;
  padding-bottom: 10px;
}
#interesse textarea{
  height: 70px !important;
}
.text-interesse{
  font-size: 14px;
  line-height: 25px;
}
#interesse {
  padding: 18px 0;
  background-color: #f1f1f1;
}
.btn-enviar-interesse {
  background-color: #981D00;
  width: 50%;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}
.btn-enviar-interesse:hover {
  background-color: #5e1909;
  color: #fff;
}
#interesse label {
  font-weight: 300;
}
#mapaImovel-2 {
  display: none;
  padding: 20px 0 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  animation-duration: 0.2s;
  transition: top 0.3s;
  z-index: 10;
}
.card-navegacao2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 186px;
  align-items: center;
}
.card-navegacao2 p {
  border-top: solid 1px #F3F1EE;
  width: 100%;
  text-align: center;
  min-height: 0;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 10px;
  font-size: 14px;
}
.card-navegacao2 p:hover {
  color: #e41b1b;
}
.imag-icon-mapaImovel2 {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
}
.hidden{
  display: none;
}
.buscar1 {
  display: none !important;
}
.galeriaMob2{
  display: none;
}
.modal-buscar .buscar-modal {
  color: #fff;
}
.page-404 h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  margin: 0;
}
.opostos {
  display: flex;
  justify-content: flex-start;
}
.opostos a {
    margin-right: 20px;
}
.page-404{
  padding: 60px 0;
}
.page-404 p {
    text-align: center;
    font-size: 1.8rem;
}
.prometemos {
  font-size: 22px;
}
.img-destaque-blog {
  height: 530px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
article .the-content a b {
  text-align: center;
  font-size: 20px;
  color: red;
}
article .the-content img {
  max-width: 100%;
}
.the-content img {
  max-width: 100%;
}
#page > main > p > img {
  max-width: 100%;
  height: 100vh;
}
.social-blog{
  background: #323232;
  border-radius: 4px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 1.6rem;
  justify-content: space-around;
}
ul.social-blog img {
  width: 32px;
}
ul.social-blog li {
  list-style-type: none;
}
#cabecalho-obra-publica {
  padding: 100px 0;
  min-height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#cabecalho-obra-publica h5 {
  font-size: 2rem;
  letter-spacing: 4.82px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
#cabecalho-obra-publica h1 {
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
}
.sombra-servico2 {
  background-image: linear-gradient(#00000054, #0000007a);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: inherit;
  top: 0;
}
a.mais-detalhes {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a.mais-detalhes img{
  margin-top: 15px;
}
#cabecalho-obra-publica hr {
  color: #fff !important;
  height: 2px;
  opacity: 1;
  position: relative;
  margin-top: 190px;
}
#info-obra-publica {
  padding: 80px 0;
}
#info-obra-publica h4 {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, .6);
  letter-spacing: 2.82px;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
}
#info-obra-publica h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1.10667px;
  color: #323232;
}
#info-obra-publica li {
  list-style-type: none;
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.img-obra-publica {
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#info-obra-publica .owl-nav {
  position: relative;
  top: -90px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  height: 0;
}
#info-obra-publica button.owl-prev {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#info-obra-publica button.owl-next {
  color: #fff;
  position: relative;
  background: #7A0D10;
  width: 58px;
  height: 58px;
  background-color: rgba(26, 26, 26, .4);
  cursor: pointer;
}
#info-obra-publica .fal, .fa-light {
  font-size: 32px;
}
#info-obra-publica .owl-dots {
  position: relative;
  top: -45px;
}
#info-obra-publica .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #981D00;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .main-menu>li>a {
    font-size: 0.8rem;
  }
  #ligamos h2 {
    margin-top: -100px;
  }
  .post-morada {
    height: 220px;
  }
  #portfolio .nav-pills {
    flex-wrap: wrap;
  }
  .box-navegacao {
    overflow: auto;
  }
  .menu-footer li {
    font-size: 0.8rem;
  }
  .menu {
    width: 32px;
  }
  .galeriaMob1{
    display: none;
  }
  .galeriaMob2 {
    display: block;
  }
  .btn-buscarImovel {
    height: auto;
  }
  .link-compartilhar {
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .link-compartilhar img {
      margin-right: 8px;
  }
  .buscar2{
    display: none !important;
  }
  .buscar1 {
    display: block !important;
  }
  ul.dropdown-menu.show {
    width: 330px;
  }
  .img-display {
    height: 280px;
  }
  .img-ligamos {
    width: 450px;
  }
  .time-line .nav {
    flex-wrap: nowrap;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  #certificacoes .nav-pills {
    flex-wrap: wrap;
  }
  .difDestItem {
    font-size: 1.6rem;
  }
  .valorDestItem {
    height: auto;
  }
  .img-imovel {
    width: 100%;
  }
  #galerias .owl-nav {
    position: relative;
    top: -90px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    height: 0;
  }
  #galerias button.owl-prev {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #galerias button.owl-next {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #galerias .fal, .fa-light {
    font-size: 32px;
  }
  #galerias .owl-dots {
    position: relative;
    top: -45px;
  }
  #galerias .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #981D00;
  }
  .action-bar .title {
    font-size: 0.7rem;
  }
  .action-bar span {
    font-size: 0.8rem;
  }
  #action-bar img {
    margin-right: 9px;
    width: 22px;
  }
  #modalPortalCliente iframe {
    width: 100%;
    height: 320px;
  }
}
/* MOBILE */
@media all and (max-width: 767px) {
  .busca-header {
    padding: 0;
    margin-left: -10px;
  }
  ul.dropdown-menu.show {
    width: 98%;
    padding: 10px 24px 24px;
    font-size: 1rem;
    box-shadow: 0 15px 29px rgba(0,0,0,.11);
    border-radius: 12px;
  }
  .menu {
    width: 32px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .action-bar {
    display: none;
  }
  .box-empreendimento {
    flex-direction: column;
  }
  .image-wrapper {
    width: 100%;
  }
  .description {
    padding: 30px;
    width: 100%;
  }
  .telemark{
    width: 100%;
    margin-bottom: 120px;
  }
  .card-blog {
    margin-bottom: 40px;
  }
  .link-compartilhar {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .link-compartilhar img {
      margin-right: 20px;
  }
  .buscar2{
    display: none !important;
  }
  .time-line-wrapper>.item>span {
    font-size: 1rem;
  }
  .box-text-resp {
    margin-top: 40px;
  }
  .img-galeria-resp {
    height: 100px;
  }
  .owl-responsabilidade .item {
    margin-top: 90px;
  }
  #portfolio .nav-pills {
    flex-direction: column;
  }
  #portfolio .nav-link {
    width: 98%;
  }
  .img-imovel {
    width: 100%;
    height: 310px;
  }
  .logo-empresas {
    margin-bottom: 30px;
  }
  #obra-publica .nav-pills {
    flex-direction: column;
  }
  #obra-publica .nav-link {
    width: 98%;
  }
  .card-contato {
    margin-bottom: 30px;
  }
  .buscar-imovel .form-select {
    margin-bottom: 1.5rem;
  }
  .box-navegacao {
    overflow: auto;
  }
  .img-imovelDest {
    margin-bottom: 20px;
  }
  .setor-mapa {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .linksMapa {
    margin: 20px 0;
  }
  .grid{
    display: none;
  }
  #videoImovel iframe {
    height: 370px;
  }
  #galerias .owl-nav {
    position: relative;
    top: -90px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    height: 0;
  }
  #galerias button.owl-prev {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #galerias button.owl-next {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #galerias .fal, .fa-light {
    font-size: 32px;
  }
  #galerias .owl-dots {
    position: relative;
    top: -45px;
  }
  #galerias .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #981D00;
  }
  .galeriaMob1{
    display: none;
  }
  #plantas .owl-nav {
    position: relative;
    bottom: 180px;
    display: flex;
    justify-content: space-between;
    height: 0;
  }
  #plantas button.owl-prev {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #plantas button.owl-next {
    color: #fff;
    position: relative;
    background: #7A0D10;
    width: 58px;
    height: 58px;
    background-color: rgba(26, 26, 26, .4);
    cursor: pointer;
  }
  #plantas .fal, .fa-light {
    font-size: 32px;
  }
  #plantas .owl-dots {
    position: relative;
    top: -45px;
  }
  #plantas .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #981D00;
  }
  .opostos {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
  }
  .opostos a {
    margin-right: 20px;
  }
  footer h5 {
      display: none;
  }
  .galeriaMob2 {
    display: block;
  }
  .card-navegacao2 {
    width: 160px;
  }
  .buscar1 {
    display: block !important;
  }
  .img-destaque-blog {
    height: 240px;
  }
  #info-imovel {
    margin-top: 40px;
  }
  #interesse {
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  #mapaImovel {
    display: none;
  }
  #mapaImovel-2 {
    display: none;
  }
}
.owl-banner .owl-item img {
  display: unset;
}
.icon-social-header {
  filter: invert(16%) sepia(94%) saturate(7500%) hue-rotate(340deg) brightness(80%) contrast(90%);
}
.dropdown-menu {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
@media all and (max-width: 810px) {
  .main-menu {
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(10px);
      border-radius: 10px;
  }
}
#video-obra {
  padding: 60px 0;
  background-color: #e2e2e2;
}
#video-obra h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#diferenciais {
  padding: 20px 0;
  background-color: #f1f1f1;
}
#diferenciais h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.diferencial-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.diferencial-item img {
  margin-right: 10px;
}
.diferencial-item p {
  margin-top: 10px;
}
#galerias-geral .nav-pills .nav-link.active {
  background-color: #981D00;
  color: #fff;
}
#galerias-geral .nav-link {
  color: #981D00;
}
.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}


.central-404{
  text-align: center;
  margin-top: 40px;
}
.btn-404{
  background-color: #d3584f;
  color: #fff;
  padding: 10px;
}
.btn-404:hover{
  color: #fff;
}

section.cd {
    padding: 80px 0 40px;
}

.btn-cd:hover {
  background: #333;
  color: white;

}

.btn-cd {
    transition: 300ms all ease-in-out;
    background: #1A1A1A;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: white;
    padding: 12px 50px;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px;
    max-width: 100%;
    min-height: 60px;
}

h2 span {
  color: #DB3F4E;
}

h2 {
    font-weight: 600;
}

.cd-btn-group {
    display: flex;
    align-items: center;
    gap: 15px 30px;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .cd-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .btn-cd {
    flex: 1 0 auto;
  }
}

label.check-aceite {
  display: flex;
  gap: 15px;
  align-items: center;
}

.container-identificacao {
  display: none;
}

.container-identificacao.show {
  display: flex;
}

.ipt-group label span {
  color: #DB3F4E;
}

.ipt-group label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
}

.ipt-group input::placeholder, .ipt-group textarea::placeholder {
  color: #8E8E8E;
}
.ipt-group input, .ipt-group textarea {
  border: 1px solid #747474;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  padding: 22px;
  width: 100%;
}

.error span {
  color: #DB3F4E;
  font-size: 14px;
}

a.btn-cd.active {
    background: #db3f4e;
}

.ipt-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

label.check-aceite input {
    width: 24px;
    height: 24px;
    min-width: 24px;
    -moz-appearance: none;
    -webkit-appearance:none;
    -o-appearance:none;
    border-radius: 4px;
    position: relative;
    border: 1px solid #DB3F4E;
}

label.check-aceite input:before {
    content: '';
    display: inline-block;
    background-color: #DB3F4E;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    opacity: 0;
}

label.check-aceite input:checked:before {
    opacity: 1 !important;
}

#arquivos {
  display: none;
}

.file-text:after {
  content: ' ';
  background: url(../../img/download.png);
  position: absolute;
  width: 32px;
  height: 25px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.file-text {
    cursor: pointer;
    position: relative;
    padding: 20px;
    border: 1px solid #747474;
    width: 100%;
}

span.file-remove {
    font-size: 14px;
    cursor: pointer;
    background: #db3f4e;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}



.fw-500 {
  font-weight: 500;
}

.line-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.file-anexos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 500;
}

.cd-text-red {
    color: #db3f4e;
}

.cd-protocolo {
    display: inline-block;
    background: #db3f4e;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    vertical-align: middle;
    color: white;
    padding: 8px 20px;
}