header {
    background: #171717;
    background: #171717;
    position: relative;
    width: 100%;
    z-index: 99;
    position: relative;
}

.fondo_general_s {
    background: #111111;
}

.logo_text_s {
    font-size: 28px;
    color: #DAB870;
    font-weight: 600;
}

.logo_text_s:hover {
    color: #DAB870 !important;
}

.bloq_nac .uk-list>:nth-child(n+2) {
    margin: 0;
}

.btn_iniciar_sesion {
    color: #DAB870;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #DAB870;
    border-radius: 4px;
    padding: 14px 0px;
    width: 168px;
    text-align: center;
    transition-duration: 0.5s;
}

.btn_iniciar_sesion:hover {
    background: #DAB870;
    color: #020202;
    transition-duration: 0.5s;
}


.bloq_nac ul li a {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    transition-duration: 0.5s;
}

.bloq_nac ul li a:hover {
    transition-duration: 0.5s;
    color: #DAB870;
}

.gap_58 {
    gap: 58px;
}


footer {
    background: #191919;
}

.colum_footer h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 500;
}

.colum_footer h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-top: 10px;
}

.colum_footer P {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    max-width: 245px;
    margin: 48px 0px;
}

.colum_footer span {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.bloq_nav_footer ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.redes_footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn_general_amarillo {
    font-size: 16px;
    font-weight: 600;
    color: #020202;
    line-height: 24px;
    background: #DAB870;
    border-radius: 4px;
    padding: 17px 25px;
    display: table;
}

.bloq_text_programa h2 {
    font-size: 46px;
    color: #FFFFFF;
    line-height: 46px;
    font-weight: bold;
}

.bloq_text_programa p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 50px;
    transform-style: preserve-3d;
}

.btn_flotante {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
    width: 80px;
}

.bloq_text_programa {
    padding-right: 85px;
}

.padding_56_lft {
    padding-left: 56px;
}

.datos_autor {
    margin-top: 40px;
}

.datos_autor h2 {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 46px;
    font-weight: bold;
    margin: 0;
}

.datos_autor span {
    font-size: 18px;
    color: #DAB870;
    line-height: 46px;
}

.datos_ckeditor {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}

.text_secion_s {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_secion_s h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    max-width: 456px;
}

.text_secion_s p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
    max-width: 580px;
    text-align: center;
}

.img_logo_card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #1d1d1d;
    border-radius: 5px;
}

.img_logo_card img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}


.bloq_list_cursos {
    margin-top: 70px;
}

.img_card_cursos {
    width: 185px;
}

.img_card_cursos .btn_flotante {
    width: 35px;
    height: 35px;
}

.detalle_curso_card {
    padding-left: 35px;
}


.row_item_card_cursos {
    position: relative;

}

.icon_sombra_sol2 {
    position: absolute;
    top: -80px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.row_item_card_cursos:hover .icon_sombra_sol2 {
    opacity: 1 !important;
}

.item_card_cursos {
    border: 1px solid #484848;
    border-radius: 8px;
    padding: 30px;
    transition-duration: 0.5s;
    position: relative;
    z-index: 2;
    background: #111111;

}

.item_card_cursos:hover {
    transition-duration: 0.5s;
    border: 1px solid transparent;
    background: #000000;
}

.item_card_cursos:hover .btn_link_cursos {
    gap: 60px;
}


.item_card_cursos:hover .fondo_adiconal_img::after {
    opacity: 0 !important;
    transition-duration: 0.5s;
}




.item_card_cursos:hover a img.btn_flotante {
    opacity: 0;
}

.row_detalle_curso_card h2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}

.row_detalle_curso_card p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn_link_cursos {
    color: #DAB870;
    display: flex;
    align-items: center;
    gap: 26px;
}

.btn_link_cursos:hover {
    color: #DAB870 !important;
    gap: 60px;
}

.bloq_text_setion_home h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 72px;
    color: #FFFFFF;
    width: 100%;
    max-width: 884px;
    margin: 0;
}

.bloq_text_setion_home p {
    font-size: 32px;
    line-height: 42px;
    color: #7D7D7D;
    font-weight: 600;
    width: 100%;
    max-width: 1100px;
    margin-top: 40px;
}

.row_item_card_compra h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    color: #FFFFFF;
    text-align: center;
}

.bloq_precio_curso p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;

}

.btn_compra_a_curs {
    color: #DAB870;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #DAB870;
    width: 158px;
    display: flex;
    justify-content: center;
    padding: 11px 0px;
    margin: auto;
    transition-duration: 0.8s;
}

