@import url(../../../tools/normalize.css);
/*
** SCREEN-SIZES
*/
/**
 * Breakpoints 
 */
/**
 * MEDIA QUERIES
 */
/**
* ATALHOS 
*/
/** 
*  PRE-FIXOS 
*/

.kpz-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root {
  --brown: #8f4322;
  --brown-100: #b17c61;
  --green: #35423a;
  --gray: #6f6f6f;
  --white: #fff;
  --blue: #2c363f;
  --bege: #ecdec7;
  --bege-500: #e1d2b5;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirBlack.woff2');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirHeavy.woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirRegular.woff2');
  font-weight: 400;
  font-display: swap;
}

* {
  font-family: 'Avenir';
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}


button {
  cursor: pointer;
  background-color: black;
  outline-style: none;
}
button:focus {
  outline-style: none;
}

img {
  width: 100%;
  height: 100%;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input[type='number']:-webkit-any {
  display: none;
}

textarea::-webkit-scrollbar {
  display: none;
}

.loading {
  text-align: center;
  font-weight: 700;
}

.modal-show {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000040;
  top: 0;
}

.internit_modal-show {
  animation: internitModShow 1s;
  animation-fill-mode: forwards;
}

.internit_modal-hidden {
  animation: internitModHidden 1s;
  animation-fill-mode: forwards;
}

.internit_modal-show,
.internit_modal-hidden {
  width: 30%;
  margin: 0 auto;
}
.internit_modal-show .internit_modal-head,
.internit_modal-hidden .internit_modal-head {
  text-align: right;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.internit_modal-show .internit_modal-head button,
.internit_modal-hidden .internit_modal-head button {
  background-color: #fff;
  border: none;
  padding: 2%;
  font-size: 1.5rem;
  margin-right: 2%;
  font-weight: 700;
  outline-style: none;
  cursor: pointer;
  visibility: hidden;
}
.internit_modal-show .internit_modal-head button:focus,
.internit_modal-hidden .internit_modal-head button:focus {
  outline-style: none;
}
.internit_modal-show .internit_modal-body,
.internit_modal-hidden .internit_modal-body {
  background-color: #fff;
  text-align: center;
  padding: 10% 5% 10%;
  border-radius: 0 0 0.2rem 0.2rem;
}
.internit_modal-show .internit_modal-body p,
.internit_modal-hidden .internit_modal-body p {
  font-size: 1.2rem;
  font-weight: 700;
}
.swiper-button-prev::after{
  color: var(--white);
}
.swiper-button-next::after{
  color: var(--white);
}
@media only screen and (min-width: 1024px) {
  .banner {
    height: 100vh;
  }
}
.banner .row {
  margin: 0;
}

#banner {
  height: 100%
}

#banner a{
  display: block;
}
.banner .row .col-lg-6 {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .banner .row .col-lg-6:first-child {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .banner .row .col-lg-6:last-child {
    order: 1;
  }
}
.banner-carousel {
  height: 100%;
}

.banner-carousel .swiper {
  height: 100%
}

.banner-carousel .swiper-slide {
  position: relative;
  height: 100%;
}
.banner-carousel .swiper-slide p {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #f2f2f2;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .banner-carousel .swiper-slide p {
    width: 100%;
    max-width: 67%;
    text-align: center;
  }
}
.banner-carousel .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .banner-carousel .swiper-slide img {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .swiper-slide {
    height: 500px;
  }
}
.banner-carousel .swiper .arrows {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .banner-carousel {
    order: 2;
  }
}
.banner-informations {
  /* background: url("../../src/img/bgOffWhite.jpg"); */
  height: 100%;
  position: relative;
}

.banner .image {
  position: relative;
}

.banner .image .info {
  position: absolute;
  top: 10rem;
  right: -3.5rem;
  transform: rotate(-90deg);
  z-index: 99;
  font-size: .875rem;
  color: #585858;
}

.banner .image img {
  max-height: 100vh;
  object-fit: cover;
}
.banner-informations .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3C424E;
  max-width: 100%;
}

