.elementor-kit-4{--e-global-color-primary:#BEE51E;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alexandria";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alexandria";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Alexandria", Sans-serif;color:#000000;}.elementor-kit-4 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;}{}title{display:var(--page-title-display);}@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 *//* Define o layout flexível */
.elementor-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
}

/* Contêiner do carrossel */
.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Carrossel ocupa 70% da tela */
.swiper {
    width: 100%;
}

/* Ajuste dos slides */
.swiper-slide {
    width: 30%;
    transition: transform 0.3s ease-in-out;
}

/* Imagens no carrossel */
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Barra de progresso no lado esquerdo */
.progress-container {
    width: 5px;
    height: 80vh;
    background: #4c4c4c;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Cor da barra de progresso */
.swiper-pagination-progressbar-fill {
    background: #bee51e !important;
}/* End custom CSS */