.btn_compra_a_curs:hover {
    transition-duration: 0.8s;
    background: #DAB870;
}

.detalles_compra_c {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    margin-top: 34px;
}

.item_card_compra {
    border: 1px solid #484848;
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    box-sizing: border-box;
}

.list_card_compra {
    margin-top: 80px;
}

.bloq_precio_curso {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 35px;
    justify-content: center;
    min-height: 67px;
}

.bloq_precio_curso .titulo_pago {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
}

.bloq_precio_curso .precio_compra_c {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #DAB870;
}

.bloq_precio_curso .precio_anterior {
    font-size: 14px;
    line-height: 24px;
    color: #9D9D9D;
}

.img_text_bloq {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_text_bloq p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.bloq_antes_despues p {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
    font-weight: 600;
    width: 100%;
    max-width: 652px;
    margin-bottom: 70px;
}

.list_preguntas_frecuentes .uk-accordion-title::before {
    background-image: url('../img/icon_fl_abajo.svg');
}

.list_preguntas_frecuentes .uk-open>.uk-accordion-title::before {
    background-image: url('../img/icon_fl_abajo_acti.svg') !important;
}

.list_preguntas_frecuentes .uk-accordion-title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    padding: 24px;
}

.list_preguntas_frecuentes .uk-open .uk-accordion-title {
    color: #DAB870 !important;
    border-bottom: 1px solid #565656;

}

.list_preguntas_frecuentes {
    margin-top: 65px;
}

.list_preguntas_frecuentes .uk-accordion-content {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 24px;
}

.list_preguntas_frecuentes .uk-accordion li {
    background: #1D1D1D;
    border-radius: 8px;
}


.bloq_formu_s {
    padding-left: 46px;
    margin-top: 10px;
}

.bloq_form_video {
    margin-top: 70px;
}

.bloq_formu_s p {
    font-size: 16px;
    line-height: 24px;
    color: #E6E6E6;
    margin-bottom: 26px;
}