.banner-informations .container .box {
  width: 100%;
}

.banner-informations .container .box .header .logo img {
  max-width: 240px;
  display: block;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  margin-block: 2rem;
}
@media only screen and (max-width: 1366px){
.banner-informations .container .box .header .logo img {
  width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-informations .container .box .header .logo img {
    width: 65%;
  }
}
.banner-informations .container .box .header .description {
  margin-top: 1.2rem;
  text-align: center;
}
.banner-informations .container .box .header .description p {
  font-size: 1.4rem;
  color: var(--white);
}

.banner-informations .container .box .header .description p br {
  display: none;
}

@media only screen and (min-width: 550px) {
  .banner-informations .container .box .header .description p br{
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .banner-informations .container .box .header .description p {
    font-size: 1.5rem;
  }
}

.banner-informations .container .box .form {
  margin: 1.5rem 0 1.5rem 0;
  margin-inline: auto;
  padding: 1rem 1rem;
  border-radius: 3px;
  width: 100%;
  max-width: 425px;
}
.banner-informations .container .box .form h4 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem
}
.banner-informations .container .box .form form {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.banner-informations .container .box .form form input {
  background-color: transparent;
  border: 0.5px solid #CFA36E;
  border-radius: 3px;
  color: #ffffff;
  padding: 0.5rem 0.7rem;
}
.banner-informations .container .box .form form input + input {
  margin-top: 8px;
}
.banner-informations .container .box .form form input::placeholder {
  color: #ffffff;
}
.banner-informations .container .box .form form .iti {
  margin: 8px 0;
}
.banner-informations .container .box .form form .iti .phone {
  padding-left: 3rem;
  width: 100%;
}
.banner-informations .container .box .form form p {
  margin-top: 9px;
  color: #ffffff;
  font-size: 0.8rem;
}
.banner-informations .container .box .form form p a{
  color: #ffffff;
  text-decoration: underline;
}
.banner-informations .container .box .form form p input[type='checkbox'] {
  appearance: unset;
  height: auto;
  margin-bottom: 0;
  margin-right: 0.3rem;
  background: transparent;
  border: 0.5px solid #CFA36E;
  padding: 7px;
  border-radius: 3px;
  outline: 0;
}
.banner-informations
  .container
  .box
  .form
  form
  p
  input[type='checkbox']:checked {
  background: #CFA36E;
}
.banner-informations .container .box .form form button {
  margin-top: 1rem;
  max-width: 129px;
  width: 100%;
  margin-left: auto;
  border: none;
  color: #ffffff;
  border-radius: 1rem;
  background: #c99246;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}

.banner-informations .container .box .form form button span {
  display: block;
  width: 16px;
}

@media only screen and (max-width: 1023px) {
  .banner-informations .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center;
  }
}
.banner-informations > span {
  position: absolute;
  color: black;
  top: 2rem;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .banner-informations > span {
    right: 1rem;
    top: 1rem;
  }
}

.bh {
  color: hsla(0,0%,100%,.38);
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
}


.beleza-image {
  position: relative;
}
/* .beleza-image span{
  position: absolute;
  background-color: var(--bege-500);
  color: var(--brown);
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  padding: 0.4rem 1.5rem;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: bold;
} */
.beleza img {
  width: 100%;
  height: 100%;
}
@media (max-width: 426px) {
  .beleza img {
    height: 200px;
  }
}
.beleza-title {
  padding: 1rem;
  text-align: center;
  
}

.swiper-plantas {
  min-height: 50vh;
}

.swiper-plantas img {
  min-height: 50vh;
}

.beleza-title h2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: black !important;
}
@media only screen and (max-width: 1299px) {
  .beleza-title h2 {
    font-size: 1.5rem;
  }
}
#unidades .slide-wrapper{
  height: 100vh;
}
@media(max-width:992px){
  #unidades .slide-wrapper{
    height: 50vh
  }
}
#unidades .slide-wrapper img{
  object-fit: cover;
}

