/*
 Theme Name:   Fluxo
 Author:       Fluxo
 Author URI:   https://fluxo.design
*/


:root {
    /* COLORS */
  --primary: #2B2717; /* Verde escuro */
  --off_white: #DBD6CA;
  --black: #000;
  --white: #FFF;

    /* VARIABLES */
  --gap: 1.5625vw;
  --vw_6rem: 4.69vw;
  --vw_4rem: 3.125vw;
}

.color-primary {
    color: var(--primary);
}
.color-off_white {
    color: var(--off_white);
}
.color-white {
    color: var(--white);
}
.color-black {
    color: var(--black);
}

.bg-primary {
    background-color: var(--primary);
}
.bg-off_white {
    background-color: var(--off_white);
}
.bg-white {
    background-color: var(--white);
}
.bg-black {
    background-color: var(--black);
}
.bg-black-20 {
    background-color: rgba(0,0,0,0.2);
}
.bg-black-10 {
    background-color: rgba(0,0,0,0.1);
}

.gap-1 {
    gap: var(--gap);
}



@font-face {
    font-family: "Aspekta Variable";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url("fonts/AspektaVF.woff2") format("woff2");
}

* {
    box-sizing: border-box;
    font-family: "Aspekta Variable", sans-serif;
}
html {
    font-family: "Aspekta Variable", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    color: var(--primary);
    background-color: var(--off_white);
    margin: 0;
    transition: font-size 0.3s;
}
body {
    margin: 0;
}
ul.menu, ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
form * {
    font-family: "Aspekta Variable", sans-serif !important;
}
input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--off_white) inset !important;
    -webkit-text-fill-color: var(--primary) !important;
    font-weight: 800;
    font-size: 15px !important;
    line-height: 1 !important;
    font-family: "Aspekta Variable", sans-serif !important;
}
.menu ul, .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
::placeholder { 
    color: rgba(43, 39, 23, 0.5);
}
::selection { 
    color: var(--off_white);
    background-color: var(--primary);
}
.hidden {
	display: none !important;
}
.mobile-view, .mobile-view-flex {
	display: none;
}
.desktop-view {
	display: block;
}
a[href^="tel"] {
    color:inherit;
    text-decoration:none;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	outline: none !important;
	width: 100%;
	height: 100%;
}
a {
	text-decoration: none;
    color: inherit;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
}
a:focus-visible {
    outline: auto;
    outline-offset: 0.4em;
    outline-style: solid;
    border-radius: 0.01em;
}
p a{
    text-decoration: none;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.12em; 
}
p a:hover {
    text-decoration: underline;
}
.underline, .content a {
    text-decoration: underline;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.12em; 
}
.underline:hover, .content a:hover {
    text-decoration: none;
 }
.font-semibold p a {
    text-decoration-thickness: 0.105em;
}
p {
    line-height: inherit;
    margin: 0 0 1em 0;
}
p:last-child {
    margin-bottom: 0;
}
.overflow_hidden {
	overflow-y: hidden;
}
.overflow_scroll {
	overflow-y: scroll;
	height: 100%;
}
.post-edit {
	display: none !important;
}


svg, img, embed, object {
    display: block;
    height: auto;
    max-width: 100%;
    outline: none !important;
}

.slick-slide, path, rect, stroke, circle, square {
    outline: none !important;
}

.grecaptcha-badge {
    display: none;
}




/* ENTRY ANIMATION */

.animate_trigger {
    transform: translate3d(0, 1.5vw, 0);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
    will-change: transform;
}
.animate_trigger.animate_in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}




/* MAIN LAYOUT */




/*::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: transparent;
}*/


/* LAYOUT */

.hide-br br {
    display: none;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
    top: 0;
}

.grid-18 {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
}

.grid-16 {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}

.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.grid-span-1 {
    grid-column: span 1;
}

.grid-span-2 {
    grid-column: span 2;
}
.grid-span-2-4 {
    grid-column: span 2.4;
}

.grid-span-3 {
    grid-column: span 3;
}

.grid-span-4 {
    grid-column: span 4;
}

.grid-span-5 {
    grid-column: span 5;
}

.grid-span-6 {
    grid-column: span 6;
}

.grid-span-7 {
    grid-column: span 7;
}

.grid-span-8 {
    grid-column: span 8;
}

.grid-span-9 {
    grid-column: span 9;
}

.grid-span-10 {
    grid-column: span 10;
}

.grid-span-11 {
    grid-column: span 11;
}

.grid-span-12 {
    grid-column: span 12;
}
.grid-span-12 {
    grid-column: span 13;
}

.grid-span-14 {
    grid-column: span 14;
}

.grid-span-15 {
    grid-column: span 15;
}

