.elementor-kit-6{--e-global-color-primary:#4CB6CE;--e-global-color-secondary:#1D3537;--e-global-color-text:#191919;--e-global-color-accent:#BCD05D;--e-global-color-3aaab4d:#AAAAAA;--e-global-color-46a0cd6:#E5E2DF;--e-global-color-200b403:#E5E2DF14;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Exo 2";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Exo 2";color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:#FFFFFF;border-radius:5px 5px 5px 5px;padding:15px 25px 15px 25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Bricolage Grotesque", Sans-serif;font-size:48px;font-weight:500;line-height:1.2em;}.elementor-kit-6 h2{font-family:"Exo 2", Sans-serif;font-size:35px;font-weight:500;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Exo 2", Sans-serif;font-size:25px;font-weight:500;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h1{font-size:33px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.point-events-none {
    pointer-events: none;
}

/* Header background */
.header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 0;
    transition: 300ms;
    border-radius: 0;
}

.header.header-fixed::before {
    height: 100%;
}

.header.visibleSubmenu::before {
    left: 8px;
    width: calc(100% - 16px);
    top: 8px;
    height: calc(100% - 16px);
    border-radius: 10px 10px 0 0;
}

.header.visibleSubmenu {
    z-index: 999;
}

/* Header - icons contato */
.contato-cabecalho__icon {
    transition: 300ms;
}

.visibleSubmenu .contato-cabecalho__icon {
    transform: translateY(-50%);
    top: 50% !important;
}

/* Body overlay com submenu */
body:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000cf;
    z-index: 998;
    pointer-events: none;
    opacity: 0;
    transition: 300ms;
}

body.modal-request-quote-visible:after {
    pointer-events: visible;
    opacity: 1;
    z-index: 999;
}

body.modal-request-quote-visible {
    overflow: hidden;
}

body.visibleSubmenu:after {
    opacity: 1;
}

/* Espaçamento do submenu ativo */
@media (min-width: 1025px) {
    .e-n-menu-content>.elementor-element {
        margin: 8px;
        max-width: calc(100% - 16px) !important;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1024px) {
    ul.e-n-menu-heading {
        margin-left: 8px !important;
        max-width: calc(100% - 16px);
    }

    li.e-n-menu-item,
    li.e-n-menu-item>.e-n-menu-content {
        width: 100% !important;
    }
}

/* Arredondamento no menu mobile */
@media (max-width: 1024px) {
    ul.e-n-menu-heading:after {
        content: '';
        width: 100%;
        height: 20px;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
    }
}

/* Underline Hover Effect - Fundo Claro */
.e-n-menu-title-text {
    position: relative;
}

.underline-hover-list-white .e-n-menu-title-text:before,
.underline-hover-list-white .e-n-menu-title-text:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
}

.underline-hover-list-white .e-n-menu-title-text:before {
    transition: width 0s ease, background .4s ease;
    left: 0;
    right: 0;
    bottom: 0;
}

.underline-hover-list-white .e-n-menu-title-text:after {
    right: 2.2%;
    bottom: 0;
    background: var(--e-global-color-text);
    transition: width .4s ease;
}

.underline-hover-list-white .e-n-menu-title-text:hover:before {
    width: 97.8%;
    background: var(--e-global-color-text);
    transition: width .4s ease;
}

.underline-hover-list-white .e-n-menu-title-text:hover:after {
    width: 97.8%;
    background: 0 0;
    transition: all 0s ease;
}

/* Underline Hover Effect - Fundo Escuro */
.underline-hover-list-dark .elementor-icon-list-text,
.underline-hover-list-dark .elementor-heading-title a {
    position: relative;
}

.underline-hover-list-dark .elementor-icon-list-text:before,
.underline-hover-list-dark .elementor-icon-list-text:after,
.underline-hover-list-dark .elementor-heading-title a:before,
.underline-hover-list-dark .elementor-heading-title a:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
}