#unidades .slide-wrapper img.wide{
  object-fit: contain;
}
.unidades {
  background-color: #3C424E;
}
.unidades img {
  width: 100%;
  height: 100%;
}
.unidades .row {
  margin: 0;
}
.unidades .row .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unidades .divider {
  height: 400px;
  width: 2px;
  background: #cfa36e;
}
.unidades-left {
  width: 100%;
  text-align: end;
}

.unidades-right {
  display: flex;
  max-width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.unidades-right ul {
  color: #ffffff;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding-left: 1rem;
}

.unidades-right ul li::marker {
  color: #cfa36e;
}


.unidades-right strong {
  display: block;
  text-align: left;
  color: #cfa36e;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

.unidades-left .box {
  color: #35423a;

}
.unidades-left .box h6 {
  font-size: 2rem;
  color: var(--white);
}
.unidades-left .box p {
  color: #ffffff;
  font-weight: bold;
}

section.unidades {
  border-block: 2px solid #cfa36e;
}

.unidades-container {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  align-items:center;
  justify-items: center;
  max-width: 1280px;
  margin-inline: auto;
  gap: 2rem;
  height: 100%;
  padding-inline: 1.5rem;
}

@media(max-width: 992px) {
  .unidades-container {
    display: grid;
    grid-template-columns: 1fr;
    padding-block: 2rem;
  }

  .unidades-container > .divider {
    display: none;
  }
}

@media(max-width: 500px) {
  html .options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  html .options {
    flex-direction: column;
    align-items:center;
  }

   html .options .divider {
    display: none;
  }
}

.unidades-left .box div:not(.options):not(.divider) {
  color: #cfa36e;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unidades-left .box div strong {
  font-size: 2rem;
}

.unidades-left .box span {
  color: #9B8F78;
}
.unidades-left .box h6:not(:first-child) {
  /* text-transform: uppercase; */
  font-size: 2rem;
}
.unidades-left .box h6:not(:first-child).first {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1539px) {
  .unidades-left .box h6:not(:first-child) {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1539px) {
  .unidades-left .box h6 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-left .box h6 {
    font-size: 1.8rem;
  }
}
.unidades-left .box .options {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.unidades-left .box .options .option {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: fit-content;
}

.unidades-left .box .options .divider {
  height: 150px;
  width: 2px;
  background: #cfa36e;
}
.unidades-left .box .options .option .number {
  width: 100%;
  max-width: 21px;
}
.unidades-left .box .options .option .number span {
  font-size: 1.9rem;
}
@media only screen and (max-width: 1539px) {
  .unidades-left .box .options .option .number span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-left .box .options .option .number span {
    font-size: 1.6rem;
  }
}
.unidades-left .box .options .option .description {
  text-align: right;
}
.unidades-left .box .options .option .description p {
  font-size: 2rem;
}


.unidades-left .box .options .option .description span {
  color: var(--white);
  font-size: 1rem;
  display: block;
}
@media only screen and (max-width: 1539px) {
  .unidades-left .box .options .option .description span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-left .box .options .option .description span {
    font-size: 1.08rem;
  }
}
.unidades-left .box .options .option + div {
  margin-top: 1.3rem;
}

.unidades-right {
  position: relative;
}
.unidades-right span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bege-500);
  color: var(--brown);
  font-size: 0.9rem;
  bottom: 2rem;
  padding: 0.4rem 1.5rem;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 600;
}
.unidades-right small {
  position: absolute;
  color: var(--white);
  top: 50%;
  transform: translate(44%, -50%) rotate(-90deg);
  font-size: 0.75rem;
  max-width: 563px;
  right: 1rem;
  text-align: center;
}
@media only screen and (max-width: 1539px) {
  .unidades-right small {
    max-width: 521px;
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-right small {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .unidades-right {
    margin-top: 2rem;
  }
}
.localizacao {
  /* margin-bottom: 1rem; */
}
.localizacao .row {
  margin: 0;
}
.localizacao .col-lg-7,
.localizacao .col-lg-5 {
  padding: 0;
}
.localizacao-right {
  height: 100%;
  background-color: #3C424E;
  display: flex;
  align-items: center;
}
.localizacao-right h2 {
  line-height: 1.5;
  color: #CFA36E;
  width: 100%;
  padding-left: 2rem;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .localizacao-right h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .localizacao-right {
    padding: 6rem 0 6rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .localizacao-right {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
#plantas .slide-wrapper{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;

}
#plantas p{
  color: black !important; 
}
#plantas .slide-wrapper img {
  object-fit: contain !important; 
  width: auto;
}
@media(max-width: 1306px){
  #plantas .slide-wrapper img{
    width:100% !important;
  }
}
#carousel .slide-wrapper {
  height: 100%;
}
#lazer .slide-wrapper{
  height: 100%;
}

.wrapper {
  position: relative;
}

#lazer p{
  color: white;
}
html #lazer .swiper-button-next {
  z-index: 1000000;
  top: 50% !important;
  transform: translateX(-50%) !imporant;
}
#banner .slide-wrapper{
  height: 100%;
}
#banner {
  background-color: #3C424E;
}

