.elementor-kit-3758{--e-global-color-primary:#0B0603;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0B0603;--e-global-color-accent:#90F2BF;--e-global-color-4daf51f:#E9A175;--e-global-color-c5b19db:#90F2BF;--e-global-color-5b88615:#F2F2F2;--e-global-color-c7bc085:#F3FDF8;--e-global-color-bbd6768:#9DD4B3;--e-global-color-ca2f9ae:#F8E1D3;--e-global-color-6c5ef40:#A7A7A7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-83b7825-font-family:"Inter";--e-global-typography-83b7825-font-size:16px;--e-global-typography-83b7825-font-weight:600;--e-global-typography-2f8fefa-font-family:"Fraunces";--e-global-typography-2f8fefa-font-size:72px;--e-global-typography-2f8fefa-font-weight:600;--e-global-typography-2f8fefa-line-height:1.2em;--e-global-typography-2f8fefa-letter-spacing:-1px;--e-global-typography-529bc2d-font-family:"Fraunces";--e-global-typography-529bc2d-font-size:52px;--e-global-typography-529bc2d-font-weight:600;--e-global-typography-529bc2d-line-height:1.2em;--e-global-typography-529bc2d-letter-spacing:-1px;--e-global-typography-548aafc-font-family:"Fraunces";--e-global-typography-548aafc-font-size:40px;--e-global-typography-548aafc-font-weight:600;--e-global-typography-548aafc-line-height:1.5em;--e-global-typography-548aafc-letter-spacing:-1px;--e-global-typography-4f3823e-font-family:"Fraunces";--e-global-typography-4f3823e-font-size:36px;--e-global-typography-4f3823e-font-weight:600;--e-global-typography-4f3823e-line-height:1.2em;--e-global-typography-4f3823e-letter-spacing:-1px;--e-global-typography-76ea5e9-font-family:"Fraunces";--e-global-typography-76ea5e9-font-size:28px;--e-global-typography-76ea5e9-font-weight:600;--e-global-typography-76ea5e9-letter-spacing:-1px;--e-global-typography-90e3dde-font-family:"Fraunces";--e-global-typography-90e3dde-font-size:22px;--e-global-typography-90e3dde-font-weight:600;--e-global-typography-90e3dde-letter-spacing:-1px;color:var( --e-global-color-primary );font-family:"Arial", Sans-serif;font-size:20px;font-weight:600;line-height:30px;word-spacing:0px;}.elementor-kit-3758 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3758 h1{font-family:"Arial", Sans-serif;font-size:40px;font-weight:600;line-height:1.2em;}.elementor-kit-3758 h2{font-family:"Arial", Sans-serif;}.elementor-kit-3758 h3{font-family:"Arial", Sans-serif;}.elementor-kit-3758 h4{font-family:"Arial", Sans-serif;}.elementor-kit-3758 h5{font-family:"Arial", Sans-serif;}.elementor-kit-3758 h6{font-family:"Fraunces", Sans-serif;font-size:22px;font-weight:600;line-height:1.4em;letter-spacing:-1px;}.elementor-kit-3758 button,.elementor-kit-3758 input[type="button"],.elementor-kit-3758 input[type="submit"],.elementor-kit-3758 .elementor-button{font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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 *//* Para las flechas del slider de testimonios*/
.elementor-swiper-button {
	background-color: var(--e-global-color-accent); 
	padding: 10px;
    border-radius: 3px;
}


/* Contenedor principal del slider */
.sat-hero-slider {
    position: relative;
}

/* Ocultamos el aspecto original de los dots y los convertimos en una navegación inferior */
.sat-hero-slider .swiper-pagination {
    position: absolute;
    bottom: 60px !important;
    left: 50%!important;
    transform: translateX(-50%);
    width: min(80%, 900px)!important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    z-index: 20;
}

/* Cada punto del slider será ahora una pestaña */
.sat-hero-slider .swiper-pagination-bullet {
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    position: relative;
    text-align: center;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

/* Texto de cada slide */
.sat-hero-slider .swiper-pagination-bullet:nth-child(1)::before {
    content: "Idiomas para empresas";
}

.sat-hero-slider .swiper-pagination-bullet:nth-child(2)::before {
    content: "Gestión de bonificaciones";
}

.sat-hero-slider .swiper-pagination-bullet:nth-child(3)::before {
    content: "Soluciones integrales";
}

.sat-hero-slider .swiper-pagination-bullet:nth-child(4)::before {
    content: "Prueba de nivel gratuita";
}

/* Línea inferior */
.sat-hero-slider .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.55);
    transition: all 0.25s ease;
}

/* Slide activa */
.sat-hero-slider .swiper-pagination-bullet-active {
    color: #ffffff;
}

/* Línea de la slide activa */
.sat-hero-slider .swiper-pagination-bullet-active::after {
    background: #ffffff;
    height: 4px;
}




/* Para el movil */
@media (max-width: 767px) {

    /* Altura del hero en móvil */
    .sat-hero-slider .elementor-slides-wrapper,
    .sat-hero-slider .swiper,
    .sat-hero-slider .swiper-wrapper,
    .sat-hero-slider .swiper-slide {
        min-height: 650px !important;
    }

    /* Contenido central de la slide */
    .sat-hero-slider .swiper-slide-inner {
        padding: 50px 18px 230px 18px !important;
        align-items: flex-start !important;
        justify-content: center !important;
        text-align: center !important;
    }

    /* Título principal */
    .sat-hero-slider .elementor-slide-heading {
        /*
        font-size: clamp(52px, 17vw, 76px) !important;
        */
        line-height: 0.95 !important;
        max-width: 92%;
        margin: 0 auto !important;
        text-align: center !important;
        padding-top:30vh;
    }

    /* Navegación inferior */
    .sat-hero-slider .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 200px !important;
        transform: translateX(-50%);
        width: calc(100% - 64px);
        display: flex !important;
        flex-direction: column;
        gap: 18px;
        z-index: 30;
    }

    /* Cada item de navegación */
    .sat-hero-slider .swiper-pagination-bullet {
        width: 100% !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 0 0 12px 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        opacity: 1 !important;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        color: rgba(255,255,255,0.85);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
    }

    /* Línea inferior de cada item */
    .sat-hero-slider .swiper-pagination-bullet::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: rgba(255,255,255,0.55);
        transition: all 0.25s ease;
    }

    /* Item activo */
    .sat-hero-slider .swiper-pagination-bullet-active {
        color: #ffffff;
    }

    .sat-hero-slider .swiper-pagination-bullet-active::after {
        background: #ffffff;
        height: 3px;
    }
}/* End custom CSS */