/* primera section */
.section2 {
    width: 100%;
    position: relative;
}

.section2 .imagenSection22 {
    display: none;
}

.sectionfinal {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.titulo-banner {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: #Fff;
    margin: 0;
}

.texto-destacado {
    color: #7946FF;
}


.titulo-destacado {
    color: #979EFF;
}

.subtitulo-banner {
    font-size: 1.2rem;
    color: #ddd;
    margin: 15px 0;
    line-height: 1.5;
}

.etiquetas-info .etiqueta {
    background: #e0f2fe;
    color: #000;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 500;
    margin: 5px;
    display: inline-block;
}

.botones-banner a {
    flex: 1 1 48%;
    /* cada uno ocupa la mitad menos un poco de espacio */
    text-align: center;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 5px 0;
}

.botones-banner .btn-whatsapp,
.botones-banner .btn-llamada {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 8px;
}

.btn-whatsapp {
    background-color: #00C73C;
    color: #fff;
}

.btn-whatsapp:hover {
    color: #fff;
}

.btn-llamada {
    background-color: #7946FF;
    color: #fff;
}

.btn-llamada:hover {
    color: #fff;
}


.beneficios {
    background: #fff;
    color: #222;
    padding: 60px 20px;
}

.lista-beneficios {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-beneficios li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.4;
}

.icono-check {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #8b5cf6;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cta-gratuita {
    background-color: #7c3aed;
    /* violeta fuerte */
    color: #fff;
    padding: 60px 20px;
}

.titulo-cta {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
    color: #fff;
}

.subtitulo-cta {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 25px;
    margin-top: 0;
}

.btn-reservar {
    display: inline-block;
    background-color: #00C73C;
    border-color: #00C73C;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-verde {
    background-color: #00C73C;
    border-color: #00C73C;
}


.btn-reservar:hover {
    color: #fff;
}

.modalidad {
    background: #F3F3F3;
    color: #222;
    padding: 60px 20px;
}


.opciones-modalidad {
    margin-bottom: 20px;
}


.opciones-modalidad .card-modalidad {
    background: transparent;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.card-modalidad:hover {
    border-color: #8b5cf6;
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.2);
}

.card-modalidad h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.card-modalidad p {
    color: #444;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

.btn-morado {
    background-color: #8b5cf6;
}


.estructura {
    background: #fff;
    color: #222;
    padding: 60px 20px;
}

.titulo-estructura {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 30px;
}


.card-estructura {
    background: #f9f9fb;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.card-estructura:hover {
    border-color: #8b5cf6;
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.2);
    transform: translateY(-5px);
}

.card-estructura img {
    height: 70px;
    margin-bottom: 15px;
}

.card-estructura h4 {
    color: #8b5cf6;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.card-estructura p {
    color: #444;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

.ponente {
    background-color: #000;
    color: #fff;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.img-ponente {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

.texto-ponente {
    padding: 20px;
}

.titulo-ponente {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}


.nombre-ponente {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 15px 0 10px 0;
    color: #fff;
}

.descripcion-ponente {
    color: #ddd;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.btn-violeta {
    display: inline-block;
    background-color: #8b5cf6;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-violeta:hover {
    background-color: #7c3aed;
    transform: translateY(-2px);
}

.testimonios {
    background: #fff;
    color: #222;
    padding: 80px 20px;
}

.titulo-testimonios {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 30px;
}


.video-card {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.3);
}

.video-card video {
    width: 100%;
    border-radius: 12px;
    outline: none;
}

/* Botón de acción */
.btn-whatsapp {
    display: inline-block;
    background-color: #22c55e;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #16a34a;
}

.faq {
    background: #F3F3F3;
    color: #222;
    padding: 80px 20px;
}

.titulo-faq {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}


.lista-faq .uk-accordion-title {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px 20px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
    font-size: 18px;
}

.lista-faq .uk-accordion-title:hover {
    color: #8b5cf6;
    border-color: #8b5cf6;
}

.lista-faq .uk-open .uk-accordion-title {
    color: #8b5cf6;
    border-color: #8b5cf6;
}

.lista-faq .uk-accordion-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 10px 15px;
    color: #444;
    line-height: 1.5;
}

.formulario {
    color: #222;
    padding: 80px 20px;
}

.titulo-formulario {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}


.subtitulo-formulario {
    font-size: 1rem;
    color: #555;
    margin: 0 0 15px 0;
}

.label-form {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.uk-input,
.uk-select,
.uk-textarea {
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 14px;
    transition: border-color 0.3s ease;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: #8b5cf6;
    outline: none;
}

.aviso-privacidad {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5;
}

.botones-form {
    gap: 15px;
}

.btn-whatsapp,
.btn-correo {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background-color: #22c55e;
    color: #fff;
}

.btn-whatsapp:hover {
    background-color: #16a34a;
}

.btn-correo {
    background-color: #8b5cf6;
    color: #fff;
}

.btn-correo:hover {
    background-color: #7c3aed;
}


.uk-checkbox {
    margin: 2px 4px !important;
    width: 12px !important;
    height: 12px !important;
}

.terminos {
    font-size: 14px !important;
}

.terminos a {
    font-size: 14px !important;
    color: #000;
    text-decoration: underline;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    font-size: 14px;
}

.uk-select {
    font-size: 14px;
}

.titulo-beneficios {
    margin-top: 0px !important;
}

.subtitulo-beneficios {
    margin-top: 0px !important;
}


@media only screen and (max-width: 1680px) {
    .sectionfinal {
        top: 50%;
        left: 35%;
        width: 40%;
    }

}

@media only screen and (max-width: 1480px) {
    .sectionfinal {
        top: 50%;
        left: 35%;
        width: 45%;
    }

    .titulo-banner {
        font-size: 2rem;
    }

}

@media only screen and (max-width: 1300px) {
    .sectionfinal {
        top: 50%;
        left: 32%;
        width: 48%;
    }

    .subtitulo-banner {
        font-size: 1rem;
        margin: 10px 0;
        line-height: 1.2;
    }

    .etiquetas-info .etiqueta {
        font-size: 14px;
        padding: 8px 12px;
    }

    .botones-banner .btn-whatsapp,
    .botones-banner .btn-llamada {
        padding: 10px 20px;
        margin: 8px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1100px) {
    .sectionfinal {
        top: 50%;
        left: 32%;
        width: 48%;
    }

    .subtitulo-banner {
        font-size: 13px;
        margin: 10px 0;
        line-height: 1.2;
    }

    .card-modalidad h4,
    .card-estructura h4 {
        font-size: 14px;
    }

    .card-modalidad p,
    .card-estructura p {
        font-size: 13px;
    }

    .etiquetas-info .etiqueta {
        font-size: 12px;
        padding: 5px 10px;
    }

    .botones-banner {
        margin-top: 10px !important;
    }

    .botones-banner .btn-whatsapp,
    .botones-banner .btn-llamada {
        padding: 10px 20px;
        margin: 8px;
        font-size: 13px;
    }

    .titulo-banner {
        font-size: 24px;
    }

    .descripcion-ponente {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .beneficios,
    .cta-gratuita,
    .modalidad,
    .estructura,
    .ponente,
    .testimonios,
    .faq,
    .formulario {
        padding: 50px 20px;
    }

    .card-modalidad,
    .card-estructura {
        padding: 20px 15px;
    }

    .card-estructura img {
        height: 50px;
    }

    .lista-faq .uk-accordion-title {
        padding: 10px 15px;
        font-size: 14px;
    }

    .lista-faq .uk-accordion-content {
        font-size: 13px;
    }

    .subtitulo-formulario {
        font-size: 13px;
    }

    .label-form {
        font-size: 13px;
    }

    .uk-input,
    .uk-select,
    .uk-textarea {
        font-size: 13px;
    }

}

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

    .botones-banner .btn-whatsapp,
    .botones-banner .btn-llamada {
        padding: 8px 12px;
        margin: 5px;
        font-size: 12px;
    }

    .etiquetas-info .etiqueta {
        font-size: 11px;
        padding: 5px 5px;
    }

    .img-ponente {
        width: 80%;
    }
}

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

    .section2 .imagenSection21 {
        display: none;
    }

    .section2 .imagenSection22 {
        display: block;
    }

    .section2 .imagenSection22 img {
        width: 100%;
    }

    .sectionfinal {
        top: 20%;
        left: 50%;
        width: 80%;
    }

    .subtitulo-banner {
        font-size: 14px;
        margin: 20px 0;
        line-height: 1.5;
        text-align: center;
    }

    .titulo-banner {
        font-size: 24px;
        text-align: center;
    }

    .etiquetas-info .etiqueta {
        font-size: 12px;
        padding: 8px 15px;
    }

    .botones-banner .btn-whatsapp,
    .botones-banner .btn-llamada {
        padding: 10px 15px;
        margin: 5px;
        font-size: 13px;
    }


}


@media only screen and (max-width: 767px) {
    .page-wrapper .page-main {
        padding: 0px;
    }

    .titulo-beneficios {
        font-size: 24px;
    }


}



@media (max-width: 576px) {

    .sectionfinal {
        top: 25%;
        left: 50%;
        width: 90%;
    }

    .titulo-banner {
        font-size: 18px;
    }

    .subtitulo-banner {
        font-size: 13px;
        margin: 15px 0;
    }

    .etiquetas-info .etiqueta {
        font-size: 11px;
        padding: 5px;
    }

    .botones-banner .btn-whatsapp,
    .botones-banner .btn-llamada {
        padding: 8px 5px;
        margin: 5px;
        font-size: 12px;
    }

    .beneficios,
    .cta-gratuita,
    .modalidad,
    .estructura,
    .ponente,
    .testimonios,
    .faq,
    .formulario {
        padding: 40px 10px;
    }

    .titulo-beneficios {
        font-size: 16px;
    }

    .subtitulo-beneficios {
        font-size: 13px;
    }

    .lista-beneficios li {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.4;
    }

    *+.uk-grid-margin,
    .uk-grid+.uk-grid,
    .uk-grid>.uk-grid-margin {
        margin-top: 0px;
    }

    .modalidad-parte-2 {
        margin-top: 15px !important;
    }

    .subtitulo-cta {
        font-size: 13px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .tamano16 {
        font-size: 16px;
    }

    .btn-reservar {
        padding: 10px 15px;
        font-size: 13px;
    }

    .opciones-modalidad .card-modalidad {
        padding: 10px;
    }


    .terminos {
        font-size: 12px !important;
    }

    .terminos a {
        font-size: 12px !important;
    }

    .uk-form-label {
        font-size: 12px;
    }

    .uk-input,
    .uk-select {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
        margin: 5px 0 10px 0 !important;
    }

    .uk-select:not([multiple]):not([size]) {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
    }

    *+.uk-margin,
    .uk-margin-top {
        margin-top: 10px !important;
    }

    .uk-margin {
        margin-bottom: 10px;
    }

    .uk-input::placeholder,
    .uk-select {
        font-size: 12px;
    }

    .img-ponente {
        width: 80%;
        max-width: 300px;
        border-radius: 12px;
    }

}


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

    .sectionfinal {
        top: 25%;
        left: 50%;
        width: 95%;
    }

    .beneficios,
    .cta-gratuita,
    .modalidad,
    .estructura,
    .ponente,
    .testimonios,
    .faq,
    .formulario {
        padding: 20px 10px;
    }


    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 12px;
    }


}