.carousel .swiper-slide {
  position: relative;
  height: calc(100vh - 80px)
}
.carousel .swiper-slide.swiper-slide-active .flag {
  opacity: 1;
}
.carousel .swiper-slide img {
  object-fit: cover;
}
#lazer .swiper  {
  min-height: 50vh;
}

#lazer .slide-wrapper {
  min-height: 50vh;
  position: relative
}

.carousel .swiper-slide .info-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  width: 80%;
}
.carousel .swiper-slide .legend {
  text-transform: uppercase;
  color: var(--white);
  font-size: 1.2rem;
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: #CFA36E;
  padding: .25rem .5rem;
}
.carousel .swiper-slide .info{
  position: absolute;
  top: 10rem;
  right: -3.5rem;
  transform: rotate(-90deg);
  z-index: 99;
  font-size: .875rem;
}
@media only screen and (max-width: 1539px) {
  .carousel .swiper-slide .legend {
    font-size: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel .swiper-slide .legend {
    font-size: 0.9rem;
    white-spacing: nowrap;
  }
}
.carousel .swiper-slide .flag {
  width: 100%;
  max-width: 544px;
  background: url(../../src/img/bgVerde.png);
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem 7rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.carousel .swiper-slide .flag p {
  color: var(--bege);
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1539px) {
  .carousel .swiper-slide .flag {
    max-width: 423px;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .carousel .swiper-slide .flag {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .swiper-slide {
    height: 340px;
  }
}
@media only screen and (max-width: 550px) {
  .carousel .swiper-slide {
    height: 240px;
  }
}
.carousel .swiper-button-prev {
  left: 10%;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .carousel .swiper-button-prev {
    left: 3%;
  }
}
 .swiper-button-next {
  position: absolute;
  right: 10% !important;
  top: 50% !important;
  transform: translateY(-50%)
}

 .swiper-button-prev {
  position: absolute;
  left: 10% !important;
  top: 50% !important;
  transform: translateY(-50%);
}

#planta.carousel .swiper-button-next::after, #planta.carousel .swiper-button-prev::after{
  color: #212529;
}

.mapa{
  overflow: hidden;

}
.mapa .row {
  margin: 0;
}
.mapa .row .col-lg-6 {
  padding: 0;
}
.mapa-left {
  color: white;
}


.mapa-left-box {
  padding: 5rem 3rem 5rem 0;
  max-width: 418px;
  margin: auto;
}
.mapa-left-box .header {
  text-align: center;
}
.mapa-left-box > strong {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #c99246;
  display: block;
  text-align: center;
}
.mapa-left-box .header strong {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .mapa-left-box {
    padding: 3rem 3rem 3rem 0;
  }

  .mapa-left-box .header strong {
    font-size: 1.5rem;
  }
}
.mapa-left-box .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.5rem;
}
.mapa-left-box .description img {
  width: auto;
  height: auto;
}

.history {
  margin-top: 2rem;
}

.history #history .swiper {
  width: calc(290px * 1 + 29px);
}

@media(min-width: 620px) {
  .history #history .swiper {
    width: calc(290px * 2 + 29px);
  }  
}

