* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'AddingtonCF-DemiBoldItalic';
    src: url('../fonts/AddingtonCF-DemiBoldItalic.otf') format('opentype'),
        url('../fonts/AddingtonCF-DemiBoldItalic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Beliau-Regular';
    src: url('../fonts/Beliau.otf') format('opentype'),
        url('../fonts//Beliau.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brinnan-Light';
    src: url('../fonts/Brinnan\ Light.otf') format('opentype'),
        url('../fonts/Brinnan\ Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brinnan-Black';
    src: url('../fonts/Brinnan\ Black.otf') format('opentype'),
        url('../fonts/Brinnan\ Black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brinnan-Bold';
    src: url('../fonts/Brinnan\ Bold.otf') format('opentype'),
        url('../fonts/Brinnan\ Bold.otf') format('truetype');
    font-weight: bold;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brinnan-Regular';
    src: url('../fonts/Brinnan\ Regular.otf') format('opentype'),
        url('../fonts/Brinnan\ Regular.otf') format('truetype');
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Winkell-SuperWide';
    src: url('../fonts/Winkell-SuperWide.otf') format('opentype'),
        url('../fonts/Winkell-SuperWide.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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;
    max-width: 100vw;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: flex;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 2.25em;
    line-height: 1.25em;
    letter-spacing: -0.05em;
}


strong,
b {
    font-weight: 900;
    color: inherit;
}

em,
i {
    font-style: italic;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #98c593;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #e5e6e7;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}

.book-an-appointment-section {
    background-color: #be694b;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    padding: 3rem 1rem;
}

.book-an-appointment-section .contacts-info {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.book-an-appointment-section .section-title {
    color: #FFF;
    font-weight: 400;
    line-height: 130%;
    font-size: 24px;
    letter-spacing: 2.4px;
}

@media (max-width: 1441px) {
    .book-an-appointment-section .section-title {
        max-width: 40%;
    }
}

.book-an-appointment-section .contacts-info {
    gap: 2rem;
}

.book-an-appointment-section .contacts-info .specific-info {
    align-items: center;
    display: flex;
    gap: 0.9rem;
}

.book-an-appointment-section .contacts-info .specific-info a {
    color: #fff;
    font-family: 'Brinnan-Light';
    font-size: 14px;
}

.book-an-appointment-section .complementary-text {
    font-size: 12px;
    line-height: 1.6;
}

.location-and-property-info-section {
    display: flex;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    background-color: #263239;;
}

.location-and-property-info-section .logo-img {
    width: 8rem;
}

.location-and-property-info-section .title-and-description-container {
    max-width: 85%;
    text-align: center;
}

.location-and-property-info-section .title-and-description-container .section-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 4.8px;
    margin-bottom: 2rem;
}

.location-and-property-info-section .title-and-description-container .description {
    color: #FFF;
    font-family: 'Brinnan-Light';
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.6px;
}

.location-and-property-info-section .info-and-map-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.location-and-property-info-section .info-and-map-container .info-container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 4rem;
}

.location-and-property-info-section .info-and-map-container .info-container .property-info .property-title {
    color: #BE694B;
    letter-spacing: 1.2px;
    font-weight: 400;
    font-size: 24px;
    margin-left: 0;
}

.location-and-property-info-section .info-and-map-container .info-container .property-info .property-description { 
    color: #FFF;
    font-family: 'Brinnan-Light';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.6px;    
}

.location-and-property-info-section .info-and-map-container .map-view-container {
    position: relative;
}

.location-and-property-info-section .info-and-map-container .map-view-container .map-view {
    width: 50rem;
}

.location-and-property-info-section .info-and-map-container .map-view-container .js-map-view-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 500;
    cursor: pointer;
}

.location-and-property-info-section .info-and-map-container .map-view-container .js-close-button {
    display: none;
}

.location-and-property-info-section .info-and-map-container .map-view-container .hidden-map-view {
    width: 70vw
}

.location-and-property-info-section .info-and-map-container .map-view-container .screen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.location-and-property-info-section .info-and-map-container .map-view-container .map-view-modal-container {
    position: relative;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.location-and-property-info-section .info-and-map-container .map-view-container .map-view-modal-container .close-modal-button {
    z-index: 999999;
}

.section-nap-scroll {
    scroll-snap-align: start;
}

.main-content {
    height: 100vh;
    height: -webkit-fill-available;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
}

body {
    line-height: 1;
}

.line-header {
    margin-top: 12vh;
    margin: 0 0.2em;
    height: 1px;
    flex: 0.1em;
    color: #c8c3c8;
}

.texttoggle {
    font-family: 'Brinnan-Bold';
    display: flex;
    margin-top: 20vh;
    width: 100%;
    text-align: left;
    margin-left: -24%;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    padding: 1em;
}

h2 {
    font-family: 'Beliau-Regular';
    color: #263239;
}

h4 {
    font-family: 'Brinnan-Bold';
    color: #ffffff !important;
}

h5 {
    font-family: 'Brinnan-Bold';
    color: #ffffff !important;
}

h6 {
    font-family: 'Winkell-SuperWide';
}

.title-intro {
    position: relative;
    font-size: 45px;
    font-family: 'Beliau-Regular';
    letter-spacing: 0.01em;
    line-height: .9;
}

.text_sec1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 22%;
    position: relative;
    margin-left: 14%;
    line-height: 1;
}

.title {
    color: #0b1b30;
    width: 86%;
    text-align: left;
    margin-bottom: 6em;
    position: relative;
    border-top: 1px solid #0b1b30;
    padding-bottom: 4em;
    margin-bottom: 1em;
}

.tooltip {
    display: none;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 1em;
    color: #0b1b30;
    font-weight: lighter;
}

.toggle-button {
    height: 1em;
    /* left: 54vh; */
    position: absolute;
    right: 0;
    bottom: 1.85em;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 2em;
    padding: 0.5vh;
    line-height: 0;
    border-radius: 0.3em;
}

.toggle-button.closed::before {
    content: "+";
}

.toggle-button.opened::before {
    content: "\2013";
}


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;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #ffffff;
    height: 100%;
    /* min-width: 320px; */
}

/* Spinner */

@-moz-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

/* Loader */

@-moz-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-webkit-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-ms-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-moz-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-ms-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

body {
    text-decoration: none;
}

/* Type */

section {
    display: flex;
}


nav ul {
    list-style: none;
    padding: 0;
}

nav li {
    margin-bottom: 10px;
}

.content {
    flex-grow: 1;
    overflow: hidden;
}

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

body,
input,
textarea,
select {
    font-family: "Winkell-SuperWide";
    font-weight: 300;
    font-size: 18pt;
    line-height: 1.75em;
    color: #39454b;
    letter-spacing: 0.025em;
}

@media screen and (min-width: 7682px) {

    body,
    input,
    textarea,
    select {
        font-size: 90pt !important;
    }

}

@media screen and (max-width: 7681px) {

    body,
    input,
    textarea,
    select {
        font-size: 64pt !important;
    }

}

@media screen and (max-width: 5121px) {

    body,
    input,
    textarea,
    select {
        font-size: 36pt !important;
    }

}

@media screen and (max-width: 4440px) {

    body,
    input,
    textarea,
    select {
        font-size: 36pt !important;
    }

}

@media screen and (max-width: 3841px) {

    body,
    input,
    textarea,
    select {
        font-size: 34pt !important;
    }

}

@media screen and (max-width: 3201px) {

    body,
    input,
    textarea,
    select {
        font-size: 28pt !important;
    }

}

@media screen and (max-width: 2560px) {

    body,
    input,
    textarea,
    select {
        font-size: 24pt !important;
    }

}

@media screen and (max-width: 1920px) {

    body,
    input,
    textarea,
    select {
        font-size: 20pt !important;
    }

}

@media screen and (max-width: 1680px) {

    body,
    input,
    textarea,
    select {
        font-size: 14pt !important;
    }

}

@media screen and (max-width: 1280px) {

    body,
    input,
    textarea,
    select {
        font-size: 13pt !important;
    }

}

@media screen and (max-width: 1000px) {

    body,
    input,
    textarea,
    select {
        font-size: 13pt !important;
    }

}

@media screen and (max-width: 736px) {

    body,
    input,
    textarea,
    select {
        font-size: 12pt !important;
        line-height: 1.5em;
    }

}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: inherit;
    letter-spacing: -0.0325em;
}

h3 {
    font-family: 'Beliau-Regular';
    font-size: 1.8em;
    margin-bottom: 1rem;
}

.bottom-left {
    width: 18%;
    bottom: 5%;
    left: 11%;
    color: white;
    font-family: 'Brinnan-Light';
    font-weight: bold;
    position: absolute;
    padding: 0.2em;
    letter-spacing: 0.1em;
    text-align: left;
    margin-right: 3vw;
    line-height: normal;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
}

.about {
    font-size: 18px;
    font-family: Brinnan-Light;
    color: white;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.standard-title-pattern {
    font-size: 32px;
    font-weight: 400;  
}

.about p {
    width: 100%
}

/* Estilo para o texto */
.bottom-left p {
    margin: 0;
}

blockquote {
    border-left: solid 0.5em #e5e6e7;
    padding: 1em 0 1em 2em;
    font-style: italic;
}


.main.style2.left.dark.fullscreen .box p {
    text-align: left;
    width: 57%;
    color: #0b1b30;
}

.section-life-in-balance {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-life-in-balance .open-arms-section-title {
    padding: 2rem;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.main.style2.right.dark.fullscreen .box .open-arms-section-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    padding-bottom: 2rem;
}

.swiper-no-autoplay {
    overflow: hidden;
    position: relative;
}

.swiper-no-autoplay .swiper-slide {
    position: relative;
}

.swiper-no-autoplay .swiper-slide img {
    width: 100%;
}

.home-swiper-section {
    background-color: #E1CAB7;
}

.home-swiper-section .home-swiper {
    margin: 4rem;
}

.home-swiper-section .home-swiper .swiper-wrapper .swiper-slide .option {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 3rem;
    z-index: 1;
    background-color: #2A3136CC;
    width: fit-content;
    padding: 1rem;
}

.home-swiper-section .home-swiper .swiper-wrapper .swiper-slide .option .homes-image-option-description {
    font-family: 'Brinnan-Light';
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 12px;
}

.home-swiper-section .home-swiper .swiper-wrapper .swiper-slide .carousel3-image {
    position: relative;
}

.home-swiper-section .home-swiper .swiper-wrapper .swiper-slide .option .homes-image {
    width: 5rem;
}

.home-swiper-section .home-swiper .swiper-wrapper .swiper-slide .option .option-description {
    font-family: 'Brinnan-Light';
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    max-width: 15rem;
    color: #fff;
}

.box {

    color: white;
    padding: 2em;
}

.box> :last-child {
    margin-bottom: 0;
    text-align: center;
}

.box.style2 {
    width: 100%;
    max-width: 80rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}


/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: transparent;
    border: 1px #0b1b30 solid;
    color: #0b1b30;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: 'Brinnan-Light';
    white-space: nowrap;
}

input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down,
.button.down,
button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url("images/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;

}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored,
.button.down.anchored,
button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored,
.button.anchored,
button.anchored {
    position: absolute;
    left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
button:hover {
    background-color: #fff7f4ad;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
    background-color: #0b1b30c2;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2,
button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover,
button.style2:hover {
    background-color: rgba(229, 230, 231, 0.25);
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
.button.style2:active,
button.style2:active {
    background-color: rgba(229, 230, 231, 0.375);
}

input[type="button"].style2.down,
input[type="submit"].style2.down,
input[type="reset"].style2.down,
.button.style2.down,
button.style2.down {
    background-image: url("../../images/arrow-down.png");
}

/* Form */

form {
    margin: 0 0 2em 0;
}

form> :last-child {
    margin-bottom: 0;
}

form>.fields {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
}

form>.fields>.field {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
}

form>.fields>.field.half {
    width: calc(50% - 0.75em);
}

form>.fields>.field.third {
    width: calc(100%/3 - 0.5em);
}

form>.fields>.field.quarter {
    width: calc(25% - 0.375em);
}

/* @media screen and (max-width: 480px) {

	form>.fields {
		width: calc(100% + 2em);
		margin: -1em 0 2em -1em;
	}

	form>.fields>.field {
		padding: 1em 0 0 1em;
		width: calc(100% - 1em);
	}

	form>.fields>.field.half {
		width: calc(100% - 1em);
	}

	form>.fields>.field.third {
		width: calc(100% - 1em);
	}

	form>.fields>.field.quarter {
		width: calc(100% - 1em);
	}

} */

label {
    display: block;
    margin-bottom: 0!important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #39454b;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #e5e6e7;
    color: inherit;
    border-radius: 0.5em;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #9ac8e9;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    line-height: 1.35em;
}

textarea {
    min-height: 8em;
}

::-moz-focus-inner {
    border: 0;
}

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-moz-placeholder {
    opacity: 0.375;
}

::-moz-placeholder {
    opacity: 0.375;
}

:-ms-input-placeholder {
    opacity: 0.375;
}

.radio-check {
    border-bottom: 50%;
    background-color: transparent;
    border: 1px solid white;
    width: 20px;
    height: 20px;
}

input[type="radio"]:checked {
    background-color: #ffffff;
    /* Cor de fundo quando o checkbox está marcado */
}

/* Icon */

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon:before {
    line-height: inherit;
}

.icon>.label {
    display: none;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

/* Image */

.image {
    position: relative;
    display: inline-block;
}

.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
}

.image img {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

.map_image {
    width: 32vw;
    height: auto;
    position: relative;
    padding: 2px;
}

/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: solid 1px #e5e6e7;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {

    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li>* {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5rem;
    }

}

/* Icons */

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 0;
}

/* Sections/Article */

header {
    margin-bottom: 1em;
}

header p {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 0 0.5em 0;
}

.arrowdow {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    display: flex;
    width: 2%;
    background-size: contain;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    color: white;
    text-decoration: none;
    top: 95vh !important;
}

footer {
    margin-top: 2em;
}

/* Table */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
    background: rgba(229, 230, 231, 0.5);
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    text-align: left;
    font-weight: 900;
    padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
    background: #39454b;
    color: #ffffff;
}

table.default tfoot {
    background: #e5e6e7;
}

/* Poptrox */

.poptrox-popup {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    padding-bottom: 3em;
    box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em;
    width: 2em;
    height: 2em;
    display: block;
    font-size: 2em;
}

.poptrox-popup .loader:before {
    -moz-animation: spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-rotate 0.75s infinite linear !important;
    animation: spinner-rotate 0.75s infinite linear !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
}

.poptrox-popup .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    cursor: default;
    z-index: 1;
    font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.01);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
    content: '';
    position: absolute;
    width: 96px;
    height: 64px;
    background: url("images/poptrox-nav.svg");
    top: calc(50% - 1.5em);
    margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
    opacity: 1.0;
}

.poptrox-popup .nav-previous:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

.poptrox-popup .nav-next {
    right: 0;
}

.poptrox-popup .nav-next:before {
    right: 0;
}

.poptrox-popup .nav-previous {
    left: 0;
}

.poptrox-popup .nav-previous:before {
    left: 0;
}

.poptrox-popup .closer {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    z-index: 2;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #fff;
    background: url("images/poptrox-closer.svg") center center;
    color: #ffffff !important;
}

.poptrox-popup:hover .closer {
    opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1.0;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
    opacity: 1.0 !important;
}



/* Gallery */

.gallery {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45em;
    max-width: 100%;
    margin: 0 auto 2em auto;
}

.gallery article {
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 50%;
    position: relative;
    opacity: 1.0;
}

.gallery article .image {
    margin: 0;
    display: block;
}

.gallery article:nth-last-child(1n) {
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -moz-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -moz-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -moz-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -moz-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -moz-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -moz-transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -moz-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -moz-transition-delay: 0.95s;
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -moz-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -moz-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery article:nth-last-child(24n) {
    -moz-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery.inactive article {
    opacity: 0;
}

.gallery.inactive article.from-left {
    -moz-transform: translateX(-14em);
    -webkit-transform: translateX(-14em);
    -ms-transform: translateX(-14em);
    transform: translateX(-14em);
}

.gallery.inactive article.from-right {
    -moz-transform: translateX(14em);
    -webkit-transform: translateX(14em);
    -ms-transform: translateX(14em);
    transform: translateX(14em);
}

.gallery.inactive article.from-top {
    -moz-transform: translateY(-7em);
    -webkit-transform: translateY(-7em);
    -ms-transform: translateY(-7em);
    transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
    -moz-transform: translateY(7em);
    -webkit-transform: translateY(7em);
    -ms-transform: translateY(7em);
    transform: translateY(7em);
}

@media screen and (max-width: 480px) {

    .gallery {
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery article {
        width: 100%;
    }

}


/**
 * Header - Floating menu
 */

#header1 {
    position: absolute;
    border-bottom: solid white 1px;
    z-index: 10000;
    background-color: #8e4122d1;
    transition: background-color 0.5s ease;
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
    padding: 24px 80px;
    font-family: 'Beliau-Regular';
    column-gap: 32px;
}

.navbar > *,
#one > *,
#tree > *,
#neighbourhood > *,
#homes > *,
#interior > *,
.title-and-link-section > *,
#eight > *,
.book-an-appointment-section > *,
.location-and-property-info-section > *,
#team > *,
#nine > *,
#ten > *,
#footer > * {
    zoom: .9;
}

#header1 .logo-img {
    width: 140px;
}

#header1 .nav-item {
    color: white;
    font-size: 70%;
    letter-spacing: 2px;
    padding: 0px 16px;
    margin: 0;
}

