/*
Theme Name:  Bio Recreio Residences LP.
Description: Tema personalizado desenvolvido para e empresa Aros Inc. Julho/25
Author:      Fernando Grossman
Author URI:  https://www.fernandogrossman.com.br
Version:     1.2.2
*/


/* RESETS */

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

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Fonts */

@font-face {
    font-family: 'Nexa';
    src: url('assets/fonts/nexa-book-webfont.woff2') format('woff2'),
         url('assets/fonts/nexa-book-webfont.woff') format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('assets/fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/nexa_bold-webfont.woff') format('woff');
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family: 'Retro Signature';
    src: url('assets/fonts/retrosignature-webfont.woff2') format('woff2'),
         url('assets/fonts/retrosignature-webfont.woff') format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap;
}



/* GLOBAIS */

:root {
    --global--font-primary: 'Nexa', Arial, "Segoe UI", Verdana, Tahoma, Trebuchet MS, Ubuntu, Cantarell, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    --global--font-secondary: var(--global--font-primary);
    /* --global--font-secondary: 'Merriweather', Georgia, 'Times New Roman', Times, 'Palatino Linotype', 'Book Antiqua', Garamond, serif; */

    /* TEMPLATE Colors */
    --global--color-black: #000000;
    --global--color-white: #FFFFFF;

    --global--color-dark-gray: #131313;
    --global--color-gray: #5C5C5C;
    --global--color-light-gray: #B3B3B3;

	--global--color-primary: #6e5c4f; 
	--global--color-secondary: #948f7d; 
    --global--color-hover: #DAAE71;
	--global--color-background: var(--global--color-secondary);

    --responsive--intmargin-width: calc(1200px + 90px + 90px);
    --responsive--outmargin-width: clamp(1px, calc((100vw - var(--responsive--intmargin-width))/2), 50vw);

    --global--modulo: 30px;
    /* --global--section-margin: 30px 0;
    --global--section-padding: 30px 0; */
    --global--section-margin: 45px 0;
    --global--section-padding: 45px 0;
    --global--container-padding: 0 15px;

    --global--responsive-font-size-140-80: 80px;
    --global--responsive-font-size-60-40: 40px;
    --global--responsive-font-size-56-34: 34px;
    --global--responsive-font-size-42-24: 24px;
    --global--responsive-font-size-32-26: 26px;
    --global--responsive-font-size-26-18: 18px;
    --global--responsive-font-size-22-20: 20px;
    --global--responsive-font-size-20-18: 18px;
    --global--responsive-font-size-18-16: 16px;
    --global--responsive-font-size-16-13: 13px;

} 


    @media (min-width: 480px) {
        :root {
            --global--responsive-font-size-140-80: 90px;
            --global--responsive-font-size-60-40: 42px;
            --global--responsive-font-size-56-34: 36px;
        }
    }
    @media (min-width: 768px) {
        :root {
            --global--modulo: 60px;
            --global--section-margin: 60px 0;
            --global--section-padding: 60px 0;
            --global--container-padding: 0 30px;

            --global--responsive-font-size-140-80: 110px;
            --global--responsive-font-size-60-40: 46px;
            --global--responsive-font-size-56-34: 40px;
            --global--responsive-font-size-42-24: 32px;
            --global--responsive-font-size-32-26: 28px;
            --global--responsive-font-size-26-18: 19px;
            --global--responsive-font-size-22-20: 21px;
            --global--responsive-font-size-18-16: 17px;
            --global--responsive-font-size-16-13: 14px;
        }
    } 
    @media (min-width: 1025px) {
        :root {
            --global--modulo: 90px;
            --global--section-margin: 90px 0;
            --global--section-padding: 90px 0;
            --global--container-padding: 0 60px;

            --global--responsive-font-size-140-80: 120px;
            --global--responsive-font-size-60-40: 50px;
            --global--responsive-font-size-56-34: 44px;
            --global--responsive-font-size-42-24: 34px;
            --global--responsive-font-size-32-26: 30px;
            --global--responsive-font-size-26-18: 20px;
            --global--responsive-font-size-18-16: 18px;
            --global--responsive-font-size-20-18: 19px;
            --global--responsive-font-size-16-13: 15px;
        }
    } 
    @media (min-width: 1240px) {
        :root {
            --global--modulo: 120px;
            /* --global--section-margin: 120px 0;
            --global--section-padding: 120px 0; */
            --global--container-padding: 0 90px;

            --global--responsive-font-size-140-80: 130px;
            --global--responsive-font-size-60-40: 56px;
            --global--responsive-font-size-56-34: 50px;
            --global--responsive-font-size-42-24: 38px;
            --global--responsive-font-size-32-26: 32px;
            --global--responsive-font-size-26-18: 24px;
            --global--responsive-font-size-20-18: 20px;
            --global--responsive-font-size-22-20: 22px;
            --global--responsive-font-size-16-13: 16px;
        }
    } 
    @media (min-width: 1420px) {
        :root {
            --global--modulo: 150px;
            /*--global--section-margin: 150px 0;
            --global--section-padding: 150px 0; */
            /* --global--container-padding: 0 120px; */

            --global--responsive-font-size-140-80: 140px;
            --global--responsive-font-size-60-40: 60px;
            --global--responsive-font-size-56-34: 56px;
            --global--responsive-font-size-42-24: 42px;
            --global--responsive-font-size-26-18: 26px;


        }
    } 
 
    