.grid-span-16 {
    grid-column: span 16;
}
.grid-span-17 {
    grid-column: span 17;
}
.grid-span-18 {
    grid-column: span 18;
}

.sticky {
    position: sticky;
    top: 1em;
}

.column_count-2 {
    column-count: 2;
}
.column_count-3 {
    column-count: 3;
}
.column_count-4 {
    column-count: 4;
}
.column_count-2 > *,
.column_count-3 > *,
.column_count-4 > * {
    break-inside: avoid;
}

.flex {
    display: flex;
}
.flex-justify {
    justify-content: space-between;
}
.flex-justify-end {
    justify-content: flex-end;
}
.flex-justify-start {
    justify-content: flex-start;
}
.flex-justify-center, .justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.flex-end {
    align-items: flex-end;
}
.flex-start {
    align-items: flex-start;
}
.flex-center {
    align-items: center;
}
.flex-baseline {
    align-items: baseline;
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column {
    flex-direction: column;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-align-self-end {
    align-self: flex-end;
}
.flex-align-self-center {
    align-self: center;
}
.flex-align-end {
    align-items: flex-end;
}
.flex-align-start {
    align-items: flex-start;
}
.flex-align-center {
    align-items: center;
}

.gap-vw {
    gap: 1.5625vw;
}
.gap-30 {
    gap: 2rem;
}
.gap-60 {
    gap: 4rem;
}

.gap-0_5rem {
    gap: 0.5rem;
}
.gap-1rem {
    gap: 1rem;
}
.gap-2rem {
    gap: 2rem;
}
.gap-3rem {
    gap: 3rem;
}
.gap-4rem {
    gap: 4rem;
}
.gap-5rem {
    gap: 5rem;
}
.gap-8rem {
    gap: 8rem;
}

.gap-0_5em {
    gap: 0.5em;
}
.gap-1em {
    gap: 1em;
}
.gap-2em {
    gap: 2em;
}
.gap-3em {
    gap: 3em;
}
.gap-4em {
    gap: 4em;
}
.gap-5em {
    gap: 5em;
}

.vh-100 {
    height: 100vh;
}
.h-100 {
    height: 100%;
}

.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-33 {
    width: 33.33%;
}
.w-40 {
    width: 50%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-66 {
    width: 66.66%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}
.w-100 {
    width: 100%;
}

.mb-0_5rem {
    margin-bottom: 0.5rem;
}
.mb-1rem {
    margin-bottom: 1rem;
}
.mb-1_5rem {
    margin-bottom: 1.5rem;
}
.mb-2rem {
    margin-bottom: 2rem;
}
.mb-3rem {
    margin-bottom: 3rem;
}
.mb-4rem {
    margin-bottom: 4rem;
}
.mb-5rem {
    margin-bottom: 5rem;
}

.mb-0_5em {
    margin-bottom: 0.5em;
}
.mb-1em {
    margin-bottom: 1em;
}
.mb-1_5em {
    margin-bottom: 1.5em;
}
.mb-2em {
    margin-bottom: 2em;
}
.mb-3em {
    margin-bottom: 3em;
}
.mb-4em {
    margin-bottom: 4em;
}
.mb-5em {
    margin-bottom: 5em;
}

.mb-10 {
    margin-bottom: 0.66rem;
}
.mb-20 {
    margin-bottom: 1.33rem;
}
.mb-30 {
    margin-bottom: 2rem;
}
.mb-40 {
    margin-bottom: 2.68rem;
}
.mb-50 {
    margin-bottom: 3.33rem;
}
.mb-60 {
    margin-bottom: 4rem;
}
.mb-70 {
    margin-bottom: 4.66rem;
}
.mb-80 {
    margin-bottom: 5.33rem;
}
.mb-90 {
    margin-bottom: 6rem;
}
.mb-100 {
    margin-bottom: 6.66rem;
}
.mb-120 {
    margin-bottom: 7.99rem;
}

.mt-0_5rem {
    margin-top: 0.5rem;
}
.mt-1rem {
    margin-top: 1rem;
}
.mt-2rem {
    margin-top: 2rem;
}
.mt-3rem {
    margin-top: 3rem;
}
.mt-4rem {
    margin-top: 4rem;
}
.mt-5rem {
    margin-top: 5rem;
}

.mt-0_5em {
    margin-top: 0.5em;
}
.mt-1em {
    margin-top: 1em;
}
.mt-2em {
    margin-top: 2em;
}
.mt-3em {
    margin-top: 3em;
}
.mt-4em {
    margin-top: 4em;
}
.mt-5em {
    margin-top: 5em;
}

.mt-10 {
    margin-top: 0.66rem;
}
.mt-20 {
    margin-top: 1.33rem;
}
.mt-30 {
    margin-top: 2rem;
}
.mt-40 {
    margin-top: 2.68rem;
}
.mt-50 {
    margin-top: 3.33rem;
}
.mt-60 {
    margin-top: 4rem;
}
.mt-70 {
    margin-top: 4.66rem;
}
.mt-80 {
    margin-top: 5.33rem;
}
.mt-90 {
    margin-top: 6rem;
}
.mt-100 {
    margin-top: 6.66rem;
}

.ml-0_5rem {
    margin-left: 0.5rem;
}
.ml-1rem {
    margin-left: 1rem;
}
.ml-2rem {
    margin-left: 2rem;
}
.ml-3rem {
    margin-left: 3rem;
}
.ml-4rem {
    margin-left: 4rem;
}
.ml-5rem {
    margin-left: 5rem;
}

.ml-0_5em {
    margin-left: 0.5em;
}
.ml-1em {
    margin-left: 1em;
}
.ml-2em {
    margin-left: 2em;
}
.ml-3em {
    margin-left: 3em;
}
.ml-4em {
    margin-left: 4em;
}
.ml-5em {
    margin-left: 5em;
}

.ml-10 {
    margin-left: 0.66rem;
}
.ml-20 {
    margin-left: 1.33rem;
}
.ml-30 {
    margin-left: 2rem;
}
.ml-40 {
    margin-left: 2.68rem;
}
.ml-50 {
    margin-left: 3.33rem;
}
.ml-60 {
    margin-left: 4rem;
}
.ml-70 {
    margin-left: 4.66rem;
}
.ml-80 {
    margin-left: 5.33rem;
}
.ml-90 {
    margin-left: 6rem;
}
.ml-100 {
    margin-left: 6.66rem;
}

.mr-0_5rem {
    margin-right: 0.5rem;
}
.mr-1rem {
    margin-right: 1rem;
}
.mr-2rem {
    margin-right: 2rem;
}
.mr-3rem {
    margin-right: 3rem;
}
.mr-4rem {
    margin-right: 4rem;
}
.mr-5rem {
    margin-right: 5rem;
}

.mr-0_5em {
    margin-right: 0.5em;
}
.mr-1em {
    margin-right: 1em;
}
.mr-2em {
    margin-right: 2em;
}
.mr-3em {
    margin-right: 3em;
}
.mr-4em {
    margin-right: 4;
}
.mr-5em {
    margin-right: 5em;
}

.mr-10 {
    margin-right: 0.66rem;
}
.mr-20 {
    margin-right: 1.33rem;
}
.mr-30 {
    margin-right: 2rem;
}
.mr-40 {
    margin-right: 2.68rem;
}
.mr-50 {
    margin-right: 3.33rem;
}
.mr-60 {
    margin-right: 4rem;
}
.mr-70 {
    margin-right: 4.66rem;
}
.mr-80 {
    margin-right: 5.33rem;
}
.mr-90 {
    margin-right: 6rem;
}
.mr-100 {
    margin-right: 6.66rem;
}

.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-left: auto;
}
.m-auto {
    margin: auto;
}

.p-10 {
    padding: 0.66rem;
}
.p-20 {
    padding: 1.33rem;
}
.p-30 {
    padding: 2rem;
}
.p-40 {
    padding: 2.68rem;
}

.pb-0_5rem {
    padding-bottom: 0.5rem;
}
.pb-1rem {
    padding-bottom: 1rem;
}
.pb-2rem {
    padding-bottom: 2rem;
}
.pb-3rem {
    padding-bottom: 3rem;
}
.pb-4rem {
    padding-bottom: 4rem;
}
.pb-5rem {
    padding-bottom: 5rem;
}

.pb-0_5em {
    padding-bottom: 0.5em;
}
.pb-1em {
    padding-bottom: 1em;
}
.pb-2em {
    padding-bottom: 2em;
}
.pb-3em {
    padding-bottom: 3em;
}
.pb-4em {
    padding-bottom: 4em;
}
.pb-5em {
    padding-bottom: 5em;
}

.pb-10 {
    padding-bottom: 0.66rem;
}
.pb-20 {
    padding-bottom: 1.33rem;
}
.pb-30 {
    padding-bottom: 2rem;
}
.pb-40 {
    padding-bottom: 2.68rem;
}
.pb-50 {
    padding-bottom: 3.33rem;
}
.pb-60 {
    padding-bottom: 4rem;
}
.pb-70 {
    padding-bottom: 4.66rem;
}
.pb-80 {
    padding-bottom: 5.33rem;
}
.pb-90 {
    padding-bottom: 6rem;
}
.pb-100 {
    padding-bottom: 6.66rem;
}

.pt-0_5rem {
    padding-top: 0.5rem;
}
.pt-1rem {
    padding-top: 1rem;
}
.pt-2rem {
    padding-top: 2rem;
}
.pt-3rem {
    padding-top: 3rem;
}
.pt-4rem {
    padding-top: 4rem;
}
.pt-5rem {
    padding-top: 5rem;
}

.pt-0_5em {
    padding-top: 0.5em;
}
.pt-1em {
    padding-top: 1em;
}
.pt-2em {
    padding-top: 2em;
}
.pt-3em {
    padding-top: 3em;
}
.pt-4em {
    padding-top: 4em;
}
.pt-5em {
    padding-top: 5em;
}

.pt-10 {
    padding-top: 0.66rem;
}
.pt-20 {
    padding-top: 1.33rem;
}
.pt-30 {
    padding-top: 2rem;
}
.pt-40 {
    padding-top: 2.68rem;
}
.pt-50 {
    padding-top: 3.33rem;
}
.pt-60 {
    padding-top: 4rem;
}
.pt-70 {
    padding-top: 4.66rem;
}
.pt-80 {
    padding-top: 5.33rem;
}
.pt-90 {
    padding-top: 6rem;
}
.pt-100 {
    padding-top: 6.66rem;
}

.pl-0_5rem {
    padding-left: 0.5rem;
}
.pl-1rem {
    padding-left: 1rem;
}
.pl-2rem {
    padding-left: 2rem;
}
.pl-3rem {
    padding-left: 3rem;
}
.pl-4rem {
    padding-left: 4rem;
}
.pl-5rem {
    padding-left: 5rem;
}

.pl-0_5em {
    padding-left: 0.5em;
}
.pl-1em {
    padding-left: 1em;
}
.pl-2em {
    padding-left: 2em;
}
.pl-3em {
    padding-left: 3em;
}
.pl-4em {
    padding-left: 4em;
}
.pl-5em {
    padding-left: 5em;
}

.pl-10 {
    padding-left: 0.66rem;
}
.pl-20 {
    padding-left: 1.33rem;
}
.pl-30 {
    padding-left: 2rem;
}
.pl-40 {
    padding-left: 2.68rem;
}
.pl-50 {
    padding-left: 3.33rem;
}
.pl-60 {
    padding-left: 4rem;
}
.pl-70 {
    padding-left: 4.66rem;
}
.pl-80 {
    padding-left: 5.33rem;
}
.pl-90 {
    padding-left: 6rem;
}
.pl-100 {
    padding-left: 6.66rem;
}

.pr-0_5rem {
    padding-right: 0.5rem;
}
.pr-1rem {
    padding-right: 1rem;
}
.pr-2rem {
    padding-right: 2rem;
}
.pr-3rem {
    padding-right: 3rem;
}
.pr-4rem {
    padding-right: 4rem;
}
.pr-5rem {
    padding-right: 5rem;
}

.pr-0_5em {
    padding-right: 0.5em;
}
.pr-1em {
    padding-right: 1em;
}
.pr-2em {
    padding-right: 2em;
}
.pr-3em {
    padding-right: 3em;
}
.pr-4em {
    padding-right: 4em;
}
.pr-5em {
    padding-right: 5em;
}

.pr-10 {
    padding-right: 0.66rem;
}
.pr-20 {
    padding-right: 1.33rem;
}
.pr-30 {
    padding-right: 2rem;
}
.pr-40 {
    padding-right: 2.66rem;
}
.pr-50 {
    padding-right: 3.33rem;
}
.pr-60 {
    padding-right: 4rem;
}
.pr-70 {
    padding-right: 4.66rem;
}
.pr-80 {
    padding-right: 5.33rem;
}
.pr-90 {
    padding-right: 6rem;
}
.pr-100 {
    padding-right: 6.66rem;
}


.bt-2px-primary {
    border-top: solid 2px var(--primary);
}
.bt-1px-primary {
    border-top: solid 1px var(--primary);
}
.bb-2px-primary {
    border-bottom: solid 2px var(--primary);
}
.bb-1px-primary {
    border-bottom: solid 1px var(--primary);
}

.hyphens {
    hyphens: auto;
}
.img-wrapper {
    position: relative;
    overflow: hidden;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
}
.img-wrapper.cover img {
    object-fit: cover;
    animation: kenburns 240s infinite ease;
    will-change: transform, transform-origin, filter;
}
.img-wrapper.contain img {
    object-fit: contain;
    object-position: top;
}
.img-wrapper.homepage-img-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.30) 10rem, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.20) 90%);
}
.img-wrapper.homepage-img-gradient img, .img-wrapper.bg-20 img, .multiply {
    mix-blend-mode: multiply;
}
.homepage-video-wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 5%, rgba(0, 0, 0, 0.50) 10rem, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.20) 90%);
}


