@font-face {
  font-family: "gothambold";
  src: url("/frontend/fonts/gotham-bold-webfont.woff2") format("woff2"), url("/frontend/fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambook";
  src: url("/frontend/fonts/gotham-book-webfont.woff2") format("woff2"), url("/frontend/fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("/frontend/fonts/gotham-light-webfont.woff2") format("woff2"), url("/frontend/fonts/gotham-light-webfont.woff") format("woff");
  font-weight: 100, 900;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("/frontend/fonts/gotham-medium-webfont.woff2") format("woff2"), url("/frontend/fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font, .nav-filters .col-md-4 > p, .sl-wrapper .sl-image .sl-caption, .sl-wrapper .sl-counter, .swiper-apartments .swiper-slide .legend strong, .datepicker, .swal2-popup, .swal2-title, .nav-neighborhoods a, body *, body, .caption .wrap-info-footer strong {
  font-family: "gothammedium";
}

.fontB, .section-reserve .box-agenda .txt-big, .custom-drop .cd-selected p, .wrap-navigation-sw .swiper-pagination-current-custom, .act-bt-reserve-big p, .act-link-reserve-big p, .webdoor .webdoor-caption h2, .nav-neighborhoods a:hover, .nav-neighborhoods a.actived, body b, body strong, .caption .see-all strong, .caption .see-all b {
  font-family: "gothambold";
}

.fontBook, .section-reserve form input,
.section-reserve form select, .section-reserve .bl-tags p, .section-reserve .box-agenda .txt-small, .section-elm-blur article.article-list-neighborhoods h4, header nav#nav-header p, header nav#nav-header a, header nav#nav-header li, .swiper-apartments .swiper-slide .legend, .wrap-navigation-sw .swiper-pagination, .act-bt p, .act-link p, .webdoor .webdoor-link-footer::after, .caption .dinamic-elm-possui, .caption .wrap-info-footer p, .caption .text-gig-talking, .caption .text-talking-small, .caption .wrap-tags-cloud h3, .caption .wrap-tags-cloud p, .caption .cap-text, .caption .cap-info-apto, .caption .cap-title-eye, .caption .titleBig {
  font-family: "gothambook";
}

.fontL, .caption .tags-region p, .caption .fontBigS {
  font-family: "gothamlight";
}

/* ******************************************************************************** */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button::-moz-focus-inner :focus:not(:focus-visible),
input::-moz-focus-inner :focus:not(:focus-visible) {
  outline: none;
}
button::-moz-focus-inner :focus:not(:-moz-focusring),
input::-moz-focus-inner :focus:not(:-moz-focusring) {
  outline: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  text-align: inherit;
  outline: none;
  /* Remove excess padding and border in Firefox 4+ */
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.caption .titleBig {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.caption .fontBigS {
  font-size: clamp(3rem, 7vw, 120rem);
}
.caption .cap-title {
  font-size: 3.5rem;
}
.caption .cap-title-apto {
  font-size: 2rem;
}
.caption .cap-title-info {
  font-size: 2.5rem;
}
.caption .cap-info-apto {
  font-size: 2rem;
}
.caption .cap-text {
  font-size: 16px;
  line-height: calc(16px + 0.4rem);
}
.caption .tags-region p {
  font-size: clamp(6rem, 7vw, 13rem);
  line-height: 10vw;
  font-weight: 100;
  opacity: 0.5;
  transition: all 0.5s ease;
  color: #897AB8;
}
.caption .tags-region p:hover, .caption .tags-region p.hovered {
  opacity: 1;
  color: #2A1B4B;
  text-shadow: 0px 0 1px #2A1B4B, 0px 0 1px #2A1B4B;
}
.caption .see-all {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
.caption .see-all::after:not(.no-under) {
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background-color: #2A1B4B;
  width: 100%;
}
.caption .see-all:hover::after {
  height: 3px;
}
.caption .wrap-tags-cloud h3 {
  font-size: 2rem;
  text-transform: uppercase;
}
.caption .wrap-tags-cloud p {
  font-size: 16px;
  line-height: calc(16px + 0.4rem);
}
.caption .text-talking-small {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
.caption .text-gig-talking {
  font-size: clamp(2rem, 2.5vw, 5rem);
  text-align: center;
  max-width: 22ch;
  text-transform: uppercase;
  margin: 0 auto;
}
.caption .wrap-info-footer * {
  color: white;
}
.caption .wrap-info-footer strong, .caption .wrap-info-footer p {
  margin-bottom: 12px;
  display: block;
}
.caption .wrap-info-footer strong {
  font-size: 16px;
}
.caption .wrap-info-footer p {
  font-size: 14px;
}
.caption .dinamic-elm-possui {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.caption .dinamic-elm-possui p {
  width: -moz-fit-content;
  width: fit-content;
}
.caption .dinamic-elm-possui strong {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.caption .dinamic-elm-possui ul {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media (max-width: 768px) {
  .caption .dinamic-elm-possui {
    -moz-columns: 2;
         columns: 2;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .caption .cap-title {
    font-size: 1.8rem;
  }
  .caption .titleBig {
    font-size: 2.5rem;
    line-height: normal;
  }
  .caption .titleBig br {
    display: none;
  }
  .caption .cap-title-apto {
    font-size: 1.4rem;
  }
  .caption .cap-info-apto {
    font-size: 1.2rem;
  }
}

.svg-inline {
  position: relative;
  text-indent: 0 !important;
  background-image: none !important;
}
.svg-inline svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

* {
  box-sizing: border-box;
}

/* body{
    overflow: hidden;
}

html{
    overflow: hidden;
    overflow-y: auto;
} */
html {
  font-size: 10px !important;
}

html.no-scroll, body.no-scroll {
  overflow: hidden;
}

body {
  background-color: #FFFFFF;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}
body * {
  text-decoration: none;
  color: #2A1B4B;
}
body a:hover {
  color: inherit;
}

img {
  width: auto;
  max-width: 100%;
  display: block;
}

.ico-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  transition: all 1s;
  background-position: center;
  transition: all 0.5s;
  padding: 5px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .ico-zoom {
    padding: 4px;
    background-color: #FFFFFF;
    background-size: 70%;
  }
}

figure, picture {
  overflow: hidden;
  display: block;
  position: relative;
}

figure.figure-hover img, figure.figure-hover video,
picture.picture-hover img,
picture.picture-hover video {
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (min-width: 768px) {
  figure.figure-hover img, figure.figure-hover video,
  picture.picture-hover img,
  picture.picture-hover video {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  figure.figure-hover img, figure.figure-hover video,
  picture.picture-hover img,
  picture.picture-hover video {
    transform: scale(1);
    width: 100%;
  }
}
figure.figure-hover.noZoom img, figure.figure-hover.noZoom video,
picture.picture-hover.noZoom img,
picture.picture-hover.noZoom video {
  transform: scale(1);
}
figure.figure-hover:hover:not(.noZoom) .ico-zoom,
picture.picture-hover:hover:not(.noZoom) .ico-zoom {
  background-color: #FFFFFF;
}
figure.figure-hover:hover:not(.noZoom) img, figure.figure-hover:hover:not(.noZoom) video,
picture.picture-hover:hover:not(.noZoom) img,
picture.picture-hover:hover:not(.noZoom) video {
  transform: scale(1);
}
figure.figure-hover:hover:not(.noZoom) figcaption,
picture.picture-hover:hover:not(.noZoom) figcaption {
  transform: translate(-50%, 0);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0 !important;
  background-color: #2A1B4B;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 0px;
  border: 3px solid transparent;
}

#ajax-load-content {
  max-width: calc(100vw - 10px);
}

main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.container-full {
  max-width: none;
}
@media (max-width: 1920px) {
  .container {
    max-width: 100vw;
  }
}

.wrapper {
  padding: 40px;
  width: 100%;
}
.wrapper--footer {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 40px 25px;
    width: calc(100vw - 13.5px);
  }
}

.float-whatsapp {
  position: fixed;
  bottom: 32px;
  right: 25px;
  z-index: 15;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .float-whatsapp {
    bottom: 20px;
    right: 15px;
    width: 44px;
    height: 44px;
  }
}
.float-whatsapp:hover {
  transform: rotate(15deg);
}

@keyframes jump {
  2%, 4% {
    transform: translateY(2px);
  }
  3%, 6%, 100% {
    transform: translateY(0px);
  }
}
@keyframes setWeb {
  10% {
    background-position: center 7px;
  }
  25% {
    background-position: center center;
  }
}
.nav-neighborhoods {
  padding: 20px;
}

.nav-apartments {
  padding: 10px;
}

.nav-neighborhoods {
  background-color: #897AB8;
}
.nav-neighborhoods a {
  font-size: 2rem;
  color: white;
  text-transform: uppercase;
}
.nav-neighborhoods a:hover, .nav-neighborhoods a.actived {
  color: white;
}
@media (max-width: 768px) {
  .nav-neighborhoods a {
    font-size: 1rem;
    position: relative;
  }
  .nav-neighborhoods a::after {
    content: "|";
    padding: 0 3px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .nav-neighborhoods a:last-child::after {
    display: none;
  }
}

.position-sticky-filters {
  top: calc(100vh - 60px);
}

.nav-apartments {
  background-color: #2A1B4B;
}
@media (max-width: 1200px) {
  .nav-apartments-mob .row-mob-hidden {
    display: none;
  }
}

/* 
.lb-caption{
    color: $white;
    font-size: 11px;
}

.lb-closeContainer{
    display: flex;
    justify-content: flex-end;
}
.lb-data .lb-details{width: 100%;}
.lb-data .lb-close{
    //background-image: url(../images/close.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
}
.lb-nav a{
    //background-color: rgba(0,0,0,.35) !important;
    background-repeat: no-repeat;
    width: 50% !important;

    &:after{
        content: '';
        z-index: 3;
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: #202020;
        border-radius: 50%;
        background-position: center center;
        background-size: 50%;
        background-repeat: no-repeat;        
        top: 50%;
        transform: translateY(-50%);
    }    

    &.lb-prev{
        left: 0px;    
        background-image: none;
        position: relative;
        &:after{
            //background-image: url(../images/arrow-left-full-white.svg);
            left: 10px;
        }
    }
    &.lb-next{    
        right: 0px;
        background-image: none;
        position: relative;
        &:after{
            //background-image: url(../images/arrow-right-full-white.svg);
            right: 10px;
        }
    }
}
 */
sup {
  font-size: 9px;
  font-weight: bold;
  font-family: cursive;
}
@media (max-width: 768px) {
  sup {
    font-family: arial;
  }
}

.bts-ico-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #897AB8;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.p-modal-loading {
  color: #2A1B4B;
  font-size: 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .padd-mob {
    padding: 0 25px;
  }
}

.lgpd {
  display: none;
  position: fixed;
  bottom: 10px;
  background: #fff;
  width: 450px;
  left: 10px;
  transform: translate(0%, 0%);
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
  justify-content: space-between;
  transition: all 0.7s ease;
  border-radius: 10px;
  z-index: 10;
}

@media (max-width: 500px) {
  .lgpd {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}
.lgpd.remove {
  opacity: 0;
  transition: all 0.7s ease;
}

.lgpd p {
  padding: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #000000;
}

.lgpd p a {
  color: #000000;
  font-weight: 600;
  transition: all 0.7s ease;
}

.lgpd p a:hover {
  opacity: 0.7;
  transition: all 0.7s ease;
}

.lgpd button {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  font-size: 11px;
  transition: all 0.7s ease;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 500px) {
  .lgpd button {
    border-radius: 10px 10px 10px 10px;
    margin: 10px auto;
    display: block;
  }
}
.lgpd button:hover {
  opacity: 0.7;
  transition: all 0.7s ease;
}

/*

PADDING-TOP QUE SEPARA AS AREAS

*/
.pt-area {
  padding-top: 4rem;
}

.swal2-popup, .swal2-title {
  font-size: 20px !important;
}

.side-search {
  transition: all 0.6s cubic-bezier(0.27, 0.16, 0, 1.01);
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  visibility: hidden;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-search .row {
  width: 100%;
}
.side-search.motion-in {
  visibility: inherit;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  left: 0;
  top: 0;
}

.gap-top {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .gap-top {
    padding-top: 50px;
  }
}

.gap-bottom {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gap-bottom {
    padding-bottom: 50px;
  }
}

.gap-m-top {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .gap-m-top {
    margin-top: 50px;
  }
}

.color-white {
  color: white !important;
}

.color-1 {
  color: #897AB8 !important;
}

.color-2 {
  color: #2A1B4B !important;
}

.bg-1 {
  background-color: #897AB8;
}

.bg-2 {
  background-color: #2A1B4B;
}

.wrap-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 35%;
}
.wrap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.col-form-label {
  color: white;
}

.btn-close {
  background-image: url(/frontend/assets/close-modal.svg);
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
  background-size: contain;
  transition: all 0.5s ease;
}
.btn-close:hover {
  transform: rotate(90deg);
}

.form-select {
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 3.2rem;
}
.form-select option {
  text-transform: none;
}

.form-select,
.form-control {
  width: 219px;
  height: 40px;
  font-size: 16px;
  border-radius: 8px;
}

.form-visit .form-select, .form-visit .form-control {
  width: 100%;
}

.form-control {
  text-transform: uppercase;
}
input[type=date] {
  position: relative;
}

input[type=date]::after {
  position: absolute;
  right: 8px;
  top: 5px;
  content: "";
  background-color: white;
  background-image: url(/frontend/assets/calendar.svg);
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 0;
}

textarea {
  height: auto !important;
}

label.error {
  padding-top: 2px;
}

.acc-plus {
  display: flex;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.acc-plus::after, .acc-plus::before {
  content: "";
  background-color: #897AB8;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease;
}
.acc-plus::after {
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
}
.acc-plus::before {
  width: 2px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.two-columns {
  -moz-columns: 2;
       columns: 2;
}
.two-columns div {
  margin-bottom: 15px;
}
.two-columns div::first-letter {
  text-transform: uppercase;
}

.button-acc:not(.collapsed) .acc-plus::before {
  width: 2px;
  height: 0px;
}

.accordion-collapse.colluns-p > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.accordion-collapse.colluns-p p {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 570px) {
  .accordion-collapse.colluns-p > div {
    flex-wrap: wrap;
  }
  .accordion-collapse.colluns-p p {
    margin-bottom: 20px;
  }
}

.accordion-collapse.collapse {
  border-bottom: 1px solid transparent;
  transition: 0.2s ease;
}
.accordion-collapse.collapse.show {
  border-color: #897AB8;
}

.wrap-video {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.wrap-video iframe {
  min-height: 100%;
  width: 100%;
}
.wrap-video iframe img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  width: -moz-fit-content;
  width: fit-content;
}

.datepicker {
  padding: 15px;
}
.datepicker .dow {
  padding: 8px 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  padding: 10px;
  font-size: 1.2rem;
}

.webdoor {
  height: 100svh;
  position: relative;
  width: calc(100dvw - 10px);
  z-index: 0;
}
.webdoor.upWebdoor {
  z-index: 11;
}
.webdoor figure, .webdoor picture {
  height: 100svh;
  width: 100%;
  display: block;
  position: relative;
}
.webdoor figure img, .webdoor figure video, .webdoor picture img, .webdoor picture video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(84%);
}
.webdoor a.ico-play {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.4, 0.55, 1.4);
}
.webdoor a.ico-play:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.webdoor a.webdoor-link {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.webdoor .webdoor-link-footer {
  width: 30px;
  height: 65px;
  z-index: 1;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  font-size: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.webdoor .webdoor-link-footer svg {
  animation: webdoor_set_anim 3s ease infinite;
}
.webdoor .webdoor-link-footer::after {
  content: "scroll";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  color: white;
}
.webdoor .webdoor-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 0 40px;
  z-index: 1;
}
.webdoor .webdoor-caption * {
  color: white;
}
.webdoor .webdoor-caption h2 {
  color: transparent;
  font-size: 5rem;
  font-weight: normal;
  overflow: hidden;
}
.webdoor .webdoor-caption-about {
  max-width: 1200px;
}
.webdoor .webdoor-caption-empresas {
  max-width: 1200px;
}
@keyframes webdoor_set_anim {
  0% {
    top: 0;
  }
  70% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@media (max-width: 768px) {
  .webdoor .webdoor-caption {
    padding: 0 25px;
  }
  .webdoor .webdoor-caption h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 570px) {
  .webdoor .webdoor-caption h2 {
    font-size: 2.5rem;
  }
}

.act-bt, .act-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.27, 0.16, 0, 1.01);
  border-radius: 8px;
  background-color: #2A1B4B;
}
.act-bt p, .act-link p {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: normal;
}
.act-bt svg, .act-link svg {
  transition: all 0.3s cubic-bezier(0.25, 0.4, 0.55, 1.4);
}
.act-bt-reserve, .act-link-reserve {
  width: 186px;
  height: 40px;
}
.act-bt-reserve-inverse, .act-link-reserve-inverse {
  width: 142px;
  height: 27.5px;
  border-radius: 4px;
  background-color: white;
}
.act-bt-reserve-inverse p, .act-link-reserve-inverse p {
  color: #2A1B4B;
  font-size: 1.2rem;
}
.act-bt-reserve-filter, .act-link-reserve-filter {
  width: 219px;
  height: 40px;
  border-radius: 8px;
  background-color: #897AB8;
}
.act-bt-reserve-filter p, .act-link-reserve-filter p {
  color: white;
  font-size: 1.6rem;
}
.act-bt-light-purple, .act-link-light-purple {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border-radius: 8px;
  background-color: #897AB8;
  padding: 0 15px;
}
.act-bt-light-purple p, .act-link-light-purple p {
  color: white;
  font-size: 1.6rem;
}
.act-bt:hover:not(.button-transparent), .act-link:hover:not(.button-transparent) {
  background-color: #FFFFFF;
}
.act-bt:hover:not(.button-transparent) p, .act-link:hover:not(.button-transparent) p {
  color: #000000;
}
.act-bt:hover:not(.button-transparent).act-link-light-purple, .act-link:hover:not(.button-transparent).act-link-light-purple {
  background-color: #2A1B4B;
}
.act-bt:hover:not(.button-transparent).act-link-light-purple p, .act-link:hover:not(.button-transparent).act-link-light-purple p {
  color: white;
}
.act-bt-reserve, .act-link-reserve {
  background-color: white;
  color: black;
}
.act-bt-reserve p, .act-link-reserve p {
  color: black;
}
.act-bt-reserve-big, .act-link-reserve-big {
  background-color: white;
  height: 70px;
}
.act-bt-reserve-big p, .act-link-reserve-big p {
  text-transform: uppercase;
  font-size: 25px;
  color: black;
  font-weight: bold;
}
@media (max-width: 768px) {
  .act-bt, .act-link {
    width: 100%;
  }
  .act-bt.act-link-reserve, .act-link.act-link-reserve {
    width: 120px;
    height: 30px;
  }
  .act-bt.act-link-reserve p, .act-link.act-link-reserve p {
    font-size: 1rem;
  }
  .act-bt.act-bt-reserve-filter, .act-link.act-bt-reserve-filter {
    width: 186px;
  }
}
@media (max-width: 570px) {
  .act-bt.act-link-reserve, .act-link.act-link-reserve {
    width: 80px;
    height: 30px;
  }
  .act-bt.act-link-reserve p, .act-link.act-link-reserve p {
    font-size: 1rem;
  }
}

.text-anim span {
  display: inline-block;
  overflow: hidden;
  animation: 0.3s swift-up ease-in-out forwards;
}
.text-anim i {
  font-style: normal;
  position: relative;
  top: 5rem;
  animation: 0.5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}
.revealUp.in-viewport, .revealUpGal.in-viewport {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media (min-width: 768px) {
  .plx-elm, .plx-elm-movie {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .plx-elm img, .plx-elm video, .plx-elm-movie img, .plx-elm-movie video {
    transition: none;
    position: absolute;
    width: 100%;
    height: 115% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    top: 0;
  }
  .plx-elm img.simple-plx, .plx-elm video.simple-plx, .plx-elm-movie img.simple-plx, .plx-elm-movie video.simple-plx {
    height: 120% !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .plx-elm, .plx-elm-movie {
    transform: none !important;
  }
}
@media (min-width: 768px) {
  .plx-elm:hover, .plx-elm-movie:hover {
    transform: none;
  }
  .plx-elm.bg-contain img, .plx-elm-movie.bg-contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.elm-horiz {
  transform: translateX(200px);
  opacity: 0;
}

.animate-to-left {
  opacity: 0;
  transition: all 2s cubic-bezier(0.27, 0.16, 0, 1.01);
  transform: translateX(300px);
}
.animate-to-left.motion-in {
  opacity: 1;
  transform: translateX(0px);
}

.animate-to-up {
  opacity: 0;
  transition: all 2s cubic-bezier(0.27, 0.16, 0, 1.01);
  transform: translateY(300px);
}
.animate-to-up.motion-in {
  opacity: 1;
  transform: translateY(0px);
}

.parallax-bg {
  top: 0;
  left: 0;
  position: fixed !important;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.wrap-mask-layer-animation {
  position: relative;
}
.wrap-mask-layer-animation .mask-layer-animation {
  position: absolute;
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: height 2s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.wrap-mask-layer-animation .mask-layer-animation.black {
  background-color: #000000;
}
.wrap-mask-layer-animation .mask-layer-animation.motion-in {
  height: 0%;
}

@media (max-width: 768px) {
  .gridScrollAnimate {
    transform: none !important;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  background-color: white;
  height: 40px;
  border-radius: 8px;
  min-width: 15ch;
  padding: 0.25em 0;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
}
.select-pessoas {
  background-image: url(/frontend/assets/ico-pessoas.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

select[multiple] {
  padding-right: 0;
  height: 6rem;
}
select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

:root {
  --swiper-theme-color: gbl.$black !important;
}

.swiper-slide picture,
.slick-slide picture {
  position: relative;
}
.swiper-slide picture img,
.swiper-slide picture video,
.slick-slide picture img,
.slick-slide picture video {
  width: 100%;
  height: auto;
}

/* 
.swiper-pagination-bullet {
    width: 12px !important;
    height: 17px !important;
    text-align: center;
    color: gbl.$white !important;
    @extend .font;
    opacity: 1 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 0px solid gbl.$white;
    transition: border .2s ease;
    //background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet{
    margin: 0 7px !important;
}
.swiper-pagination-bullet-active {
    color: gbl.$white;
    border-radius: 0 !important;
    border-bottom: 2px solid gbl.$white;

    //background: #007aff;
  }
  .nav-arrows-empty,.nav-arrows{
      width: 113px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      @media screen and (max-width:gbl.$mobile) {
          width: 90px;
      }
  }
 */
.wrap-navigation-sw {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.wrap-navigation-sw.wrap-nav-horiz {
  flex-direction: row;
}
.wrap-navigation-sw.width-content {
  width: -moz-fit-content;
  width: fit-content;
}
.wrap-navigation-sw * {
  color: #000000;
}
.wrap-navigation-sw .swiper-button-prev,
.wrap-navigation-sw .swiper-button-next {
  position: static;
  margin: 0;
}
.wrap-navigation-sw .swiper-button-prev.white,
.wrap-navigation-sw .swiper-button-next.white {
  color: #FFFFFF;
}
.wrap-navigation-sw .swiper-button-prev::after,
.wrap-navigation-sw .swiper-button-next::after {
  font-size: 3rem;
}
.wrap-navigation-sw .swiper-pagination {
  position: static;
  margin: 30px auto;
  font-size: 1.5rem;
  letter-spacing: 4px;
  color: #000000;
}
.wrap-navigation-sw .swiper-pagination.white {
  color: #FFFFFF;
}
.wrap-navigation-sw .swiper-pagination.white span {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .wrap-navigation-sw {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .wrap-navigation-sw .swiper-pagination {
    margin: 11px 7px;
    white-space: nowrap;
  }
}

.swiperFull {
  width: 100%;
  height: 100svh;
  position: relative;
}
.swiperFull .swiper-slide {
  overflow: hidden;
}
.swiperFull .swiper-slide picture {
  position: relative;
}
.swiperFull .swiper-slide picture img,
.swiperFull .swiper-slide picture video {
  width: 100%;
  height: 100svh;
  transform: scale(1.1);
  transition: transform 1.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-apartments .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-apartments .swiper-slide .legend {
  padding-top: 15px;
  font-size: 2rem;
  text-transform: uppercase;
}
.swiper-apartments .swiper-slide .legend strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .swiper-apartments .swiper-slide .legend {
    font-size: 1.4rem;
  }
  .swiper-apartments .swiper-slide .legend strong {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .swiper-apartments .swiper-slide {
    max-width: 100% !important;
    width: auto !important;
  }
  .swiper-apartments .swiper-slide .legend {
    padding-top: 25px;
    font-size: 1.5rem;
  }
}

.swiper-projetistas .swiper-slide {
  padding: 80px 35px 0;
}

/* 
.gallery-basic {
    picture {
        img {
            object-fit: cover;
            height: 100svh;
        }
    }

    @media screen and (max-width:gbl.$mobile) {
        height: auto;

        .swiper-slide {
            picture {

                img,
                video {
                    @media screen and (max-width:gbl.$mobile) {
                        height: auto;
                        transform: scale(1);
                    }
                }
            }
        }
    }
} */
.swiper-areas-comuns-dimamic .caption-image, .swiper-andamento .caption-image {
  display: none;
}

@media (max-height: 1010px) {
  .swiper-aptos {
    display: block;
    max-width: 70vh;
  }
}

.swiper-cube .swiper-cube-shadow:before {
  bottom: 230px !important;
  background-color: rgba(53, 53, 53, 0.4) !important;
  filter: blur(40px) !important;
  display: none;
}

.swiper-pagination-static {
  text-align: left !important;
  padding: 0 40px;
  position: static !important;
  margin-top: 30px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.swiper-pagination-static .swiper-pagination-bullet {
  margin: 0 7px !important;
  width: 10px;
  height: 10px;
  background-color: #E9E9E9 !important;
  opacity: 1 !important;
}
.swiper-pagination-static .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #897AB8 !important;
}
@media (max-width: 768px) {
  .swiper-pagination-static .swiper-pagination-bullet {
    margin: 0 7px 10px !important;
  }
}

.swiper-pagination {
  z-index: 12 !important;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: black !important;
}

.pagination-list-buildings {
  position: static;
}

.swiper-basic .swiper-slide {
  opacity: 0 !important;
}
.swiper-basic .swiper-slide-active {
  opacity: 1 !important;
}

.swiper-button-disabled {
  opacity: 0.1 !important;
  pointer-events: none;
}

.noMinim .swiper-slide:last-child {
  margin-right: 0 !important;
}

.ico {
  background-repeat: no-repeat;
  display: inline-block;
}
.ico-logo {
  width: 180.61px;
  height: 56.5px;
  background-image: url(/frontend/assets/logo.svg);
}
.ico-logo path {
  fill: white;
}
.ico-logo.black path, .ico-logo.black rect {
  fill: #000000;
}
@media (max-width: 768px) {
  .ico-logo {
    width: 136px;
    height: 43px;
  }
}
@media (max-width: 430px) {
  .ico-logo {
    width: 96px;
    height: 43px;
  }
}
.ico-logo-footer {
  width: 446.31px;
  height: 139.63px;
}
@media (max-width: 768px) {
  .ico-logo-footer {
    width: 230px;
    height: 80px;
  }
}
.ico-sandwitch {
  background-image: url(/frontend/assets/sandwitch.svg);
  width: 30px;
  height: 30px;
}
.ico-big-ico-movinn {
  background-image: url(/frontend/assets/big-ico-movinn.svg);
  width: 100%;
  height: 100svh;
  position: absolute;
  right: 0;
  top: 0;
}
.ico-big-ico-movinn svg {
  width: auto;
  left: auto;
  right: 0;
}
.ico-webdoor-arrow-down {
  background-image: url(/frontend/assets/webdoor-arrow-down.svg);
  width: 29.62px;
  height: 64.74px;
}
.ico-arrow-left {
  background-image: url(/frontend/assets/gallery-arrow-left.svg);
  width: 61.57px;
  height: 28.17px;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.ico-arrow-left:hover {
  opacity: 1;
}
.ico-arrow-right {
  background-image: url(/frontend/assets/gallery-arrow-right.svg);
  width: 61.57px;
  height: 28.17px;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.ico-arrow-right:hover {
  opacity: 1;
}
.ico-aspas-left {
  width: 44.43px;
  height: 38px;
  background-image: url(/frontend/assets/aspas-left.svg);
}
@media (max-width: 992px) {
  .ico-aspas-left {
    width: 20px;
    height: 20px;
  }
}
.ico-aspas-right {
  width: 44.43px;
  height: 38px;
  background-image: url(/frontend/assets/aspas-right.svg);
}
@media (max-width: 992px) {
  .ico-aspas-right {
    width: 20px;
    height: 20px;
  }
}
.ico-info {
  width: 32px;
  height: 32px;
  background-image: url(/frontend/assets/ico-info.svg);
}
.ico-eye-open {
  width: 19px;
  height: 19px;
  background-image: url(/frontend/assets/ico-eye-open.svg);
}
.ico-calendar {
  width: 30px;
  height: 30px;
  background-image: url(/frontend/assets/ico-calendar.svg);
}
.ico-pessoas {
  width: 29px;
  height: 29px;
  background-image: url(/frontend/assets/ico-pessoas.svg);
}
.ico-promo {
  width: 32px;
  height: 30px;
  background-image: url(/frontend/assets/ico-promo.svg);
}
.ico-close-modal {
  width: 30px;
  height: 30px;
  background-image: url(/frontend/assets/close-modal.svg);
}
.ico-one {
  /* width: 83.07px;
  height: 15.48px; */
  width: 152.6px;
  height: 18.6px;
  background-image: url(/frontend/assets/powered-by-one.svg);
}
.ico-one path {
  fill: white;
}
.ico-instagram {
  width: 23.44px;
  height: 23.44px;
  background-image: url(/frontend/assets/ico-instagram.svg);
}
.ico-facebook {
  width: 12.38px;
  height: 23.44px;
  background-image: url(/frontend/assets/ico-facebook.svg);
}
.ico-calendar {
  width: 15px;
  height: 15px;
  background-image: url(/frontend/assets/calendar.svg);
}
.ico-whatsapp {
  width: 50px;
  height: 50px;
  background-image: url(/frontend/assets/whatsapp.svg);
}
.ico-mail {
  width: 16.54px;
  height: 11.84px;
  background-image: url(/frontend/assets/ico-mail.svg);
}
.ico-chat {
  width: 13.16px;
  height: 13.16px;
  background-image: url(/frontend/assets/ico-chat.svg);
}

body img {
  transition: filter 0.5s ease;
  filter: grayscale(0%);
  transition-delay: 1s;
}
body.body-content-loading img {
  filter: grayscale(100%);
}

.layerIntroPage {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  left: 0%;
  top: 0;
  transform: scale(1.2);
  background-color: #2A1B4B;
  z-index: 99;
  position: fixed;
}
.layerIntroPage .logo-loader {
  opacity: 0;
  animation: showLogo 0.5s ease 0.2s forwards, piscLogo 1.5s ease 2s infinite;
  width: 300px;
  height: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .layerIntroPage .logo-loader {
    width: 230px;
    height: 80px;
  }
}
.layerIntroPage .logo-loader svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
}
.layerIntroPage .logo-loader #Caminho_4,
.layerIntroPage .logo-loader #Caminho_5,
.layerIntroPage .logo-loader #Caminho_12 {
  opacity: 0;
}
.layerIntroPage .logo-loader #Caminho_4 {
  transform: translate(86.782px, 6294.264px);
  animation: topLogo 0.5s ease 0.4s forwards;
}
.layerIntroPage .logo-loader #Caminho_5 {
  animation: midLogo 0.5s ease 0.8s forwards;
}
.layerIntroPage .logo-loader #Caminho_12 {
  transform: translate(87.1px, 6459.743px);
  animation: botLogo 0.5s ease 0.1s forwards;
}
.layerIntroPage.motion-out {
  transition: all 1s cubic-bezier(0.27, 0.16, 0, 1.01);
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
  height: 0;
}

@keyframes showLogo {
  100% {
    opacity: 1;
  }
}
@keyframes topLogo {
  100% {
    transform: translate(86.782px, 6314.264px);
    opacity: 1;
  }
}
@keyframes botLogo {
  100% {
    transform: translate(87.1px, 6359.743px);
    opacity: 1;
  }
}
@keyframes midLogo {
  100% {
    opacity: 1;
  }
}
@keyframes piscLogo {
  50% {
    opacity: 0.6;
    transform: scale(0.95);
  }
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button {
  color: #FFFFFF;
}

.sl-overlay {
  background-color: #897AB8;
}

.sl-wrapper .sl-counter {
  display: none !important;
}

.sl-wrapper .sl-close {
  transition: all 0.5s;
  transform-origin: center center;
  width: 28px;
  height: 44px;
}
.sl-wrapper .sl-close:hover {
  transform: rotate(90deg);
}

.nav-filters .col-md-4 {
  display: flex;
  align-items: center;
}
.nav-filters .col-md-4 > p {
  font-size: 18px;
}
.nav-filters .activeSwitch {
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-filters .border-mob {
    width: 100%;
    border-bottom: 1px solid #000000;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-drop {
  margin-top: 4px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.custom-drop ul li {
  padding: 6px 6px;
}
.custom-drop .cd-selected {
  padding: 0;
  display: flex;
  align-items: center;
}
.custom-drop .cd-selected span.ico {
  margin-left: 25px;
  transition: all 0.12s linear;
}
.custom-drop .cd-selected p {
  color: black;
  font-size: 18px;
}
.custom-drop.cd-lt ul {
  left: 0;
  transform-origin: left top;
}
.custom-drop.cd-rt ul {
  right: 0;
  transform-origin: right top;
}
.custom-drop ul {
  transition: all 0.4s cubic-bezier(0.27, 0.16, 0, 1.01);
  background-color: #ffffff;
  overflow: hidden;
  min-height: 0;
  transform: scale(0);
  opacity: 0;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.custom-drop ul li, .custom-drop ul li a {
  transition: all 0.3s ease;
  color: #000000;
  font-size: 14px;
}
.custom-drop ul li:hover, .custom-drop ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}
.custom-drop ul li:hover a, .custom-drop ul li a:hover a {
  background-color: #000000;
  color: #ffffff;
}
.custom-drop ul li.selected, .custom-drop ul li a.selected {
  background-color: #000000;
  color: #ffffff;
}
.custom-drop:hover .cd-selected span.ico {
  transform: rotate(180deg);
}
.custom-drop:hover ul {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 992px) {
  .custom-drop {
    display: flex;
    width: 100%;
  }
  .custom-drop .cd-selected {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .custom-drop .cd-selected p {
    font-size: 13px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  border-color: #000;
}
.switch input:checked + .slider:before {
  background-color: #000;
  transform: translate(17px, -50%);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #BCBCBC;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #BCBCBC;
  transition: 0.4s;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-custom, .search {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
}
.modal-custom .s-wrapper, .search .s-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 100%;
  max-width: 600px;
}
.modal-custom .s-wrapper--full, .search .s-wrapper--full {
  width: 100%;
  height: 100vh;
}
.modal-custom .s-wrapper--full iframe, .search .s-wrapper--full iframe {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-custom .s-close, .search .s-close {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 45px;
  top: 45px;
  right: 30px;
  background-size: contain;
  display: block;
  cursor: pointer;
  background-color: #95a5a6;
  border: 10px solid #95a5a6;
  padding: 10px;
}
.modal-custom .s-close:hover svg, .search .s-close:hover svg {
  transform: rotate(90deg);
}
.modal-custom .s-close svg, .search .s-close svg {
  transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.modal-custom .s-close svg path, .search .s-close svg path {
  fill: #FFF;
}
@media (max-width: 768px) {
  .modal-custom .s-wrapper, .search .s-wrapper {
    width: 100%;
  }
}

header {
  position: fixed;
  top: -500px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  background: transparent;
  /* 	.wrap-search{
  		display: flex;
  		justify-content: flex-end;
  		align-items: center;
  		cursor: pointer;
  		position: relative;
  		overflow: hidden;
  		z-index: 13;
  		.ico{
  			transition: all .3s ease;
  			&:nth-child(1){
  				opacity: 1;
  				transform: translateX(13px);
  			}
  			&:nth-child(2){
  				opacity: 0;
  				transform: translateX(20px);
  			}
  		}
  		&:hover{
  			.ico{
  				&:nth-child(1){
  					transform: translateX(13px) rotate(-15deg);
  				}
  			}
  		}
  		&.motion-in{
  			.ico{
  				&:nth-child(1){
  					opacity: 0;
  					transform: translateX(20px);
  				}
  				&:nth-child(2){
  					transition-delay: .2s;
  					opacity: 1;
  					transform: translateX(0px);
  				}
  			}
  		}
  	} */
  /* @media(max-height : 800px) and (orientation: landscape){
  	nav#nav-header.motion-in{
  		transform: translate(-50%, -91%);
  	}
  } */
}
header.header-int {
  position: fixed;
  background-color: #897AB8;
}
header.motion-in {
  top: 0;
}
header.header-absolute {
  position: absolute;
}
header > .wrapper {
  transition: padding 0.5s cubic-bezier(0.27, 0.16, 0, 1.01);
}
header .wrapper-sandwitch-text {
  cursor: pointer;
  position: relative;
  z-index: 12;
}
header .wrapper-sandwitch-text .wrap-sandwitch {
  transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
header .wrapper-sandwitch-text .wrap-sandwitch span {
  position: absolute;
  display: inline-block;
  height: 0px;
  box-shadow: 0 0 0 1px white;
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  background-color: #ffffff;
  left: 0;
  outline: none;
}
header .wrapper-sandwitch-text .wrap-sandwitch span:nth-child(1) {
  width: 100%;
  top: 0;
}
header .wrapper-sandwitch-text .wrap-sandwitch span:nth-child(2) {
  width: 50%;
  top: 50%;
}
header .wrapper-sandwitch-text .wrap-sandwitch span:nth-child(3) {
  bottom: 0;
  width: 25%;
}
header .wrapper-sandwitch-text.motion-in .wrap-sandwitch {
  transform: rotate(45deg);
  left: -10px;
  top: 10px;
}
header .wrapper-sandwitch-text.motion-in .wrap-sandwitch span {
  width: 100%;
  top: 0;
}
header .wrapper-sandwitch-text.motion-in .wrap-sandwitch span:nth-child(2) {
  transform: rotate(90deg);
}
header .wrapper-sandwitch-text.motion-in .wrap-sandwitch span:nth-child(3) {
  opacity: 0;
}
header .wrapper-sandwitch-text.motion-in:hover .wrap-sandwitch {
  transform: rotate(45deg) scale(1.1);
}
header .wrapper-sandwitch-text:hover:not(.motion-in) span {
  width: 100%;
}
header .layer-menu {
  transition: all 0.6s cubic-bezier(0.27, 0.16, 0, 1.01);
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #897AB8;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  visibility: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .layer-menu .ico-big-ico-movinn {
  transition: transform 1s ease, opacity 1.5s ease;
  transform: translateY(-50%);
  opacity: 0;
}
header .layer-menu.motion-in {
  visibility: inherit;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  left: 0;
  top: 0;
}
header .layer-menu.motion-in .ico-big-ico-movinn {
  transition-delay: 0.2s, 0;
  transform: translateY(0%);
  opacity: 1;
}
header nav#nav-header {
  width: 100%;
  position: relative;
  margin: auto 0;
  transition: all 1s cubic-bezier(0.27, 0.16, 0, 1.01);
  transform: translateX(-50%);
  opacity: 0;
  display: flex;
  flex-flow: column;
  z-index: 2;
}
header nav#nav-header p, header nav#nav-header a, header nav#nav-header li {
  color: #ffffff;
  font-size: 5rem;
  line-height: 8rem;
  display: inline-block;
  transition: all 0.7s cubic-bezier(0.27, 0.16, 0, 1.01);
  cursor: pointer;
}
@media (max-width: 768px) {
  header nav#nav-header p, header nav#nav-header a, header nav#nav-header li {
    font-size: 3rem;
    line-height: 5rem;
  }
}
header nav#nav-header.motion-in {
  transform: translateX(0);
  opacity: 1;
}
header nav#nav-header.motion-in a {
  min-width: 120px;
}
header nav#nav-header.motion-in a, header nav#nav-header.motion-in p {
  transform: translateX(0px);
}
header nav#nav-header.motion-in a:hover, header nav#nav-header.motion-in p:hover {
  color: #ffffff;
  transition-delay: 0.2s;
  transform: translateX(10px);
}
header nav#nav-header.motion-in .wrap-ul-exp ul {
  transition-delay: 1s;
  opacity: 1;
  min-height: 100%;
}
header .header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
header .header-logo #head-logo-scroll {
  display: none;
}
header .act-link {
  position: relative;
  z-index: 12;
}
header.scrolling, header.header-black {
  /* svg{
  	path{
  		fill : $black
  	}
  } */
}
header.scrolling.header-absolute, header.header-black.header-absolute {
  position: fixed;
  background-color: #897AB8;
}
header.scrolling.header-opened, header.header-black.header-opened {
  z-index: 100 !important;
}
header.scrolling #head-logo-start, header.header-black #head-logo-start {
  display: none;
}
header.scrolling #head-logo-scroll, header.header-black #head-logo-scroll {
  display: block;
}
header.scrolling .wrapper-sandwitch-text p span.span-din, header.header-black .wrapper-sandwitch-text p span.span-din {
  color: #000000;
}
header.scrolling .wrapper-sandwitch-text .wrap-sandwitch span, header.header-black .wrapper-sandwitch-text .wrap-sandwitch span {
  background-color: #000000;
}
header.scrolling .wrapper, header.header-black .wrapper {
  padding: 20px 40px;
}
header.scrolling.header-black, header.header-black.header-black {
  background-color: #ffffff;
}
header.scrolling.header-white, header.header-black.header-white {
  background-color: #ffffff;
}
header.scrolling.header-white #head-logo-start, header.header-black.header-white #head-logo-start {
  display: none;
}
header.scrolling.header-white #head-logo-scroll, header.header-black.header-white #head-logo-scroll {
  display: block;
}
header.header-black {
  position: fixed;
}
header.header-black #head-logo-start {
  display: block;
}
header.header-black #head-logo-scroll {
  display: none;
}
header.header-white {
  position: fixed;
}
header.header-white #head-logo-start {
  display: block;
}
header.header-white #head-logo-scroll {
  display: none;
}
@media (max-width: 768px) {
  header {
    background-color: #897AB8;
    /* height: 70px;

    &.motion-in nav{
    	margin: 0 0 15px;
    }
    .wrapper{
    	padding: 20px $paddingMob 0 !important;
    	height: auto !important;
    	&.wrapper-mob-exc{
    		padding: 20px !important;

    	}
    	ul{
    		margin-top: 80px;
    	}
    }	

    .layer-menu,.layer-menu.motion-in{
    	max-height: 100vh;
    	height: 100vh;
    	clip-path:none;
    }
    .layer-menu{
    	left: -110vw;
    	&.motion-in{
    		left: 0;
    	}
    }

    .ico-araruna-black{
    	width: 160px;
    }

    nav#nav-header,nav#nav-header.motion-in{
    	transform: none;
    	top: 0;
    	height: 100%;
    	justify-content: center;
    	padding-top: 0;
    }

    nav#nav-header{
    	overflow-y: auto;
    	left: -110vw;
    }

    nav#nav-header.motion-in{
    	left: 0;
    }

    nav#nav-header .wrap-ul-exp ul{
    	transition-delay: none;
    	display: none;
    	margin-top: 15px;
    	margin-bottom: 15px;
    } */
  }
  header .wrapper {
    padding: 20px 25px !important;
  }
}

footer {
  background-color: #897AB8;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}
footer .ico-logo-footer {
  transform: scale(1.3);
  filter: blur(40px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
footer.motion-in .ico-logo-footer {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
}
footer .footer-signature {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 15px;
  background-color: #2A1B4B;
  width: 100%;
}
@media (max-width: 992px) {
  footer {
    /* > .wrapper{
        max-width: 293px;
        margin: 0 auto;
        padding: 0;
    }
    .wrap{
        height: auto;
        .button{
            width: 100%;
        }
    } */
  }
}

.section-intro .tags-region {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.section-intro .tags-region p {
  width: 100%;
}
.section-intro .wrap-imgs-regions {
  position: relative;
  padding-top: 62%;
}
.section-intro .wrap-imgs-regions img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  z-index: 1;
}
.section-intro .wrap-imgs-regions img:nth-child(2), .section-intro .wrap-imgs-regions img:nth-child(3) {
  opacity: 0;
}
.section-intro .wrap-imgs-regions img.hovered {
  opacity: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-intro .tags-region p {
    text-align: center !important;
    font-size: 4rem;
    line-height: 4rem;
    line-height: normal;
    margin-bottom: 5px;
  }
  .section-intro .tags-region p:last-child {
    margin-bottom: 25px;
  }
}

.section-elm-blur {
  min-height: 150svh;
  position: relative;
  overflow: hidden;
}
.section-elm-blur .circle-blur {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 130vh;
  width: 120%;
  aspect-ratio: 1/1;
  /* background-color: white;
  background-image: radial-gradient(circle, $cor1 1%, white 50%);
  opacity:1;
  filter:blur(20px); */
  z-index: 0;
  pointer-events: none;
  background-image: url(/frontend/assets/blur.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-elm-blur .circle-blur-small {
  z-index: -1;
  width: 420px;
  height: 420px;
  left: 20vw;
}
.section-elm-blur .circle-blur.circ-fixed {
  top: 40%;
}
@media (max-width: 570px) {
  .section-elm-blur .circle-blur {
    top: -6%;
    height: 120vh;
    width: 150%;
  }
}
.section-elm-blur article.article-big-blur {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120vh;
  position: relative;
}
.section-elm-blur article.article-big-blur .cap-title,
.section-elm-blur article.article-big-blur .cap-title strong {
  color: white;
}
.section-elm-blur article.article-big-blur h3.cap-title {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (max-width: 570px) {
  .section-elm-blur article.article-big-blur h3.cap-title {
    font-size: 2.2rem;
  }
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud {
  position: absolute;
  min-height: 176px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud h3,
.section-elm-blur article.article-big-blur .wrap-tags-cloud p {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud p {
  margin-top: 25px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud .wt-bg {
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0, 0.99);
  transform: translateY(-60%);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 52px;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:hover {
  z-index: 4;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:hover .wt-bg {
  transform: translateY(0);
  opacity: 1;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:hover p {
  opacity: 1;
  transition-delay: 0.1s;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(1) {
  top: 20vh;
  left: 27%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(2) {
  top: 15vh;
  right: 7%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(3) {
  top: 36vh;
  left: 0%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(4) {
  top: 34vh;
  left: 50%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(5) {
  top: 37vh;
  right: 5%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(6) {
  bottom: 18vh;
  left: 2%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(7) {
  bottom: 21vh;
  left: 36%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(8) {
  bottom: 9vh;
  right: 2%;
}
.section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(9) {
  bottom: 2vh;
  left: 30%;
}
@media (max-width: 1200px) {
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(5) {
    top: 43vh;
    right: 0vw;
  }
}
@media (max-width: 992px) {
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(5) {
    top: 9vh;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .section-elm-blur article.article-big-blur .wrap-tags-cloud {
    min-height: auto;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud .wt-bg {
    display: none;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud h3 {
    font-size: 1.5rem;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud p {
    display: none;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(1) {
    top: 0;
    left: 0;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(2) {
    top: 6vh;
    right: -7%;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(3) {
    top: 17vh;
    left: 2%;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(4) {
    top: 21vh;
    right: 2%;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(5) {
    bottom: 13vh;
    left: 30%;
    top: auto;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(6) {
    display: none;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(7) {
    bottom: 16vh;
    left: 6%;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(8) {
    bottom: -3vh;
    right: -10%;
  }
  .section-elm-blur article.article-big-blur .wrap-tags-cloud:nth-child(9) {
    bottom: 5vh;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .section-elm-blur article.article-big-blur {
    height: 70vh;
  }
}
.section-elm-blur article.article-talking .text-gig-talking {
  position: relative;
}
.section-elm-blur article.article-talking .text-gig-talking span.ico-aspas {
  display: inline-block;
}
.section-elm-blur article.article-talking .text-gig-talking span.ico-aspas-left {
  vertical-align: super;
}
.section-elm-blur article.article-talking .text-gig-talking span.ico-aspas-right {
  vertical-align: text-bottom;
}
.section-elm-blur article.article-talking .talking-images picture {
  overflow: hidden;
  height: 0;
  width: 47%;
  padding-top: 47%;
  aspect-ratio: 1/1;
  position: relative;
  transition: all 1s cubic-bezier(0.27, 0.16, 0, 1.01);
  z-index: 0;
}
.section-elm-blur article.article-talking .talking-images picture img {
  opacity: 0.8;
  transition: opacity 0.2s cubic-bezier(0.27, 0.16, 0, 1.01), filter 2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: sepia(80%);
}
.section-elm-blur article.article-talking .talking-images picture:hover {
  transform: scale(1.3);
  z-index: 1;
}
.section-elm-blur article.article-talking .talking-images picture:hover img {
  opacity: 1;
  filter: sepia(0%);
}
.section-elm-blur article.article-talking .talking-images-left picture:nth-child(1) {
  top: 20px;
  left: 50%;
}
.section-elm-blur article.article-talking .talking-images-left picture:nth-child(2) {
  top: -15px;
  left: 0px;
}
.section-elm-blur article.article-talking .talking-images-left picture:nth-child(3) {
  width: 67%;
  padding-top: 67%;
  top: -35px;
  left: 35%;
}
.section-elm-blur article.article-talking .talking-images-left picture:nth-child(4) {
  top: -12px;
  left: 60%;
}
.section-elm-blur article.article-talking .talking-images-right picture:nth-child(1) {
  top: 0px;
  left: 0%;
}
.section-elm-blur article.article-talking .talking-images-right picture:nth-child(2) {
  width: 30%;
  padding-top: 30%;
  top: 45px;
  left: 10%;
}
.section-elm-blur article.article-talking .talking-images-right picture:nth-child(3) {
  width: 50%;
  padding-top: 50%;
  top: -35px;
  left: 45%;
}
.section-elm-blur article.article-talking .talking-images-right picture:nth-child(4) {
  top: -12px;
  left: 6%;
}
.section-elm-blur article.article-list-neighborhoods * {
  color: #2A1B4B;
}
.section-elm-blur article.article-list-neighborhoods > div {
  margin-top: 80px;
}
.section-elm-blur article.article-list-neighborhoods > div:nth-child(1) {
  margin-top: 0;
}
.section-elm-blur article.article-list-neighborhoods > div:nth-child(even) .row {
  flex-direction: row-reverse !important;
}
.section-elm-blur article.article-list-neighborhoods > div:nth-child(even) .row .titleBig {
  text-align: end;
}
.section-elm-blur article.article-list-neighborhoods > div:nth-child(even) .row .swiper-pagination-static {
  text-align: right !important;
}
@media (max-width: 768px) {
  .section-elm-blur article.article-list-neighborhoods > div:nth-child(even) .row {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 768px) {
  .section-elm-blur article.article-list-neighborhoods > div .row {
    flex-direction: column-reverse;
  }
}
.section-elm-blur article.article-list-neighborhoods h4 {
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section-elm-blur article.article-list-neighborhoods .titleBig,
  .section-elm-blur article.article-list-neighborhoods .cap-title,
  .section-elm-blur article.article-list-neighborhoods .cap-text {
    text-align: center !important;
  }
}

.section-reserve {
  padding-top: 170px;
  width: 100vw;
}
.section-reserve .col-lg-5-custom {
  width: calc(40.66666667% - 3rem);
}
.section-reserve .position-sticky {
  top: 150px;
}
.section-reserve .box-agenda {
  flex: 0 0 auto;
  width: 100%;
  background-color: #897AB8;
  border-radius: 20px;
  padding: 40px;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
}
.section-reserve .box-agenda .box-aba-mobile {
  position: absolute;
  width: 30px;
  height: 80px;
  top: 0px;
  left: -30px;
  background-color: #897AB8;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.section-reserve .box-agenda .box-aba-mobile svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-reserve .box-agenda .box-aba-mobile svg path {
  fill: white;
}
.section-reserve .box-agenda .aba-reserve {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px 0;
  display: inline-block;
  font-size: 2rem;
  color: white;
}
.section-reserve .box-agenda .aba-reserve.active {
  border: 1px solid white;
  border-bottom: 1px solid #897AB8;
  margin-bottom: -1px;
}
.section-reserve .box-agenda article {
  display: none;
}
.section-reserve .box-agenda article.active {
  display: block;
}
.section-reserve .box-agenda .line-bottom {
  border-bottom: 1px solid white;
}
.section-reserve .box-agenda .txt-big,
.section-reserve .box-agenda .txt-small {
  color: white;
}
.section-reserve .box-agenda .txt-big {
  font-size: 2.5rem;
}
.section-reserve .box-agenda .txt-small {
  font-size: 1.2rem;
}
.section-reserve .box-agenda .txt-small-list {
  line-height: 2rem;
}
.section-reserve .box-agenda input,
.section-reserve .box-agenda select,
.section-reserve .box-agenda button {
  color: black;
}
@media (max-width: 1305px) {
  .section-reserve .box-agenda .aba-reserve {
    font-size: 1.6rem;
  }
}
.section-reserve .wrap-tags {
  gap: 20px;
  justify-content: flex-start;
}
.section-reserve .bl-tags {
  white-space: nowrap;
  height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #897AB8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-reserve .bl-tags p {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.section-reserve form label {
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.section-reserve form input,
.section-reserve form select {
  border-radius: 8px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  box-shadow: none;
  border: none;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.section-reserve form input:focus,
.section-reserve form select:focus {
  outline: none;
}
.section-reserve form .heightInput {
  height: 40px;
}
.section-reserve form .pend-input {
  position: relative;
}
.section-reserve form .pend-input input {
  padding-right: 40px;
}
.section-reserve form .pend-input .ico {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1420px) {
  .section-reserve .box-agenda .txt-big {
    font-size: 2.5rem;
  }
}
@media (max-width: 1420px) {
  .section-reserve .caption .cap-title-info {
    font-size: 1.8rem;
  }
  .section-reserve .caption .titleBig {
    font-size: 2.5rem;
  }
  .section-reserve .content-infos {
    width: 100%;
  }
  .section-reserve .wrap-tags {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .section-reserve .bl-tags {
    padding: 10px;
    height: auto;
  }
  .section-reserve .bl-tags p {
    font-size: 1.6rem !important;
  }
  .section-reserve .two-columns {
    -moz-columns: 1;
         columns: 1;
  }
  .section-reserve .button-acc {
    font-size: 1.6rem;
  }
  .section-reserve .box-agenda .txt-big {
    font-size: 2rem;
  }
}
@media (max-width: 1170px) {
  .section-reserve .box-agenda .txt-big {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .section-reserve .box-agenda {
    width: 90%;
    bottom: auto;
    top: 50%;
    right: -320px;
    transform: translate(0, -50%);
    max-width: 320px;
    position: fixed;
    z-index: 5;
    padding: 15px;
    border-top-left-radius: 0px;
    transition: all 1s ease;
  }
  .section-reserve .box-agenda .txt-big {
    font-size: 1.8rem;
  }
  .section-reserve .box-agenda .txt-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .section-reserve .box-agenda .act-bt p, .section-reserve .box-agenda .act-link p {
    font-size: 1.4rem;
  }
  .section-reserve .box-agenda .act-bt-reserve-big, .section-reserve .box-agenda .act-link-reserve-big {
    height: 40px;
  }
  .section-reserve .box-agenda .act-bt-reserve-big p, .section-reserve .box-agenda .act-link-reserve-big p {
    font-size: 1.8rem;
  }
  .section-reserve .box-agenda.active {
    right: 0;
  }
  .section-reserve .box-agenda.active .box-aba-mobile svg {
    transform: translate(-50%, -50%) scaleX(-1);
  }
}
@media (max-width: 768px) {
  .section-reserve .box-agenda .aba-reserve {
    font-size: 16px;
  }
}

.section-about .n-hist {
  gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-about .n-hist .wrap-p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.section-about .n-hist .wrap-p img {
  margin-bottom: 15px;
}
.section-about .n-hist .wrap-p p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
.section-about .n-hist .wrap-p p.p-title {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-about .n-hist .w-icon {
    width: 100%;
    aspect-ratio: 5/5;
  }
  .section-about .n-hist .w-icon p {
    font-size: 1rem;
  }
}
.section-about .d-solul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-about .d-solul p {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.section-about .d-solul p:last-child {
  font-size: 5rem;
}

.page-policy {
  padding-top: 120px;
  min-height: calc(100vh - 175px);
}
.page-policy .content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map*/