/*
Theme Name:  Gávea 99
Description: Tema personalizado desenvolvido para e empresa Aros Inc. Nov/25
Author:      Fernando Grossman
Author URI:  http://www.fernandogrossman.com.br
Version:     1.0.32423423



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

* {
    caret-color: transparent !important;
}
p, h1, h2, h3, h4, h5, h6,
strong, b, i, em, span, small,
li, blockquote, pre, code,
input:not([type="submit"]), textarea, [contenteditable="true"] {
    caret-color: auto !important;
}
.menu-icon {
    caret-color: transparent !important;
}

/* Fonts */

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

@font-face {
    font-family: 'Josefin Sans';
    src: url('assets/fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('assets/fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('assets/fonts/JosefinSans-Light.woff2') format('woff2'),
        url('assets/fonts/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Light.woff2') format('woff2'),
        url('assets/fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* GLOBAIS */

:root {
    --global--font-primary: 'Josefin Sans', Arial, "Segoe UI", Verdana, Tahoma, Trebuchet MS, Ubuntu, Cantarell, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    --global--font-secondary: 'Outfit', Arial, "Segoe UI", Verdana, Tahoma, Trebuchet MS, Ubuntu, Cantarell, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    /* --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: #7b422f; 
	--global--color-secondary: #687f6a; 
    --global--color-tertiary: #ebe8ca;
    --global--color-hover: var(--global--color-secondary);
	--global--color-background: var(--global--color-white);

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

    /*font size responsivo*/
    --global--responsive-font-size-60-40: clamp(40px, calc(29.787px + 2.12766vw), 60px);
    --global--responsive-font-size-52-34: clamp(34px, calc(24.809px + 1.91489vw), 52px);
    --global--responsive-font-size-44-28: clamp(28px, calc(19.830px + 1.70213vw), 44px);
    --global--responsive-font-size-40-26: clamp(26px, calc(18.851px + 1.48936vw), 40px);
    --global--responsive-font-size-32-24: clamp(24px, calc(19.915px + 0.85106vw), 32px);
    --global--responsive-font-size-26-18: clamp(18px, calc(13.915px + 0.85106vw), 26px);
    --global--responsive-font-size-22-20: clamp(20px, calc(18.979px + 0.21277vw), 22px);
    --global--responsive-font-size-20-18: clamp(18px, calc(16.979px + 0.21277vw), 20px);
    --global--responsive-font-size-18-16: clamp(16px, calc(14.979px + 0.21277vw), 18px);
    --global--responsive-font-size-16-13: clamp(13px, calc(11.468px + 0.31915vw), 16px);


    /*novos modulos*/
    --global--modulo-60-150: clamp(60px, calc(9.57vw + 14.04px), 150px);
    --global--modulo-45-150: clamp(45px, calc(11.17vw - 8.62px), 150px);
    --global--modulo-30-150: clamp(30px, calc(12.77vw - 31.28px), 150px);
    --global--modulo-90-120: clamp(90px, calc(3.19vw + 74.68px), 120px);
    --global--modulo-60-120: clamp(60px, calc(6.38vw + 29.36px), 120px);
    --global--modulo-45-120: clamp(45px, calc(7.98vw + 6.70px), 120px);
    --global--modulo-30-120: clamp(30px, calc(9.57vw - 15.96px), 120px);
    --global--modulo-60-90: clamp(60px, calc(3.19vw + 44.68px), 90px);
    --global--modulo-45-90: clamp(45px, calc(4.79vw + 22.02px), 90px);
    --global--modulo-30-90: clamp(30px, calc(6.38vw - 0.64px), 90px);
    --global--modulo-15-90: clamp(15px, calc(7.98vw - 23.30px), 90px);
    --global--modulo-45-60: clamp(45px, calc(37.32px + 1.60vw), 60px);
    --global--modulo-30-60: clamp(30px, calc(14.69px + 3.19vw), 60px);
    --global--modulo-15-30: clamp(15px, calc(7.34px + 1.5957vw), 30px);

} 


    @media (min-width: 768px) {
        :root {
            --global--modulo: 60px;
            --global--section-margin: 60px 0;
            --global--section-padding: 60px 0;
            --global--container-padding: 0 30px;
        }
    } 
    @media (min-width: 1025px) {
        :root {
            --global--modulo: 90px;
            --global--section-margin: 90px 0;
            --global--section-padding: 90px 0;
            --global--container-padding: 0 60px;
        }
    } 
    @media (min-width: 1240px) {
        :root {
            --global--modulo: 120px;
            /* --global--section-margin: 120px 0;
            --global--section-padding: 120px 0; */
            --global--container-padding: 0 90px;

        }
    } 
    @media (min-width: 1420px) {
        :root {
            --global--modulo: 150px;
            /*--global--section-margin: 150px 0;
            --global--section-padding: 150px 0; */
            /* --global--container-padding: 0 120px; */

        }
    } 
 
    
/* 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-primary);
    text-decoration: none;
}

h1 {
    font-family: var(--global--font-primary);
    font-size: var(--global--responsive-font-size-40-26);
    font-weight: 300;
    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-18-16);
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
    color: var(--global--color-white);
    margin: 0 0 12px;
    padding: 6px 6px 1px;
    display: table;
}

h3 {
    font-family: var(--global--font-primary);
    font-size: var(--global--responsive-font-size-44-28);
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: var(--global--color-secondary);
    margin: 0 0 30px;
}

h4 {
    font-family: var(--global--font-primary);
    font-size: var(--global--responsive-font-size-22-20);
    font-weight: 300;
    line-height: 1.2em;
    color: var(--global--color-white);
    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: 300;
    color: var(--global--color-primary);
    line-height: 1.4em;
    margin: 0 0 15px;
    padding: 0;
}

p strong {
    font-weight: 600;
}

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


/*TAUBOT*/
#chatbot-button {
    bottom: 30px !important;
}
#chatbot-text-box {
    bottom: 102px !important;
}
#chatbot-button > div, #chatbot-button > div > svg {
    pointer-events: none;
}





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

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 10;
    background-color: var(--global--color-white);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
}
  
