/*
    
    1 - FONTS
    2 - GENERAL HTML SETTINGS
    3 - COMMON STUCTURES
    4 - INDIVIDUAL PAGES

*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            1 - FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@font-face {
    font-family: Andrade;
    src: url('../fonts/AndradePro-Rg.otf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    2 - GENERAL HTML SETTINGS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*, *::before, *::after {
    box-sizing: border-box;
}

:root {
    font-size: 15.5px;
    --main-color: #000;
    --link-hover-color: #000;
    --light-grey: #F8F8F7;
    --darker-grey: #EAEAE9;
    --black-grey: #222221;
    --andrade: "Andrade", Garamond, Georgia, "Times New Roman", serif;
    --montserrat-regular: "Montserrat-Regular", Helvetica, Arial, Verdana, sans-serif;
    --montserrat-medium: "Montserrat-Medium", Helvetica, Arial, Verdana, sans-serif;
    --montserrat-semibold: "Montserrat-SemiBold", Helvetica, Arial, Verdana, sans-serif;
    --montserrat-bold: "Montserrat-Bold", Helvetica, Arial, Verdana, sans-serif;
    --border: 2px solid #000;
    --mg-bttm-reg: 11rem !important;
    --product-height: min(28rem, 29vw);
    --max-body-width: 1340px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background: rgba(44, 44, 42, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(44, 44, 42, 0.7);
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 1);
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

html.menu_open {
    overflow-y: hidden;
}

body {
    width: 100vw;
    margin: 0;
    font-family: var(--montserrat-regular);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    overflow: hidden;
}

::selection {
    color: #fff;
    background-color: var(--main-color);
}

h1, .regular-h1 {
    font-family: var(--andrade);
    font-size: 6.5rem;
    font-variant-caps: all-small-caps;
    text-transform: uppercase;
    line-height: 4.5rem;
    letter-spacing: 2px;
    margin-left: -0.5rem;
    position: relative;
}

h2 {
    font-family: var(--andrade);
    font-size: 3rem;
    font-variant-caps: all-small-caps;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

h3 {
    font-family: var(--montserrat-bold);
    text-transform: uppercase;
    font-size: 1.45rem;
    letter-spacing: 1px;
}

h4 {
    font-family: "Manier-Bold", serif;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h5 {
    font-family: "Manier-Bold", serif;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 0.65rem;
}

a {
    position: relative;
    color: var(--main-color);
}

a:hover {
    color: inherit;
    text-decoration: none;
}

b, strong {
    font-weight: unset;
    font-family: var(--montserrat-bold);
}


button {
    background-color: transparent;
    border: none;
}

button:focus, input:focus, textarea:focus {
    outline: none;
}

input, textarea {
    padding: 2px 1.25rem;
    border: none;
    border-bottom: 2px solid #22231C;
    border-radius: 0;
    background-color: transparent;
}

textarea {
    height: 7.5rem;
}

::placeholder {
    color: transparent
}

#cookie-notice .cn-button {
    color: #000 !important;
    border-radius: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        3 - COMMON STUCTURES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ----- Custom classes ----- */
a.underline-anim, .underline-anim a {
    display: inline !important;
    background-image: linear-gradient(var(--main-color), var(--main-color));
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0% 1px;
    padding-bottom: 1px;
}

a.underline-anim.white_underline, .underline-anim.white_underline a {
    background-image: linear-gradient(#fff, #fff);
}

a.underline-anim:hover, .underline-anim a:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

a.underline-anim, .underline-anim a, a.underline-anim:hover, .underline-anim a:hover {
    transition: background-size 0.4s, color 0.4s, background-image 0.4s ease;
    -webkit-transition: background-size 0.4s, color 0.4s, background-image 0.4s ease;
    -moz-transition: background-size 0.4s, color 0.4s, background-image 0.4s ease;
    -o-transition: background-size 0.4s, color 0.4s, background-image 0.4s ease;
}

.mobile-only {
    display: none;
}

.full-width {
    width: 100%;
}

.img_wrapper {
    margin-bottom: 0;
}

.img_wrapper img {
    width: 100%;
    object-fit: contain;
}

.ratioed_img {
    position: relative;
}

.ratioed_img:before {
    content: '';
    display: block;
}

.ratioed_img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}

.opacity-0 {
    opacity: 0;
}

.custo-chamada {
    font-size: 12px !important;
    letter-spacing: 0.2px;
}

.main-wrapper {
    max-width: var(--max-body-width);
    margin: 0 auto;
    padding-top: 3rem;
}

.mg_bttm_reg {
    margin-bottom: var(--mg-bttm-reg);
}

.full_bg {
    position: relative;
}

.full_bg:before {
    content: '';
    position: absolute;
    background-color: var(--light-grey);
    width: 100vw;
    top: 0;
    left: calc(calc(100vw - var(--max-body-width)) / -2);
    z-index: -1;
}

[data-slide-up] {
    transition: opacity 0.4s, color 0.4s ease !important;
    -webkit-transition: opacity 0.4s, color 0.4s ease !important;
    -moz-transition: opacity 0.4s, color 0.4s ease !important;
    -o-transition: opacity 0.4s, color 0.4s ease !important;
}

/* headers */
.title_bg_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2; 
}