/* html {
    scroll-behavior: smooth;
} */    

/*recaptcha*/
body:not(.contato):not(.novos-negocios) .grecaptcha-badge { 
    visibility: hidden;
    opacity: 0;
}
body:not(.contact) div.if-js-enabled, body:not(.contact) a[href*="recaptcha"] { 
    display: none;
}

.grecaptcha-badge {
    transition: right 0.3s ease 0s, opacity 0.3s ease !important;
    z-index: 2;
}



/* GLOBAIS DO TEMA */

body {
    background-color: var(--global--color-background);
}

body, a, button, input, textarea, select {
    font-family: var(--global--font-secondary);
    text-decoration: none;
}

h1 {
    font-family: var(--global--font-primary);
    font-size: var(--global--responsive-font-size-42-24);
    font-weight: 700;
    line-height: 1.2em;
    color: var(--global--color-white);
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0.5px;
}

h2 {
    font-family: var(--global--font-primary);
    font-size: var(--global--responsive-font-size-20-18);
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 1px;
    color: var(--global--color-white);
    margin: 0 0 22px;
    padding: 0;
}

h3 {
    font-family: 'Retro Signature';
    font-size: var(--global--responsive-font-size-140-80);
    font-weight: 400;
    line-height: 1.4em;
    color: var(--global--color-white);
    margin: 0;
    text-align: center;
}

h4 {
    font-family: var(--global--font-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--global--color-primary);
    margin: 0 0 20px;
    padding: 0;
}

h5 {
    font-family: var(--global--font-primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--global--color-primary);
    margin: 0;
    padding: 0;
    letter-spacing: normal;
} 

h6 {
    font-family: var(--global--font-secondary);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4em;
    color: var(--global--color-super-light-green);
    margin: 0 0 15px;
    padding: 0;
} 

p {
    font-family: var(--global--font-secondary);
    font-size: var(--global--responsive-font-size-18-16);
    font-weight: 400;
    color: var(--global--color-white);
    line-height: 1.4em;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 0;
}