#header1 .nav-item .nav-link {
    color: white;
    padding: 0px;
    font-size: 14px;
}

#header1 nav .nav-item:hover {
    text-decoration: underline;
}

#header1 .register-wrapper {
    justify-self: end;
}

#header1 .register-wrapper .logo {
    width: 64px;
}

#header1 .dropdown-toggle::after {
    display: none;
}

.text-sec3 {
    color: white;
    width: 750px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 70px;
}

.text-sec3 h3 {
    letter-spacing: .5px;
    text-align: center;
}

.text-sec3 p {
    width: 90%;
}

.quiet3 {
    margin-top: 20px;
    line-height: 100%;
    line-height: 1.4;
    text-align: center;
}

.homes-section .space-options {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
}

.homes-section .space-options .option {
    margin: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homes-section .space-options .option .homes-image-option-description {
    font-family: 'Brinnan-Light';
    font-size: 1rem;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    width: max-content;
    padding-top: 1rem;
    max-width: max-content;
}

.space-options-row-container {
    display: flex;
}

.homes-section .space-options .option .fitness-room-responsive {
    display: none;
}

.color-scheme-comparison {
    scroll-margin: 6.9rem;
    display: flex;
    flex-direction: column;
    background-color: #263239;
    padding: 3rem 3rem 0rem 3rem;
    align-items: center;
}

.color-scheme-comparison .color-scheme-comparison-container .color-scheme-comparison-title {
    color: #fff;
    font-family: 'Beliau-Regular';
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
}

.color-scheme-comparison .color-scheme-comparison-container .color-scheme-comparison-description {
    font-family: 'Brinnan-Light';
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 1rem;
}


.color-scheme-comparison .color-scheme-comparison-container .color-scheme-options {
    text-align: center;
    padding: 3rem;
    display: flex;
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
}

.color-scheme-comparison .color-scheme-comparison-container .color-scheme-options .option {
    background-color: #fff;
    font-family: 'Brinnan-Light';
    font-size: 14px;
    color: #be694b;
    font-weight: 700;
}

.color-scheme-comparison .color-scheme-comparison-container .color-scheme-options .option:hover {
    background-color: #fff7f4ad;
}

.color-scheme-comparison .image-comparison-container {
    width: fit-content;
}

.color-scheme-comparison .image-comparison-container img {
    width: 100%;
}

.color-scheme-comparison .bathroom-compare {
    display: none;
}

.color-scheme-comparison .image-comparison-container img.mobile {
    display: none;
}

.title-and-link-section {
    background-color: #E1CAB6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
}

.title-and-link-section .title-link-section {
    font-family: 'Beliau-Regular';
    font-size: 32px;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.title-and-link-section .description-link-section {
    font-family: 'Brinnan-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 1rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 1rem;
}

.call-to-action-button-link-section {
    background-color: #fff;
    padding: 1.5rem;
    font-family: 'Brinnan-Light';
    font-size: 14px;
    font-weight: bold;
    line-height: 1rem;
    letter-spacing: 0.04em;
    color: #BE694B;
    text-align: center;
}

.call-to-action-button-link-section:hover {
    background-color: #fff7f4ad;
    text-decoration: none;
    color: #be694b;
}

.title-and-link-section.download-section {
    scroll-margin: 6.9rem;
    background-color: #BE694B;
    
}

.title-and-link-section.download-section .title-link-section {
    color: #fff;
    padding-bottom: 1rem;
}

.our-team-section {
    scroll-margin: 6.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #263239;
    padding: 2rem 10rem;
    gap: 5rem;
}


.our-team-section .logo-and-our-team-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-team-section .logo-img {
    width: 10rem;
}

.our-team-section .our-team-section-title {
    color: #fff;
    font-family: 'Beliau-Regular';
    font-size: 32px;
    font-weight: 400;
    line-height: 5rem;
    letter-spacing: 0.1em;
    text-align: left;
    gap: 5rem;
}

.our-team-section .team {
    display: flex;
    gap: 4rem;
    align-items: center;
    max-width: 1100px;
}

.our-team-section .team .our-team-logo {
    max-width: 250px;
}

.our-team-section .team .team-description-container .team-title {
    font-family: 'Brinnan-Light';
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
}

.our-team-section .team .team-description-container .team-description {
    font-family: 'Brinnan-Light';
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
}

.book-an-appointment-section.dark-color-section {
    background-color: #0B1B30;
}

#section-spaces-options {
    position: relative;
    width: 100%;
    caret-color: transparent;
    box-sizing: border-box;
    aspect-ratio: 2 / 1;
}

.icon-center {
    height: auto;
    width: 18%;
    position: relative;
    margin-bottom: 40px;
}


#menu {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 80px 80px 80px 150px;
    color: white;
    box-sizing: border-box;
    font-family: 'Brinnan-Light';
    font-size: 1.5em !important;
    line-height: 1.5em !important;
}

