.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#F9F3EE;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C08D2B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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){margin-block-end: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 */.carrossel-emp2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carrossel-emp2 .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.carrossel-emp2 .description {
    flex-grow: 1;
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

.carrossel-emp2 .button {
    margin-top: auto;
    align-self: center;
    padding: 10px 20px;
}

/* Mobile - CORRIGIDO */
@media (max-width: 768px) {
    .carrossel-emp2 {
        height: auto;
        min-height: 180px;
        padding: 15px;
    }
    
    .carrossel-emp2 .title {
        font-size: 16px;
        margin: 10px 0 8px 0;
    }
    
    .carrossel-emp2 .description {
        font-size: 13px;
        margin: 0 0 12px 0;
        line-height: 1.3;
    }
    
    .carrossel-emp2 .button {
        width: 100%;
        padding: 12px 20px;
    }
}/* End custom CSS */