section ul:not([class*="splide"]):not([class*="slick-dots"]), section ol:not([class*="splide"]):not([class*="slick-dots"]) {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

section ul:not([class*="splide"]):not([class*="slick-dots"]) li, section ol:not([class*="splide"]):not([class*="slick-dots"]) li {
    font-family: var(--global--font-secondary);
    font-size: var(--global--responsive-font-size-26-18);
    font-weight: 400;
    color: var(--global--color-dark-gray);
    line-height: 1.2em;
    margin: 0 0 10px;
    padding: 0;
}

section ul:not([class*="splide"]):not([class*="slick-dots"]) li::before, section ol:not([class*="splide"]):not([class*="slick-dots"]) li::before {
    content: '•';
    font-size: 0.9em;
    margin: 0 3px 0 0;
    top: -1px;
    position: relative;
}

small {
    font-size: 13px;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    color: var(--global--color-light-gray);
}

a:hover {
    color: var(--global--color-hover);
}

a:focus {
    background-color: transparent !important;
}

.site-main section {
    margin: var(--global--section-margin);
    padding: 0;
}

.container {
    max-width: var(--responsive--intmargin-width);
    padding: var(--global--container-padding);
    margin: 0 auto;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-item-1 {
	flex: 1;
}

.justify {
    justify-content: space-between;
}

.distribute {
    justify-content: space-around;
}

.column {
    flex-direction: column;
}

.h-center {
    justify-content: center;
}

.v-center {
    align-items: center;
}

.stretch {
    align-self: stretch;
}

.grid {
    display: -ms-grid;
    display: grid;
}

.hide {
    display: none;
}


[data-aos="desvend_E-D"] {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
}
[data-aos="desvend_E-D"].aos-animate {
	opacity: 1;
	clip-path: inset(0);
        -webkit-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -moz-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -ms-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -o-transition: clip-path 1s ease-out, opacity 1s ease-out;
	transition: clip-path 1s ease-out, opacity 1s ease-out;
}

[data-aos="desvend_D-E"] {
	opacity: 0;
	clip-path: inset(0 0 0 100%);
}
[data-aos="desvend_D-E"].aos-animate {
	opacity: 1;
	clip-path: inset(0);
        -webkit-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -moz-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -ms-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -o-transition: clip-path 1s ease-out, opacity 1s ease-out;
	transition: clip-path 1s ease-out, opacity 1s ease-out;
}

[data-aos="desvend_B-T"] {
	opacity: 0;
	clip-path: inset(100% 0 0 0);
}
[data-aos="desvend_B-T"].aos-animate {
	opacity: 1;
	clip-path: inset(0);
        -webkit-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -moz-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -ms-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -o-transition: clip-path 1s ease-out, opacity 1s ease-out;
	transition: clip-path 1s ease-out, opacity 1s ease-out;
}

[data-aos="desvend_T-B"] {
	opacity: 0;
	clip-path: inset(0 0 100% 0);
}
[data-aos="desvend_T-B"].aos-animate {
	opacity: 1;
	clip-path: inset(0);
        -webkit-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -moz-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -ms-transition: clip-path 1s ease-out, opacity 1s ease-out;
        -o-transition: clip-path 1s ease-out, opacity 1s ease-out;
	transition: clip-path 1s ease-out, opacity 1s ease-out;
}

[data-aos="fade-out"] {
    opacity: 1 !important;
    transition-property: opacity;
    &.aos-animate {
      opacity: 0 !important;
    }
}

.col-25 {
    width: 25%;
}

.col-50 {
    width: 50%;
}

.col-75 {
    width: 75%;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-size: 0;
}


/*wp_get_attachment_image() height fix*/
/* img[class*="attachment"] {
    max-width: 100%;
    height: auto;
} */






/* 
 * HEADER
 * ------------------- * 
*/

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 10;
    background-color: var(--global--color-primary);
        -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
        -ms-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
        -o-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
}
  
.custom-site-logo {
    margin: 15px 0;
    transition: margin 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.custom-site-logo:hover {
    opacity: 0.7;
}

.custom-site-logo img {
    display: block;
    height: 45px;
    width: auto;
    transition: height 0.6s ease;
}

.site-main {
    padding-top: calc(45px + 15px + 15px); /*logo + mtop + mbot*/
}

.site-main > *:first-child {
    margin-top: 0;
}

body:not(.home).page .site-main > *:first-child {
    margin-top: clamp(45px, var(--global--modulo), 90px);
}


    @media (min-width: 768px) {
        .custom-site-logo {
            margin: 17px 0 18px;
        }
        .custom-site-logo img {
            height: 55px;
        }
        .site-main {
            padding-top: calc(55px + 17px + 18px); /*logo + mtop + mbot*/
        }
    } 
    /* @media (min-width: 1025px) {
        .custom-site-logo {
            margin: 20px 0 15px;
        }
        .site-main {
            padding-top: calc(20px + 20px + 15px); 
        }
    } 
    @media (min-width: 1240px) {
        .custom-site-logo img {
            height: 20px;
        }
        .site-main {
            padding-top: calc(20px + 20px + 20px);
        }
    }  */




/* #masthead.scrolled {
    background-color: rgba(var(--global--color-red-rgb), 0.85);
}

#masthead.scrolled .custom-site-logo {
    margin: 16px 0 14px;
}

#masthead.scrolled .custom-site-logo img {
    height: 50px;
}

    @media (min-width: 1025px) {
        #masthead.scrolled .custom-site-logo img {
            height: 55px;
        }
    }  */


.site-header > .container {
    position: relative;
}

.menu-toggle {
    display: none;
}

.menu-button {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
    width: 28px;
    height: 20px;
    z-index: 100;
}
@media (min-width: 768px) {
    .menu-button {
        top: 18px;
    }
} 

.menu-icon {
    display: block;
    position: relative;
    top: calc(50% - 1px);
    width: 28px;
    height: 2px;
    background: var(--global--color-white);
    transition: background 0.3s ease;
}

.menu-icon:before,
.menu-icon:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    background: var(--global--color-white);
    transition: transform 0.3s ease;
}

.menu-icon:before {
    top: -8px;
}

.menu-icon:after {
    top: 8px;
}

.menu-toggle:checked + .menu-button .menu-icon {
    background: transparent;
}

.menu-toggle:checked + .menu-button .menu-icon:before {
    transform: rotate(45deg);
    top: 0;
}

.menu-toggle:checked + .menu-button .menu-icon:after {
    transform: rotate(-45deg);
    top: 0;
}

#site-navigation {
    margin: 0 -15px;
    transition: margin 1s ease;
}