#content4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 70vw;
    aspect-ratio: 1.56 / 1;
}

#content4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#menu a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 1rem;
    white-space: nowrap;
    cursor: pointer;
}

.location {
    margin-bottom: 1em;
    color: #263239;
    margin-left: 0;
    text-align: left;
    font-size: 2rem !important;
    font-family: 'Beliau-Regular';
    text-align: left !important;
    width: 195px;
    font-weight: 400;
}

#menu a:hover,
#menu a.active {
    font-family: 'Brinnan-bold';
    transition: 2ms;
}

#overlayImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

body {
    padding-top: 0em;
}

/* Main */

.main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 0;

}

.main>.content {
    width: 35%;
    max-width: calc(100% - 4em);
    margin: 0 auto;
}

.main>.content> :last-child {
    margin-bottom: 0;
}

.main.fullscreen {
    min-height: 100%;
    height: 100vh;
}

.main.style1 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: flex-start;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: flex-start;
    text-align: left;
    padding: 3em 3em 3em 5em;
}

.lifestyle {
    font-size: 24px;
    font-family: 'AddingtonCF-DemiBoldItalic';
    line-height: 1em;
    margin-left: 0vw;
    margin-top: 0vh;
    margin-bottom: 5px;
    color: #ffffff;
}

.parag1 {
    margin-bottom: 0vh;
    margin-top: 0vh;
    font-family: 'Brinnan-Light';
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    line-height: 1.2
}

