@font-face {
        font-family: 'eicons';
        src: url('https://eduplanner.ajamba.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot');
        src: url('https://eduplanner.ajamba.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?#iefix') format('embedded-opentype'),
            url('https://eduplanner.ajamba.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2') format('woff2'),
            url('https://eduplanner.ajamba.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff') format('woff'),
            url('https://eduplanner.ajamba.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf') format('truetype'),
            url('https://eduplanner.ajamba.org/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg#eicons') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    html {
       scroll-behavior: smooth;
    }    

    .btnHero span.elementor-button-icon {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE8 */
    }

    .footerBig {
        background-position: 90% 0 !important;
            background-size: 25% auto;
    }

    .sectionBeneficios{
        overflow: hidden;
    }


    .sectionBeneficios:after {
        content: '';
        position: absolute;
        top: 2%;
        right: 10%;
        width: 500px;
        height: 500px;
        background: url(assets/background-celeste-30.png) no-repeat;
        z-index: 1;
        background-size: contain;
    }

    .sectionBeneficios:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 3%;
        width: 300px;
        height: 300px;
        background: url(assets/background-celeste-30.png) no-repeat;
        z-index: 1;
        background-size: contain;
    }


    .tablaPrecios .ha-pricing-table-price {
        margin-bottom: 30px;
    }

    .tablaPrecios h6.ha-pricing-table-title span {
        font-size: 16px !important;
        line-height: normal;
    }

    .tablaPrecios svg path {
        fill: #47A6B1;
    }

    .tablaPrecios.verde svg path {
        fill: #FEE1B7;
    }

    .testi.elementor-widget-reviews .elementor-testimonial__header {
        display: block;
        text-align: center;
    }

    .testi.elementor-widget-reviews .elementor-testimonial__image {
        display: block;
        padding-top: 25px;
    }


    .testi.elementor-widget-reviews .elementor-testimonial__image img {
        width: 65%;
        height: auto;
        border-radius: 15px;
    }

    .testi.elementor-widget-reviews .elementor-testimonial__content{
        padding-inline-end: 40px;
        padding-inline-start: 40px;
        text-align: center;
        padding-bottom: 40px;
    }
    
    .testi.elementor-widget-reviews .elementor-testimonial__image+cite {
        margin-top: 10px;
    }

    .testi.elementor-widget-reviews .swiper-slide, 
    .testi.elementor-widget-testimonial-carousel .swiper-slide,
    .elementor-widget-testimonial-carousel .swiper-slide {
        height: auto;
        border: 2px solid #7B64B1;
        border-radius: 15px;
    }

    .testi .elementor-star-rating i:before{
        color: #BAAED6;
    }

    .testi.elementor-element .swiper .elementor-swiper-button {
        color: #fff;
        background: #BAAED6;
        padding: 3px;
        border-radius: 5px;
    }

    .testi.elementor-element .swiper .elementor-swiper-button-prev {
        left: -10px;
    }

    .testi.elementor-element .swiper .elementor-swiper-button-next {
        right: -10px;
    }

    /*cards hover*/
    .cardAhorra .segundo,
    .cardOrg .segundo,
    .cardIA .segundo{
        display: none;
        background: #fff;
        padding: 20px;
        margin: 0 10px;
        border-radius: 10px;
        text-align: justify;
        font-size: 14px !important;
        font-family: 'ONEST', sans-serif;
    }

    .cardAhorra:hover .primero,
    .cardOrg:hover .primero,
    .cardIA:hover .primero {
        display: none;
    }

    .cardAhorra:hover .segundo,
    .cardOrg:hover .segundo,
    .cardIA:hover .segundo {
        display: block;
    }

    .cardAhorra:hover,
    .cardOrg:hover,
    .cardIA:hover {
        padding: 20px 0 !important;
        height: auto !important;
        padding-bottom: 10px !important;
    }
    
    .cardAhorra:hover .infobox-icon,
    .cardOrg:hover .infobox-icon,
    .cardIA:hover .infobox-icon {
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        margin-bottom: 15px !important;
    }
    .cardAhorra:hover img,
    .cardOrg:hover img,
    .cardIA:hover img {
        width: 125px !important;
    }

    .primero p,
    .primero {
        font-size: 18px;
        line-height: normal;
        font-family: 'Onest', sans-serif;
    }

    .segundo h4 {
        font-size: 20px;
        color: #8FB95C;
        line-height: normal;
        font-weight: 700;
        text-align: center;
        font-family: 'ONEST', sans-serif;
    }

    .segundo p,
    .segundo {
        text-align: justify;
        font-size: 16px !important;
    }
    /*cards hover*/

    @media only screen and (max-width : 1200px){

        .sectionBeneficios:before {
            top: 45%;
            left: 0%;
            width: 300px;
            height: 300px;
        }

        .sectionBeneficios:after {
            top: 2%;
            right: -10%;
            width: 500px;
            height: 500px;
        }
 
    }


    @media only screen and (max-width : 1024px){

        .sectionBeneficios:before {
            top: 45%;
            left: 0%;
            width: 300px;
            height: 300px;
        }

        .sectionBeneficios:after {
            top: 2%;
            right: -10%;
            width: 500px;
            height: 500px;
        }
 
    }

    @media only screen and (max-width : 991px){

        .sectionBeneficios:before {
            top: 45%;
            left: -5%;
            width: 300px;
            height: 300px;
        }

        .sectionBeneficios:after {
            top: 2%;
            right: -10%;
            width: 500px;
            height: 500px;
        }

    }

    @media only screen and (max-width : 979px){

        .sectionBeneficios:before {
            top: 45%;
            left: -5%;
            width: 300px;
            height: 300px;
        }

        .sectionBeneficios:after {
            top: 2%;
            right: -10%;
            width: 500px;
            height: 500px;
        }


    }

    

    @media only screen and (max-width : 767px){

        .sectionBeneficios:before {
            top: 45%;
            left: 3%;
            width: 300px;
            height: 300px;
            display: none;
        }

        .sectionBeneficios:after {
            top: 2%;
            right: -10%;
            width: 200px;
            height: 200px;
        }

        .footerBig {
            background-position: 140% 10% !important;
            background-size: 60% !important;
        }
    }

    .eduplanner-login-container {
        background: #F8F4E6;
        backdrop-filter: blur(10px);
        border-radius: 24px;
        padding: 40px 32px;
        max-width: 80%;
        width: 100%;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        font-family: "Onest", sans-serif;
        text-align: center;
        margin: 0 auto;
    }
    
    .eduplanner-welcome-title {
        font-size: 24px;
        font-weight: 700;
        color: #434142;
        margin: 0 0 8px 0;
    }
    
    .eduplanner-welcome-subtitle {
        font-size: 14px;
        color: #434142;
        margin: 0 0 24px 0;
        line-height: 1.4;
    }
    
    .eduplanner-character-icon {
        width: 50%;
        height: auto;
        margin: 0 auto 32px auto;
        display: block;
    }
    
    .eduplanner-form-group {
        margin-bottom: 20px;
        text-align: left;
    }
    
    .eduplanner-form-label {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #9AB5EF;
        margin-bottom: 8px;
        line-height: normal;
    }
    
    input.eduplanner-form-input {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #9AB5EF;
        border-radius: 12px;
        font-size: 16px;
        background: #fff;
        transition: border-color 0.2s ease;
        box-sizing: border-box;
    }
    
    input.eduplanner-form-input:focus {
        outline: none;
        border-color: #7FA1EB;
    }
    
    .eduplanner-password-container {
        position: relative;
    }
    
    .eduplanner-password-input {
        padding-right: 50px;
    }

    /* Estilos específicos para input type=date */
    input[type="date"].eduplanner-form-input {
        position: relative;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%239AB5EF'%3E%3Cpath d='M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        padding-right: 40px; /* Espacio para el icono */
    }

    /* Estilo cuando tiene valor */
    input[type="date"].eduplanner-form-input:valid {
        color: #000; /* Color del texto cuando tiene valor */
    }

    /* Estilos para navegadores WebKit (Chrome, Safari) */
    input[type="date"].eduplanner-form-input::-webkit-calendar-picker-indicator {
        opacity: 0; /* Ocultamos el icono nativo */
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

   
    /* Focus state */
    input[type="date"].eduplanner-form-input:focus {
        border-color: #6A8DE8;
        outline: none;
    }
    
    .eduplanner-toggle-password {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        font-size: 18px;
        color: #9AB5EF;
        padding: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    button.eduplanner-toggle-password:hover, 
    button.eduplanner-toggle-password:focus{
        color: #9AB5EF;
        background: transparent;
    }
    
    .eduplanner-forgot-password {
        text-align: center;
        margin: 30px 0 30px 0;
    }
    
    a.eduplanner-forgot-link,
    a.eduplanner-login-to-register {
        color: #7FA1EB;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
    }
    
    a.eduplanner-forgot-link:hover,
    a.eduplanner-login-to-register:hover {
        color: #5280E4;
    }
    
    .eduplanner-login-button {
        width: auto;
        background: linear-gradient(180deg, #9AB5EF 0%, #7FA1EB 100%);
        color: white;
        border: none;
        padding: 10px 35px;
        border-radius: 24px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: background-color 0.2s ease;
        margin-bottom: 24px;
    }

    .eduplanner-login-button:hover {
        background: linear-gradient(180deg, #7FA1EB 0%, #9AB5EF 100%);
    }
        
    .eduplanner-register-section {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #e1e5e9;
    }
    
    .eduplanner-register-text {
        font-size: 16px;
        color: #434142;
        margin-bottom: 20px;
        line-height: normal;
    }

    .eduplanner-register-text.titulo {
        font-size: 20px;
        color: #47A6B1;
        margin-bottom: 10px;
        line-height: normal;
        font-weight: 700;
    }
    
    .eduplanner-register-button {
        background: transparent;
        color: #67B9C2;
        border: 2px solid #67B9C2;
        padding: 10px 35px;
        border-radius: 24px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
    }
    
    .eduplanner-register-button:hover {
        background: #67B9C2;
        color: #fff;
        text-decoration: none;
    }
    
    .eduplanner-error-message {
        background: #fee2e2;
        color: #dc2626;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        text-align: center;
    }
    
    .eduplanner-success-message {
        background: #dcfce7;
        color: #16a34a;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        text-align: center;
    }
    
    @media (max-width: 1024px) {

        .eduplanner-login-container {
            padding: 20px;
            margin: 0px;
            max-width: none;
        }
    }

    @media (max-width: 767px) {

        .formularioShort {
            padding: 0;
        }
        .eduplanner-login-container {
            padding: 20px;
            margin: 0px;
            max-width: none;
            border-radius: 24px 24px 0 0;
        }
    }

    @media (max-width: 480px) {
        .eduplanner-login-container {
            padding: 20px;
            margin: 0px;
            max-width: none;
            border-radius: 24px 24px 0 0;
        }
        
        .eduplanner-welcome-title {
            font-size: 22px;
        }
        
        .eduplanner-character-icon {
            width: 80%;
            height: auto;
            margin-bottom: 24px;
        }
    }

    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
    @media screen and (max-height: 1024px) {
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
        .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
            background-image: none !important;
        }
    }
    @media screen and (max-height: 640px) {
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
        .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
            background-image: none !important;
        }
    }