@media(min-width: 920px) {
  .history #history .swiper {
    width: calc(290px * 3 + 29px);
  }  
}

@media(min-width: 1200px) {
  .history #history .swiper {
    width: calc(290px * 4 + 29px);
  }  
}

@media(min-width: 1500px) {
  .history #history .swiper {
    width: calc(290px * 5 + 29px);
  }  
}

.history #history .swiper img {
  width: 290px;
  height: 310px
}

.mapa-left-box .description button {
  background: var(--brown);
  color: var(--white);
  padding: 0.3rem 2.5rem;
  border-radius: 3px;
  margin-top: 2rem;
  border: none;
}
@media only screen and (max-width: 1023px) {
  .mapa-left-box {
    margin-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mapa-left-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.mapa-right {
}
.mapa-right .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .mapa-right .container {
    display: flex;
    justify-content: center;
  }
}
.mapa-right-box {
  width: 100%;
  max-width: 459px;
  padding-left: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mapa-right-box {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .mapa-right-box .header strong{
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .mapa-right-box .header p{
    font-size: 1rem;
  }
}
.mapa-right-box .header strong {
  color: #fff;
  font-size: 1.6rem;
}

.mapa-right-box .header p {
  color: #fff;
  margin-top: 0.8rem;
}
.mapa-right-box .form {
  margin-top: 0.8rem;
  padding: 1.5rem 1rem;
  border-radius: 3px;
}
.mapa-right-box .form h4 {
  color: black
  text-align: center;
}
.mapa-right-box .form form {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.mapa-right-box .form form input {
  background-color: transparent;
  border: 0.5px solid #CFA36E;
  border-radius: 3px;
  color: white;
  padding: 0.5rem 0.7rem;
}
.mapa-right-box .form form input + input {
  margin-top: 8px;
}
.mapa-right-box .form form input::placeholder {
  color: white;
}
.mapa-right-box .form form .iti {
  margin: 8px 0;
}
.mapa-right-box .form form .iti .phone {
  padding-left: 3rem;
  width: 100%;
}
.mapa-right-box .form form p {
  margin-top: 9px;
  color: white;
  font-size: 0.8rem;
}

.mapa-right-box .form form p a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mapa-right-box .form form p input[type='checkbox'] {
  appearance: unset;
  height: auto;
  margin-bottom: 0;
  margin-right: 0.3rem;
  background: transparent;
  border: 0.5px solid #CFA36E;
  padding: 7px;
  border-radius: 3px;
  outline: 0;
}
.mapa-right-box .form form p input[type='checkbox']:checked {
  background: #CFA36E;
}
.mapa-right-box .form form button {
  margin-top: 8px;
  max-width: 129px;
  width: 100%;
  margin-left: auto;
  border: none;
  color: var(--white);
  padding: 0.4rem 0;
  border-radius: 1rem;
  background-color: #c99246;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}

.mapa-right-box .form form button span {
  display: block;
  width: 16px;
}

@media only screen and (max-width: 767px) {
  .mapa-right-box {
    padding-left: 0;
  }
}
.mapa-right-box .form form a {
  color: black;
}

.contacts {
  position: fixed;
  bottom: 0;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
}
.contacts div {
  text-align: right;
  cursor: pointer;
}
.contacts div img {
  width: 75%;
}
.contacts div + div {
  margin-top: 8px;
}

footer {
  background: #3C424E;

}

footer .container {
  display: flex;  
  max-width: 1280px;
  margin-inline: auto;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
  align-items: center;
  gap: 3rem;
}

footer .container p {
  color: #ffffff;
  max-width: 768px;
  font-size: .5rem;
  text-align: left;
}
#policy-modal {
  z-index: 99999;
}
.policy-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.policy-content p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#policy-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#policy-modal .policy_content-title {
  margin-bottom: 1rem;
  font-size: 2rem;
}
#policy-modal .policy_content-title strong {
  font-size: inherit;
}
#policy-modal .policy_content-index {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}
#policy-modal .policy_content-index--sub {
  margin-top: 1rem;
  font-weight: 500;
}
#policy-modal p,
#policy-modal li {
  margin-bottom: 0.5rem;
}
#policy-modal.active {
  display: flex;
}
#policy-modal .policy-content {
  max-width: 80vw;
  width: 100%;
  max-height: 90%;
  height: 100%;
  margin-inline: auto;
  background: #fff;
  overflow-y: scroll;
}
#policy-modal .policy-content header {
  position: fixed;
  max-width: 80vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
}
#policy-modal .policy-content header button {
  border: none;
  background: transparent;
  width: 42px;
  height: 42px;
}
#policy-modal .policy-content header button img {
  width: 100%;
}
#policy-modal .policy-content .policy {
  margin-top: 3.5rem;
  padding: 2rem;
}
#policy-modal .policy-content ul {
  list-style: none;
}