.menu-toggle:checked ~ #site-navigation {
    margin: 10px -15px 20px;
    transition: margin 1s ease;
}

.menu-principal {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    transition: max-height 0.6s ease;
    font-size: 0; /*hack prar retirar espaços entre os <li>*/
    text-align: center;
}

.menu-toggle:checked ~ #site-navigation .menu-principal {
    max-height: 100vh;
    transition: max-height 3s ease;
}

.menu-principal > li {
    display: block;
    margin-bottom: 10px;
    padding: 5px 15px 2px;
    position: relative;
}

.menu-principal li > a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--global--color-white);
    text-transform: uppercase;
    transition: opacity 0.3s ease-in-out;
} 

.menu-principal li > a:hover {
    opacity: 0.6;
} 

.menu-principal li.destaque, .site-header a.destaque, a.cta {
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-white);
    background-color: var(--global--color-secondary);
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 15px;
    line-height: 13px;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    display: inline-block;
}

.menu-principal li.destaque > a, a.cta {
    color: var(--global--color-white);
}

.menu-principal li.destaque:hover, .menu-principal li.destaque:focus, .site-header a.destaque:hover, .site-header a.destaque:focus, a.cta:hover, a.cta:focus {
    background-color: var(--global--color-hover) !important;
    /* color: var(--global--color-primary); */
    /* font-weight: 600; */
}

a.cta.invert {
    color: var(--global--color-primary);
    background-color: var(--global--color-secondary);
}

a.cta.pq {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
}

.menu-principal > li.current-menu-item > a {
    color: var(--global--color-hover);
}

.menu-principal li.current-menu-item ul.sub-menu li > a {
    color: var(--global--color-hover);
}

.menu-principal li > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: var(--global--color-white);
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.menu-principal li.active > a:after {
    width: 70%;
}


.menu-principal ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin 0.3s ease;
}

.menu-principal ul.sub-menu.opened {
    margin: 5px 0;
    max-height: 500px;
    transition: max-height 1s ease, margin 0.3s ease;
}