.form_d_final {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_d_final label,
.form_d_final label input,
.form_d_final label textarea {
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: #9D9D9D;
    border: none;

}

.form_d_final label textarea {
    height: 160px;
    resize: none;
}

.form_d_final label input,
.form_d_final label textarea {
    padding: 0px 15px;
    background: none;
    transition: padding 0.3s ease;
}



.form_d_final label input:focus,
.form_d_final label input:not(:focus):valid {
    padding-top: 15px !important;
    background: none !important;
    border: 1px solid #DAB870;
    border-radius: 4px !important;
}

.form_d_final label textarea:focus,
.form_d_final label textarea:not(:focus):valid {
    padding-top: 35px !important;
    background: none !important;
    border: 1px solid #DAB870;
    border-radius: 4px !important;
}



.border_input {
    position: relative;
    border: 1px solid #484848;
    border-radius: 4px;
}

.fondo_negro_home {
    background: #030303;
}

.btn_envio_form {
    background: #DAB870;
    color: #020202;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    border-radius: 4px;
    width: 190px;
    padding: 15px 0px;
    margin-top: 8px;
    cursor: pointer;
}

.ancho_600_footer {
    width: 600px;
}

.item_testimonio {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.item_testimonio:hover .text_testimonio_s {
    transition-duration: 0.5s;
    background: #000000;

}

.item_testimonio:hover .img_testimonio::after {
    transition-duration: 0.5s;
    opacity: 0 !important;
}

.item_testimonio:hover .icon_sombra_sol {
    transition-duration: 0.5s;
    opacity: 1 !important;
}

.quitar_margin_50 {
    margin-top: -50px;
}

.icon_sombra_sol {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0;
    transition-duration: 0.5s;
}




.text_testimonio_s {
    padding: 20px;
    background: #1D1D1D;
    transition-duration: 0.5s;
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.text_testimonio_s h3 {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.text_testimonio_s p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.btnver_video_test {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btnver_video_test span {
    font-size: 16px;
    line-height: 20px;
    color: #DAB870;
}

.conte_superior_slider h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    color: #FFFFFF;
    width: 100%;
    max-width: 458px;
}

.bloq_flechas_slider {
    position: relative;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.bloq_flechas_slider .swiper-button-prev img,
.swiper-button-prev-evento img {
    transform: rotate(180deg);
}

.bloq_flechas_slider .swiper-button-next:after,
.bloq_flechas_slider .swiper-button-prev:after {
    display: none;
}

.conte_superior_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_testimonios {
    margin-top: 45px;
}

.aparecer_para_720 {
    display: none;
}

.bloq_no_container {
    padding-left: 24px;
    box-sizing: border-box;
    width: 100%;
}

.bloq_flecha_slider {
    margin-right: 55px;
}

.swiper-container-compra .swiper-wrapper {
    align-items: stretch;
}

.swiper-container-compra .swiper-slide {
    height: 100% !important;
    box-sizing: border-box;
}

.img_testimonio img {
    width: 100%;
}

.ancho_170_f {
    width: 170px;
}

.bloq_flechas_slider .swiper-button-prev-resultado img,
.bloq_flechas_slider .swiper-button-prev-compra img {
    transform: rotate(180deg);

}

.logo_menu_movil {
    display: none;
    cursor: pointer;
    width: 32px;
    background-image: url('../img/icon_menu.svg');
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo_menu_movil.active_menu_fondo {
    background-image: url('../img/icon_cerrar.png') !important;
}


.fondo_adiconal_img {
    border-radius: 10px;
    overflow: hidden;
}

.fondo_adiconal_img2 {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.fondo_adiconal_img::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 63%);
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.fondo_adiconal_img2::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 38%);
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.error-border {
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

.icon_mensaje_one {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
}





.line {
    position: relative;
    overflow: hidden;
}

.line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #111111;
    opacity: 0.65;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.title-efect p .line .word,
.title-efect h2 .line .word {
    transform: rotateX(90deg);
    transition: transform 0.9s linear;
}

.title-efect p .line .word.loaded,
.title-efect h2 .line .word.loaded {
    transform: rotateX(0deg);
}

.menu_movil_ancho {
    width: 100% !important;
    background: #111111;
}

.top_menu_movil {
    top: 94px !important;
}

.bloq_menu_barra {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu_movil_one_page li a {
    color: #fff;
    font-size: 22px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
}

.full_menu_movil {
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 99;
}

.menu_movil_one_page {
    flex-direction: column;
    align-items: center;
}

.img_eclipse_movil {
    position: absolute;
    top: 0;
    left: 0;
}

.btn_cerrar_dialog svg,
.quitar_svg_modal svg {
    display: none;
}


.btn_cerrar_dialog {
    position: relative !important;
    background: #DAB870;
    padding: 15px 61px;
    border-radius: 4px;
    right: initial !important;
    top: initial !important;
    color: #020202;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.btn_cerrar_dialog:hover {
    color: #020202;
}

.uk-modal-dialog {
    background: #111111;
    border-radius: 4px;
}

.uk-modal-dialog h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #DAB870;
    margin-top: 46px;
    margin-bottom: 36px;
}

.uk-modal-dialog p {
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 36px;
    width: 100%;
    max-width: 316px;
}

.icon_flotante_emporati {
    position: absolute;
    top: -20px;
    left: -40px;
}

.img_op_flot_2 {
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: 1;
}

.bloq_re_encima {
    position: relative;
    z-index: 2;
}

.swiper-button-disabled img {
    opacity: 0.5;
}




.inputText {
    font-size: 14px;
    width: 200px;
    height: 56px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 50%;
    transition: 0.2s ease all;
    transform: translateY(-50%);
}

.floating-label2 {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 20px;
    transition: 0.2s ease all;
    font-size: 16px !important;
}


input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
    top: 11px;
    font-size: 11px;
    opacity: 1;
}

textarea:focus~.floating-label2,
textarea:not(:focus):valid~.floating-label2 {
    top: 10px !important;
    font-size: 11px !important;
    opacity: 1;
}


.bloq_video_flotante {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.quitar_video_primero,
.quitar_video_primero2 {
    opacity: 0 !important;
    transition-duration: 0.5s;
    z-index: -1 !important;
}

#quitar_pause_video,
#quitar_pause_video2 {
    opacity: 1;
    transition-duration: 0.5s;
    z-index: 2;
}

.border_10_destokp {
    border-radius: 10px;
    overflow: hidden;
}

.nuevo_ancho_modal {
    width: 100%;
    max-width: 459px !important;
    border-radius: 8px;
    padding: 65px 17px 50px 17px;
}

.preload_empoderati {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #111111;
    z-index: 999;
    top: 0;
}

.img_preload_s {
    width: 100%;
    max-width: 350px;
}

.loader_formulario {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: #DAB870;
}

.quitar_video_controles .plyr__controls {
    display: none !important;
}

.btn_cerrar_modal {
    border: 1px solid #dab870;
    border-radius: 50%;
    padding: 10px;
    top: -15px;
    right: -15px;
}

.alto_image_genral_progra {
    height: 183px;
    width: 100%;
    overflow: hidden
}



.alto_image_genral_progra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.contenido_programa h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0px;
}


.item_programa_2025 {
    background: #1D1D1D;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.detalles_programa_2025 {
    padding: 22px 22px 30px 22px;
}

.text_programa_d {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 22px;
}

.bloq_precio_programa {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn_comprar_programa {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #DAB870;
    border-radius: 4px;
    width: 100%;
    max-width: 212px;
    padding: 14px 0px;
    text-align: center;
    margin-top: 25px;
    transition-duration: 0.5s;
}

.btn_comprar_programa:hover {
    background: #FAC457;
    transition-duration: 0.5s;
}

.bloq_precio_programa span:first-child {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
}

.bloq_precio_programa span:last-child {
    color: #DAB870;
    font-size: 20px;
    font-weight: 600;
    line-height: 46px;
}

.titulo_programa_section {
    font-size: 28px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
}

.list_programa_interno {
    margin-top: 38px;
}

.padding_r_56_single {
    padding-right: 56px;
}

.bloq_detalles_programa_single {
    width: 445px;
}


.bloq_detalles_programa_single h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.precio_single_progrma {
    display: flex;
    align-items: center;
    gap: 8px;
}

.precio_single_progrma span:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #FFFFFF;
}

.precio_single_progrma span:last-child {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    color: #DAB870;
}

.descripcion_programa_single h3 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 120%;
    margin-bottom: 30px;
}

.ckeditor_descripcion_programa_single {
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: left;
}

.tiempo_programa_single {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tiempo_programa_single span {
    color: #EDC677;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.btn_comprar_single {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    background: #EDC677;
    border-radius: 4px;
    width: 264px;
    padding: 16px 0px;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    transition-duration: 0.5s;
}

.btn_comprar_single:hover {
    background: #FAC457;
    transition-duration: 0.5s;
}

.descripcion_programa_single {
    margin-top: 34px;
}

.imagen_single_pro {
    height: 428px;
    border-radius: 10px;
    overflow: hidden;
}

.imagen_single_pro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria_programa {
    margin-top: 32px;
}

.bloq_autor_programa {
    gap: 18px;
    margin: 24px 0px;
}

.bloq_autor_programa figure {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #3F3F3F;
}

.bloq_autor_programa figure img {
    width: 100%;
    object-fit: cover;
}

.detalles_del_autor h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.detalles_del_autor span {
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.contenido_programa_single h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    color: #FFFFFF;
    border-bottom: 1px solid #3E3D3D;
    padding-bottom: 16px;
}


.list_contenido_programa {
    margin-top: 30px;
}

.list_contenido_programa li {
    padding: 18px;
    border: 1px solid #3E3D3D;
    border-radius: 6px;
}

.list_contenido_programa li a,
.list_contenido_programa li a:hover {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 500;

}

.list_contenido_programa .uk-accordion-content {
    color: #FFFFFF;
    line-height: 160%;
    font-size: 16px;
}



.list_contenido_programa li.uk-open a {
    border-bottom: 1px solid #565656;
    padding-bottom: 20px;
    color: #DAB870 !important;
}

.list_contenido_programa li.uk-open .uk-accordion-content {
    margin-top: 30px;
    margin-bottom: 12px;
}

.list_contenido_programa .uk-accordion-title::before {
    background-image: url(../img/icon_fl_abajo.svg);
}

.list_contenido_programa .uk-open>.uk-accordion-title::before {
    background-image: url(../img/icon_fl_abajo_acti.svg) !important;
}

.list_contenido_programa.uk-accordion>:nth-child(n+2) {
    margin-top: 24px !important;
}

.imagen_single_pro::before,
.alto_image_genral_progra::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000009e;
    top: 0;
    left: 0;
    position: absolute;
}

.btn_play_programa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px !important;
    height: 68px !important;
    cursor: pointer;
}

.bloq_boton_compra_s {
    position: fixed;
    bottom: 0;
    background: #191919;
    padding: 15px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #3E3D3D;
}

.bloq_boton_compra_s .btn_comprar_single {
    margin: 0;
}

.titulo_programas_section {
    border-bottom: 1px solid #656565;
    padding-bottom: 36px;
}

.titulo_programas_section h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.titulo_programas_section a {
    color: #EDC677;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
}

.contenedor_list_programas {
    margin-top: 50px;
}

.contenedor_list_programas .list_testimonios {
    margin-top: 50px;
}

.contenedor_list_programas .bloq_no_container {
    padding-left: 0px;
}

.over_hiden_section {
    overflow: hidden;
}

.text_secion_s2 .item_preunta_efect {
    color: #E6E6E6;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    max-width: 562px;
    margin: 0;
}

.text_secion_s2 h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 770px;
}

.bloq_legales_footer_link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.bloq_legales_footer_link a {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.titulo_general_page {
    font-weight: bold;
    font-size: 42px;
    line-height: 46px;
    color: #FFFFFF;
}

.text_page_termino {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 40px;
}

.over_hiden_cortar {
    overflow: hidden;
}

.swiper-button-prev-galeria img {
    transform: rotate(180deg);
}

.flechas_galeria_swiper {
    gap: 20px;
}

.fondo_transparente_s {
    background: transparent !important;
}

.btn_cerrar_new {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;

}

.btn_cerrar_new svg line {
    stroke: #000 !important;
    stroke-width: 3px;
}



.swiper-container-eventos .swiper-slide {
    width: 540px !important;
}


.item_evento_2025 {
    background: #1D1D1D;
    border-radius: 10px;
    overflow: hidden;

}

.item_evento_2025 picture {
    width: 100%;
    height: 420px;
    display: flex;
}

.pading_detalle_evento {
    padding: 20px 25px 30px 25px;
}

.detalle_evento_datos h2 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.detalle_evento_datos p {
    font-size: 16px;
    line-height: 24px;
    color: #B5B5B5;
    margin-top: 0;
    margin-bottom: 10px;
}

.text_fecha_evento {
    font-size: 20px;
    line-height: 28px;
    color: #EDC677;
}


.btn_comprar_evento {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #DAB870;
    border-radius: 4px;
    width: 100%;
    max-width: 212px;
    padding: 14px 0px;
    text-align: center;
    margin-top: 25px;
    transition-duration: 0.5s;
}

.btn_ver_todos {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #EDC677;
    border: 1px solid #EDC677;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 14px;
}

.section_banner_evento {
    width: 100%;
    height: 540px;
}

.section_banner_evento img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.bloq_text_banner_evento {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.bloq_text_banner_evento h1 {
    font-size: 28px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}


.bloq_text_banner_evento p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 729px;
}

.item_evento_2025.item_interno_evento picture {
    height: 373px;
}

.item_evento_2025.item_interno_evento .detalle_evento_datos h2 {
    font-size: 18px;
    line-height: 24px;
}

.item_evento_2025.item_interno_evento .detalle_evento_datos p {
    font-size: 14px;
    line-height: 20px;
}

.item_evento_2025.item_interno_evento .btn_comprar_evento {
    margin-top: 30px;
}

#load-more-posts {
    width: 100%;
    max-width: 768px;
    font-size: 16px;
    line-height: 24px;
    color: #EDC677;
    font-weight: 600;
    background: none;
    border: 1px solid #EDC677;
    padding: 14px 15px;
}

.padding_banner_publicidad {
    padding-bottom: 70px;
}

.alto_img_destokp {
    height: 450px;
    border-radius: 18px;
    background-position: left;
    background-position: -50px;
}

.text_banner_publicidad h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #DAB870;
}

.text_banner_publicidad {
    padding: 0px 50px;
}

.text_banner_publicidad p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.btn_link_publicidad {
    background: #DAB870;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #111111 !important;
    padding: 15px 46px;
    margin-top: 20px;
    display: block;
}



@media(max-width:840px) {
    .text_banner_publicidad h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .text_banner_publicidad {
        padding: 0px 10px
    }
}

@media(max-width:720px) {
    .alto_img_destokp {
        background-position: -180px;

    }
}

@media(max-width:639px) {
    .alto_img_destokp {
        background-position: top center;
        background-size: cover;
        height: 650px;
    }

    .alto_img_destokp .uk-width-1-2 {
        width: 100%;
    }

    .maring_top_movil_publicidad {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .text_banner_publicidad {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }
}

@media(max-width:480px) {
    .alto_img_destokp {
        height: 462px;
    }

    .item_evento_2025 picture {
        width: 100%;
        height: 373px;
    }

    .text_banner_publicidad h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .text_banner_publicidad p {
        font-size: 14px;
        line-height: 20px;
        margin: 25px 0px;
    }

    .btn_link_publicidad {
        margin-top: 0px;
    }


}