@import url(../../../tools/normalize.css);
/*
** SCREEN-SIZES
*/
/**
 * Breakpoints 
 */
/**
 * MEDIA QUERIES
 */
/**
* ATALHOS 
*/
/** 
*  PRE-FIXOS 
*/
:root {
  --brown: #8f4322;
  --brown-100: #b17c61;
  --green: #35423a;
  --gray: #6f6f6f;
  --white: #fff;
  --blue: #2c363f;
  --bege: #ecdec7;
  --bege-500: #e1d2b5;
}

@font-face {
  font-family: 'noto-serif-display-regular';
  font-weight: 400;
  font-style: normal;
  src: url(./../../src/fonts/noto-serif-display-regular-webfont.woff2)
    format('woff2');
  font-display:swap
}
@font-face {
  font-family: 'noto-serif-display-regular';
  font-weight: 400;
  font-style: normal;
  src: url(./../../src/fonts/noto-serif-display-regular-webfont.woff2)
    format('woff2');
    font-display:swap

}
* {
  font-family: 'noto-serif-display-regular';
  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;
}

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-informations .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  max-width: 100%;
}
.banner-informations .container .box {
  max-width: 385px;
}
.banner-informations .container .box .header .logo img {
  max-width: 280px;
  display: block;
  margin-inline: auto;
  width: 100%;
  height: 100%;
}
@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;
  background-color: white;
  padding: 1rem 1rem;
  border-radius: 3px;
  width: 300px;
}
.banner-informations .container .box .form h4 {
  color: black;
  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 black;
  border-radius: 3px;
  color: black;
  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: black;
}
.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: black;
  font-size: 0.8rem;
}
.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 black;
  padding: 7px;
  border-radius: 3px;
  outline: 0;
}
.banner-informations
  .container
  .box
  .form
  form
  p
  input[type='checkbox']:checked {
  background: black;
}
.banner-informations .container .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: 3px;
}
@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;
  }
}

.beleza {
  background-color: #e9dfc6;
}
.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 0;
  text-align: center;
}
.beleza-title h2 {
  /* color: var(--brown); */
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@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: #191919;
}
.unidades img {
  width: 100%;
  height: 100%;
}
.unidades .row {
  margin: 0;
}
.unidades .row .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unidades-left {
  width: 100%;
  max-width: 408px;
  text-align: end;
}
.unidades-left .box {
  color: #35423a;
}
.unidades-left .box h6 {
  font-size: 2rem;
  color: var(--white);
}
.unidades-left .box p {
  color: var(--white);
}
.unidades-left .box span {
  color: var(--white);
}
.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 {
  margin-top: 2rem;
  width: 100%;
}
.unidades-left .box .options .option {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: solid 1px white;
  width: 100%;
  padding-bottom: 1.3rem;
  padding-right: 0.8rem;
}
.unidades-left .box .options .option .number {
  width: 100%;
  max-width: 21px;
}
.unidades-left .box .options .option .number span {
  font-size: 1.9rem;
  font-family: 'noto-serif-display-regular';
}
@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;
}
@media only screen and (max-width: 1539px) {
  .unidades-left .box .options .option .description p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-left .box .options .option .description p {
    font-size: 1.3rem;
  }
}
.unidades-left .box .options .option .description span {
  color: var(--white);
  font-size: 1rem;
  font-family: 'noto-serif-display-regular';
  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;
}
@media only screen and (max-width: 1023px) {
  .unidades-left {
    padding-top: 2rem;
  }
}
.unidades-right {
  padding: 1rem 0 1rem 0;
  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: #e9dfc6;
  display: flex;
  align-items: center;
}
.localizacao-right h2 {
  line-height: 1.5;
  color: black;
  width: 100%;
  max-width: 342px;
  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%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
#plantas p{
  color: black !important; 
}
#plantas .slide-wrapper img {
  object-fit: contain !important; 
  width: auto;
  height: 100% !important;
}
@media(max-width: 1306px){
  #plantas .slide-wrapper img{
    width:100% !important;
  }
}
#carousel .slide-wrapper {
  height: 100%;
}
#lazer .slide-wrapper{
  height: 100%;
}
#lazer p{
  color: white;
}
#lazer .swiper-button-next {
  z-index: 1000000;
}
#banner .slide-wrapper{
  height: 100%;
}
#banner {
  background-color: #191919;
}
.carousel {
  padding: 0 0 1rem 0;
  background-color: #191919;
  position: relative
}
.carousel .swiper-slide {
  position: relative;
  height: calc(100vh - 80px)
}
.carousel .swiper-slide.swiper-slide-active .flag {
  opacity: 1;
}
.carousel .swiper-slide img {
  object-fit: contain;
}



.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: #9a835f;
  padding: .25rem .5rem;
}
.carousel .swiper-slide .info{
  bottom: 3.5rem;
  color: #9a835f !important;
  font-size: .75rem;
  background: var(--white);
  width: fit-content;
  margin-inline: auto;
  padding: .25rem;
  margin-bottom: .5rem;
}
@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(calc(-50% + 35px))
}

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

#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 .header h6 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .mapa-left-box .header h6 {
    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;
}
.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 h5{
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .mapa-right-box .header p{
    font-size: 1rem;
  }
}
.mapa-right-box .header h5 {
  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;
  background-color: white;
  padding: 3.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 black;
  border-radius: 3px;
  color: black;
  padding: 0.5rem 0.7rem;
}
.mapa-right-box .form form input + input {
  margin-top: 8px;
}
.mapa-right-box .form form input::placeholder {
  color: black;
}
.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: var(--gray);
  font-size: 0.8rem;
}
.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 black;
  padding: 7px;
  border-radius: 3px;
  outline: 0;
}
.mapa-right-box .form form p input[type='checkbox']:checked {
  background: black;
}
.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: 3px;
  background-color: black;
}
@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 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;

  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  gap: 1rem;
}
#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-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 h6 {
  font-size: 1rem;
  margin: 1rem;
}
@media (max-width: 456px) {
  footer .container h6 {
    margin: 1rem 0 1rem 0;
  }
}
footer .container-description {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  gap: 2rem;
  margin-inline: auto;
  align-items: center;
}
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: 1539px) {
  footer .container {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0 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: black;
}
.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: url(../../src/img/map-bg.webp);
  background-size: cover;
}