.menu-principal ul.sub-menu > li {
    display: block;
    padding: 5px 15px 0px;
}



    @media (max-width: 1024px) {
        .menu-principal {
            overflow: hidden;
        }
        .menu-principal ul.sub-menu:not(.opened) > li a {
            pointer-events: none;
        }
        #site-navigation > ul > li {
            text-align: center;
        }
        .site-header a.destaque {
            display: none;
        }
    }


    @media (min-width: 1025px) {
        .menu-button, .menu-principal li.destaque {
            display: none !important; 
        }

        .menu-principal {
            max-height: 300px;
        }

        .site-header > .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #site-navigation {
            margin: 0;
        }

        #site-navigation > ul > li {
            display: inline-block;
            margin: 2px 0 0;
            padding: 8px;
        }

        .menu-principal > li:not(:last-child):not(.destaque):not(.sem-barra)::after {
            content: '|';
            position: absolute;
            right: 0;
            top: 4px;
            font-size: 17px;
            color: var(--global--color-white);
        }

        #site-navigation > ul > li.menu-item-has-children::after {
            content: '';
            display: inline-block;
            margin: 0 0 0 2px;
            width: 12px;
            height: 9px;
            background-image: url("data:image/svg+xml,<svg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.999999 1.07692L6 8L11 1.07692' stroke='Silver' stroke-miterlimit='10'/></svg>");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

        #site-navigation > ul > li.menu-item-has-children.current-menu-item::after {
            background-image: url("data:image/svg+xml,<svg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.999999 1.07692L6 8L11 1.07692' stroke='SaddleBrown' stroke-miterlimit='10'/></svg>");
        }

        #site-navigation ul.sub-menu {
            position: absolute;
            margin-top: 10px;
            padding: 8px 12px 10px;
            max-height: none;
            background-color: var(--global--color-secondary);
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        #site-navigation ul.sub-menu > li {
            padding: 6px 4px 2px;
        }

        #site-navigation ul.sub-menu > li:not(:last-child) {
            border-bottom: solid 1px rgba(90,0,20,0.2);
        }

        #site-navigation ul.sub-menu > li > a {
            color: var(--global--color-primary);
        }

        #site-navigation ul.sub-menu > li > a:hover {
            color: var(--global--color-hover);
        }

        #site-navigation > ul > li.menu-item-has-children:hover ul.sub-menu {
            opacity: 1;
        }
        
    }

    @media (min-width: 1025px) {
        #site-navigation > ul > li {
            padding: 8px 14px;
        }
    }






/* 
 * HOME
 * ------------------- * 
*/

section#hero {
    position: relative;
    padding: clamp(45px, calc(var(--global--modulo) - 30px), 90px) 0;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
}

section#hero > .container {
    width: 100%;
    margin-bottom: 60px;
}

section#hero .wrapper-form {
    padding: 45px;
    border: solid 1px #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
}


    @media (max-width: 1024px) { 
        section#hero > .container > .flex {
            flex-direction: column;
        }
        section#hero .wrapper, section#hero .wrapper-form {
            width: 100%;
            max-width: 500px;
            margin: 20px auto;
        }
    }

    @media (min-width: 1025px) {
        section#hero {
            height: calc(100vh - 160px);
            min-height: 600px;
        }
        section#hero > .container > .flex {
            justify-content: space-between;
        }

        section#hero .wrapper {
            width: 62%;
            padding-right: 45px;
        }

        section#hero .wrapper-form {
            width: 38%;
            max-width: 440px;
        }
    } 

section#hero > .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

section#hero > .img-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

section#hero > .img-bg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#hero .logo > img {
    max-width: 200px;
    margin: 0 0 50px auto;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
}

section#hero h1  {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: right;
}

section#hero .destaque {
    position: absolute;
    background-color: #c50000;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
}

section#hero .destaque h2 {
    margin: 0;
    font-size: var(--global--responsive-font-size-32-26);
    text-align: center;
}

@media (max-width: 767px) {
    section#hero h1 > br {
        display: none;
    }
    section#hero h1 > br + br {
        display: inherit;
    }
}
@media (min-width: 768px) {
    section#hero .logo > img {
        max-width: 360px;
        margin: 0 0 60px auto;
    }
}





section#empreendimento {
    position: relative;
    margin: 0;
    padding: var(--global--section-padding);
    padding-bottom: 0;
}

section#empreendimento .container {
    max-width: calc(960px + 90px + 90px);
}

section#empreendimento .textos {
    margin: 40px auto 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    section#empreendimento .textos {
        margin-top: 60px;
        max-width: 690px;
    }
}


section#empreendimento .textos > .texto p:last-child {
    margin: 0;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.3%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#empreendimento .graf {
    position: absolute;
    width: 100%;
    left: 0;
    top: 26vw;
}
@media (min-width: 768px) {
    section#empreendimento .graf {
        top: 18%;
    }
} 

section#empreendimento .graf svg {
    fill: var(--global--color-white);
}






section#apartamentos {
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--global--color-primary);
    padding-bottom: clamp(45px, calc(var(--global--modulo) - 30px), 90px);
}