.custom-site-logo {
    margin: 10px 0 14px;
    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: 32px;
    width: auto;
    transition: height 0.6s ease;
}

.site-main {
    padding-top: calc(32px + 8px + 12px); /*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: 14px 0 20px;
        }
        .custom-site-logo img {
            height: 36px;
        }
        .site-main {
            padding-top: calc(36px + 14px + 20px); /*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-primary);
    transition: background 0.3s ease;
}

.menu-icon:before,
.menu-icon:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    background: var(--global--color-primary);
    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-primary);
    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: 600;
    color: var(--global--color-white);
    background-color: var(--global--color-primary);
    border-radius: 4px;
    padding: 10px 24px 6px;
    letter-spacing: 1px;
    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-white);
}

a.cta.invert:hover {
    color: var(--global--color-white);
}

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-primary);
    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: 4px 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;
            font-weight: 400;
            color: var(--global--color-primary);
        }

        #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 {
    background-color: var(--global--color-primary);
    margin-bottom: 0;
}

section#hero .col-1, section#hero .col-3 {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#hero .col-1, section#hero .col-2, section#hero .col-3 {
    width: 100%;
}

section#hero .col-1 .wrapper, section#hero .col-3 #form {
    padding: var(--global--modulo-15-30);
}

section#hero h1 img {
    margin: 10px 0 var(--global--modulo-30-60);
    width: 90%;
    max-width: 360px;
}

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

section#hero .col-2 .hero_img {
    aspect-ratio: 4 / 3;
    height: 100%;
    width: 100%;
}

section#hero .col-2 .hero_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}

@media (max-width: 767px) {
    section#hero .col-3 {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    section#hero .col-2 {
        width: 45%;
    }
    section#hero .col-3 {
        width: 55%;
    }
    section#hero .col-2 .hero_img {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 1024px) {
    section#hero .col-1 {
        padding: 15px 0;
    }
    section#hero .col-2 {
        order: 3;
    }
    section#hero .col-3 {
        order: 2;
    }
}

@media (min-width: 1025px) {
    section#hero .col-1, section#hero .col-3 {
        width: 35%;
    }
    section#hero .col-2 {
        width: 30%;
    }
    section#hero .col-1 .wrapper {
        max-width: calc(var(--global--modulo-15-30) + 420px);
    }
    section#hero .col-3 #form {
        max-width: calc(var(--global--modulo-15-30) + 390px);
    }
    section#hero .col-2 .hero_img {
        aspect-ratio: 6 / 9;
        max-height: 840px;
    }
    section#hero .col-2 .hero_img img {
        object-position: 80% 30%;
    }
} 



section#bairro {
    background-color: var(--global--color-tertiary);
    margin: 0;
    padding: var(--global--section-padding);
    position: relative;
}

section#bairro h2 {
    background-color: var(--global--color-secondary);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

section#bairro h3 {
    text-align: center;
}

section#bairro .wrapper {
    max-width: 960px;
    margin: 0 auto clamp(30px, var(--global--modulo-30-60), 50px);
}

.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#bairro .texto {
    max-width: 720px;
    margin: 0 auto;
}

section#bairro .texto p {
    color: var(--global--color-secondary);
}

#graf_01 {
    position: absolute;
    left: 15px;
    bottom: 0;
}

@media (max-width: 1240px) {
    #graf_01 {
        display: none;
    }
}


section#disponibilidade {
    margin: 0;
    padding: var(--global--section-padding);
    padding-bottom: 0;
    background-color: var(--global--color-tertiary);
}

section#disponibilidade h2 {
    background-color: var(--global--color-secondary);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--global--modulo-30-60);
}

section#disponibilidade iframe {
    display: block;
    width: 100%;
    height: 90vh;
}


section#projeto {
    margin: 0;
    position: relative;
}

section#projeto h2 {
    background-color: var(--global--color-primary);
}

section#projeto h3 {
    color: var(--global--color-primary);
    margin-bottom: 15px;
}

section#projeto .col-1 {
    padding: var(--global--section-padding);
    padding-left: var(--responsive--outmargin-width);
}

#main .cta {
    padding: 12px 18px 8px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    section#projeto > .flex {
        flex-direction: column;
    }
    section#projeto > .flex > div {
        width: 100%;
    }
    section#projeto .col-2 {
        display: none;
    }
}

@media (min-width: 768px) {
    section#projeto .col-1 {
        width: 53%;
    }
    section#projeto .col-2 {
        width: 47%;
    }
        
    section#projeto p {
        max-width: 600px;
    }

    section#projeto .col-2 .img  {
        height: 100%;
    }
    section#projeto .col-2 .img > img {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        padding-left: 14.6vw;
        object-fit: cover;
    }

    #graf_02 {
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}



/*splide*/

.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-secondary);
    stroke: var(--global--color-secondary);
    transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

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