.underline-hover-list-dark .elementor-icon-list-text:before,
.underline-hover-list-dark .elementor-heading-title a:before {
    transition: width 0s ease, background .4s ease;
    left: 0;
    right: 0;
    bottom: 0;
}

.underline-hover-list-dark .elementor-icon-list-text:after,
.underline-hover-list-dark .elementor-heading-title a:after {
    right: 2.2%;
    bottom: 0;
    background: var(--e-global-color-3aaab4d);
    transition: width .4s ease;
}

.underline-hover-list-dark .elementor-icon-list-text:hover:before,
.underline-hover-list-dark .elementor-heading-title a:hover:before {
    width: 97.8%;
    background: var(--e-global-color-3aaab4d);
    transition: width .4s ease;
}

.underline-hover-list-dark .elementor-icon-list-text:hover:after,
.underline-hover-list-dark .elementor-heading-title a:hover:after {
    width: 97.8%;
    background: 0 0;
    transition: all 0s ease;
}

/* Botão Secundário */
.elementor-button-info .elementor-button {
    background-color: #191919B8 !important;
    color: #fff;
}

/* Botão Underline Claro */
.elementor-button-success .elementor-button {
    background-color: transparent !important;
    color: #fff;
}

.elementor-button-success .elementor-button .elementor-button-content-wrapper {
    position: relative;
}

.elementor-button-success .elementor-button-link {
    padding-right: 0;
    padding-left: 0;
}

.elementor-button-success .elementor-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/* Botão Underline Escuro */
.elementor-button-warning .elementor-button {
    background-color: transparent !important;
    color: var(--e-global-color-text);
}

.elementor-button-warning .elementor-button .elementor-button-content-wrapper {
    position: relative;
}

.elementor-button-warning .elementor-button-link {
    padding-right: 0;
    padding-left: 0;
}

.elementor-button-warning .elementor-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-text);
}

/* Botão Claro */
.elementor-button-danger .elementor-button {
    background-color: var(--e-global-color-3aaab4d) !important;
    color: var(--e-global-color-text);
}

/* Efeito dos botões */
.elementor-button-animation-flip .elementor-button-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.elementor-button-animation-flip:hover .elementor-button-content-wrapper {
    transform: translateY(-150%);
}

.elementor-button-animation-flip:hover .elementor-button-icon {
    transform: translateY(150%);
}

.elementor-button-animation-flip .elementor-button-content-wrapper::after {
    content: attr(data-hover);
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    opacity: 0;
    text-align: left;
}

.elementor-button-animation-flip:hover .elementor-button-content-wrapper::after {
    transform: translate(-50%, 100%);
    opacity: 1;
}

.elementor-button-animation-flip:hover .elementor-button-text {
    opacity: 0
}

.elementor-button,
.elementor-button-content-wrapper::after,
.elementor-button .elementor-button-content-wrapper,
.elementor-button-icon {
    transition: opacity .6s, transform .8s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}

/* Efeito dos botões - Submit do Contact Form 7 */
.elementor-button-animation-flip {
    position: relative;
    overflow: hidden;
}

.elementor-button-animation-flip::before {
    content: attr(data-hover);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.elementor-button-animation-flip:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/* Alinhar ícones */
.elementor-button-icon {
    display: flex;
}

.elementor-icon-wrapper {
    display: flex;
}

/* Horizontal Cards */
.horizontal-scroll__title {
    text-align: center;
}

.horizontal-scroll__subtitle {
    text-align: center;
}

.horizontal-scroll__spacer {
    height: 50px;
}

@media (min-width: 768px) {
    .horizontal-scroll__space-holder {
        position: relative;
        width: 100%;
    }

    .horizontal-scroll__sticky {
        position: sticky;
        top: 100px;
        height: 80vh;
        width: 100%;
        overflow: hidden;
    }

    .horizontal-scroll__cards {
        position: absolute;
        height: 100%;
        will-change: transform;
    }

    .horizontal-scroll__card {
        flex-shrink: 0;
    }

    .horizontal-scroll__card {
        width: 500px;
    }
}

/* Responsivo */
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}