section#apartamentos .fotos {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

section#apartamentos .container {
    overflow: hidden;
}

section#apartamentos .container > div:first-child p {
    max-width: 340px;
    margin-left: auto;
}

section#apartamentos .container > div:last-child p {
    max-width: 240px;
    margin-right: auto;
}

section#apartamentos h2, section#apartamentos p {
    color: var(--global--color-secondary);
}

section#apartamentos .container > div p {
    margin-bottom: 25px;
}

section#apartamentos .container > div p:last-child {
    margin-bottom: 0;
}

section#apartamentos .container > div .destaque strong {
    font-size: var(--global--responsive-font-size-32-26);
    font-weight: 300;
}

section#apartamentos h2 {
    line-height: 1.1em;
}


    @media (max-width: 767px) {
        section#apartamentos .container > div, section#apartamentos .container > div p {
            margin-left: auto;
            margin-right: auto;
        }

        section#apartamentos .container > div:first-child {
            margin-bottom: 35px;
        }

        section#apartamentos .container > div > * {
            text-align: center !important;
            max-width: none;
        }

        section#apartamentos .container > div .destaque > p {
            text-align: center !important;
        }
    }

    @media (min-width: 768px) {
        section#apartamentos .fotos {
            gap: 30px;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        
        section#apartamentos .container {
            display: flex;
            gap: 30px;
            justify-content: center;
            padding-top: 15px;
        }

        section#apartamentos .container > div {
            width: 50%;
        }

        section#apartamentos .container > div .destaque > p {
            border-right: solid 1px var(--global--color-secondary);
            padding: 4px 8px 4px 0;
        }
    } 





/* section#galeria {
    padding-bottom: 45px;
}*/

.splide__arrows {
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.splide__arrows .splide__arrow {
    cursor: pointer;
    padding: 8px;
    pointer-events: all;
}

.splide__arrows .splide__arrow svg {
    fill: var(--global--color-primary);
    stroke: var(--global--color-primary);
    transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.splide__arrows .splide__arrow:hover svg {
    fill: var(--global--color-white);
    stroke: var(--global--color-white);
}

.splide__pagination {
  gap: 10px;
  margin-top: 15px !important;
  padding: 0;
  list-style: none;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--global--color-light-gray);
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
  position: relative;
}

.splide__pagination__page:hover {
  background-color: var(--global--color-primary);
}

.splide__pagination__page.is-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: var(--global--color-dark-gray);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

section#galeria #splide-galeria li {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#galeria #splide-galeria li > div {
    position: relative;
}

section#galeria #splide-galeria li .legenda {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1em;
    padding: 2px 4px 1px;
}



    @media (max-width: 767px) {
        section#galeria #splide-galeria li .legenda {
            display: inline-block;
        }
    }
    @media (min-width: 768px) {
        section#galeria #splide-galeria {
            padding: 0 40px;
        }
        section#galeria #splide-galeria li .legenda {
            position: absolute;
            left: 15px;
            bottom: 15px;
        }
    } 



section#masterplan {
    text-align: center;
}

.zoomContainer {
    overflow: hidden;
}

.zoomLens {
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
    border: solid 2px var(--global--color-white) !important;
}

@media (max-width: 1023px) {
    section#masterplan {
        padding-bottom: 45px;
    }
}

section#book {
    position: relative;
}

section#book::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--global--color-white);
}

section#book h2 {
    font-size: var(--global--responsive-font-size-32-26);
    font-weight: 400;
    color: var(--global--color-primary);
    margin-bottom: 15px;
}

section#book .container > div:not(.img) {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

section#book .container > .img img {
    margin: 0 auto;
}

    @media (max-width: 1023px) {
        section#book { 
            margin-bottom: 0;
        }
        section#book .container { 
            text-align: center;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        section#book .cta {
            margin-bottom: 15px;
        }
        section#book h2 {
            margin-top: 15px;
        }
    }
    @media (min-width: 1024px) {
        section#book::after {
            height: 70%;
        }
        section#book .container {
            display: flex;
            gap: 30px;
            justify-content: center;
            align-items: center;
        }
        section#book .container > div:not(.img) {
            order: 2;
            /* max-width: 430px; */
        }
        section#book .container > .img {
            order: 1;
        }
    } 
    /* @media (max-width: 1239px) {
        section#book h2 br {
            display: none;
        }
    }  */