@media (max-width: 990px) {
  footer .container {
    display: flex;
    flex-direction: column;
  }

  footer .container p {
    text-align: center;
  }
}
footer .container-piimo img {
  width: auto;
  height: 75px;
}
@media (max-width: 426px) {
  footer .piimo-logo-footer {
    margin-left: -2rem;
  }
}
footer .container-bid img {
  width: auto;
  height: 55px;
}
footer .redes-socias-piimo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999999;
}
@media (max-width: 426px) {
  footer .redes-socias-piimo {
    /* flex-direction: column; */
  }
}
footer .redes-socias-piimo p {
  margin-left: 1rem;
}
footer .redes-socias-piimo img {
  width: 25px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(58%) sepia(9%) saturate(1473%) hue-rotate(357deg) brightness(90%) contrast(85%);
  margin: 1rem auto 1rem auto;
}
footer .redes-socias-bid {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 426px) {
  footer .redes-socias-bid {
    flex-direction: column;
  }
}
footer .redes-socias-bid img {
  width: 25px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(58%) sepia(9%) saturate(1473%) hue-rotate(357deg) brightness(90%) contrast(85%);;
  margin: 1rem auto 1rem auto;
}
@media (max-width: 426px) {
  footer .logos {
    text-align: center;
  }
}

footer .logos a img {
  height: 20px;
}

footer .logos a:last-child img {
  margin-bottom: 10px;
}

footer .container strong {
  font-size: 1rem;
  margin: 1rem;
}
@media (max-width: 456px) {
  footer .container strong {
    margin: 1rem 0 1rem 0;
  }
}
footer .container-description {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  gap: 2rem;
  align-items: center;
}

footer .container-realizacao {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #ffffff;
}

footer .container-dev {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  gap: .5rem;
}

footer .container-dev span {
  font-size: .6rem;
}