/* Overlay Blur */
.overlay-blur {
    backdrop-filter: blur(3px);
}

/* Card Project */
.card-project .jet-listing-dynamic-image img {
    transition: 300ms;
}

.card-project:hover .jet-listing-dynamic-image img {
    transform: scale(1.05);
}

.card-project .jet-listing-dynamic-image {
    overflow: hidden;
}

/* Projects */
@media (min-width: 1025px) {
    .portfolio-section-mansory .projects-showroom .e-loop-item.projetos:nth-child(even) {
        transform: translateY(-150px)
    }
}

/* Destaque no Texto */
.color-primary {
    color: var(--e-global-color-primary)
}

/* Background Portfolio Section */
.circle-background {
    width: 0;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: var(--e-global-color-text);
    transition: 1s cubic-bezier(.24, 1, .3, 1);
    border-radius: 50%;
    z-index: -1;
}

body.dark-mode .circle-background {
    top: -50%;
    left: -50%;
    width: 400vw;
    height: 400vw;
}

@media (min-width: 768px) {
    body.dark-mode .circle-background {
        width: 200vw;
        height: 200vw;
    }
}

.dark-mode-section h2,
.dark-mode-section p {
    color: var(--e-global-color-text) !important;
    transition: 150ms;
}

body.dark-mode .dark-mode-section h2,
body.dark-mode .dark-mode-section h3,
body.dark-mode .dark-mode-section p {
    color: var(--e-global-color-46a0cd6) !important;
}

body.dark-mode .elementor-button-warning .elementor-button {
    color: #fff;
}

body.dark-mode .elementor-button-warning .elementor-button:after {
    background-color: #fff;
}

body.dark-mode .elementor-button-warning .elementor-button svg {
    stroke: #fff;
}

/* See More - Portfolio Section */
.portfolio-section-mansory .projetos:last-child .card-project__location,
.portfolio-section-mansory .projetos:last-child .card-project__title {
    display: none;
}

.portfolio-section-mansory .projetos:last-child .card-project__thumb:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00000096;
    backdrop-filter: blur(12px);
}

.portfolio-section-mansory .projetos:last-child .card-project {
    max-height: 300px;
    overflow: hidden;
}

.portfolio-section-mansory .projetos:last-child {
    position: relative;
}

.portfolio-section-mansory__see-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Animação de exibição quando o item entra em tela */
.post-grid-item,
.arquitetonico-grid-item {
    clip-path: inset(30px round 10px);
    transition: opacity 1.2s cubic-bezier(0.65,0,0.35,1), transform 1.2s cubic-bezier(0.65,0,0.35,1), clip-path 1.2s cubic-bezier(0.65,0,0.35,1) !important;
    opacity: 0;
    animation-delay: 150ms;
}

.post-grid-item.animated-item-started,
.e-n-menu-item .e-child.e-active .arquitetonico-grid-item {
    clip-path: inset(0px round 0px);
    opacity: 1;
}

.post-grid-item__background,
.arquitetonico-grid-item__background {
    transform: scale(1.3);
    transition: transform 1.2s cubic-bezier(0.65,0,0.35,1), opacity 1.2s cubic-bezier(0.65,0,0.35,1) !important;
    animation-delay: 150ms;
}

.animated-item-started .post-grid-item__background,
.e-n-menu-item .e-child.e-active .arquitetonico-grid-item__background {
    transform: scale(1);
}

/* Header White */
body:not(.visibleSubmenu).header-white .header:not(.header-fixed) .elementor-widget-n-menu .e-n-menu-title-text {
    color: var(--e-global-color-46a0cd6) !important;
}