.coming {
    font-size: 1.3em;
    font-family: 'Beliau-Regular';
    color: black;
}

.main.style1>.content {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1.0;
    margin: 0;
}

.main.style1.inactive>.content {
    opacity: 0;
}

.main.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;

}

.main.style2>.content {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 35%;
    margin: 0;
}

.main.style2.left {
    -moz-justify-content: -moz-flex-start;
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
}

.main.style2.right {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
}

.main.style2.inactive.left>.content {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main.style2.inactive.right>.content {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}


.split-section {
    display: flex;
    width: 100%;
}


.left-half {
	width: 45%;
	height: auto;
	background: url("../../images/hd/SCALI_ST1_02_Hero_Dusk_view_hd.webp") center/cover no-repeat;
	background-position: 85% 25%;
}

.le .parag2 {
    font-size: 0.86em;
    line-height: 1.1;
    text-align: justify;
}

.par-form {
	font-size: 0.86em;
}

.right-half {
	padding-left: 3em;
	padding-top: 2em;
	width: 57%;
	background-color: #be694b;
	font-family: 'Brinnan-Light';
	color: #ffffff;
	padding-right: 3em;
    font-size: 100%;
}

.right-half h4 {
    font-family: 'Brinnan-Bold';
    color: #ffffff !important;
    letter-spacing: -0.0325em;
    font-size: 18px;
}

.OK-Check {
    margin-left: 2%;
    width: 1.3em;
    height: 1.3em;
}

.close-btn-thanx {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 57px;
}

.popup {
    display: none;
    position: fixed;
    top: 72%;
    left: 68%;
    transform: translate(-50%, -50%);
    padding: 46px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    height: 25vh;
    width: 36vw;
}

.text-form {
    font-size: 1em;
    font-family: 'Brinnan-Light';
}

.text-input {
	border: none !important;
	border-bottom: 1px solid #ffffff !important;
	background-color: transparent !important;
	color: #ffffff !important;
	width: 100% !important;
	box-sizing: border-box !important;
	outline: none !important;
	border-radius: 0 !important;
	font-family: 'Brinnan-Light';
}

.text-input10 {
    background-color: #be694b;
    color: #ffffff;
}

.text-input:focus {
    border-bottom: 1px solid rgb(221, 221, 221) !important;
    /* Muda a cor da linha inferior ao focar na caixa de entrada */
}

.parag3 {
    font-size: 15px;
    line-height: 1;
    text-align: justify;
    margin-bottom: 40px;
}

.text10 {
    width: 50%;
    color: #0b1b30;
    font-family: 'Brinnan-Regular';
    font-size: 24px;
    line-height: normal;
    padding: 10px;
    position: relative;
    margin-right: 90px;
}


.blue-text {
    color: #0b1b30;
    font-family: 'Brinnan-light';
    width: 71%;
    font-size: 18px;
    font-weight: lighter;
    position: relative;
    padding-bottom: 80px;
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 80px;
    line-height: 30px;
}

.dev-button {
    background-color: #0b1b30 !important;
    color: #ffffff !important;
    font-size: 0.5em;
    font-family: 'Brinnan-Light';
    width: 100%;
    letter-spacing: 0.1em;
    margin-top: 24px;
}

.alin10 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 77%;
    align-content: center;
}