@keyframes kenburns {
    0% {
        transform-origin: 66.67% 33.33%;
        transform: scale3d(1, 1, 1);
    }
    16.67% {
        transform-origin: 66.67% 33.33%;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    33.33% {
        transform-origin: 66.67% 33.33%;
        transform: scale3d(1, 1, 1);
    }
    33.33% {
        transform-origin: 33.33% 66.67%;
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform-origin: 33.33% 66.67%;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    66.67% {
        transform-origin: 33.33% 66.67%;
        transform: scale3d(1, 1, 1);
    }
    66.67% {
        transform-origin: 50% 50%;
        transform: scale3d(1, 1, 1);
    }
    83.33% {
        transform-origin: 50% 50%;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform-origin: 50% 50%;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes kenburns-reverse {
    0% {
        transform-origin: 50% 50%;
        transform: scale3d(1, 1, 1);
    }
    16.67% {
        transform-origin: 50% 50%;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    33.33% {
        transform-origin: 50% 50%;
        transform: scale3d(1, 1, 1);
    }
    33.33% {
        transform-origin: 33.33% 66.67%;
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform-origin: 33.33% 66.67%;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    66.67% {
        transform-origin: 33.33% 66.67%;
        transform: scale3d(1, 1, 1);
    }
    66.67% {
        transform-origin: 66.67% 33.33%;
        transform: scale3d(1, 1, 1);
    }
    83.33% {
        transform-origin: 66.67% 33.33%;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform-origin: 66.67% 33.33%;
        transform: scale3d(1, 1, 1);
    }
}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h5 {
    font: inherit;
    margin: unset;
    padding: unset;
}

.font-13 {
    font-size: 0.86rem;
    line-height: 1.3;
}
.font-15 {
    font-size: 1rem;
    line-height: 1.3;
}
.font-20 {
    font-size: 1.33rem;
    line-height: 1.2;
}
.font-40 {
    font-size: 2.66rem;
    line-height: 1.2;
}

.font-light {
    font-weight: 300;
}
.font-regular {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold, b, strong {
    font-weight: 700;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}


/* OPACITY */

.opacity-0_3 {
    opacity: 0.3;
}
.opacity-0_5 {
    opacity: 0.5;
}



/* MAIN LAYOUT */

.site {
    overflow: hidden;
}
/*body:not(.home) .site-content {
    margin: 10.93rem var(--vw_6rem) 0;
    transition: margin-top 0.3s ease 0s, margin-left 0s, margin-right 0s, margin-bottom 0s;
}*/
.site-content {
    margin: 8rem var(--vw_6rem) 0;
    transition: margin-top 0.3s ease 0s, margin-left 0s, margin-right 0s, margin-bottom 0s;
}
body:not(.home) .site-content {
    margin-top: 8rem;
}
body.page-template-page-sobre .site-content {
    margin: 11rem var(--vw_6rem) 0;
    min-height: calc(100vh - 20rem);
}



/* HEADER */

.header {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 9.6rem;
    padding: 0 var(--vw_6rem);
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: height 0.3s ease 0s;
}
body:not(.home) .header {
    background-color: var(--off_white);
}
.header > .wrapper {
    width: 100%;
    align-items: flex-end;
    position: relative;
}
.header {
    height: 6.4rem;
}
.body:not(.page-template-page-home) .header {
    background-color: var(--off_white);
}
.desktop-menu-wrapper {
    position: relative;
    bottom: 1px;
}
.desktop-menu-wrapper > .menu-wrapper, .desktop-menu-wrapper > .menu-wrapper > div {
    width: 100%;
}
.menu-wrapper ul.menu {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    height: 1em;
    width: 100%;
}
.menu-wrapper ul.menu a {
    display: block;
    height: 1.3em;
    border-bottom: solid 0.1em transparent;
    transition: border-bottom 0.3s ease 0s;
    user-select: none;
    white-space: nowrap;
}
.menu-wrapper ul.menu a:hover, .menu-wrapper ul.menu .current-menu-item a, .menu-wrapper ul.menu .current-menu-parent a {
    border-bottom: solid 0.1em;
}
.menu-wrapper #menu-menu-de-idiomas {
    gap: 0.6rem;
}
.menu-wrapper ul.menu .font-bold {
    margin: 0 0.6rem; 
}
.menu-wrapper ul.menu .font-bold a {
    border-bottom: solid 0.15em transparent;
}
.menu-wrapper ul.menu .font-bold a:hover, .menu-wrapper ul.menu .current-menu-item.font-bold a, .menu-wrapper ul.menu .current-menu-parent.font-bold a {
    border-bottom: solid 0.15em;
}
/*.menu-wrapper ul.menu .btn-menu-inhotim {
    margin-left: 2em;
}*/
.header-right {
/*    grid-column: span 12;*/
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: 0;
    width: 66.1%;
}
.logo-header {
    grid-column: span 6;
}
/*.archive-no-results .header-right {
    grid-column: span 11;
}
.archive-no-results .logo-header {
    grid-column: span 7;
}*/
.logo-header a {
    display: block;
    width: 11.66rem;
    height: 100%;
    padding-right: 0.3rem;
}
.logo-header svg {
    width: 100%;
    height: 100%;
}
.btn-menu, .menu-mobile {
    display: none;
}



/* FOOTER */

.footer {
    width: 100%;
    height: 9rem;
    padding: 0 var(--vw_6rem);
    display: flex;
    align-items: center;
}
.footer > div {
    width: 100%;
}
.footer-logo {
    grid-column: span 2;
}
body:not(.page-template-page-contato) .footer-column:nth-child(1), body:not(.page-template-page-contato) .footer-column:nth-child(2) {
    grid-column: span 4;
}
body:not(.page-template-page-contato) .footer-column:nth-child(3) {
    grid-column: span 3;
}
body:not(.page-template-page-contato) .footer-column:nth-child(4) {
    grid-column: span 3;
}
body:not(.page-template-page-contato) .footer-column:nth-child(5) {
    grid-column: span 2;
}
.footer-logo a {
    display: flex;
}
.footer-logo a svg {
    width: 4.47rem;
}
.footer p a, p a[href^="tel"], .footer-column a {
    text-decoration: none;
    text-underline-offset: 0.12em; 
    text-decoration-thickness: 0.07em;
}
.footer p a:hover, .footer p a[href^="tel"]:hover, .footer-column a:hover {
    text-decoration: underline;
}
.page-template-page-contato .footer-column a {
    text-decoration-thickness: 0.105em !important;
}
.footer b, .footer strong {
    font-weight: 600;
}


/* HOMEPAGE */

.homepage-slider, .homepage-video-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    user-select: none;
}
.homepage-slider * {
    height: 100%;
}
.homepage-slider .swiper-fade {
    transition-duration: 200ms;
}
.video-wrapper, .video-wrapper video {
    width: 100%;
    height: 100%;
}
.video-wrapper video {
    mix-blend-mode: multiply;
    object-fit: cover;
    height: 100%;
    width: 100%;
}



/* ARCHIVE PROJETOS */

.masonry-grid {
    opacity: 0;
    width: 100% !important;
}
.masonry-grid.masonry-imgs-loaded {
    opacity: 1;
}
.masonry-grid .grid-item {
    display: block;
    overflow: hidden;
    margin-bottom: 1.5625vw;
    opacity: 1;
    transition: 0s !important;
    user-select: none;
}
.single-projeto .masonry-grid .grid-item {
    margin-bottom: 0;
}
.single-projeto .masonry-grid-galeria + .masonry-grid-galeria{
    margin-top: 22vw;
}
.masonry-grid .grid-item > .wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.masonry-grid .post-wrapper {
    position: relative;
    display: block;
    transform: scale(1.03);
}
.masonry-grid .post-wrapper .img-wrapper {
    position: relative;
    z-index: 1;
}
.masonry-grid .post-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.1) 100%);
    will-change: opacity;
    transition: opacity 0.3s ease-out 0s;
}
.masonry-grid .post-wrapper:hover:after {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
}
.masonry-grid .post-wrapper .title {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    padding: 0 1vw 1.6vw;
    color: var(--white);
    transform: translate3d(-50%, 0, 0);
    transition: opacity 0.3s ease-out 0s;
    will-change: opacity;
    opacity: 0;
}
.masonry-grid .post-wrapper:hover .title {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.15s;
}
.masonry-grid .grid-sizer, .masonry-grid .grid-item { 
    width: calc(33% - calc(1.5625vw / 2));
}
.masonry-grid .gutter-sizer {
    width: 1.5625vw;
}
/*.masonry-grid .img-wrapper.horizontal {
    height: 16.709vw;
}
.masonry-grid .img-wrapper.vertical {
    height: 34.9695vw;
}*/
.masonry-grid .img-wrapper {
    filter: blur(120px);
    transition: filter 0.05s ease 0s;
}
.masonry-grid .img-wrapper.img-loaded {
    filter: unset;
}
.masonry-grid .img-wrapper img {
    width: 100%;
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 10s ease 0s;
    will-change: transform, transform-origin, filter;
    object-fit: cover;
}
.masonry-grid .post-wrapper:hover .img-wrapper img {
    transform: scale3d(1.2, 1.2, 1.2);
    transition: transform 20s ease 0s;
}
body.resizing .masonry-grid, .body.resizing .masonry-grid * {
    transition: 0s !important;
}



/* SINGLE PROJETOS */

.single-head .ficha_tecnica a {
    position: relative;
    z-index: 10;
}
.single-title h1, .single-title > h2 {
    max-width: 25vw;
}
.ficha_tecnica {
    display: flex;
    flex-wrap: wrap;
    width: 59.9vw;
    gap: var(--gap);
    margin-top: 0.4em;
}
.layout-2 .ficha_tecnica {
    width: 100%;
    gap: 1.33rem;
}
.ficha_tecnica > div {
    width: calc(25% - 1.2vw);
    break-inside: avoid;
    padding-right: 2em;
}
.layout-2 .ficha_tecnica > div {
    width: calc(20% - 4vw);
}
.ficha-tecnica-item a {
    text-decoration: underline;
    text-decoration-thickness: 0.07em;
    text-underline-offset: 0.12em; 
}
.masonry-grid-galeria {
    margin-left: calc(-1.5625vw / 2);
    width: 100% !important;
    max-width: unset;
}
.masonry-grid-galeria .grid-sizer, .masonry-grid-galeria .grid-item { 
    width: calc(33% - calc(1.5625vw / 2));
}
.masonry-grid-galeria .grid-item {
    transition: 0.3s;
    opacity: 1;
}
.masonry-grid-galeria .gutter-sizer {
    width: 1.5625vw;
}
/*.masonry-grid-galeria .img-wrapper.horizontal {
    height: 17.48vw;
}
.masonry-grid-galeria .img-wrapper.vertical {
    height: 36.4765vw;
}*/
.masonry-grid-galeria .img-wrapper {
    width: 100%;
    filter: unset;
}
.masonry-grid-galeria .grid-item, .masonry-grid-galeria .grid-item-text {
    margin: 1.5625vw calc(1.5625vw / 2);
    overflow: hidden;
}
.modal-galeria {
    transition: margin-top 0.3s;
}
.single-head {
    padding-bottom: var(--gap);
}
.grid-item-text {
    cursor: text;
}
.masonry-grid-galeria .grid-item img {
    transition: transform 15s, filter 15s;
    cursor: pointer;
    filter: grayscale(0%);
    transform: scale3d(1, 1, 1);
    will-change: transform, transform-origin, filter;
}
.masonry-grid-galeria .grid-item.inactive img {
    filter: grayscale(70%);
    transition: transform 15s, filter 15s;
}
.masonry-grid-galeria .grid-item.active img {
    filter: grayscale(0%);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: transform 15s, filter 0.3s;
}
.galeria-fotografo-wrapper:last-child {
    margin-bottom: 0;
}
.modal-galeria-wrapper {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 10rem;
    width: 100%;
    height: calc(100vh - 10rem);
    padding: 0 var(--vw_6rem) 6rem;
    opacity: 0;
    pointer-events: none;
    transition: height 0.3s, top 0.3s, opacity 0s;
}
.modal-galeria-wrapper.active {
    z-index: 100;
    opacity: 1;
    pointer-events: all;
}
.modal-galeria-wrapper {
    margin-top: -0.5em;
    padding-bottom: 0.5em;
    transition: height 0.3s, top 0.3s, padding-bottom 0.3s, margin-top 0.3s, opacity 0s;
}
.modal-galeria-wrapper.active {
    margin-top: 0;
    padding-bottom: 0;
}
.modal-galeria-wrapper {
    top: 6.4rem;
    height: calc(100% - 6.4rem);
}
.modal-galeria, .modal-galeria .modal-item, .modal-galeria .img-wrapper {
    height: 100%;
}
.modal-galeria img {
    object-fit: contain;
    height: calc(100vh - 16rem);
    transition: height 0.3s;
}
.modal-galeria .horizontal img {
    object-fit: contain;
}
.modal-galeria .img-info {
    height: 4.6rem;
}
.modal-galeria .img-info .wrapper {
    min-height: 2.3rem;
}
.modal-galeria .img-info b, .modal-galeria .img-info strong {
    font-weight: 600;
}
.btn-close-galeria {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    transform: scale3d(1.0, 1.0, 1.0);
    transition: transform 0.3s;
    will-change: transform;
}
.btn-close-galeria:hover {
    transform: scale3d(1.3, 1.3, 1.3);
}
.btn-swiper, .slick-arrow {
    position: absolute;
    left: 0;
    top: 15.9rem;
    width: 50%;
    height: calc(100% - 26.5rem);
    z-index: 1;
    outline: none !important;
}
.slick-arrow {
    top: 0;
    height: 100%;
}
.btn-prev-slide {
    cursor: url(images/arrow-left.svg), auto;
}
.btn-next-slide {
    cursor: url(images/arrow-right.svg), auto;
    left: unset;
    right: 0;
}
.cursor-external-link {
    cursor: url(images/arrow-ne.svg), auto;
}
.ico-arrow-right, .ico-arrow-left {
    width: 1.9335rem;
}
.swiper-slide {
    opacity: 0 !important;
    pointer-events: none;
}
.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: all;
}


/* PAGE ABOUT */

.page-template-page-sobre .page-wraper {
    margin-top: 4.8rem;
}
.page-template-page-sobre .page-wrapper > .wrapper {
    width: calc(100% - 0.3rem);
}
.page-template-page-sobre .col-02 > .titulo {
    margin-left: -0.1rem;
    margin-top: -0.65rem;
}
/*.page-template-page-sobre .mini-bio, .premios-section, .equipe-section {
    width: calc(100% - 10.2vw);
    margin-left: 0.15em;
}*/
.equipe-section {
    margin-top: 5.225rem;
}
.page-template-page-sobre .sticky-img img {
/*    position: sticky;*/
/*    top: calc(6.4rem + 32px);*/
    width: calc(100% + 1.67vw);
    max-width: unset;
/*    width: 100%;*/
    height: 100%;
    max-height: calc(100svh - 15rem);
    object-fit: cover;
    object-position: top;
}
.premio-item, .equipe-item {
    margin-bottom: 1.3em;
}


/* PAGE CONTATO */


.page-template-page-contato .single-title {
    opacity: 0;
    pointer-events: none;
}
.page-template-page-contato .site-content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 24.7rem);
    margin-bottom: 6rem !important;
}
.page-template-page-contato .page-wrapper > .wrapper {
    width: calc(100% - 0.15rem);
}
.page-template-page-contato pa {

}
.page-template-page-contato .font-semibold p a {
    text-decoration-thickness: 0.105em;
    line-height: 1.5em;
    text-underline-offset: 0.15em;
}
.page-template-page-contato .titulo.uppercase {
    margin-bottom: 0.2em;
}