body:not(.visibleSubmenu).header-white .header:not(.header-fixed) .elementor-widget-n-menu .e-n-menu-dropdown-icon svg {
    fill: var(--e-global-color-46a0cd6) !important;
}

body:not(.visibleSubmenu).header-white .header:not(.header-fixed) .logo-bepex {
    filter: brightness(10);
}

body:not(.visibleSubmenu).header-white .header:not(.header-fixed) .underline-hover-list-white .e-n-menu-title-text:after,
body:not(.visibleSubmenu).header-white .header:not(.header-fixed) .underline-hover-list-white .e-n-menu-title-text:hover:before {
    filter: brightness(0) invert();
}

body:not(.visibleSubmenu).header-white .header:not(.header-fixed) .e-n-menu-toggle svg rect {
    fill: #fff;
}

/* Arquitetonico Mega Menu */
.arquitetonico-mega-menu-titulo .jet-listing-dynamic-field__inline-wrap {
    flex-direction: row-reverse;
}

.arquitetonico-mega-menu-titulo .jet-listing-dynamic-field__inline-wrap a {
    color: var(--e-global-color-46a0cd6);
    display: flex;
    width: 100%;
}

/* Whatsapp Form Modal */
.whatsapp-form__modal {
    width: calc(100vw - 32px);
    position: fixed;
    right: -100%;
    bottom: 90px;
    z-index: 10;
    transition: 150ms;
}

.whatsapp-form__modal .elementor-button {
    background-color: var(--e-global-color-3aaab4d) !important;
    color: var(--e-global-color-text);
}

.whatsapp-form__modal label {
    color: var(--e-global-color-46a0cd6) !important;
}

@media (min-width: 768px) {
    .whatsapp-form__modal {
        width: 400px;
    }
}

.whatsapp-form__modal.active {
    right: 16px;
}

.whatsapp-form__button--fixed {
    width: fit-content;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    cursor: pointer;
}

.whatsapp-form__tooltip {
    width: 200px;
    position: fixed;
    right: 95px;
    bottom: 16px;
    z-index: 10;
    pointer-events: none;
    border-radius: 50px 0 50px 50px;
    transition: 150ms;
}

.whatsapp-form__tooltip.hidden {
    opacity: 0;
}

/* Formulário Contact Form 7 */
.form-input-group {
    margin-bottom: 5px    
}

.form-input-group p {
    margin-bottom: 0;
}

.form-input-group label {
    padding-bottom: 5px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget:not(.cf7-light) .form-input-group label {
    color: var(--e-global-color-text);
}

.elementor-widget:not(.cf7-light) .form-input-group input,
.elementor-widget:not(.cf7-light) .form-input-group textarea {
    background-color: #ffffff;
    border: 2px solid #DDDAD7;
    outline: none;
}

.form-submit-group {
    position: relative;
}

.form-submit-group p {
    margin-bottom: 0;
}

.form-submit-group button {
    border: 0;
}

.form-submit-group .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wpcf7-response-output {
    margin: 10px 0 0 0 !important;
}

/* Formulário Contact Form 7 - Light */
.cf7-light .form-input-group label {
    color: var(--e-global-color-46a0cd6);
}

.cf7-light .form-input-group input,
.cf7-light .form-input-group textarea {
    background-color: #FFFFFF00;
    border: 0;
    border-radius: 0px;
    color: var(--e-global-color-46a0cd6);
    border-bottom: 2px solid var(--e-global-color-200b403);
    padding: 10px 0;
    outline: none;
}

.cf7-light .form-submit-group {
    margin-top: 10px;
}

.cf7-light .wpcf7-response-output {
    color: #fff;
}

/* Modal Solicite um Orçamento */
.modal-request-quote {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.5s ease-in-out;
    min-height: 100vh;
    height: -webkit-fill-available;
}

.modal-request-quote.active {
    clip-path: inset(0 0 0 0);
}

.request-quote-button {
    cursor: pointer;
}/* End custom CSS */