.title_bg_wrapper .title_wrapper {
    position: absolute;
}

.title_bg_wrapper .title_wrapper span {
    display: inline-block;
}

.title_bg_wrapper h1, .post-type-archive-catalogs header h1 {
    font-size: 7rem;
}

.title_bg_wrapper img {
    height: 600px;
    margin: 0 auto;
    display: block;    
}

/* Two line labels */
.two_line_label, .button, input[type="submit"] {
    font-family: var(--montserrat-medium);
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    max-width: max-content;
}

.two_line_label span {
    display: block;
}

.two_line_label .line-1, .two_line_label.switch_sizes .line-2 {
    font-size: 1em;
}

.two_line_label .line-2, .two_line_label.switch_sizes .line-1 {
    font-size: 0.6em;
    margin-top: 0.1rem;
    margin-bottom: -2px;
}

/* buttons */
.button, input[type="submit"] {
    display: block;
    position: relative;
    border-top: var(--border);
    border-bottom: var(--border);
    z-index: 1;
}

.button {
    line-height: 1.5rem;
    padding: 0.5em 2.3em;
}

.button.two_line_label {
    padding: 0.2em 2.3em 0.5em 2.3em;
}

.button.centered_bttn {
    margin: 6rem auto;
}

.button:before, #submit:after {
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
}

.button:hover:before, #submit:hover:after {
    transform: scaleY(1);
    transform-origin: top;
}

.button:hover, #submit:hover input {
    color: #fff;
}

/* Wordpress content */
.wp_content h2 {
    font-family: var(--montserrat-bold);
    text-transform: uppercase;
}

/* loading */
.load_more_wrapper {
    position: relative;
}

.load_more_wrapper .lds-ring {
    top: 0;
}

.load_more_wrapper.loading .load-more-bttn {
    opacity: 0;
    pointer-events: none;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -80px;
    left: calc(50% - 26px);
    opacity: 0;
    pointer-events: none;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    margin: 5px;
    border: 5px solid #000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/* ----- Transitions ----- */
/* transform */
*:before, *:hover:before, *:after, *:hover:after {
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
}

.detect_appear:before, .detect_appear:after {
    transition: transform 0.8s, opacity 0.8s ease;
    -webkit-transition: transform 0.8s, opacity 0.8s ease;
    -moz-transition: transform 0.8s, opacity 0.8s ease;
    -o-transition: transform 0.8s, opacity 0.8s ease;
}

/* all */
.anim-all, .anim-all:hover, a, a:hover, .form-field label, input, textarea, nav.navbar .custom-logo-link img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

/* Parallaxes */
.parallax-anim {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}


/* ******************************************
                HEADER
******************************************* */
/* loader */
.prod_title_transition {
    text-align: center;
    display: block;
    margin: 19.8rem auto 0 auto !important;
    position: relative;
    left: -0.25rem;
}

/* navbar */
nav.navbar {
    padding: 0;
    border-bottom: var(--border);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 980;
    background-color: #fff;
}   

nav.navbar .custom-logo-link {
    width: 33%;
    width: calc(250px + 126px + (100vw - var(--max-body-width)) / 2 + 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: var(--border);
    padding: 0.8rem 0;
}   

nav.navbar .custom-logo-link img {
    width: 250px;
    margin-left: auto;
    margin-right: 126px;
}

/* reduced on scroll / sticky */
nav.navbar.sticky-reduced .custom-logo-link img {
    height: 60px;
    transform: scale(0.8);
}


/* ******************************************
                MENU
******************************************* */
.menu-toggle {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: calc((100vw - var(--max-body-width)) / 2 + 9px);
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 101;
}

.menu-toggle span {
    width: 100%;
    min-width: 60px;
    display: block;
    margin: 2.5px 0;
    border-top: 6px solid #000;
}

@media (hover: hover) {
    .menu-toggle:not(.menu_open):hover span:nth-of-type(1) {
        width: 80%;
        min-width: 80%;
    }

    .menu-toggle:not(.menu_open):hover span:nth-of-type(2) {
        width: 50%;
        min-width: 50%;
    }

    .menu-toggle.menu_open:not(.closing):hover {
        transform: rotate(90deg);
    }
}

.menu {
    background-color: var(--black-grey);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: top;
}

.menu:before {
    content: '';
    position: absolute;
    background-color: var(--black-grey);
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    top: -5px;
    z-index: 3;
}

.menu, .menu .menu-page-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu .menu-page-list {
    padding: 0;
    margin: 0;position: relative;
}

.menu .menu-page-list:before {
    content: '';
    position: absolute;
    width: calc(100% + 12rem);
    height: calc(100% + 7rem);
    background-color: var(--black-grey);
    left: -6rem;
    top: 0;
    transform: scaleY(1);
    transform-origin: bottom;
    z-index: 2;
}

.menu .menu-page-list li {
    position: relative;
}

.menu .menu-page-list li:after {
    content: '';
    position: absolute;
    width: calc(100% + 7rem);
    height: 3px;
    background-color: #fff;
    top: calc(50% - 2px);
    left: -3.5rem;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 0;
}

.menu-page-list li:hover:after, .menu-page-list li.current-menu-item:after, .menu-page-list li.current-menu-ancestor:after, .menu-page-list li.menu-item-has-children:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.menu .menu-page-list li a {
    font-family: var(--montserrat-medium);
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    z-index: 1;
}

/* menu open */
.menu-toggle.menu_open {
    position: fixed;
}

.menu-toggle.menu_open, .menu-toggle.menu_open:hover {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.menu-toggle.menu_open span {
    border-color: #fff;
    position: absolute;
}

.menu-toggle.menu_open span:nth-of-type(1) {
    transform: rotate(45deg);
}

.menu-toggle.menu_open span:nth-of-type(2) {
    transform: rotate(-45deg);
}

.menu.menu_open {
    transform: scaleY(1);
}

.menu.menu_open .menu-page-list:before {
    transform: scaleY(0);
    transition-delay: 0.4s;
}

/* menu closing */
.menu-toggle.menu_open.closing span {
    position: relative;
    transform: rotate(0);
}

.menu.menu_open.closing .menu-page-list:before {
    transform: scaleY(1);
    transition-delay: 0s;
}


/* ******************************************
                    FOOTER
******************************************* */
footer {
    width: 100%;
    background-color: #000;
    padding: 7rem 0 6rem 0;
}

footer * {
    color: #fff;
}

footer .slogan {
    max-width: 35rem;
    font-family: var(--andrade);
    font-size: 4rem;
    line-height: 4.3rem;
    margin-left: 2.5rem;
    display: block;
}

footer .footer-cols {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

footer .footer-cols .cols-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -1rem;
}

#footer-col-1 .contact_info {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
}

#footer-col-1 .contact_info:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 17.5rem;
    height: 4px;
    margin-right: 20px;
    border-top: 2px solid #585857;
}

#footer-col-2 {
    width: 100%;
    max-width: 400px;
}