section#cadastro {
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    section#cadastro {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    section#cadastro {
        padding-top: 30px;
    }
}

section#cadastro .col-50:first-child .img {
    height: 100%;
}

section#cadastro .col-50:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#cadastro .col-50:last-child {
    background-color: var(--global--color-primary);
}

section#cadastro .col-50 .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

section#cadastro .col-50 .wrapper .form {
    display: table;
    padding: 30px;
    max-width: calc(400px + 60px + 60px);
}

section#cadastro p {
    color: var(--global--color-white);
}


    @media (max-width: 1024px) {
        section#cadastro .col-50 {
            width: 100%;
        }
    }

    @media (min-width: 1025px) {
        section#cadastro {
            display: flex;
        }
        section#cadastro .col-50 .wrapper {
            max-width: calc(480px + 60px + 60px);
            margin-right: auto;
        }
    } 

    @media (min-width: 480px) {
        section#cadastro .col-50 .wrapper .form {
            padding: 60px 54px;
        }
    }


/* 
 * CF7
 * ------------------- * 
*/

.wpcf7 {
    position: relative;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wpcf7 textarea, .wpcf7 select {
    outline: none;
    border: none;
    border-bottom: solid 1px var(--global--color-white);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    border-radius: 0;
        -webkit-background-color: transparent;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
    color: var(--global--color-white); 
        -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
        -webkit-opacity: 1;
    opacity: 1;
    text-decoration: none;
    padding: 0 0 7px;
    margin: 0 0 15px;
    width: 100%;
    line-height: 1.3em;
    resize: none;
}

.wpcf7 label {
    font-size: var(--global--responsive-font-size-18-16);
    font-weight: 400;
    color: var(--global--color-white);
    line-height: 1.2em;
    margin: 10px 0 5px;
    padding: 0;
    display: block;
}

.wpcf7 input[type="submit"] {
    outline: none;
    border: none;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    border-radius: 4px;
        -webkit-background-color: var(--global--color-secondary) !important;
    background-color: var(--global--color-secondary) !important;
    font-size: 16px;
    font-weight: 700;
    color: var(--global--color-white) !important;
        -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
        -webkit-opacity: 1;
    opacity: 1;
    text-decoration: none;
    padding: 10px 22px;
    /* display: inline-block; */
    margin: 15px 0 0;
    line-height: 1.2em;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
} 

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus {
    background-color: var(--global--color-hover) !important;
} 

.wpcf7 select {
    background-image: none;
}

.wpcf7 option {
    background-color: var(--global--color-primary);
}

.wpcf7 span[data-name="contatar"]::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    transform: rotate(-135deg);
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: var(--global--color-secondary);
    pointer-events: none;
}


.wpcf7 input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background-color: var(--global--color-white); 
    border: 1px solid var(--global--color-black);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px 0 0;
    color: var(--global--color-white);
}

.wpcf7 input[type="radio"]:checked {
    background-color: var(--global--color-white); 
    border-color: var(--global--color-black);
}

.wpcf7 input[type="radio"]:checked::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--global--color-black);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}


.wpcf7 ::-webkit-input-placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
}
.wpcf7 ::-moz-placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
}
.wpcf7 ::-ms-placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
}
.wpcf7 ::placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
}

.wpcf7-not-valid-tip  {
    position: absolute;
    font-size: 0.65em;
    margin: -12px 0 0;
    color: var(--global--color-hover);
}

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

.wpcf7 .wpcf7-spinner {
    animation: rotate 2s linear infinite;
    margin: 0;
    float: right;
    top: 22px;
    right: 8px;
    background-color: var(--global--color-hover);
}

.wpcf7 .wpcf7-spinner::before {
    background-color: var(--global--color-primary);
}

.wpcf7 form .wpcf7-response-output {
    /* position: absolute; */
    clear: both;
    margin: 12px 0 0;
    padding: 10px;
    padding: 7px;
    width: 100%;
    font-size: 0.8em;
    border-radius: 5px;
    border: solid 1px var(--global--color-hover) !important;
    color: var(--global--color-hover);
    text-align: center;
    line-height: 1.2em;
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--global--color-primary) inset !important;
    box-shadow: 0 0 0 30px var(--global--color-primary) inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: var(--global--color-white) !important;
}



