.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0F0F0F;--e-global-color-text:#CFCFCF;--e-global-color-accent:#F2B705;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:4px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;letter-spacing:0.5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.header-scroll{
    position: fixed;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:70%;
    transition: all 0.3s ease;
    z-index:999;
}

.header-inner{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
}

.header-scroll.scrolled{
    background:#f5f5f5;
    border-bottom:1px solid rgba(0,0,0,0.06);
    box-shadow:0 3px 8px rgba(0,0,0,0.05);
}

.header-scroll.scrolled .elementor-nav-menu a{
    color:#363636 !important;
}

@media (max-width: 1024px){
    .header-scroll{
        width:100%;
        left:50%;
        transform:translateX(-50%);
    }

    .header-inner{
        width:100%;
        max-width:100%;
        padding:0 16px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-wrap:nowrap;
    }
}

@media (max-width: 767px){
    .header-scroll{
        width:100%;
        left:50%;
        transform:translateX(-50%);
    }

    .header-inner{
        width:100%;
        max-width:100%;
        padding:0 12px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-wrap:nowrap;
    }

    .header-btn{
        display:none !important;
    }
}

.ensaio-loop{
    color: #F2B705;
    font-size: 1.1rem;
}/* End custom CSS */