#footer-col-2 figure {
    margin-bottom: 0;
}

a.design {
    font-family: var(--montserrat-bold);
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.5px;
    color: #585857;
    position: absolute;
    top: 0;
    right: 0;
}

a.design:hover {
    color: #fff;
}

a.design:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 50px;
    height: 6.5px;
    margin-left: 14px;
    border-top: 2px solid #585857;
}


/* ******************************************
                SLIDERS
******************************************* */
.slider {
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.swiper-slide {
    flex-shrink: 0;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav_bttns button {
    width: 65px;
    padding: 0;
    display: inline-block;
}

.nav_bttns button#prev {
    margin-right: 20px;
}

.nav_bttns button:not(.swiper-button-disabled):hover circle {
    fill: #000 !important;
}

.nav_bttns button:not(.swiper-button-disabled):hover polyline {
    stroke: #fff !important;
}

.nav_bttns button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.slide_indexes .total {
    font-family: var(--montserrat-bold);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    4 - INDIVIDUAL PAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ******************************************
                    HOMEPAGE
******************************************* */
.main-container.home .main-wrapper {
    padding-top: 2.25rem;
}

/* Slider */
#home_slider .img_slider figure:before {
    padding-bottom: max(50%, 220px);
}

#home_slider .text_slider {
    top: 26%;
    left: 0;
    padding-left: 12%;
    pointer-events: none;
    user-select: none;
    position: absolute;
    z-index: 2;
}

#home_slider .text_slider .nav_bttns button {
    pointer-events: all;
}

#home_slider h2 {
    font-family: var(--montserrat-medium);
    font-size: 6rem;
    letter-spacing: 0.5rem;
    margin-bottom: 0;
}

#home_slider .content_container {
    font-family: var(--montserrat-medium);
    max-width: 22rem;
    line-height: 1.3rem;
    font-size: 1.05rem;
}

#home_slider .nav_bttns {
    margin-top: 2.25rem;
}

/* Intro */
.home_intro {
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home_intro img.logo_title {
    width: 130px;
    display: block;
    margin: 0 auto 1.5rem auto;
}

.home_intro .content_wrapper {
    font-family: var(--andrade);
    font-size: 2.5rem;
    line-height: 3rem;
}

/* Cards */
.prod_cards {
    margin-left: 0;
}

.prod_cards .card {
    color: unset;
    border: none;
    padding: 0;
}

.prod_cards .img_wrapper {
    margin: 0 4px 12px 4px;
    overflow: hidden;
}

.prod_cards .card_title {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.3rem 1rem;
    border-top: var(--border);
    border-bottom: var(--border);
}

.prod_cards .card:hover img {
    transform: scale(1.1);
}

.prod_cards .card .card_title:before {
    left: -1px;
    right: -1px;
}

.prod_cards .card:hover .card_title:before {
    transform: scaleY(1);
    transform-origin: top;
}

.prod_cards .card:hover .card_title {
    color: #fff;
}

.prod_cards .card:first-of-type {
    padding-left: 4px;
}

.prod_cards .card:first-of-type .img_wrapper {
    margin-left: 0;
}

.prod_cards .card:last-of-type {
    padding-right: 4px;
}

.prod_cards .card:last-of-type .img_wrapper {
    margin-right: 0;
}

.prod_cards .card:not(:last-of-type) .card_title {
    border-right: var(--border);
}



/* ******************************************
                ABOUT US
******************************************* */
/* header */
.page-template-page-about .title_bg_wrapper img {
   height: 600px;
   margin: -20px auto 0 37%;
   object-fit: contain;
   object-position: center bottom;
}

.page-template-page-about .title_bg_wrapper h1 {
    bottom: 25%;
    left: 31%;
}

.page-template-page-about .title_bg_wrapper h1 .line-2 {
    margin-left: 4rem;
}

.page-template-page-about .introduction .img_wrapper {
    max-width: 450px;
    margin-top: -380px;
    margin-left: 4%;
    mix-blend-mode: multiply;
}

.page-template-page-about .introduction .content_wrapper, .page-template-page-options header .content_wrapper {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.page-template-page-about .introduction .content_wrapper {
    max-width: 41rem;
    margin-left: 8%;
}

.page-template-page-about .introduction .content_wrapper h3 {
    font-family: var(--andrade);
    font-size: 3.5rem;
    text-transform: none;
    line-height: 3.75rem;
    max-width: 32rem;
    margin-bottom: 1.75rem;
    margin-left: -0.1rem;
}

/* Our Story */
#story {
    padding: 10rem 6.5% 0 6.5%;
    position: relative;
}

#story:before {
    height: 100%;
    min-height: 56rem;
}

