@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
  text-decoration: none !important;
  list-style: none;
}

::-webkit-scrollbar {
  width: 0.5vw;
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #D9B06A;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.hide {
  opacity: 0 !important;
  display: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.modal {
  --bs-modal-width: auto;
}

body {
  display: flex;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #F2F2F2;
  overflow-x: hidden;
  position: relative;
}
body main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  overflow-x: hidden;
  position: relative;
}
body main .whats_link {
  position: fixed;
  bottom: 2vh;
  right: 1vw;
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  z-index: 999;
}
body main .whats_link img, body main .whats_link svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 2px #0F0F0F);
}
body main section {
  width: 90%;
  height: 100vh;
}
body main #banner {
  position: relative;
}
body main #banner .Bg_home {
  position: absolute;
  top: 0;
  left: -6%;
  width: 112%;
  height: 100%;
  z-index: -1;
}
body main #banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  width: 48vw;
  height: 100vh;
  background-color: #F2F2F2;
  opacity: 0.1;
}
body main #banner .banner_Block {
  position: relative;
  width: 38vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body main #banner .banner_Block #logo {
  width: 12vw;
  height: auto;
  margin: 5vh 0 15vh;
}
body main #banner .banner_Block h1 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  color: #FFFFFF;
  letter-spacing: 0.15vw;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10vh;
}
body main #banner .banner_Block h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.35vw;
  color: #FFFFFF;
  line-height: 5.5vh;
  margin: 5vh 0 5vh 10vw;
}
body main #banner .banner_Block .btn {
  margin-top: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5vh;
  width: 20vw;
  background-color: #D9B06A;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.25vw;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s ease-in-out all;
  border-radius: 0.5vw;
  margin-left: 10vw;
}
body main #banner .banner_Block .btn:hover {
  transform: translateY(-5px);
  font-size: 1.35vw;
}
body main #condominio {
  display: flex;
  position: relative;
  padding-top: 7.5vh;
}
body main #condominio .menu {
  position: absolute;
  top: 0;
  left: -6%;
  width: 102vw;
  height: 7vh;
  padding: 1vh 5% 1vh 6%;
  background: #F2F2F2;
  box-shadow: 0 0px 10px #0F0F0F;
  z-index: 999;
}
body main #condominio .menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
body main #condominio .menu ul li {
  width: 17%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #D9B06A;
  border-right: 1px solid #D9B06A;
  position: relative;
}
body main #condominio .menu ul li:first-child {
  border-left: none;
}
body main #condominio .menu ul li:last-child {
  border-right: none;
}
body main #condominio .menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.9vw;
  color: #4B4B4D;
  letter-spacing: 0.05vw;
}
body main #condominio .menu ul li a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4B4B4D;
  z-index: -1;
  opacity: 0.15;
}
body main #condominio .fixed {
  position: fixed;
  left: 0;
  padding: 1vh 5%;
  background: #FFFFFF;
}
body main #condominio::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  width: 84%;
  height: 54vh;
  background: #D9B06A;
  z-index: 1;
  border-bottom-left-radius: 10vw;
}
body main #condominio .cond_block {
  width: 67%;
  height: 100%;
  z-index: 2;
}
body main #condominio .cond_block p {
  margin-top: 11vh;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.15vw;
  letter-spacing: 0.15vw;
  color: #FFFFFF;
}
body main #condominio .cond_block #Villagio {
  width: 90%;
  height: 7.5vh;
  margin-top: 2vh;
}
body main #condominio .cond_block h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4vw;
  letter-spacing: 0.15vw;
  color: #FFFFFF;
  margin-top: 4.5vh;
}
body main #condominio .cond_block h3 span {
  margin-left: 7vw;
}
body main #condominio .cond_block h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4vw;
  letter-spacing: 0.15vw;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-top: 2.5vh;
}
body main #condominio .cond_block h4 img, body main #condominio .cond_block h4 svg {
  margin-right: 1vw;
}
body main #condominio .cond_block ul {
  width: 100%;
  height: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
  padding-right: 5vw;
}
body main #condominio .cond_block ul li {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #D9B06A;
  border-right: 1px solid #D9B06A;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  color: #4B4B4D;
  letter-spacing: 0.1vw;
}
body main #condominio .cond_block ul li:first-child {
  border-left: none;
}
body main #condominio .cond_block ul li:last-child {
  border-right: none;
}
body main #condominio .cond_block h5 {
  margin-top: 4vh;
  padding-right: 5vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  color: #4B4B4D;
  line-height: 3vh;
}
body main #condominio .cond_block .btn {
  margin-top: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5vh;
  width: 13vw;
  background-color: #4B4B4D;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.25vw;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s ease-in-out all;
  border-radius: 0.5vw;
}
body main #condominio .cond_block .btn:hover {
  transform: translateY(-5px);
  font-size: 1.35vw;
}
body main #condominio .block_imgCond {
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
body main #condominio .block_imgCond img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5vw;
}
body main #Club {
  margin-top: 8vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
