@charset "UTF-8";

/*
Theme Name: Vila Vitória
Author: Level 131
*/

:root {
  --main-blue: #0c2142;
  --main-yellow: #ad8e4a;
  --medium-blue: #546b87;
}

html {
  scroll-behavior: smooth !important;
}

html :where(img) {
  height: auto;
  max-width: 100%;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 999999999;
}

#loading-image {
  z-index: 109990;
}

/*Single*/

.single-content {
  padding: 60px 0 !important;
}

.single-thumb img {
  max-height: 480px;
  object-fit: cover;
  width: 100%;
}

/*HEader*/

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important;
}

.detalhe-esquerdo-logo-topo {
  background: url("assets/images/detalhe-esquerdo-topo.png");
  width: 100%;
  height: 693px;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 76vh;
  background-repeat: no-repeat;
}

.mobile-menu-drop {
  position: absolute;
  right: 10%;
  top: 14%;
  background-color: var(--main-blue);
  padding: 25px;
}

.mobile-hamburguer {
  position: absolute;
  top: 13%;
  right: 10%;
  cursor: pointer;
  z-index: 5;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0 0 auto;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.nav-link,
.nav-link a {
  color: #fff !important;
  text-decoration: none;
  transition: 320ms ease;
  border-bottom: 2px solid;
  border-color: transparent;
}

.nav-link:hover {
  border-color: var(--main-yellow);
  color: #fff !important;
}

.nav-link:active {
  border-color: var(--main-yellow);
  color: #fff !important;
}

/*Fim Header*/

.full-video-section video {
  object-fit: cover;
  height: 100vh;
}

.slider-topo-thumbs-container {
  background: var(--main-yellow);
  padding-top: 29px;
  padding-bottom: 29px;
  position: relative;
}

.slide-imagem-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  top: 0;
  background: linear-gradient(180deg, #00000099, transparent);
  z-index: 998;
  position: absolute;
}

.slide-imagem-item {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.secao-projeto {
  /* box-shadow: 47px 26px 31px 91px #009; */
  z-index: 999;
  -webkit-box-shadow: -2px 14px 40px -4px rgb(0 0 0 / 63%);
  box-shadow: -2px 14px 40px -4px rgb(0 0 0 / 63%);
  position: relative;
}

.detalhe-secao-dois {
  position: absolute;
  right: 0;
  bottom: 89px;
  z-index: 1;
}

.predio-secao-2 {
  z-index: 2 !important;
  position: relative;
}

.predio-secao-2 img {
  max-width: 100%;
}

.secao-dois-textos h1,
.new-single-title {
  font-family: Artegra Sans Extended;
  font-weight: 100;
  font-size: 59px;
  text-transform: uppercase;
  color: var(--medium-blue);
}

.secao-dois-textos {
  margin-top: 100px;
  max-width: 382px;
}

.secao-dois-textos h1 span {
  color: #a87e21;
}

.secao-dois-textos h3 {
  font-family: "Artegra Sans Extended";
  font-weight: 200;
  color: var(--medium-blue);
  font-size: 29px;
  margin-top: 29px;
}

.secao-dois-textos ul,
.single-content-text {
  font-family: "Artegra Sans Extended";
  font-size: 19px;
  padding: 0;
  padding-left: 15px;
}

.secao-dois-textos ul li {
  margin-top: 22px;
  color: var(--medium-blue);
}

.secao-dois-txt-button a {
  background: #ad8e49;
  color: #fff;
  text-decoration: none;
  padding: 20px 22px 14px 22px;
  display: block;
  border-collapse: collapse;
  font-family: "Artegra Sans Extended";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.default-button a,
.wpcf7-submit {
  color: #fff !important;
  text-decoration: none;
  padding: 20px 15px 14px 15px;
  display: block;
  border-collapse: collapse;
  font-family: "Artegra Sans Extended";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition: background 320ms ease;
}

.default-gold-button a {
  background: var(--main-yellow);
  transition: background 320ms;
}

.default-gold-button a:hover {
  background: var(--main-blue) !important;
}

.default-light-blue-button a,
.wpcf7-submit:hover {
  background: var(--medium-blue);
}

.default-light-blue-button a:hover {
  background: var(--main-blue);
}

.default-light-blue-button a:after,
.default-light-blue-button a:before {
  border-bottom-color: var(--medium-blue) !important;
}

.default-dark-blue-button a,
.wpcf7-submit {
  background: var(--main-blue);
}

.default-dark-blue-button a:hover {
  background: var(--main-yellow);
}

.default-dark-blue-button a:after,
.default-dark-blue-button a:before {
  border-bottom-color: var(--main-blue) !important;
}

.default-button {
  width: fit-content;
  margin-top: 52px;
  position: relative;
  transform: rotate(21deg) skewY(-21deg) !important;
}

.wpcf7-submit {
  width: fit-content;
  margin-top: 52px;
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 150px;
}

.secao-dois-txt-button a i {
  margin-left: 8px;
}

.secao-video {
  background: #1b3859;
  background-image: url("assets/images/BG_Azul_escuro.jpg");
  position: relative;
  margin-top: -89px;
  z-index: 25;
  padding-top: 184px;
  padding-bottom: 184px;
}

.secao-areas-comuns {
  background: #1b3859;
  background-image: url("assets/images/BG_Dourado.jpg");
  position: relative;
  padding-top: 94px;
  padding-bottom: 94px;
}

.video-container {
  height: 700px;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.video-container .video-play {
  color: #fff;
  font-size: 198px;
}

.secao-detalhe:before {
  content: "";
  width: 286px;
  height: 498px;
  display: block;
  position: absolute;
  left: -161px;
  top: -93px;
  background: #fff;
  transform: rotate(27deg);
}

.secao-video:before {
  background: #fff;
}

.secao-areas-comuns:before {
  background-image: url("assets/images/BG_Azul_escuro.jpg");
  z-index: 10;
  background-repeat: no-repeat;
  background-position-x: center;
}

.secao-dois {
  z-index: 9999 !important;
  position: relative;
}

.secao-video-title h1,
.units-title {
  font-family: Artegra Sans Extended;
  color: #fff;
  font-weight: 100;
  text-align: right;
  letter-spacing: 3px;
}

.secao-video-title {
  margin-bottom: 26px;
}

.modal-dialog {
  max-width: 650px !important;
}

.modal-body iframe {
  width: 100%;
}

.project-modal .modal-backdrop {
  position: relative;
}

.fancybox__caption {
  text-transform: uppercase;
}

.secao-areas-comuns-title h1 {
  font-family: Artegra Sans Extended;
  color: #11284a;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
}

.comun-area {
  margin-bottom: 30px;
}

.fancybox__content {
}

.fancybox__image {
  object-fit: cover !important;
}

.grid-box-container {
  margin-top: 58px;
}

.grid-box {
  background: #252525;
  cursor: pointer;
  overflow: hidden;
}

.grid-box-container .col {
  margin-bottom: 30px;
}

.grid-box-hover {
  display: none;
}

.grid-box:hover > .grid-box-hover {
  display: block;
  background: rgb(14 40 75 / 64%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.grid-box-legend p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Artegra Sans Extended";
  letter-spacing: 1px;
  text-align: center;
}

.grid-box-zoom-button {
  position: absolute;
  top: 27px;
  left: 0;
}

.grid-box-zoom-button button {
  background: #bda366;
  color: #fff;
  width: 60px;
  height: 41px;
  font-size: 21px;
  border: none;
}

.secao-projeto-title h1 {
  font-family: Artegra Sans Extended;
  color: #11284a;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.secao-projeto-title h3 {
  font-family: Artegra Sans Extended;
  color: #11284a;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 31px;
  margin-top: 23px;
}

.secao-projeto-content .col {
  text-align: center;
  color: var(--main-yellow);
  font-family: "Artegra Sans Extended";
}

.secao-projeto-content .projeto-col i {
  font-size: 106px;
}

.secao-projeto-content {
  margin-top: 61px;
}

.secao-projeto-content .col h4 {
  font-weight: 600;
  line-height: 35px;
}

.project-icons {
  max-height: 100px;
  margin-bottom: 45px;
}

.project-topics {
  color: var(--main-yellow);
  margin-bottom: 45px;
  max-width: 250px;
}

.board-content {
  position: relative;
}

.balcony-dot,
.living-dot,
.room-dot {
  position: absolute;
  background-color: var(--main-blue);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: background-color 320ms ease;
}

.balcony-dot:hover,
.living-dot:hover,
.room-dot:hover {
  background-color: var(--medium-blue);
}

.balcony-dot:before,
.living-dot:before,
.room-dot:before {
  width: 100%;
  height: 100%;
  background: url("assets/images/galeria-de-fotos.png");
  content: "";
  background-size: contain;
  max-width: 25px;
  max-height: 25px;
}

.balcony-dot {
  top: 40%;
  left: 15%;
}

.living-dot {
  left: 30%;
  top: 40%;
}

.room-dot {
  bottom: 20%;
  left: 30%;
}

.plans-picture {
  max-height: 700px;
  z-index: 1;
  margin: 0 auto;
  display: block;
}

#slider-apartamento .splide__pagination {
  position: initial !important;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
  padding: 1rem 1rem 0 1rem !important;
}

.picture-icon {
  max-width: 20px;
}

.secao-obra {
  background-image: url("assets/images/bg-obra.jpg");
  /* padding: 90px; */
  background-size: cover;
  position: relative;
}

.titutlo-secao h1 {
  font-family: "Artegra Sans Extended";
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}

.titulo-secao-obra {
  text-align: center;
}

.titulo-etapa-obra {
  font-family: "Artegra Sans Extended";
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 29px;
  letter-spacing: 5px;
}

.etapa-obra-progresso {
  display: grid;
  grid-template-columns: 10fr 2fr;
  margin-top: 6px;
}

.etapa-obra {
  margin-bottom: 57px;
}

.etapa-obra-progresso .progress {
  height: 50px;
  position: relative;
  overflow: inherit;
  background-color: #fff;
  font-family: "Artegra Sans Extended";
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
  border-radius: 0;
}

/* .etapa-obra-progresso .progress:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 50px solid;
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    transform: rotate(180deg);
    border-bottom-color: #FFF;
} */

.etapa-obra-progresso .progress .progress-bar {
  background-color: #b39657;
  position: relative;
  overflow: inherit;
}

/* .etapa-obra-progresso .progress:before {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 50px solid;
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    background-size: 1rem 1rem;
    border-bottom-color: #b39657;
} */

.etapa-obra-progresso .default-button a {
  padding-bottom: 11px;
}

/* .etapa-obra-progresso .default-button a:after,.etapa-obra-progresso .default-button a:before {
    border-bottom-width: 54px;
} */

/* .etapa-obra-progresso .progress .progress-bar:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 50px solid;
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    transform: rotate(
180deg);
    border-bottom-color: #b39657;
    z-index: 9999;
} */

.progress {
  transform: rotate(22deg) skewY(-22deg);
}

.secao-midia {
  /* padding: 90px; */
}

.titutlo-secao.titulo-secao-midia h1 {
  color: var(--main-blue);
  text-align: center;
  font-size: 37pt;
  letter-spacing: 4px;
}

.midia-bar .noticias-txt {
  font-family: "Artegra Sans Extended";
  color: var(--main-blue);
  font-size: 24px;
  text-transform: uppercase;
}

.midia-bar {
  margin-top: 52px;
}

.news-block-image {
  background-size: cover;
  width: 100%;
  height: 248px;
}

.midia-content {
  margin-top: 36px;
}

.news-block-title h1 {
  /* font-family: Arial; */
  font-size: 22px;
  line-height: 45px;
  text-transform: uppercase;
  color: #585858;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.news-block-title {
  margin-top: 19px;
}

.news-block-publish-date {
  font-weight: 400;
  color: #585858;
  font-family: "Montserrat", sans-serif;
}

.news-block-content-resume {
  margin-top: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 19px;
}

.news-block-divider {
  height: 2px;
  width: 100%;
  background: #474747;
  margin-top: 21px;
}

.news-block .default-button {
  margin-right: 56px;
  margin-top: 21px;
}

div#mapa iframe {
  width: 100%;
  height: 900px;
  margin-top: -54px;
}

.form-container form {
  max-width: 600px;
}

div#mapa {
  overflow: hidden;
  pointer-events: none;
}

.map-form {
  position: absolute;
  background: #fff;
  padding: 3rem;
  top: 3rem;
  margin: 0 3rem;
}

.secao-mapa-titulo {
  width: 100%;
  text-align: center;
  font-family: "Artegra Sans Extended";
  padding-top: 22px;
  padding-bottom: 18px;
}

.secao-mapa {
  position: relative;
}

.secao-mapa-titulo h1 {
  color: var(--main-blue);
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

.sombra-topo {
  position: absolute;
  background: #0000008a;
  z-index: 9;
  width: 100%;
  height: 112px;
  box-shadow: 21px 15px 51px 48px #0000008a;
}

.menu-topo .nav-link {
  color: #fff;
  font-family: "Artegra Sans Extended";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}

.menu-topo .navbar {
  margin-top: 30px;
}

.texto-topo {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 10%;
  line-height: 1.3;
  /*padding: 0 15%;*/
  padding: 0 10%;
}

.menu-topo {
  margin-left: 87px;
}

.text-topo-esquerda {
  font-size: 59px;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  line-height: 1;
}

.texto-topo.d-flex {
  font-family: "Artegra Sans Extended";
  color: #fff;
}

.secao-1-texto-topo-esquerda span {
  /*color: #a87e21 !important;*/
  color: #97711d !important;
}

.text-topo-direita {
  font-size: 19px;
  margin-left: 3rem;
  text-align: justify;
}

.slide-topo-arrow-top {
  background: var(--main-yellow);
  border-radius: 25px;
  position: absolute;
  top: -21px;
  color: #fff;
  font-size: 23px;
  padding-left: 5px;
  padding-right: 4px;
  padding-bottom: 10px;
  left: 51%;
  height: 49px;
}

.main-footer,
#apartamentos {
  padding: 100px 0;
  background-image: url("assets/images/BG_Azul_escuro.jpg");
}

.partners-label {
  display: block;
  color: #fff;
  font-family: "Artegra Sans Extended";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 8px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.partners-label:before {
  position: absolute;
  content: "";
  max-width: 125px;
  width: 100%;
  height: 2px;
  background-color: var(--main-yellow);
  bottom: -3px;
  right: 50%;
  transform: translateX(50%);
}

.partners-logo {
  height: 60px;
  max-width: 140px;
  width: 100%;
  object-fit: contain;
}
.texto-legal {
  color: rgba(255, 255, 255, 0.502);
  font-size: 10px;
}

.shared-label {
  margin-left: -170px;
}

.footer-highlight {
  padding: 40px 0;
  background-color: var(--main-yellow);
  color: #fff;
}

.footer-brand {
  opacity: 0.5;
  font-size: 12px;
  font-family: "Artegra Sans Extended";
}

.social-box .bi {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
  transition: opacity 320ms ease;
}

.social-box .bi:hover {
  opacity: 1;
}

.result-title {
  font-size: 30px;
  color: var(--main-blue);
  margin-bottom: 30px;
}

.wpcf7-text,
.wpcf7-textarea {
  background-color: var(--medium-blue) !important;
  border: none !important;
  color: #fff !important;
  /*transform: rotate(17deg) skewY(-17deg) !important;*/
  padding: 12px !important;
  -webkit-box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0 !important;
}

.wpcf7-text::placeholder,
.wpcf7-textarea::placeholder {
  color: #fff !important;
}

.footer-label {
  color: var(--main-blue);
  padding: 10px;
  font-size: 17px;
}

.wpcf7-response-output {
  background: var(--main-blue);
  color: #fff;
  border: none !important;
}

.wpcf7-textarea {
  max-height: 180px;
  resize: none;
}

.wpcf7-list-item-label {
  /*background-color: var(--medium-blue) !important;*/
  color: var(--medium-blue) !important;
  margin-left: 5px;
}

.wpcf7-list-item-label a {
  color: var(--medium-blue) !important;
}

#mapid {
  min-height: 300px;
  max-height: 100vh;
  z-index: 2;
}

.splide {
  visibility: visible !important;
}

.status-imag-slide {
  max-height: 400px;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 1612px) {
  .menu-topo .nav-link {
    font-size: 10px;
  }
  .menu-topo {
    margin-left: 38px;
  }
}

@media screen and (max-width: 1500px) {
  .detalhe-esquerdo-logo-topo {
    height: 440px;
    background-size: contain;
  }
  .logo-topo img {
    width: 320px;
  }
  .texto-topo {
    /* width: 690px;*/
  }
  .text-topo-esquerda {
    font-size: 40px;
  }
  .text-topo-direita {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .menu-topo .nav-link {
    font-size: 10px;
  }
  .texto-topo {
    /*top: 25%;*/
  }
  .video-container {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .partners-gruop {
    margin-bottom: 30px;
  }
  .partners-label {
    margin-bottom: 15px;
    max-width: 160px;
    font-size: 9px;
  }
  .shared-label {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sombra-topo {
    height: 20px;
  }
  .detalhe-esquerdo-logo-topo {
    height: 300px;
  }
  .logo-topo img {
    max-width: 300px;
    width: 100%;
  }
  .texto-topo {
    /*left: 60%;
        top: 35%;*/
    /*transform: translateX(-50%);   
        width: 100%; 
        max-width: 500px;
        padding-left: 20px;
        z-index: 9;*/
  }
  .text-topo-esquerda {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  .new-single-title {
    font-size: 30px;
  }
  .detalhe-secao-dois {
    display: none;
  }
  .secao-dois-textos h1 {
    font-size: 35px;
  }
  .secao-dois-textos h3 {
    font-size: 20px;
  }
  .predio-foto {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
  }
  .secao-dois-textos {
    margin-top: 50px;
  }
  .secao-video {
    margin-top: 30px;
  }
  .secao-detalhe::before {
    left: -300px;
  }
  .predio-secao-2 {
    padding-top: 30px;
  }
  .secao-video {
    padding-top: 90px;
  }
  .video-container {
    height: 350px;
  }
  .secao-projeto-title h3 {
    font-size: 20px;
  }
  .default-button a {
    padding: 17px 10px 12px 10px;
  }
  .titulo-secao-obra {
    margin-bottom: 30px;
  }
  .news-block {
    margin-bottom: 40px;
  }
  .footer-brand {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .text-topo-direita {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .detalhe-esquerdo-logo-topo {
    height: 200px;
    padding-top: 60px;
  }
  .logo-topo img {
    max-width: 190px;
  }
  .mobile-hamburguer {
    top: 28%;
  }
  .texto-topo {
    /*top: 45%;
        left: 47%;*/
  }
  .text-topo-direita {
    font-size: 15px;
  }
  .splide__slide {
    height: 500px !important;
  }
  #slider-topo-thumbs-list,
  #slider-topo-thumbs-list .splide__slide,
  #slider-topo-thumbs-list .slide-imagem-item {
    max-height: 150px !important;
  }
  .predio-foto {
    max-height: 300px;
  }
  .secao-video {
    padding-bottom: 50px;
  }
  .video-container .video-play {
    font-size: 90px;
  }
  .secao-obra {
    padding: 20px;
  }
  .titulo-etapa-obra {
    text-align: center;
    font-size: 20px;
  }
  .titutlo-secao.titulo-secao-midia h1,
  .result-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .midia-bar .noticias-txt {
    font-size: 24px;
  }
  .news-block-title h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .news-block-content-resume {
    line-height: 25px;
    font-size: 16px;
  }
  .map-form {
    padding: 1.5rem;
    margin: 0 1.5rem;
  }
  #mapa {
    /* max-height: 300px; */
  }
  .single-content-text {
    font-size: 16px;
  }
  .balcony-dot,
  .living-dot,
  .room-dot {
    width: 30px;
    height: 30px;
  }
  .balcony-dot {
    top: 45%;
    left: 50px;
  }
  .living-dot {
    left: 30%;
    top: 40%;
  }
  .room-dot {
    bottom: 20%;
    left: 30%;
  }
}

@media only screen and (max-width: 576px) {
  .text-topo-esquerda,
  .text-topo-direita {
    display: none !important;
  }
  .secao-detalhe::before {
    content: none;
  }
  .secao-video-title h1 {
    text-align: center;
  }
  .full-video-section video {
    max-height: 500px;
  }
  .news-block {
    padding: 0 20px;
  }
  .main-footer {
    padding: 50px 0;
  }
  .partners-gruop {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .partners-logo {
    margin-bottom: 20px;
  }
  .balcony-dot,
  .living-dot,
  .room-dot {
    width: 25px;
    height: 25px;
  }
  .balcony-dot {
    top: 45%;
    left: 40px;
  }
  .living-dot {
    left: 25%;
    top: 40%;
  }
  .room-dot {
    bottom: 20%;
    left: 30%;
  }
}

#slider-topo ul > li:nth-child(2) .text-topo-direita {
  text-align: center;
}

#mapa > img {
  object-fit: cover;
  width: 100%;
  height: 914px;
  max-width: initial;
}

.grid-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mapa:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./assets/images/dot_bg.png) top left;
  position: absolute;
  top: 0;
  left: 0;
}

.video_thumb_a {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video_thumb_a img {
  filter: brightness(0.8);
  transition: 0.2s;
}

.video_thumb_a i {
  position: absolute;
  color: white;
  font-size: 5rem;
  line-height: 1;
  transition: 0.2s;
}

.video_thumb_a:hover img {
  filter: brightness(0.9);
}

.video_thumb_a:hover i {
  transform: scale(1.1);
}

.videomodal {
  z-index: 10000 !important;
}

.button-audio-mute {position: absolute;z-index: 999;right: 0;top: 380px;margin-bottom: 123px;margin-right: 19px;}

.button-audio-mute button {background: rgb(0 0 0 / 42%);color: #fff;border: none;font-size: 14px;border-radius: 43px;outline: none; height: 46px; padding: 0 22px;}

.button-audio-mute button i {font-size: 26px; margin: 0 0 0 0;}

.txtMute{margin: 8px 0 0 0; float: left;}

.offAudio{display: none;}