.tale11 {
    font-family: 'Brinnan-Light', sans-serif;
    font-size: 2em;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
    height: -webkit-fill-available;
    margin: 0;
    align-content: center;
    flex-wrap: nowrap;
    padding-bottom: 19%;
}

.div-flex {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.div-flex input[type="radio"],
.div-flex input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    height: 24px;
    width: 24px;
    position: relative;
    margin-right: 3px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #ffffff;
    /* Cor de fundo quando o checkbox está marcado */
}

.form-button {
    margin-top: 12px;
    background-color: #848c70 !important;
    color: #FFF !important;
    padding: 6px 33px !important;
    font-size: 0.75em !important;
    letter-spacing: 0.18em !important;
    border: none !important;
    width: 14em !important;
    height: 3em !important;
}

.form-button:hover {
    background-color: #797979 !important;
    color: #FFF !important;

}



.consentTerm {
    width: 100%;
    display: flex;
    line-height: normal;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.85em;
}




.Checkboxers {
    width: 100%;
    display: flex;
    padding: 1em;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}






.top-half {
    height: 40%;
    background-color: #0b1b30;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button {
    background-color: white;
    color: #be694b;
    padding: 4px 64px;
    border: 1px solid #ffffff;
    font-size: 18px;
    letter-spacing: 0.18em;
    font-weight: bold;
}