#story h2 {
    width: fit-content;
    max-width: max-content;
    margin-left: 18.8%;
}

#story h2 span {
    display: block;
    line-height: 4rem;
}

#story h2 .line-2 {
    margin-left: 4rem;
}

#story .title_container {
    position: relative;
    margin-bottom: 4rem;
}

#story .title_container .current_index {
    font-family: var(--andrade);
    font-size: 15rem;
    font-variant-caps: all-small-caps;
    text-align: right;
    line-height: 8.4rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.text_slider_container .content_container figure {
    max-width: 21rem;
    margin-top: 1.2rem;
    margin-bottom: -10rem;
    margin-right: 9%;
    mix-blend-mode: multiply;
}

#story_slider {
    max-width: calc(100% - 21rem - 9%);
}

#story_slider .swiper-slide, #design .content_outer_wrapper .content_wrapper .content_container, .page-template-page-options .content_wrapper, .prod_info .technical_info .content_container {
    font-size: 1.1rem;
}

#story_slider .swiper-slide .content_wrapper {
    max-width: 32rem;
}

#story_slider .navigation {
    width: fit-content;
    max-width: max-content;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: 2rem;
}

#story_slider .slide_indexes {
    margin-right: 40px;
}

/* Design & Collection */
#design {
    padding-top: 7rem;
    margin-bottom: 8rem;
}

#design h2 {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
}

#design .content_wrapper {
    position: relative;
    padding-top: 4.5rem;
    margin-top: 8rem;
}

#design .content_wrapper:before {
    content: '';
    background-image: url(../img/table_lamp_sketch.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    width: 290px;
    height: 370px;
    right: 0;
    top: -275px;
    mix-blend-mode: multiply;
}

#design .content_wrapper:after {
    content: '';
    position: absolute;
    background-color: var(--light-grey);
    top: 0;
    right: 0;
    width: 88.5%;
    height: calc(100% - 9rem);
    z-index: -1;
}

#design .content_wrapper .img_wrapper {
    padding-right: 0;
}

#design .content_wrapper .content_container {
    max-width: 32rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: 11%;
}

#design .content_wrapper .content_container .content_img {
    width: 100%;
    max-width: 29rem;
    margin-top: 4rem;
}

/* animations */
#design .content_wrapper.detect_appear:not(.loaded):before {
    transform: translateX(100px);
    opacity: 0;
}


/* ******************************************
                CUSTOM OPTIONS
******************************************* */
/* Header */
.page-template-page-options .title_bg_wrapper h1 {
    margin: 3.5rem 0 0 6.3rem;
}

.page-template-page-options .title_bg_wrapper h1 .line-1 {
    font-size: 0.95em;
}

.page-template-page-options .title_bg_wrapper h1 .line-2, .product_arch_header.title_bg_wrapper h1 span, .post-type-archive-catalogs header h1 span {
    font-size: 1.35em;
}

.page-template-page-options .title_bg_wrapper h1 .line-2 {
    position: relative;
    top: 0.35em;
    margin-left: -2rem;
}

.page-template-page-options header {
    margin-bottom: 8rem;
}

.page-template-page-options header .content_wrapper {
    text-align: center;
    max-width: 35rem;
    margin: 1rem auto 0 auto;
    position: relative;
    z-index: 3;
}

.uneven_container {
    position: relative;
}

.uneven_container > .img_wrapper {
    padding-right: 0;
    z-index: 2;
}

.uneven_container .content_wrapper {
    margin-top: 6.5rem;
    max-width: 30rem;
    margin-left: 8%;
    padding-top: 7rem;
}

.centered_container {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.custom_solutions {
    max-width: 22rem;
    margin-bottom: 4rem;
    position: relative;
}

.custom_solutions figure {
    width: 6rem;
    overflow: hidden;
    user-select: none;
}

.custom_solutions.left_slider {
    --arrow-width: 75px;
    --right-mg: 15px;
    width: calc(100% + var(--arrow-width) - var(--right-mg));
    max-width: unset;
    margin-left: calc(var(--arrow-width) * -1);
    padding-left: var(--arrow-width);
    padding-right: var(--arrow-width);
}

.custom_solutions.left_slider.slider .nav_bttns {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Finishes */
#finishes.uneven_container .custom_solutions .swiper-slide {
    width: 25%;
}

#finishes.uneven_container .custom_solutions .img_wrapper {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

#finishes.uneven_container .custom_solutions .ratioed_img:before {
    padding-bottom: 100%;
}