footer .container-dev .logos {
  display: flex;
  gap: 1rem;
}
footer .container-description .desktop {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  footer .container-description .desktop {
    display: none;
  }
}
footer .container-description .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  footer .container-description .mobile {
    display: block;
  }
}
footer .container-description .mobile .logo {
  display: flex;
  align-items: center;
}
footer .container-description p {
  color: #000;
  font-size: 1rem;
  text-align: center;
}
footer .container-description p a {
  text-decoration: underline;
}
footer .container-description img {
  width: auto;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  footer .container-description img:first-child {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .container-description {
    flex-direction: column;
  }
}
footer .container-piimo {
  margin-top: 3rem;
}
footer .container-piimo img {
  width: auto;
}
/* @media only screen and (max-width: 1023px) {
        footer .container-piimo img {
          width: 30%; } } */
/* @media only screen and (max-width: 767px) {
        footer .container-piimo img {
          width: 50%; } } */

@media only screen and (max-width: 767px) {
  footer {
    padding: 1rem 0.5rem;
  }
}

.modal-header {
  background-color: black;
  color: white;
}
.modal-header button {
  background-color: transparent !important;
  color: black;
}
.modal-body p {
  /* color: var(--brown) !important; */
}
.modal-body .form {
  margin-top: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.modal-body .form h4 {
  color: var(--brown-100);
}
.modal-body .form form {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.modal-body .form form input {
  background-color: transparent;
  border-radius: 3px;
  color: black;
  padding: 0.5rem 0.7rem;
  outline: 0;
  border: solid 1px black;
}
.modal-body .form form input + input {
  margin-top: 8px;
}
.modal-body .form form input::placeholder {
  color: black;
}
.modal-body .form form .iti {
  margin: 8px 0;
}
.modal-body .form form .iti .phone {
  padding-left: 3rem;
  width: 100%;
}
.modal-body .form form p {
  margin-top: 9px;
  color: var(--gray);
  font-size: 0.8rem;
}
.modal-body .form form p input[type='checkbox'] {
  appearance: unset;
  height: auto;
  margin-bottom: 0;
  margin-right: 0.3rem;
  background: transparent;
  border: 0.5px solid black;
  padding: 7px;
  border-radius: 3px;
  outline: 0;
}
.modal-body .form form p input[type='checkbox']:checked {
  background: #CFA36E;
}
.modal-body .form form button {
  margin-top: 8px;
  max-width: 129px;
  width: 100%;
  margin-left: auto;
  border: none;
  color: var(--white);
  padding: 0.4rem 0;
  border-radius: 3px;
}
.modal-body button {
  background-color: black ;
  color: white;
}

.book .modalBook {
  display: none;
}

.book .modalBook.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
}
.book .modal-content {
  z-index: 100056;
}

.unidades-right-container {
  padding: 0;
}

.unidades-right-container .unidades-right {
  padding: 0;
}

.mapa {
  background: #3C424E;
  border-block: 2px solid #CFA36E;
}

.localizacao-info {
  padding-inline: 4rem;
  background: #3C424E;
  border-top: 2px solid #cfa36e;

  @media(max-width: 1280px) {
    padding: 0;
  }
}

.localizacao-info .wrapper {
  display: flex;
  gap: 4rem;
  margin-top: 2rem;
  max-width: 1536px;
  margin-inline: auto;
  
  @media(max-width: 1280px) {
    flex-direction: column;
  }
} 

.localizacao-info .wrapper .left {
  background: white;
  flex-basis: 600px;
  height: fit-content;


  @media(max-width: 1280px) {
    height: 480px;
    flex-basis: auto;
  }

  @media(max-width: 600px) {
    height: 320px;
  }
}

.localizacao-info .wrapper .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  @media(max-width: 1280px) {
    height: 480px;
    object-fit: cover;
    object-position: center;
  }

  @media(max-width: 600px) {
    height: 320px;
  }
}

.localizacao-info .wrapper .right {
  display: flex;
  gap: 2rem;

  @media(max-width: 1280px) {
    padding-inline: 1rem;
  }

  @media(max-width: 550px) {
    flex-direction: column;
  }
}

.localizacao-info .wrapper .right .car-wrapper {
  display: flex;
  gap: 2rem;

  @media(max-width: 768px) {
    flex-direction: column;
  }

  @media(max-width: 550px) {
    gap: 0;
  }
}


.localizacao-info .wrapper .right .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.localizacao-info .wrapper .right .icon img {
  width: 48px;
  height: 48px;
}

.localizacao-info .wrapper .title{
  color: white;
  font-size: 1.5rem;
  display: block;
  max-width: 250px;
  margin-top: 1rem;
}

.localizacao-info .walk {
  border-right: 2px solid #cfa36e;
  padding-right: 3rem;
  height: 100%;

  @media(max-width: 550px) {
    border: 0;
  }
}

.localizacao-info .car {
  padding-right: 3rem;
  height: 100%;
}

.localizacao-info ul {
  list-style: none;
  padding: 0;
}

.localizacao-info ul li {
  color: #818892;
}

.localizacao-info ul li + li{
  margin-top: .5rem;
}


.localizacao-info .section {
  margin-top: 2rem;
}

.localizacao-info .section  strong {
  font-size: 1.125rem;
  color: #cfa36e;
  display: block;
  margin-bottom: .5rem;
}

.localizacao-info .section li {
  font-size: .875rem;
}

.walk .icon {
  background: #ecdeab;
}

.car .icon {
  background: #c99246;
}

.regiao {
  background: #3C424E;
  border-top: 2px solid #CFA36E;
}

.regiao h2 {
  text-align: center;
  color: #CFA36E;
  padding-block: 1.5rem;
  
}

.regiao .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
  padding-bottom: 5rem;
}