@media only screen and (min-width: 3000px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



@media only screen and (min-width: 2561px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 20px;
    line-height: 1.3;
}

}


@media only screen and (max-width: 2560px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 18px;
    line-height: 1.3;
}

}



@media only screen and (max-width: 2240px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 15px;
    line-height: 1.3;
}

}


@media only screen and (max-width: 1920px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 15px;
    line-height: 1.3;
}

}



@media only screen and (max-width: 1750px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 15px;
    line-height: 1.3;
}
/*.page-template-page-contato .page-wrapper > .wrapper {
    width: 75%;
}*/


}



@media only screen and (max-width: 1680px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 14px;
    line-height: 1.3;
}

}



@media only screen and (max-width: 1600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.header-right {
    /*grid-column: span 14;
    margin-left: -1.2rem;
    width: calc(100% + 1.2rem);*/
}
.logo-header {
    grid-column: span 4;
}

}



@media only screen and (max-width: 1500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 13px;
    line-height: 1.3;
}
.header {
    padding: 3rem var(--vw_6rem) 3rem;
}
.header-right {
    /*margin-left: -0.6rem;
    width: calc(100% + 0.6rem);*/
}
.footer {
    padding: 0 var(--vw_6rem);
}
body:not(.home) .site-content {
    margin: 8rem var(--vw_6rem) 2.5rem;
}
.site-content {
    margin-top: 8rem;
}
body.page-template-page-sobre .site-content {
    margin: 11rem var(--vw_6rem) 0;   
}


}