section#diferenciais h2, section#facilidades h2 {
    text-align: center;
}

section#diferenciais .wrapper, section#facilidades .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

section#diferenciais .wrapper .item, section#facilidades .wrapper .item {
    width: 156px;
}

section#diferenciais .wrapper .icone, section#facilidades .wrapper .icone {
    width: 132px;
    height: 104px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



    @media (max-width: 767px) {
        section#diferenciais h3, section#facilidades h3 {
            font-size: 14px;
            letter-spacing: -0.2px;
        }
    }
    @media (min-width: 768px) {
        section#diferenciais .wrapper, section#facilidades .wrapper {
            gap: 20px;
        }
        section#diferenciais .wrapper .item, section#facilidades .wrapper .item {
            width: 220px;
        }
    }


section[id*='faixa'] {
    position: relative;
    margin: 0;
}

section[id*='faixa'] img {
    width: 100%;
}





section#incorporadora {
    background-color: var(--global--color-white);
    margin: 0;
    padding: var(--global--section-padding);
    position: relative;
    overflow: hidden;
}

section#incorporadora .wrapper {
    display: flex;
    gap: 30px;
    max-width: 725px;
    margin: 0 auto;
}

section#incorporadora .wrapper .logo {
    max-width: 140px;
    flex-shrink: 0;
}

section#incorporadora > .bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(50% - 750px);
}

section#incorporadora > .bg img {
    width: auto;
    height: 100%;
    object-fit: contain;
}


    @media (max-width: 479px) {
        section#incorporadora .wrapper {
            flex-direction: column;
        }
        section#incorporadora > .bg {
            display: none;
        }
    }
    @media (min-width: 1025px) {
        section#incorporadora .wrapper {
            gap: 60px;
        }
        section#incorporadora .wrapper .logo {
            max-width: 165px;
        }
        section#incorporadora > .bg {
            left: calc(50% - 1000px);
        }
    } 





/* 
 * FOOTER 
 * ------------------- * 
*/

footer#tema-footer {
    background-color: var(--global--color-dark-gray);
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
}

footer#tema-footer .logo {
    max-width: 120px;
    margin: 0 auto 15px;
}

footer#tema-footer p {
    color: var(--global--color-white);
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 10px;
}





/* 
 * PG OBRIGADA
 * ------------------- * 
*/


section#obrigado {
    height: calc(100vh - 80px);
    margin: 0;
}

section#obrigado .box {
    max-width: 420px;
    margin: 15px 15px 30px;
    padding: 20px 15px 30px;
    background-color: var(--global--color-primary);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    color: var(--global--color-white);
}

section#obrigado h1 {
    text-align: center;
    font-weight: 300;
    color: var(--global--color-white);
}

section#obrigado p {
    color: var(--global--color-white);
    font-size: var(--global--responsive-font-size-16-14);
    font-weight: 300;
    margin-bottom: 15px;
}

section#obrigado .cta {
    text-decoration: none;
    font-style: italic;
    font-size: var(--global--responsive-font-size-16-14);
    font-weight: 700;
    color: var(--global--color-primary);
    display: table;
    margin: 25px auto 0;
    padding: 6px 18px 8px;
    background-color: var(--global--color-secondary);
    border-radius: 20px;
    transition: background-color 0.3s ease-in-out;
    text-align: center;
}

section#obrigado .cta:hover, section#obrigado .cta:focus {
    background-color: var(--global--color-primary-hover);
}

section#obrigado .cta svg {
    height: 20px;
    width: auto;
    margin-left: 6px;
    position: relative;
    top: 4px;
}

section#obrigado > img {
    object-fit: cover;
    height: 100%;
    min-height: calc(100vh - 80px);
    z-index: -1;
}


    @media (min-width: 768px) {
        section#obrigado .box {
            margin: 15px 15px 60px;
            padding: 40px;
        }
    } 



/* 
@media (min-width: 480px) {

}
@media (min-width: 768px) {

} 
@media (min-width: 1025px) {

} 
@media (min-width: 1240px) {

} 
@media (min-width: 1420px) {

}  
*/