/* Estilo para a metade inferior (60%) */
.bottom-half {
    height: 60%;
    background-color: #e1cab7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-scale {
    top: 70%;
    width: 21vw;
    height: auto;
    left: 11%;
    position: absolute;
}

.title2 {
    margin-bottom: 9.4%;
    margin-left: 17%;
    font-size: 1.3em;
    color: #0b1b30;
    position: relative;
    padding: 5px;
    right: 41%;
}


.main.style3 {
    text-align: center;
    padding: 6em 0 6em 0;

}

.main.style3 .content>header {
    margin-bottom: 2em;
}

.main.style3.primary {
    background: #ffffff;
}

.main.style3.secondary {
    background: #f5f6f7;
}

.main.dark {
    color: #ffffff;
}

.main.dark a {
    color: inherit;
}

.main.dark .button.style2 {
    border-color: #ffffff;
}

.main.dark .button.style2:hover {
    background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
    background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
    background-image: url("../../images/arrow-down.png");
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    display: flex;
    width: 2%;
    background-size: contain;
    height: auto;

    text-align: center;
    padding: 10px;
    color: white;
    text-decoration: none;
}

body.is-touch .main {
    background-attachment: scroll !important;
}

.left-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4em;
    margin-top: 5%;
}

.line {
    background-color: #be694b;
    height: 1px;
    border: #be694b;
    margin: 4px 0px;
    width: 100%;
}

.left-side-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.left-side-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 90%;
    padding: 1em;
}

.title3 {
    font-weight: lighter;
    letter-spacing: 0.14em;
    color: #be694b;
    width: 86%;
    text-align: left;
    margin-bottom: 0.5em;
    position: relative;
    font-size: 1.25em;
}


.right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4em;
    margin-top: 5%;
}

.amenities {
    color: #0b1b30;
    display: flex;
    flex-wrap: nowrap;
    width: 17vw;
    height: auto;
    max-width: 30vw;
    flex-direction: column;
    position: relative;
    align-items: start;
    text-align: left;
    margin-left: 40px;
}

.scale-sec6 {
    transform: scale(0.7);
    display: none;
}

.button7 {
    display: flex;
    position: relative;
    background-color: transparent;
    border: 1px #ffffff solid;
    color: #ffffff;
    text-align: center;
    padding-top: 1em;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 1em;
}


.carrosel {
    display: flex;
    width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    font-size: 2rem;
}

/* Define uma altura fixa para o carrossel */

/* Ajusta as imagens para terem dimensões fixas */
.carousel-inner,
.carousel-item {
    height: 100%
}

.carousel-inner img {
    object-fit: cover;
    object-position: center center;
    height: 100%
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0;
    height: auto;
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: transparent;
    font-size: 1.4em;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* Carrossel */


#myCarousel {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tree_frames {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 0vh;
    margin-left: 13vw;

}





.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Estilos para o texto e o botão */
.text {
    font-family: 'Beliau-Regular';
    font-size: 1.4em;
    font-style: normal;
    padding: 1em;
    color: #263239;

}



.button2 {
    background-color: #be694b;
    color: #FFF;
    padding: 6px 33px;
    font-size: 0.75em;
    letter-spacing: 0.18em;
    border: none;
    width: 14em;
}

.text-boton {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 2vh;
    margin-left: 13vw;
    align-items: baseline;
    /* align-content: space-around; */
}





.text3 {
    font-size: 0.76em;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Brinnan-Light';
    font-weight: 200;
    padding: 1em;
    margin-right: 8em;
}

.footer .side-l {

    text-decoration: none;
}

.side-l {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 0.8em;
    /* padding-left: 0%; */
    justify-content: space-around;
    margin-right: 28px;
    flex-wrap: nowrap;

}

.side-l a {
    color: black;
    text-decoration: none;

}

.side-center {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 72px;
}