body main #Club h2 {
  width: 100%;
  height: 6vh;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4B4B4D;
  font-size: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #Club h2 span {
  color: #D9B06A;
  margin-left: 0.75vw;
  font-weight: 700;
}
body main #Club #Club_Carousel {
  margin: 2vh auto;
  width: 100%;
  height: 55vh;
}
body main #Club #Club_Carousel .carousel-indicators {
  height: 0.75vh;
  align-items: center;
  overflow: hidden;
}
body main #Club #Club_Carousel .carousel-indicators button {
  background: #FFFFFF;
  width: 2.5vw;
  height: 0.5vh;
  margin: 0 0.25vw;
  border-radius: 10vw;
}
body main #Club #Club_Carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
body main #Club #Club_Carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}
body main #Club #Club_Carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main #Club #Club_Carousel button {
  width: 10%;
  height: 75%;
  margin: auto 0;
}
body main #Club #Club_Carousel button .carousel-control-prev-icon, body main #Club #Club_Carousel button .carousel-control-next-icon {
  width: 4vw;
  height: 8vh;
}
body main #Club h3 {
  width: 100%;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4B4B4D;
  font-size: 1.5vw;
  margin-top: 2vh;
}
body main #Club p {
  height: auto;
  padding: 3vh 3vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  color: #4B4B4D;
  line-height: 3vh;
}
body main #Club p b {
  font-weight: 700;
}
body main #Club .btn {
  position: absolute;
  bottom: 8vh;
  right: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vh;
  width: 16vw;
  background-color: #D9B06A;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.25vw;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s ease-in-out all;
  border-radius: 0.5vw;
}
body main #Club .btn:hover {
  transform: translateY(-5px);
  font-size: 1.35vw;
}
body main #plantas {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body main #plantas h2 {
  width: 100%;
  height: 10vh;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2vw;
  color: #4B4B4D;
  display: flex;
  align-items: center;
}
body main #plantas .nav-pills {
  width: 25%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 1vw;
  padding-bottom: 15vh;
  position: relative;
}
body main #plantas .nav-pills a {
  all: unset;
  display: flex;
  justify-content: center;
  margin: 0.5vh 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  color: #D9B06A;
  border: 2px solid #D9B06A;
  border-radius: 5vw;
  padding: 0.5vh 0;
  letter-spacing: 0.15vw;
  position: relative;
}
body main #plantas .nav-pills a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4B4B4D;
  z-index: -1;
  opacity: 0.075;
  border-radius: 5vw;
}
body main #plantas .nav-pills .active {
  background: #D9B06A;
  color: #FFFFFF;
}
body main #plantas .tab-content {
  width: 75%;
  height: 90vh;
  position: relative;
}
body main #plantas .tab-content .infos_plantas {
  position: absolute;
  bottom: 8vh;
  left: -22.5vw;
  width: 35vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
}
body main #plantas .tab-content .infos_plantas h3 {
  width: 100%;
  height: 35%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  letter-spacing: 0.3vw;
  color: #4B4B4D;
  display: flex;
  align-items: center;
}
body main #plantas .tab-content .infos_plantas ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 65%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: 2vw;
}
body main #plantas .tab-content .infos_plantas ul li {
  height: 33.3%;
  display: flex;
  align-items: center;
  padding-left: 1vw;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.9vw;
  color: #4B4B4D;
  letter-spacing: 0.1vw;
  margin-left: 1vw;
}
body main #plantas .tab-content .infos_plantas ul li::before {
  content: "";
  position: absolute;
  left: 0.15vw;
  width: 0.25vw;
  height: 0.25vw;
  background: #4B4B4D;
  border-radius: 50%;
}
body main #plantas .tab-content .espaco_planta {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body main #plantas .tab-content .espaco_planta h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.5vw;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: right;
  padding-right: 2vw;
}
body main #plantas .tab-content .espaco_planta h4 span {
  font-weight: 300;
  margin-left: 1.5vw;
}
body main #plantas .tab-content .espaco_planta h4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 50vh;
  z-index: -1;
  background: #D9B06A;
  border-bottom-right-radius: 10vw;
}
body main #plantas .tab-content .espaco_planta img {
  margin: 4vh 5vw 0 auto;
  width: 56vw;
  height: auto;
}
body main #plantas .tab-content .espaco_planta .btn {
  margin: 12vh 5vw 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5vh;
  width: 17vw;
  background-color: #D9B06A;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.5vw;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s ease-in-out all;
  border-radius: 0.5vw;
}
body main #plantas .tab-content .espaco_planta .btn:hover {
  transform: translateY(-5px);
  font-size: 1.65vw;
}
body main #plantas .tab-content .espaco_planta #overviewIMG {
  all: unset;
  position: absolute;
  width: 32%;
  height: auto;
  right: 100%;
  top: 35%;
}
body main #plantas #C2_Quartos_Modal .modal-dialog, body main #plantas #C3_Quartos_Modal .modal-dialog {
  width: 75vw;
  height: 90%;
  margin: 2.5% auto;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  position: relative;
  border: none;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-close, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: -3vh;
  right: -4vw;
  width: 3vw;
  height: 3vw;
  background: none;
  border: none;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-close::before, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-close::after, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-close::before, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #FFFFFF;
  border-radius: 5vw;
  transform: rotate(45deg);
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-close::after, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-close::after {
  transform: rotate(-45deg);
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body p, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body p {
  position: absolute;
  bottom: -5vh;
  left: -11vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  color: #FFFFFF;
  z-index: 99;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 {
  width: 100%;
  height: 100%;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators {
  height: 0.75vh;
  align-items: center;
  overflow: hidden;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators button, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators button {
  background: #FFFFFF;
  width: 2.5vw;
  height: 0.5vh;
  margin: 0 0.25vw;
  border-radius: 10vw;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-inner, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-inner, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-inner, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-inner {
  width: 100%;
  height: 100%;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-inner .carousel-item, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-inner .carousel-item, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-inner .carousel-item, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-inner .carousel-item img, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-inner .carousel-item img, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-inner .carousel-item img, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button {
  width: 10%;
  height: 75%;
  margin: auto 0;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-prev-icon, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-next-icon, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-prev-icon, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-next-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-prev-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-next-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-prev-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-next-icon {
  width: 4vw;
  height: 8vh;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-prev, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-prev, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-prev, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-prev {
  left: -7.5vw;
}
body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-next, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-next, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-next, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-next {
  right: -7.5vw;
}
body main #galeria {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main #galeria .divisor {
  position: absolute;
  top: 0;
  left: -6%;
  width: 111%;
  height: auto;
  z-index: -1;
}
body main #galeria::before {
  content: "";
  position: absolute;
  width: 111%;
  height: 87.5%;
  left: -6%;
  top: 13vh;
  background-color: #4B4B4D;
  z-index: -1;
}
body main #galeria h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #D9B06A;
  font-size: 3.5vw;
  padding: 1vh 0;
  margin-top: 9vh;
}
body main #galeria .nav-pills {
  justify-content: center;
  height: 6vh;
  width: 100%;
  margin-top: 5vh;
}
body main #galeria .nav-pills a {
  width: 20%;
  border-left: 1px solid #D9B06A;
  border-right: 1px solid #D9B06A;
  border-radius: 0;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 1.15vw;
  color: #FFFFFF;
  letter-spacing: 0.1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body main #galeria .nav-pills a:first-child {
  border-left: none;
}
body main #galeria .nav-pills a:last-child {
  border-right: none;
}
body main #galeria .nav-pills a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D9B06A;
  z-index: -1;
  opacity: 0.15;
}
body main #galeria .nav-pills .active {
  background: #D9B06A;
}
body main #galeria .tab-content {
  margin-top: 5vh;
  width: 80%;
  height: 70vh;
  position: relative;
}
body main #galeria .tab-content #Entrada_fachada, body main #galeria .tab-content #Salao_festa {
  width: 100%;
  height: 100%;
}
body main #galeria .tab-content #Entrada_fachada .imgBlock, body main #galeria .tab-content #Salao_festa .imgBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
body main #galeria .tab-content #Entrada_fachada .imgBlock button, body main #galeria .tab-content #Salao_festa .imgBlock button {
  width: 50%;
  height: 100%;
  border: none;
  background: none;
}
body main #galeria .tab-content #Entrada_fachada .imgBlock button img, body main #galeria .tab-content #Salao_festa .imgBlock button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main #galeria .tab-content #Salao_festa .imgBlock button {
  width: 50%;
  height: 30%;
}
body main #galeria .tab-content #Salao_festa .imgBlock button:first-child {
  width: 100%;
  height: 70%;
}
body main #galeria .tab-content #Area_comum {
  width: 100%;
  height: 100%;
}
body main #galeria .tab-content #Area_comum .splide {
  width: 100%;
  height: 100%;
}
body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow {
  border-radius: 0;
  width: 2vw;
  height: 8vh;
  background: #D9B06A;
}
body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
  padding: 0.25vw;
  fill: #FFFFFF;
}
body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow--prev {
  left: -5vw;
  border-radius: 2vw 0.75vw 0.75vw 2vw;
}
body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow--next {
  right: -5vw;
  border-radius: 0.75vw 2vw 2vw 0.75vw;
}
body main #galeria .tab-content #Area_comum .splide .splide__track {
  width: 100%;
  height: 100%;
}
body main #galeria .tab-content #Area_comum .splide .splide__track .splide__list .splide__slide button {
  width: 100%;
  height: 50%;
  border: none;
  background: none;
}
body main #galeria .tab-content #Area_comum .splide .splide__track .splide__list .splide__slide button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main #galeria .tab-content #Area_comum .splide .splide__pagination {
  display: none;
}
body main #galeria .tab-content::before, body main #galeria .tab-content::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 105%;
  left: -1%;
  top: -2%;
  background: linear-gradient(90deg, #4B4B4D 10%, rgba(75, 75, 77, 0) 100%);
  z-index: 99;
}
body main #galeria .tab-content::after {
  left: auto;
  right: -1%;
  transform: rotate(180deg);
}
body main #galeria #Img_adapt_Modal .modal-dialog {
  width: 75vw;
  height: 90%;
  margin: 2.5% auto;
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  position: relative;
  border: none;
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: -3vh;
  right: -4vw;
  width: 3vw;
  height: 3vw;
  background: none;
  border: none;
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-close::before, body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #FFFFFF;
  border-radius: 5vw;
  transform: rotate(45deg);
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-close::after {
  transform: rotate(-45deg);
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-body p {
  position: absolute;
  bottom: -5vh;
  left: -11vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  color: #FFFFFF;
  z-index: 99;
}
body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main #localizacao {
  position: relative;
  padding-top: 15vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body main #localizacao .divisor {
  position: absolute;
  top: 0;
  left: -6%;
  width: 111%;
  height: auto;
  z-index: -1;
  transform: rotate(180deg);
}
body main #localizacao h2 {
  width: 100%;
  height: 10vh;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #4B4B4D;
  font-size: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #localizacao h2 span {
  color: #D9B06A;
  margin-left: 0.75vw;
}
body main #localizacao h3 {
  width: 100%;
  height: 5vh;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4B4B4D;
  font-size: 1vw;
  text-align: center;
}
body main #localizacao .map {
  height: 70vh;
  width: 45vw;
  position: relative;
}
body main #localizacao .map iframe {
  top: 10%;
  left: -11.2%;
  position: absolute;
  border: solid #D9B06A 10px;
  border-left: none;
  width: 104%;
  height: 80%;
}
body main #localizacao .map::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  left: -11.1%;
  top: 0;
  background-color: #D9B06A;
  z-index: -1;
  border-top-right-radius: 10vw;
}
body main #localizacao .locais_block {
  width: 45vw;
  height: 70vh;
  padding: 7.5vh 0;
  display: flex;
  flex-wrap: wrap;
}
body main #localizacao .locais_block .local {
  width: 25%;
  height: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body main #localizacao .locais_block .local img {
  border: 5px solid #D9B06A;
  height: 56%;
}
body main #localizacao .locais_block .local h4 {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  color: #4B4B4D;
  margin-top: 1vh;
  text-align: center;
}
body main #localizacao .locais_block .local p {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.7vw;
  color: #4B4B4D;
  padding: 0 2vw;
  text-align: center;
}
body main #localizacao .locais_block .local:nth-child(5) img, body main #localizacao .locais_block .local:nth-child(6) img, body main #localizacao .locais_block .local:nth-child(7) img, body main #localizacao .locais_block .local:nth-child(8) img {
  margin-top: auto;
}
body main #localizacao .locais_block .local:nth-child(5) h4, body main #localizacao .locais_block .local:nth-child(6) h4, body main #localizacao .locais_block .local:nth-child(7) h4, body main #localizacao .locais_block .local:nth-child(8) h4 {
  margin-top: 2.5vh;
}
body main #localizacao .locais_block .local:nth-child(5) p, body main #localizacao .locais_block .local:nth-child(6) p, body main #localizacao .locais_block .local:nth-child(7) p, body main #localizacao .locais_block .local:nth-child(8) p {
  margin-top: 1.5vh;
}
body main #entrega {
  display: flex;
  flex-direction: column;
}
body main #entrega h2 {
  margin-top: 5vh;
  width: 100%;
  height: 10vh;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #4B4B4D;
  font-size: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #entrega h2 span {
  color: #D9B06A;
  margin-left: 0.75vw;
  font-weight: 700;
}
body main #entrega .Relogio {
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
}
body main #entrega .Relogio .clock_Num {
  width: 8vw;
  margin: 0 1.5vw;
  display: flex;
  flex-direction: column;
}
body main #entrega .Relogio .clock_Num span {
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: #D9B06A;
}
body main #entrega .Relogio .clock_Num p {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1vw;
}
body main #entrega .barraProgresso {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-wrap: wrap;
}
body main #entrega .barraProgresso .progress-block {
  width: 50%;
  height: 20%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.5vw;
  margin-top: -5%;
}
body main #entrega .barraProgresso .progress-block h4, body main #entrega .barraProgresso .progress-block span {
  margin-top: auto;
  width: 50%;
  height: 20%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  color: #4B4B4D;
  display: flex;
  align-items: end;
  justify-content: left;
}
body main #entrega .barraProgresso .progress-block span {
  font-weight: 900;
  justify-content: right;
}
body main #entrega .barraProgresso .progress-block .progress-wrap {
  margin-top: 1vh;
  width: 100%;
  height: 30%;
  overflow: hidden;
  position: relative;
  border-radius: 0.75vw;
  background: linear-gradient(90deg, rgb(75, 75, 77) 0%, rgb(217, 176, 106) 100%);
}
body main #entrega .barraProgresso .progress-block .progress-wrap .progress-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  background: #C8C8C9;
}
body main #entrega .barraProgresso .progress-block:nth-child(1), body main #entrega .barraProgresso .progress-block:nth-child(2) {
  margin-top: 5vh;
}
body main #contato {
  height: 75vh;
  position: relative;
  display: flex;
  align-items: center;
}
body main #contato #Banner_contato {
  position: absolute;
  width: 111%;
  height: 70%;
  top: 15%;
  left: -6%;
  z-index: -1;
}
body main #contato .form_block {
  width: 42%;
  height: 72%;
  margin-top: auto;
  margin-bottom: 5vh;
  display: flex;
  flex-direction: column;
  background-color: #D9B06A;
  border-radius: 1.5vw;
  border-bottom-left-radius: 10vw;
  padding: 1vh 2vw;
  position: relative;
}
body main #contato .form_block h2 {
  width: 100%;
  height: 15%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.5vw;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #contato .form_block form {
  width: 100%;
  height: 85%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body main #contato .form_block form .BlockBox {
  width: 100%;
  height: 20%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #contato .form_block form .BlockBox input {
  width: 90% !important;
  height: 50%;
  border: none;
  background: none;
  outline: none;
  padding: 2vh 0.5vw;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1vw;
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
body main #contato .form_block form .BlockBox p, body main #contato .form_block form .BlockBox span {
  position: absolute;
  left: 2vw;
  top: 1.75vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  color: #FFFFFF;
  transition: 0.5s;
  pointer-events: none;
  display: flex;
  flex-direction: row;
}
body main #contato .form_block form .BlockBox:nth-child(1) span {
  left: 9.3vw;
  color: #4B4B4D;
  font-weight: 900;
}
body main #contato .form_block form .BlockBox:nth-child(2) span {
  left: 5vw;
  color: #4B4B4D;
  font-weight: 900;
}
body main #contato .form_block form .BlockBox input:focus ~ p, body main #contato .form_block form input:valid ~ p, body main #contato .form_block form input:focus ~ span, body main #contato .form_block form input:valid ~ span {
  transform: translate(-0.5vw, -2.5vh);
  font-size: 1vw;
}
body main #contato .form_block form .seletor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
body main #contato .form_block form .seletor #select {
  position: relative;
  width: 90% !important;
  height: 50%;
  border-bottom: 3px solid #FFFFFF;
}
body main #contato .form_block form .seletor #select #options_btn {
  all: unset;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 5;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1vw;
  color: #FFFFFF;
}
body main #contato .form_block form .seletor #select #select-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  outline: none;
}
body main #contato .form_block form .seletor #select #select-button #selected_val {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1vw;
  color: #FFFFFF;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.75vw;
  padding-top: 0.25vh;
}
body main #contato .form_block form .seletor #select #select-button img, body main #contato .form_block form .seletor #select #select-button svg {
  z-index: 99;
  position: absolute;
  right: 0.5vw;
  width: 1.25vw;
  height: 100%;
}
body main #contato .form_block form .seletor #select #select-button img path, body main #contato .form_block form .seletor #select #select-button svg path {
  fill: #FFFFFF;
}
body main #contato .form_block form .seletor #options {
  z-index: 999;
  width: 90%;
  height: auto;
  max-height: 40vh;
  top: 6.75vh;
  background: #0F0F0F;
  display: none;
  position: absolute;
  padding: 1vh 1vw;
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
}
body main #contato .form_block form .seletor #options .option {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 5vh;
  border-bottom: 1px solid #F2F2F2;
}
body main #contato .form_block form .seletor #options .option span {
  all: unset;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.75vw;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1vw;
  color: #D9B06A;
  z-index: 5;
}
body main #contato .form_block form .seletor #options .option input[type=radio] {
  all: unset;
  position: absolute;
  inset: 0;
  z-index: 10;
}
body main #contato .form_block form .seletor #options .option:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #4B4B4D;
  opacity: 0.5;
  z-index: -1;
}
body main #contato .form_block form .seletor #options .option:last-child {
  border: none;
}
body main #contato .form_block form .seletor #options_btn:checked + #select-button svg {
  transform: rotate(180deg);
}
body main #contato .form_block form .seletor #select:has(#options_btn:checked) + #options {
  display: block;
}
body main #contato .form_block form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5vh;
  width: 14vw;
  margin-left: auto;
  margin-top: 3vh;
  background-color: #4B4B4D;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.1vw;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s ease-in-out all;
  border-radius: 0.5vw;
}
body main #contato .form_block form .btn:hover {
  transform: translateY(-5px);
  font-size: 1.25vw;
}
body main #contato .form_block #msg_form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  text-align: center;
}
body main #contato h3 {
  margin-left: auto;
  width: 50%;
  height: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  text-align: right;
  color: #FFFFFF;
  line-height: 6vh;
  margin-top: -5vh;
}
body main #whats {
  height: 50vh;
  padding-bottom: 7vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main #whats::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  width: 111%;
  height: 100%;
  background-color: #4B4B4D;
  z-index: -1;
}
body main #whats h2, body main #whats h3 {
  width: 100%;
  height: 8vh;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 3.25vw;
  color: #D9B06A;
  margin-top: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #whats h3 {
  height: auto;
  font-size: 2vw;
  color: #FFFFFF;
  font-weight: 300;
  padding: 1vh 0;
  margin-top: 1.5vh;
}
body main #whats .btn {
  margin-top: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5vh;
  width: 17vw;
  background-color: #D9B06A;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.1vw;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.3s ease-in-out all;
  border-radius: 0.5vw;
}
body main #whats .btn:hover {
  transform: translateY(-5px);
  font-size: 1.25vw;
}
body footer {
  bottom: 0;
  left: 5%;
  position: absolute;
  width: 90%;
  height: 7vh;
  border-top: 5px solid #D9B06A;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer p {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 0.9vw;
  color: #FFFFFF;
}
body footer a {
  width: 7.5vw;
  height: 65%;
}
body footer a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
/* MOBILE */
@media only screen and (max-width: 479px) {
  body main .whats_link {
    bottom: 2vh;
    right: 2vw;
    width: 14vw;
    height: 14vw;
    padding: 3vw;
  }
  body main #banner .Bg_home {
    width: 110;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main #banner::before {
    opacity: 0;
  }
  body main #banner .banner_Block {
    position: relative;
    width: 100%;
    align-items: center;
  }
  body main #banner .banner_Block #logo {
    width: 45%;
    margin: 7vh 0 15vh;
  }
  body main #banner .banner_Block h2 {
    font-size: 7vw;
    color: #FFFFFF;
    margin: 6vh 0 3vh;
    padding: 0 2vw;
    width: 90%;
    text-align: center;
  }
  body main #banner .banner_Block .btn {
    margin-top: 25vh;
    height: auto;
    width: 75%;
    font-size: 4.5vw;
    border-radius: 1.5vw;
    padding: 0.25vh 0;
  }
  body main #banner .banner_Block .btn:hover {
    font-size: 4.5vw;
  }
  body main #condominio {
    padding-top: 0;
    flex-direction: column;
  }
  body main #condominio .menu {
    display: none;
  }
  body main #condominio::before {
    top: 35%;
    width: 112%;
    height: 65%;
    border-radius: 0;
    border-bottom-left-radius: 7.5vw;
    border-bottom-right-radius: 7.5vw;
  }
  body main #condominio .cond_block {
    width: 100%;
    height: 60%;
    z-index: 2;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main #condominio .cond_block p {
    margin-top: 2vh;
    font-size: 3vw;
    color: #FFFFFF;
  }
  body main #condominio .cond_block #Villagio {
    width: 95%;
    height: 5vh;
    margin-top: 1vh;
  }
  body main #condominio .cond_block h3 {
    font-size: 3vw;
    margin-top: 3vh;
  }
  body main #condominio .cond_block h4 {
    width: 100%;
    font-size: 4vw;
    justify-content: center;
    margin-top: 1vh;
  }
  body main #condominio .cond_block h4 img, body main #condominio .cond_block h4 svg {
    margin: 0 3vw 0 6vw;
    width: 20%;
  }
  body main #condominio .cond_block ul {
    height: 5vh;
    margin: 2vh 0 0 0;
    padding: 1vh 0;
  }
  body main #condominio .cond_block ul li {
    border-left: 1px solid #4B4B4D;
    border-right: 1px solid #4B4B4D;
    font-size: 3.5vw;
    color: #FFFFFF;
    letter-spacing: 0;
  }
  body main #condominio .cond_block h5 {
    margin-top: 2vh;
    padding: 0 5vw;
    font-size: 3vw;
    color: #FFFFFF;
    line-height: 2vh;
    text-align: center;
  }
  body main #condominio .cond_block .btn {
    margin-top: 3vh;
    height: auto;
    width: 60%;
    padding: 0.25vh 0;
    font-size: 4vw;
    border-radius: 1.5vw;
  }
  body main #condominio .cond_block .btn:hover {
    font-size: 4.5vw;
  }
  body main #condominio .block_imgCond {
    width: 100%;
    height: 40%;
    order: 1;
    padding: 5vh 2vw 2vw 2vw;
  }
  body main #condominio .block_imgCond img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  body main #Club h2 {
    margin-top: 2vh;
    font-size: 7vw;
  }
  body main #Club h2 span {
    margin-left: 1.5vw;
  }
  body main #Club #Club_Carousel {
    height: 48vh;
  }
  body main #Club #Club_Carousel button {
    width: 15%;
  }
  body main #Club #Club_Carousel button .carousel-control-prev-icon, body main #Club #Club_Carousel button .carousel-control-next-icon {
    width: 80%;
    height: 10vh;
  }
  body main #Club #Club_Carousel .carousel-control-prev {
    left: -1vw;
  }
  body main #Club #Club_Carousel .carousel-control-next {
    right: -1vw;
  }
  body main #Club h3 {
    text-align: center;
    font-size: 4.5vw;
    font-weight: 800;
  }
  body main #Club p {
    width: 100%;
    height: auto;
    color: #4B4B4D;
    padding: 2vh 6vw;
    font-size: 3vw;
    line-height: 2vh;
    text-align: center;
  }
  body main #Club .btn {
    bottom: 0;
    right: 20%;
    border-radius: 1.5vw;
    height: auto;
    width: 60%;
    padding: 0.25vh 0;
    font-size: 4vw;
  }
  body main #Club .btn:hover {
    font-size: 4.5vw;
  }
  body main #plantas {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  body main #plantas h2 {
    margin-top: 5vh;
    height: 8vh;
    font-size: 7vw;
    justify-content: center;
  }
  body main #plantas .nav-pills {
    width: 100%;
    height: 6vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1.5vh 0;
    margin: 1vh 0;
  }
  body main #plantas .nav-pills a {
    align-items: center;
    font-size: 2.5vw;
    color: #D9B06A;
    border-radius: 3vw;
    padding: 0;
    margin: 0;
    letter-spacing: auto;
    width: 47%;
    height: 100%;
    border: 1px solid;
  }
  body main #plantas .tab-content {
    width: 100%;
    height: 88%;
    position: relative;
    padding: 0;
    margin: 0;
  }
  body main #plantas .tab-content .infos_plantas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    display: flex;
    flex-direction: column;
  }
  body main #plantas .tab-content .infos_plantas h3 {
    height: 25%;
    font-size: 4.25vw;
    letter-spacing: auto;
    padding-left: 3vw;
  }
  body main #plantas .tab-content .infos_plantas ul {
    width: 100%;
    height: 75%;
    margin: 0;
  }
  body main #plantas .tab-content .infos_plantas ul li {
    padding-left: 0;
    font-size: 2.75vw;
    letter-spacing: auto;
  }
  body main #plantas .tab-content .infos_plantas ul li::before {
    display: none;
  }
  body main #plantas .tab-content .espaco_planta {
    width: 100%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 26vh;
  }
  body main #plantas .tab-content .espaco_planta h4 {
    font-size: 10vw;
    margin: 0;
    padding: 2vh 2vw 0 0;
  }
  body main #plantas .tab-content .espaco_planta h4 span {
    margin-left: 2.5vw;
  }
  body main #plantas .tab-content .espaco_planta h4::before {
    width: 55%;
    height: 35vh;
  }
  body main #plantas .tab-content .espaco_planta img {
    margin: 2vh 0 0 2.5vw;
    width: 95%;
    height: auto;
  }
  body main #plantas .tab-content .espaco_planta .btn {
    margin: 5vh auto 0;
    background-color: #4B4B4D;
    width: 65%;
    height: auto;
    padding: 0.25vh 0;
    font-size: 4.5vw;
    border-radius: 1.5vw;
  }
  body main #plantas .tab-content .espaco_planta .btn:hover {
    font-size: 4.5vw;
  }
  body main #plantas .tab-content .espaco_planta #overviewIMG {
    all: unset;
    position: absolute;
    width: 35%;
    height: auto;
    right: 65%;
    top: 0;
    z-index: 99;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog, body main #plantas #C3_Quartos_Modal .modal-dialog {
    width: 90vw;
    height: 55%;
    margin: 15% auto;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-close, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    top: -5vh;
    right: -3vw;
    width: 10vw;
    height: 10vw;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body p, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body p {
    position: absolute;
    bottom: -35vh;
    left: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 5vw;
    color: #FFFFFF;
    z-index: 99;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 {
    width: 100%;
    height: 100%;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators {
    height: 0.5vh;
    align-items: center;
    overflow: hidden;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators button, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-indicators button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-indicators button {
    background: #FFFFFF;
    width: 4vw;
    height: 0.5vh;
    margin: 0 0.75vw;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button {
    width: 15%;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-prev-icon, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-next-icon, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-prev-icon, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-next-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-prev-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 button .carousel-control-next-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-prev-icon, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 button .carousel-control-next-icon {
    width: 80%;
    height: 10vh;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-prev, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-prev, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-prev, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-prev {
    left: -1vw;
  }
  body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-next, body main #plantas #C2_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-next, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC2 .carousel-control-next, body main #plantas #C3_Quartos_Modal .modal-dialog .modal-content .modal-body #IndicatorsC3 .carousel-control-next {
    right: -1vw;
  }
  body main #galeria {
    height: auto;
    padding-bottom: 5vh;
  }
  body main #galeria .divisor {
    width: 112%;
  }
  body main #galeria::before {
    width: 112%;
    height: 97%;
    left: -6%;
    top: 3.5vh;
  }
  body main #galeria h2 {
    font-size: 7vw;
    padding: 1vh 0;
    margin-top: 4vh;
  }
  body main #galeria .nav-pills {
    justify-content: center;
    height: 6vh;
    width: 100%;
    margin-top: 2vh;
    padding: 1vh 0;
  }
  body main #galeria .nav-pills a {
    width: 33.3%;
    height: 100%;
    font-size: 2.8vw;
    letter-spacing: auto;
  }
  body main #galeria .tab-content {
    margin-top: 4vh;
    width: 100%;
    height: 30vh;
  }
  body main #galeria .tab-content #Salao_festa .imgBlock button {
    width: 50%;
    height: 40%;
  }
  body main #galeria .tab-content #Salao_festa .imgBlock button:first-child {
    width: 100%;
    height: 60%;
  }
  body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow {
    width: 7vw;
    height: 8vh;
  }
  body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow svg {
    padding: 0;
  }
  body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow--prev {
    z-index: 999;
    left: 4vw;
    border-radius: 5vw 2vw 2vw 5vw;
  }
  body main #galeria .tab-content #Area_comum .splide .splide__arrows .splide__arrow--next {
    z-index: 999;
    right: 4vw;
    border-radius: 2vw 5vw 5vw 2vw;
  }
  body main #galeria #Img_adapt_Modal .modal-dialog {
    width: 90vw;
    height: 55%;
    margin: 15% auto;
  }
  body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    top: -5vh;
    right: -3vw;
    width: 10vw;
    height: 10vw;
  }
  body main #galeria #Img_adapt_Modal .modal-dialog .modal-content .modal-body p {
    position: absolute;
    bottom: -35vh;
    left: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 5vw;
    color: #FFFFFF;
    z-index: 99;
  }
  body main #localizacao {
    padding-top: 5vh;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-bottom: 5vh;
  }
  body main #localizacao .divisor {
    width: 112%;
  }
  body main #localizacao h2 {
    height: 6vh;
    font-size: 7vw;
  }
  body main #localizacao h2 span {
    margin-left: 1.5vw;
  }
  body main #localizacao h3 {
    height: auto;
    padding: 0 15vw;
    font-size: 3vw;
    margin-top: 2vh;
  }
  body main #localizacao .map {
    margin-top: 5vh;
    height: 28vh;
    width: 100%;
    position: relative;
  }
  body main #localizacao .map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid #D9B06A 5px;
  }
  body main #localizacao .map::before {
    display: none;
  }
  body main #localizacao .locais_block {
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5vh;
  }
  body main #localizacao .locais_block .local {
    margin: 1.5vh 0;
    width: 50%;
    height: 29vh;
    justify-content: center;
  }
  body main #localizacao .locais_block .local img {
    height: auto;
    width: 75%;
  }
  body main #localizacao .locais_block .local h4 {
    height: auto;
    font-size: 4vw;
    margin-top: 1vh;
  }
  body main #localizacao .locais_block .local p {
    width: 100%;
    height: auto;
    font-size: 3vw;
    padding: 0 2vw;
    margin-top: 1.5vh;
  }
  body main #localizacao .locais_block .local:nth-child(5) img, body main #localizacao .locais_block .local:nth-child(6) img, body main #localizacao .locais_block .local:nth-child(7) img, body main #localizacao .locais_block .local:nth-child(8) img {
    margin-top: unset;
  }
  body main #localizacao .locais_block .local:nth-child(5) p, body main #localizacao .locais_block .local:nth-child(6) p, body main #localizacao .locais_block .local:nth-child(7) p, body main #localizacao .locais_block .local:nth-child(8) p {
    margin-top: 1.5vh;
  }
  body main #localizacao .locais_block .local:nth-child(1), body main #localizacao .locais_block .local:nth-child(2) {
    margin-top: unset;
  }
  body main #localizacao .locais_block .local:nth-child(7), body main #localizacao .locais_block .local:nth-child(8) {
    margin-bottom: unset;
  }
  body main #entrega {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  body main #entrega h2 {
    margin-top: 2vh;
    height: 6vh;
    font-size: 7vw;
  }
  body main #entrega h2 span {
    margin-left: 1.5vw;
  }
  body main #entrega .Relogio {
    width: 100%;
    height: 10vh;
    margin-top: 1vh;
  }
  body main #entrega .Relogio .clock_Num {
    width: 20%;
    margin: 0;
  }
  body main #entrega .Relogio .clock_Num span {
    font-size: 9vw;
    color: #D9B06A;
  }
  body main #entrega .Relogio .clock_Num p {
    font-size: 3vw;
  }
  body main #entrega .barraProgresso {
    width: 100%;
    height: auto;
    margin-top: 4vh;
  }
  body main #entrega .barraProgresso .progress-block {
    width: 100%;
    height: 10vh;
    margin-top: 0;
  }
  body main #entrega .barraProgresso .progress-block h4, body main #entrega .barraProgresso .progress-block span {
    font-size: 3vw;
  }
  body main #entrega .barraProgresso .progress-block span {
    justify-content: right;
  }
  body main #entrega .barraProgresso .progress-block .progress-wrap {
    border-radius: 2vw;
  }
  body main #entrega .barraProgresso .progress-block:nth-child(1), body main #entrega .barraProgresso .progress-block:nth-child(2) {
    margin-top: unset;
  }
  body main #contato {
    min-height: 75vh;
    height: auto;
    flex-direction: column;
    padding-bottom: 5vh;
  }
  body main #contato #Banner_contato {
    width: 140%;
    height: 85%;
    top: 4%;
    left: -6%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main #contato .form_block {
    order: 2;
    width: 100%;
    height: 50vh;
    margin-top: 2vh;
    margin-bottom: 0;
    border-radius: 3vw;
  }
  body main #contato .form_block h2 {
    width: 100%;
    height: 10%;
    font-size: 4.5vw;
  }
  body main #contato .form_block form {
    height: 90%;
  }
  body main #contato .form_block form .BlockBox input {
    height: 75%;
    font-size: 5vw;
    padding-left: 5vw;
    border-bottom: 2px solid #FFFFFF;
  }
  body main #contato .form_block form .BlockBox p, body main #contato .form_block form .BlockBox span {
    left: 5vw;
    top: 5vw;
    font-size: 4vw;
  }
  body main #contato .form_block form .BlockBox:nth-child(1) span {
    left: 34vw;
  }
  body main #contato .form_block form .BlockBox:nth-child(2) span {
    left: 17vw;
  }
  body main #contato .form_block form .BlockBox input:focus ~ p, body main #contato .form_block form input:valid ~ p, body main #contato .form_block form input:focus ~ span, body main #contato .form_block form input:valid ~ span {
    transform: translate(0, -5vh);
    font-size: 3vw;
  }
  body main #contato .form_block form .seletor #select {
    height: 75%;
    border-bottom: 2px solid #FFFFFF;
  }
  body main #contato .form_block form .seletor #select #options_btn {
    font-size: 5vw;
  }
  body main #contato .form_block form .seletor #select #select-button #selected_val {
    font-size: 5vw;
  }
  body main #contato .form_block form .seletor #select #select-button img, body main #contato .form_block form .seletor #select #select-button svg {
    right: 2vw;
    width: 6vw;
  }
  body main #contato .form_block form .seletor #options {
    max-height: 50vh;
    top: 7vh;
  }
  body main #contato .form_block form .seletor #options .option span {
    font-size: 4.5vw;
  }
  body main #contato .form_block form .btn {
    margin: 3vh auto 0;
    background-color: #4B4B4D;
    width: 65%;
    height: auto;
    padding: 0.25vh 0;
    font-size: 4.5vw;
    border-radius: 1.5vw;
  }
  body main #contato .form_block form .btn:hover {
    font-size: 4.5vw;
  }
  body main #contato .form_block #msg_form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1vw;
    text-align: center;
  }
  body main #contato h3 {
    order: 1;
    width: 100%;
    font-size: 6vw;
    text-align: center;
    margin-top: 4vh;
    line-height: 4vh;
    padding: 0 5vw;
  }
  body main #whats {
    height: 60vh;
    padding-bottom: 15vh;
  }
  body main #whats::before {
    width: 112%;
  }
  body main #whats h2, body main #whats h3 {
    font-size: 8vw;
  }
  body main #whats h3 {
    font-size: 5.5vw;
    font-weight: 500;
  }
  body main #whats .btn {
    margin: 8vh auto 0;
    background-color: #D9B06A;
    width: 75%;
    height: auto;
    padding: 0.25vh 0;
    font-size: 4.5vw;
    border-radius: 1.5vw;
  }
  body main #whats .btn:hover {
    font-size: 4.5vw;
  }
  body footer {
    min-height: 7vh;
    height: auto;
    border-top: 3px solid #D9B06A;
    flex-direction: column;
    padding: 2vh 15vw 4vh;
  }
  body footer p {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 4vw;
    color: #FFFFFF;
    text-align: center;
  }
  body footer a {
    width: 25vw;
    height: auto;
    margin-top: 1vh;
  }
}/*# sourceMappingURL=style.css.map */