#finishes.uneven_container .content_wrapper, #metal.uneven_container .content_wrapper {
    margin-left: -50%;
    max-width: unset !important;
    width: 100%;
    flex: unset;
    padding-top: 0;
}

#finishes.uneven_container .content_wrapper .control_wrapper {
    width: 75%;
    margin-left: 25%;
    padding-top: 7rem;
    padding-left: 34%;
    padding-bottom: 6.5rem;
    background-color: var(--light-grey);
}

#finishes.uneven_container .content_wrapper .content_container {
    max-width: 28rem;
}

#finishes_slider .slider {
    overflow-x: clip;
    overflow-y: unset;
}

#finishes_slider, #finishes_slider .slider figure {
    overflow: unset;
}

#finishes_slider .slider figcaption {
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
}

/* Fabric */
.centered_container {
    max-width: 30rem;
    padding-top: 0;
}

.centered_container .custom_solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.centered_container .custom_solutions figure {
    margin: 0;
}

#fabric.centered_container .custom_solutions figure {
    width: 65px;
}

.centered_container .custom_solutions .img_wrapper {
    position: relative;
}

.custom_solutions figcaption {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    margin-top: 11px;
}

.centered_container .swiper-wrapper {
    align-self: flex-start;
}

.slider.custom_solutions .nav_bttns {
    width: calc(100% + 200px);
    top: 34px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.slider.custom_solutions .nav_bttns button {
    pointer-events: all;
}

.slider.custom_solutions .nav_bttns button.swiper-button-lock {
    display: none;
}

.slider.custom_solutions .nav_bttns button circle {
    display: none;
}

.slider.custom_solutions .nav_bttns button:hover polyline {
    stroke: #000 !important;
    stroke-width: 2.5;
}

#fabric.centered_container .custom_solutions .img_wrapper:before, #fabric.centered_container .custom_solutions .img_wrapper:after {
    content: '';
    background-image: url(../img/fabric_corners.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    left: -1px;
    right: -1px;
    height: 100%;
}

#fabric.centered_container .custom_solutions .img_wrapper:before {
    top: -1px;
}

#fabric.centered_container .custom_solutions .img_wrapper:after {
    bottom: -1px;
    transform: rotate(180deg);
}

#fabric.centered_container .content_wrapper {
    margin-top: 1rem;
}

.slide_outer_wrapper {
    position: relative;
    max-width: 24rem;
}

.slide_outer_wrapper .custom_solutions {
    max-width: inherit;
    margin-left: 0;
    position: unset;
}

/* Metal */
#metal.uneven_container:before {
    width: unset;
    left: 15px;
}

#metal.uneven_container .custom_solutions {
    margin-left: -8px;
}

#metal.uneven_container .custom_solutions figure {
    width: 50px;
    margin: 0 8px;
}

#metal.uneven_container .content_wrapper {
    max-width: 25rem;
}

#metal.uneven_container .content_wrapper .control_wrapper {
    padding-top: 7rem;
    padding-left: 59.5%;
    min-height: calc(100% + 6.5rem);
    background-color: var(--light-grey);
} 

#metal.uneven_container .content_wrapper .content_container {
    max-width: 23rem;
}

/* Shapes */
#shapes.centered_container {
    margin-top: calc(var(--mg-bttm-reg) * 1.5);
    margin-bottom: calc(var(--mg-bttm-reg) * 1.2);
}

#shapes.centered_container .slide_outer_wrapper {
    max-width: 37rem;
}

.load_more_solutions {
    font-size: 15px;
}

#finishes .load_more_solutions, #metal .load_more_solutions {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    height: max-content;
    position: absolute;
    bottom: -2px;
    left: -40px;
}

.centered_container .load_more_solutions {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2rem;
}



/* ******************************************
                PRODUCTS
******************************************* */
/* header */
.post-type-archive-candeeiro .main-wrapper, .tax-categorias_candeeiros .main-wrapper {
    padding-top: 0;
}

.product_arch_header .lamp_wrapper {
    width: 100%;
    overflow: hidden;
}

.product_arch_header .lamp_wrapper figure {
    flex: 1;
}

.product_arch_header .lamp_wrapper img {
    object-fit: contain;
}

.product_arch_header .lamp_wrapper #lamp-left img {
    width: 170px;
    margin-top: -175px;
    margin-right: 19.5rem;
    object-position: top center;
}

.product_arch_header .lamp_wrapper #lamp-right img {
    width: 240px;
    height: auto;
    margin-top: 5.5rem;
    margin-left: 19rem;
    object-position: bottom center;
}

.product_arch_header .title_wrapper {
    text-align: center;
    padding-top: 10rem;
}

.product_arch_header .slogan_container {
    font-family: var(--andrade);
    font-size: 2.2rem;
    line-height: 2.5rem;
    max-width: 32rem;
    margin: 1.7rem auto 0 auto;
}

/* lamp categories */
.lamp_nav {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 4rem 0;
    border-top: var(--border);
    border-bottom: var(--border);
}