.side-center .lst {
    font-size: 160%;
    padding-left: 0.2em;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: normal;
    text-align: justify;
    white-space: nowrap;
    line-height: 1;
}

.bl-dow {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.menu-footer {
    line-height: 3em;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    /* margin-top: 4%; */
    font-family: 'Winkell-SuperWide';
    font-size: 1.1em;
}

.logo2down {
    width: 400px;
    height: auto;
    position: relative;
    padding: 1px;
}

.adress {
    font-size: 150%;
    font-family: 'Brinnan-Light';
    color: #ffffff;
    text-align: right;
}


.logo-fifth {
    height: auto;
    position: relative;
    width: 100%;
    max-width: 120px;
}

.side-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    height: auto;
    flex-wrap: nowrap;
}

#privacy-modal {
    display: none;
    position: fixed;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6%;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    max-width: 80%;
    font-family: 'Brinnan-Light';
    color: #0b1b30;
    width: 72%;
    height: 45vh;
}

#privacy-modal2 {
    display: none;
    position: fixed;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5%;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    max-width: 80%;
    font-family: 'Brinnan-Light';
    color: #0b1b30;
    width: 72%;
    height: 64vh;
}

.popup {
    display: none;
    position: fixed;
    top: 72%;
    left: 68%;
    transform: translate(-50%, -50%);
    padding: 47px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}


.close-btn-thanx {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.6em;
}

#close-modal {
    cursor: pointer;
    float: right;
    font-size: 2em;
}

#privacy-content {
    margin-top: 20px;
}

.privacy {
    font-size: 70%;
    font-family: Brinnan-Light;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    margin: 0;
}

.privacy a {
    margin-left: 10px;
}

.BALANCE {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-family: 'Winkell-SuperWide';
    line-height: 1;
}


.left-section11 {
    flex: 50%;
    background: url("../../images/henriquedriessen_a_man_in_a_bed_with_his_child_smiling_in_the.png") center/cover no-repeat;

}

.right-section11 {
    flex: 50%;
    background-color: #cbb3a6;
    border: solid 24px white;
    display: inline-flex;
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

    .right-section11 p {
        font-size: 14px;
        max-width: 475px;
        line-height: 1.6;
        color: #0b1b30;
        font-family: 'Brinnan-Light';
    }

    .right-section11 p b {
        font-family: 'Brinnan-Bold';
    }

@media screen and (max-width: 1920px) {

    .main.style2 .content {
        width: 40%;
    }

}

@media screen and (max-width: 1280px) {

    .main.style2 .content {
        width: 50%;
    }

}

@media screen and (max-width: 1000px) {

    .main.style2 .content {
        width: 60%;
    }

}



@media screen and (max-width: 480px) {

    .main>.content {
        max-width: calc(100% - 1.5em);
    }

}

/* Footer */

#footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0;
    line-height: 1em;
    padding: 40px 40px 30px;
    background: #0b1b30;
    color: rgba(185, 186, 187, 0.5);
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    caret-color: transparent;
}

#footer a {
    color: white;
}

#footer a:hover {
    color: #b9babb;
}

#footer ul.menu {
    margin: 0;
}

#footer ul.menu li {
    border-left-color: rgba(185, 186, 187, 0.2);
    font-size: 0.9em;
}

#footer .footer-row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

/* Intro */

#intro {
	background: url("../../images/hd/SCALI_03_Facade_High_EDIT_CROP.webp");
	background-size: cover;
	background-attachment: fixed, fixed;
	background-position: left, bottom center;
	background-repeat: repeat, no-repeat;
	caret-color: transparent;
    position: relative;
    padding: 3em;
}

#intro .main-section-video-player {
    position: absolute;
    bottom: 3em;
    left: 3em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#intro .main-section-video-player p {
    font-size: 12px;
    font-family: 'Brinnan-Black';
    margin: 0;
    letter-spacing: 1px;
}

.video-player-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

.video-player-modal-wrapper {
    display: inline-flex;
    row-gap: 12px;
    flex-direction: column;
    align-items: end;
    width: 80%;
}

.video-player-modal .close-modal-button {
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
    margin-top: -12px;
}

.video-player-modal .video-player {
    aspect-ratio: 16/9;
    width: 100%;
}

/* One */

#one {
    background-color: #be694b;
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: left, center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    caret-color: transparent;
}

/* Two */

#two {
    position: relative;
    width: 100%;
    caret-color: transparent;
    box-sizing: border-box;
    aspect-ratio: 2 / 1;
}

    .swiper .swiper-slide {
        position: relative;
    }

        .swiper .swiper-slide img {
            width: 100%;
        }

        .navigation {
            position: absolute;
            right: 60px;
            bottom: 48px;
            display: flex;
            align-items: center;
            z-index: 10;
            width: 350px;
        }

            .navigation .navigation-button {
                display: inline-flex;
                color: #ffffff;
                width: 50%;
            }

            .navigation .navigation-button-prev {
                flex-direction: row-reverse;
            }

            .navigation .navigation-button-prev::after {
                transform: translateX(18px);
            }

            .navigation .navigation-button-next::after {
                transform: translateX(-18px);
            }
            
            .navigation .navigation-button span {
                display: inline-block;
                width: 100%;
                height: 3px;
                background-color: #ffffff;
            }

#tree {
    scroll-margin: 108px;
    background-color: #263239;
    height: auto;
    background-size: cover;
    background-position: left, bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    caret-color: transparent;
}