@media only screen and (max-width: 1366px) and (min-height: 680px) and (max-height: 690px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 13px;
    line-height: 1.3;
}

}



@media only screen and (max-width: 1366px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

html {
    font-size: 12px;
    line-height: 1.3;
}

.header-right {
    /*margin-left: -1.4rem;
    width: calc(100% + 1.4rem);*/
}

}



@media only screen and (max-width: 1280px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.header-right {
    /*margin-left: -0.85rem;
    width: calc(100% + 0.85rem);*/
}

}



@media only screen and (max-width: 1260px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.btn-menu {
    display: block;
    position: absolute;
    right: -0.9rem;
    top: -3.4rem;
}
.desktop-menu-wrapper {
    display: none;
}

.home .hamburger-inner, .home .hamburger-inner:after, .home .hamburger-inner:before, .home .hamburger.is-active .hamburger-inner, .home .hamburger.is-active .hamburger-inner:after, .home .hamburger.is-active .hamburger-inner:before {
    background-color: var(--off_white);
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: var(--primary);
    border-radius: 1px;
    width: 2.8rem;
    height: 0.33rem;
}
.home .hamburger {
    color: var(--off_white);
}
.hamburger {
    color: var(--primary);
    padding: 1.01rem;
}
.hamburger-box {
    width: 2.8rem;
    height: 2.35rem;
}
.hamburger-inner:after {
    bottom: -0.95rem;
}
.hamburger-inner:before {
    top: -0.95rem;
}
.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1;
}
.menu-mobile {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 13;
}


}


@media only screen and (max-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}