.lamp_nav li {
    flex: 1;
    list-style-type: none;
}

.lamp_nav li:not(:last-of-type) {
    border-right: var(--border);
}

.lamp_nav li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem 5% 1.5rem 20%;
    color: #000;
    border: none;
    width: inherit;
    max-width: inherit;
}

.lamp_nav li a img {
    height: 100%;
    width: 60px;
    object-fit: contain;
    object-position: center;
}


.lamp_nav li a .two_line_label {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.2rem;
    margin-left: 1rem;
}

.lamp_nav li a:hover, .lamp_nav li.current a {
    color: #fff;
}

.lamp_nav li.current a:before {
    transform: scaleY(1);
}

.lamp_nav li a:hover img, .lamp_nav li.current a img {
    filter: invert(1);
}

/* product list */
.products_outer_wrapper {
    margin-bottom: 6.5rem;
}

.products_container {
    width: 100%;
    display: grid;
    grid-gap: 9px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    margin-bottom: 9px;
    position: relative;
}

.products_container .product_wrapper {
    width: 100%;
}

.product_wrapper {
    height: var(--product-height);
    position: relative;
}

.product_wrapper .prod_content, .product_wrapper .prod_hover {
    width: 100%;
    height: 100%;
}

.product_wrapper .prod_content {
    background-color: var(--light-grey);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10% 0 2rem 0;
}

.product_wrapper .prod_content img {
    width: 200px;
    height: 80%;
    margin: 0 auto 1.5rem auto;
    display: block;
    object-fit: contain;
    object-position: bottom;
    mix-blend-mode: multiply;
}

.products_container .product_wrapper {
    animation: fade_in 0.4s forwards;
}

.product_wrapper .prod_content h3, .product_wrapper .prod_hover {
    font-family: var(--montserrat-medium);
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.product_wrapper .prod_content h3 {
    max-width: 17rem;
    margin-left: auto;
    margin-right: auto;
}

.product_wrapper .prod_content .description {
    line-height: 1.3rem;
}

.products_container .product_wrapper:not(:nth-of-type(3), :nth-of-type(4)) .prod_content .description {
    display: none;
}

.product_wrapper .prod_hover, .product_wrapper .prod_hover .background_overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.product_wrapper .prod_hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_wrapper .prod_hover .background_overlay {
    content: '';
    background-color: #B4B5B1;
    mix-blend-mode: multiply;
    z-index: 0;
}

.product_wrapper .prod_hover .text {
    color: #fff;
    z-index: 1;
}

.product_wrapper .prod_hover span {
    opacity: 0;
}

.product_wrapper:hover .prod_hover span {
    opacity: 1;
}

.products_container .product_wrapper:nth-of-type(3) .prod_content, .products_container .product_wrapper:nth-of-type(4) .prod_content {
    background-color: var(--darker-grey);
}

.products_container .product_wrapper:nth-of-type(3) .prod_content h3, .products_container .product_wrapper:nth-of-type(4) .prod_content h3 {
    font-size: 2.1rem;
}

.products_container .product_wrapper:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.products_container .product_wrapper:nth-of-type(3) .prod_content {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 7% 0 7% 12.5%;
}

.products_container .product_wrapper:nth-of-type(3) .prod_content img {
    width: 290px;
    height: auto;
    margin-top: -7%;
    margin-bottom: 0;
    object-position: center;
}

.products_container .product_wrapper:nth-of-type(3) .prod_content h3 {
    text-align: left;
}

.products_container .product_wrapper:nth-of-type(3) .prod_content .description {
    max-width: 17rem;
}

.products_container .product_wrapper:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    height: auto;
}

.products_container .product_wrapper:nth-of-type(4) .prod_content {
    justify-content: center;
}

.products_container .product_wrapper:nth-of-type(4) .prod_content img {
    width: 70%;
    height: auto;
    margin-top: -15%;
    margin-bottom: 3rem;
}

.products_container .product_wrapper:nth-of-type(4) .prod_content .description {
    max-width: 21rem;
    margin: 0 auto;
    text-align: center;
}

.products_container .lds-ring {
    top: 0;
}

.products_outer_wrapper.loading .products_container .product_wrapper {
    animation: fade_out 0.4s forwards;
}

@keyframes fade_out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade_in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loading .lds-ring {
    opacity: 1;
}

.load_more_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6.5rem 0;
}

.load_more_wrapper .button, .error-404 .button {
    font-variant-caps: all-small-caps;
    padding: 0.5em 2.3em 0.6em 2.3em;
}



/* ******************************************
                SINGLE PRODUCT
******************************************* */
/* header */
.single-product-header {
    height: 37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.single-product-header figure {
    width: 410px;
    margin: auto auto 0 0;
    mix-blend-mode: multiply;
}

.single-product-header .content_wrapper {
    text-align: center;
    position: absolute;
    top: 6rem;
}

@media (min-width: 992px) {
    .single-product-header .content_wrapper.no_description, .prod_title_transition.no_description {
        padding-top: 100px;
    }
}

.single-product-header .content_wrapper .parent-type {
    font-family: var(--andrade);
    font-size: 2.5rem;
    font-variant-caps: all-small-caps;
}

.single-product-header .content_wrapper h1, .prod_title_transition {
    font-family: var(--montserrat-medium);
    font-size: 6.5rem;
    line-height: 5.2rem;
    letter-spacing: 0.35rem;
    max-width: 58rem;
    margin-top: -0.5rem;
}

.single-product-header .content_wrapper .content_container {
    font-family: var(--andrade);
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1.75rem;
    max-width: 32rem;
}

.return-bttn {
    width: 4rem;
    top: 2.5rem;
    right: 1.7%;
    position: absolute;
}

.return-bttn:hover circle {
    fill: #000 !important;
}

.return-bttn:hover line, .return-bttn:hover polyline {
    stroke: #fff !important;
}

/* technical info */
.prod_tech_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    padding-bottom: 4.5rem;
}