.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-secondary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

section#galeria {
    background-color: var(--global--color-tertiary);
    margin: 0;
    padding: var(--global--section-padding);
}

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

section#galeria #splide-galeria li > div > img {
    max-height: clamp(280px, calc(116.6px + 34.04vw), 600px);
    width: auto;
}

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

section#galeria #splide-galeria li .legenda {
    font-family: var(--global--font-secondary);
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.1em;
    padding: 3px 5px 4px;
    position: absolute;
}



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



section#book {
    background-color: var(--global--color-primary);
    margin: 0;
    padding: var(--global--section-padding);
}



section#book h3 {
    color: var(--global--color-white);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    section#book > .container > .flex {
        flex-direction: column;
    }
    section#book .col-1 {
        order: 2;
    }
    section#book .col-2 {
        order: 1;
        margin-bottom: 30px;
    }
    section#book .col-2 img {
        width: 100%;
        max-width: 360px;
    }
    section#book {
        text-align: center;
    }
} 

@media (min-width: 768px) {
    section#book .col-1, section#book .col-2 {
        width: 50%;
    }
    section#book h3 {
        max-width: 480px;
    }
} 








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

.wpcf7 {
    position: relative;
    font-family: var(--global--font-secondary);
}

.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: 15px;
    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, .wpcf7 span.fake-label {
    font-size: 15px;
    font-weight: 300;
    color: var(--global--color-white);
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 0;
    display: block;
}

.wpcf7 input[type="submit"] {
    outline: none;
    border: none;
    border-radius: 4px;
        -webkit-background-color: var(--global--color-white) !important;
    background-color: var(--global--color-white) !important;
    font-size: 15px;
    font-weight: 700;
    color: var(--global--color-primary) !important;
        -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
        -webkit-opacity: 1;
    opacity: 1;
    text-decoration: none;
    padding: 12px 18px 8px;
    letter-spacing: 1px;
    margin: 15px 0 0;
    line-height: 1.2em;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
} 

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

#form .wpcf7-spinner {
    margin: 23px 0 0 23px;
}

#form .wpcf7 select {
    background-image: none;
    margin: 10px 0 20px;
}

.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-white);
    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: 15px;
    font-weight: 300;
}
.wpcf7 ::-moz-placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}
.wpcf7 ::-ms-placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}
.wpcf7 ::placeholder {
    color: var(--global--color-white);
    opacity: 1;
    font-size: 15px;
    font-weight: 300;
}

#form .wpcf7-not-valid-tip  {
    position: absolute;
    font-size: 0.8em;
    margin: -15px 0 0;
    color: red;
}

#form form > .flex > div {
    width: 50%;
}

#form .wpcf7 form .wpcf7-response-output {
    /* position: absolute; */
    clear: both;
    margin: 20px 0 0;
    padding: 10px;
    padding: 7px;
    width: 100%;
    font-size: 0.8em;
    border-radius: 5px;
    border: solid 1px red !important;
    color: red;
    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;
}





/* 
 * 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 - 50px);
    margin: 0;
}

section#obrigado .box {
    max-width: 420px;
    margin: 15px 15px 30px;
    padding: 20px 15px 30px;
    background-color: var(--global--color-secondary);
    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) {

}  
*/