#neighbourhood {
    overflow: hidden;
    width: 100%;
    display: flex;
    caret-color: transparent;
    background-color: #a7a68f;
    justify-content: space-between;
}

#homes {
    scroll-margin: 108px;
    background-color: #be694b;
    height: auto;
    background-size: cover;
    background-position: left, bottom center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    caret-color: transparent;
}

#six {
    position: relative;
    background-color: #e1cab8;
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    caret-color: transparent;
}

#seven {
    background-color: #e1cab7;
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    display: flex;
    height: 95vh;
    background-color: #be694b;
    caret-color: transparent;
}

#eight {
    scroll-margin: 5.9vw;
    min-height: 34vh !important;
    width: 100%;
    background-color: #e1cab7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    height: -webkit-fill-available;
    caret-color: transparent;
    padding: 2vw;
}

#eight .swiper {
    aspect-ratio: 1.8 / 1;
    max-height: 80vh;
    overflow: hidden;
}

#eight .swiper img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

#ten {
    height: auto;
    background-color: #96a3b7;
    background-size: cover;
    background-position: left, bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    caret-color: transparent;
    width: 100vw;
}

#eleven {
    caret-color: transparent;
    height: 100vh;
    height: -webkit-fill-available;
}

#contact {
    padding-bottom: 0;
}

#contact .box {
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

#contact.inactive .box {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}



@media screen and (max-width: 480px) {

    #contact .box {
        padding: 1em 1em 2em 1em;
    }

}

.disclaimer {
    margin-top: 32px;
	line-height: 1.2;
	font-size: 12px;
	font-family: sans-serif;
	color: #7f7f7f;
	width: 100%!important;
	text-align: justify;
}

.mobile-only {
    display: none;
}

.side-r {
    margin-right: 0 !important;
    width: auto !important;
}

.div-flex label:first-child {
    white-space: nowrap;
}

#form-contato-submit {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

#form-contato-submit p {
    width: 100%;
    max-width: 400px;
    font-size: 12px;
    margin-bottom: -10px;
    visibility: hidden;
    line-height: 1;
}

.available-floorplans-section {
    scroll-margin: 6.8rem;
    background-color: #263239;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 5rem;
}

.available-floorplans-section .available-floorplans-title {
    font-family: 'Beliau-Regular';
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.available-floorplans-section .floorplans-download-options .floorplans-buttons {
    display: flex;
    justify-content: center;
    padding: 3rem;
    gap: 2.5rem;
}

.available-floorplans-section .floorplans-download-options .floorplans-buttons .floorplan-option {
    font-family: 'Brinnan-Light';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    color: #fff;
    cursor: pointer;
}

.available-floorplans-section .floorplans-download-options .floorplans-buttons .floorplan-option:hover {
    color: #E1724B;
    text-decoration: underline;
}

.floorplans-options-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-studio-plans .download-button-container {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
    background-color: #BE694B;
    padding: 0.1rem 0.8rem;
    font-family: 'Brinnan-Light';
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
    cursor: pointer;
    width: min-content;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

#section-studio-plans .download-button-container:hover {
    background-color: #c57558;
}

#section-studio-plans .download-button-container img {
    width: min-content;
}

#section-studio-plans .studio-swiper {
    margin: 0 550px;
}

@media (max-width: 1441px) {
    #section-studio-plans .studio-swiper {
        margin: 0 0px;
        max-width: 350px;
    }
}

#section-studio-plans .studio-swiper {
    margin: 0 0px;
    max-width: 550px;
    width: -webkit-fill-available;
}

#section-studio-plans .studio-swiper.js-studio-swiper {
    margin: 0 0px;
    max-width: 550px;
    width: -webkit-fill-available;
}

@media (max-width: 1441px) {
    #section-studio-plans .studio-swiper.js-studio-swiper {
        margin: 0 0px;
        max-width: 550px;
        width: -webkit-fill-available;
    }
}

.floorplans-swiper-sections {
    position: relative;
    width: 100%;
    caret-color: transparent;
    box-sizing: border-box;
    gap: 2rem;
    display: flex;
    background-color: unset;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiper-no-autoplay-plans-section {
    overflow: hidden;
    position: relative;
}

.swiper-no-autoplay-plans-section .swiper-slide-studio {
    position: relative;
}

.swiper-no-autoplay-plans-section .swiper-slide-studio img {
    width: 100%;
}

.swiper-no-autoplay-plans-section .swiper-slide {
    position: relative;
}

.swiper-no-autoplay-plans-section .swiper-slide img {
    width: 100%;
}

.swiper-no-autoplay-plans-section .plans-section-arrows {
    color: #000;
}

.floorplans-swiper-sections .plans-options {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 30%;
    align-content: center;
}

.floorplans-swiper-sections .plans-options .plan-option {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 1rem;
    align-items: center;
}

.floorplans-swiper-sections .plans-options .plan-option:hover {
    border: 1px solid white;
}

.floorplans-swiper-sections .plan-tiny-image {
    width: 5rem;
    margin-bottom: 1rem;
}

.floorplans-swiper-sections .plan-tiny-image-title {
    font-family: 'Brinnan-Light';
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
}

.current-slide-plans {
    border: 1px solid white;
}

.current-slide-plans-fixed {
    border: 1px solid white;
}

.bedroom-1-section {
    display: none; 
}

.current-floorplan-option {
    color: #E1724B !important;
    text-decoration: underline !important;
}

#nine {
    height: unset;
}

.register-wrapper a button.button {
    font-size: 16px;
}