.prod_tech_info:before {
    /* top: 26rem; */
    top: unset;
    bottom: 0;
    min-height: 46.5rem;
}

.prod_tech_info.longer:before {
    min-height: 49rem;
}

.technical_sketch {
    width: 200px;
    height: 325px;
    margin-right: 10%;
}

.technical_sketch img {
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.environment_img, .technical_info {
    width: 62%;
}

.prod_tech_info .tech-info-title {
    font-family: var(--montserrat-regular);
    text-transform: uppercase;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 3.5%;
    margin-bottom: -2.5rem;
}

.prod_tech_info .tech-info-title span {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
}

.prod_tech_info .tech-info-title hr {
    height: 9rem;
    margin: 1.5rem 0 0 0;
    border-right: var(--border);
    transform-origin: top;
    transition-delay: 0.15s;
}

.prod_tech_info .tech-info-title hr:not(.loaded) {
    transform: scaleY(0);
}

.prod_tech_info .technical_info .content_container {
    margin-top: 3.5rem;
    margin-left: auto;
    padding: 0 5px;
    position: relative;
}

.prod_tech_info .technical_info .content_container:before {
    content: '';
    position: relative;
    display: block;
    height: 2rem;
    left: 2px;
    border-left: var(--border);
    margin-bottom: 0.75rem;
    transform-origin: top;
    transition-delay: 0.4s;
}

.prod_tech_info .technical_info .content_container:not(.loaded):before {
    transform: scaleY(0);
}

.prod_tech_info .technical_info .content_container p {
    transition-duration: 0.5s;
}

.prod_tech_info .technical_info .content_container p:nth-of-type(1) {
    transition-delay: 0.7s;
}

.prod_tech_info .technical_info .content_container p:nth-of-type(2) {
    transition-delay: 0.9s;
}

.prod_tech_info .technical_info .content_container p:nth-of-type(3) {
    transition-delay: 1.1s;
}

.prod_tech_info .technical_info .content_container p:nth-of-type(4) {
    transition-delay: 1.3s;
}

.prod_tech_info .technical_info .content_container .characteristic, .post-type-archive-catalogs .content_wrapper h2 {
    font-family: var(--montserrat-semibold);
    font-size: 0.9rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: block;
}

/* view more products carrousel */
.view_more_prods {
    position: relative;
}

.view_more_prods h2 {
    font-size: 2.7rem;
    line-height: 2.1rem;
    margin: 0 auto 4.5rem auto;
}

.view_more_prods #view_prods_slider {
    position: unset;
}

.view_more_prods #view_prods_slider .navigation {
    position: absolute;
    right: 0;
    top: 0.7rem;
}

.view_more_prods .product_wrapper {
    padding: 0 5px;
}

.view_more_prods .product_wrapper .prod_hover {
    width: unset;
    left: 5px;
    right: 5px;
}



/* ******************************************
                CATALGOS
******************************************* */
/* header */
.post-type-archive-catalogs .main-wrapper {
    padding-top: 0;
}

.post-type-archive-catalogs header {
    align-items: flex-end;
    overflow: hidden;
}

.post-type-archive-catalogs header .top_lamp {
    width: 150px;
    margin-top: -20px;
    margin-left: 102px;
}

.post-type-archive-catalogs header h1 {
    margin-left: 12.5%;
    margin-bottom: 0.75rem;
}

.post-type-archive-catalogs .content_wrapper {
    margin-top: 3rem;
    margin-left: 31%;
    padding: 6rem 4rem 10rem 4rem;
    position: relative;
}

.post-type-archive-catalogs .content_wrapper:before {
    content: '';
    position: absolute;
    background-color: var(--light-grey);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
}

.post-type-archive-catalogs .content_wrapper a.latest_catalog {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    width: 30rem;
    margin-bottom: 5rem;
    z-index: 1;
}

.post-type-archive-catalogs .content_wrapper a.latest_catalog.detect_appear:not(.loaded):after {
    width: 0;
}

.post-type-archive-catalogs .content_wrapper a.latest_catalog:after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #000;
    border-bottom: 2px solid #000;
    top: calc(100% + 1rem);
    bottom: -1rem;
    left: -1rem;
    z-index: -1;
    transition: top 0.4s, width 0.6s 0.4s ease;
    -webkit-transition: top 0.4s, width 0.6s 0.4s ease;
    -moz-transition: top 0.4s, width 0.6s 0.4s ease;
    -o-transition: top 0.4s, width 0.6s 0.4s ease;
}