@media(max-width: 1280px) {
  .regiao .wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}

.regiao .wrapper .map img {
  object-fit: contain;
  height: auto;
}

.regiao .wrapper .map p {
  margin-top: 2rem;
  color: #ffffff;
  padding-left: 1rem;
  max-width: 85%;
}

.regiao .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 296px 100px 209px;  
}

.regiao .wrapper .grid img {
  object-fit: cover;
}

.regiao .wrapper .grid .card-building {
  color: #ffffff;
}

.regiao .wrapper .grid .card-building small {
  display: block;
  margin-block: .5rem .25rem;
}

.regiao .wrapper .grid > .card-building:nth-child(1), .regiao .wrapper .grid .card-building:nth-child(2) {
  grid-row: 1 / 3;
}

.regiao .wrapper .grid > .card-building:nth-child(4) .info, .regiao .wrapper .grid .card-building:nth-child(5) .info {
  margin-top: .5rem;
}

.regiao .wrapper .grid > .card-building:last-child:not(.info) {
  grid-row: 2 / 4;
  background: #ecdeab;
  display: grid;
  place-items: center;
}

.regiao .wrapper .grid > .card-building:last-child p {
  font-size: 2rem;
  font-weight: 700;
  color: #575756;
}

@media(max-width: 1366px) {
  .regiao .wrapper .grid > .card-building:last-child p {
    font-size: 1.5rem;
  }

  .regiao .wrapper .card-building .info {
    padding-left: .5rem;
  }
}

@media(max-width: 768px) {
  .regiao .wrapper .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .regiao .wrapper .card-building {
    position: relative;
  }
  
  .regiao .wrapper .card-building .info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }
  .regiao .wrapper .grid > .card-building:nth-child(1), .regiao .wrapper .grid .card-building:nth-child(2) {
    grid-row: auto !important;
  }

  .regiao .wrapper .grid > .card-building:last-child {
    grid-row: auto !important;
  }

  .regiao .wrapper .grid > .card-building:last-child p {
    font-size: 1.25rem;
  }
}



.satisfacao {
  background: #3C424E;
  border-top: 2px solid #CFA36E;
  padding-block: 4rem;
  padding-inline: 1rem;
}

.satisfacao h2{
  text-align: center;
  color: #ffffff;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

@media(min-width: 768px) {
  .satisfacao h2 {
    flex-direction: row;
  }
}

.satisfacao h2 img {
  max-width: 150px;
}

.satisfacao .wrapper {
  max-width: 768px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.satisfacao .wrapper .number {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.satisfacao .wrapper strong{
  color: #CFA36E;
  font-size: 2rem;
  display: flex;
  gap: .25rem;
} 

.satisfacao .wrapper .number > span{
  display: block;
  margin-top: -1rem;
  color: #ffffff;
} 

@media(max-width: 1280px){
  .satisfacao {
    margin-top: 5rem;
  }
}

@media(max-width: 768px) {

  .satisfacao {
    margin-top: 0;
  }

  .satisfacao .wrapper {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .satisfacao .wrapper .number {
    justify-content: center;
    align-items: center;
  }
}

html body {
  background: #3C424E;
}

#video {
  position: relative;
}

#video button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .6s;
  background: transparent;
  border: 0;
}

@media(max-width: 768px) {
  #video button {
    opacity: .2;
  }
}

#video button svg {
  width: 128px;
  height: 128px;
}

@media(max-width: 1024px) {
  #video button svg {
    width: 72px;
    height: 72px;
  }
}

#video:hover button {
  opacity: 1;
}

#video video {
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
  display: block;
}

#video[data-playing="true"] [data-play] {
  display: none;
}

#video[data-playing="false"] [data-pause] {
  display: none;
}

.spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}