.post-type-archive-catalogs .content_wrapper a.latest_catalog:hover {
    color: #fff;
    padding-left: 1rem;
}

.post-type-archive-catalogs .content_wrapper a.latest_catalog:hover:after {
    top: -1rem;
}

.post-type-archive-catalogs .content_wrapper h2 {
    letter-spacing: 0.5px;
    font-variant-caps: unset;
}

.post-type-archive-catalogs .content_wrapper .catalogo_list {
    padding: 0;
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li {
    padding: 0;
    list-style-type: none;
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li:nth-of-type(2) {
    transition-delay: calc(0.2s * 1);
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li:nth-of-type(3) {
    transition-delay: calc(0.2s * 2);
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li:nth-of-type(4) {
    transition-delay: calc(0.2s * 3);
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li:nth-of-type(5) {
    transition-delay: calc(0.2s * 4);
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li:nth-of-type(6) {
    transition-delay: calc(0.2s * 5);
}

.post-type-archive-catalogs .content_wrapper .catalogo_list li:nth-of-type(7) {
    transition-delay: calc(0.2s * 6);
}


/* ******************************************
                CONTACTS
******************************************* */
.contact_container {
    padding-top: 4rem;
    position: relative;
}

.contact_container:before {
    content: '';
    position: absolute;
    background-color: var(--light-grey);
    width: 100%;
    top: 0;
    bottom: calc(var(--mg-bttm-reg) * -1);
    left: 25%;
    z-index: -1;
}

.contact_container figure {
    margin-left: 3%;
}

.contact_container h1 {
    margin-top: 1.5rem;
    margin-bottom: 3.7rem;
}

.contact_container .content_wrapper {
    padding-top: 3.2rem;
    padding-left: 4%;
}

.contact_container .content_wrapper .content_container {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    line-height: 1.6rem;
    margin-top: 2rem;
}

.contact_container .content_wrapper .content_container p {
    margin-bottom: 2rem;
}

.contact_container .content_wrapper .content_container .custo-chamada {
    margin-top: -1.5rem;
}

/* Forms */
.contact_container .content_wrapper .content_container form {
    margin-top: 8rem;
}

form p {
    margin-bottom: 0 !important;
}

.form-field {
    width: 100%;
    margin-bottom: 3.5rem;
}

.form-field * {
    margin: 0;
}

.form-field .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.form-field input, .form-field textarea {
    width: 100%;
    position: relative;
    z-index: 2;
}

.form-field label {
    position: absolute;
    left: 1.2rem;
    top: -2px;
    z-index: 0;
}

.form-field input:hover + label, .form-field input:focus + label, .form-field input:not(:placeholder-shown) + label, .form-field textarea:hover + label, .form-field textarea:focus + label, .form-field textarea:not(:placeholder-shown) + label {
    font-size: 11px;
    top: -1.4rem;
    letter-spacing: 0.1px;
}

[data-name="privacy_policy_acceptance"] {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3px;
    display: block;
    max-width: 30rem;
    margin-top: -3rem;
    margin-bottom: 6rem;
    padding-left: 1.35rem;
}

[data-name="privacy_policy_acceptance"] * {
    margin: 0;
}

[data-name="privacy_policy_acceptance"] .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

[data-name="privacy_policy_acceptance"] .wpcf7-list-item label input {
    display: none;
}

[data-name="privacy_policy_acceptance"] .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    margin-left: 45px;
}

[data-name="privacy_policy_acceptance"] .wpcf7-list-item label .wpcf7-list-item-label:before {
    content: 'X';
    position: absolute;
    top: 3px;
    right: calc(100% + 15px);
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

[data-name="privacy_policy_acceptance"] .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
    color: #000;
}


#submit {
    position: relative;
}

#submit, #submit p {
    width: max-content;
}

#submit .wpcf7-spinner {
    position: absolute;
}

input[type="submit"] {
    color: #000;
    padding: 0.7em 2.3em;
}

/* Contact Form 7 */
.wpcf7-not-valid-tip {
    font-family: var(--montserrat-medium);
    font-size: 12px;
    letter-spacing: 0;
    color: #D41317;
    padding-left: 1.3rem;
}

.wpcf7 form .wpcf7-response-output {
    font-family: var(--montserrat-bold);
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    margin: 1.2rem 0 0 0;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: transparent;
    color: #d29131;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}



/* ******************************************
            TEMPLATE - Text page
******************************************* */
.page-template-page-text-page .main-wrapper {
    max-width: 980px;
    padding: 7rem 0;
}



/* ******************************************
                    404
******************************************* */
.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 6rem 0 8rem 0;
}

.error-404 h1 {
    max-width: 39rem;
}

.error-404 p {
    margin: 2rem 0;
}


/* ******************************************
                COOKIES NOTICE
******************************************* */
#cookie-notice {
    bottom: 15px;
    background-color: transparent !important;
}

#cookie-notice .cookie-notice-container {
    width: fit-content;
    max-width: 710px;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(3px);
    color: #fff;
    margin: 0 auto;
    font-family: var(--montserrat-regular);
    font-size: 12px;
    box-shadow: 0 9px 12px rgba(0, 0, 0, 0.1);
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    color: #000 !important;
    background-color: #fff !important;
    font-family: var(--montserrat-bold) !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

.cn-close-icon {
    display: none !important;
}