@media screen and (max-width:1850px) {
    .confer_dat_nombre {
        font-size: 39px;
    }

    .confer_dat_tit {
        font-size: 21px;
    }

    .confer_dat_cv p {
        font-size: 19px;
    }

    .confer_dat_fun {
        font-size: 24px;
    }

    .confer_dat_tem {
        font-size: 21px;
    }

    .confer_dat_desc p {
        font-size: 19px;
    }
}

@media screen and (max-width:1750px) {
    .confer_dat_nombre {
        font-size: 37px;
    }

    .confer_dat_tit {
        font-size: 19px;
    }

    .confer_dat_cv p {
        font-size: 17px;
    }

    .confer_dat_fun {
        font-size: 22px;
    }

    .confer_dat_tem {
        font-size: 19px;
    }

    .confer_dat_desc p {
        font-size: 17px;
    }
}

@media screen and (max-width:1650px) {
    .confer_dat_nombre {
        font-size: 35px;
    }

    .confer_dat_tit {
        font-size: 17px;
    }

    .confer_dat_cv p {
        font-size: 15px;
    }

    .confer_dat_fun {
        font-size: 20px;
    }

    .confer_dat_tem {
        font-size: 17px;
    }

    .confer_dat_desc p {
        font-size: 15px;
    }
}

@media screen and (max-width:1550px) {
    .confer_dat_nombre {
        font-size: 33px;
    }

    .confer_dat_tit {
        font-size: 15px;
    }

    .confer_dat_cv p {
        font-size: 13px;
    }

    .confer_dat_fun {
        font-size: 18px;
    }

    .confer_dat_tem {
        font-size: 15px;
    }

    .confer_dat_desc p {
        font-size: 13px;
    }
}

@media screen and (max-width:1450px) {
    .confer_dat_nombre {
        font-size: 31px;
    }

    .confer_dat_tit {
        font-size: 13px;
    }

    .confer_dat_cv p {
        font-size: 11px;
    }

    .confer_dat_fun {
        font-size: 16px;
    }

    .confer_dat_tem {
        font-size: 13px;
    }

    .confer_dat_desc p {
        font-size: 11px;
    }
}

@media screen and (max-width:1400px) {
    .confer_dat_nombre {
        font-size: 29px;
    }

    .confer_dat_tit {
        font-size: 11px;
    }

    .confer_dat_cv p {
        font-size: 9px;
    }

    .confer_dat_fun {
        font-size: 14px;
    }

    .confer_dat_tem {
        font-size: 11px;
    }

    .confer_dat_desc p {
        font-size: 9px;
    }
}

@media screen and (max-width:1280px) {


    .ancho_2 {
        padding: 0 35px;
        width: calc(100% - 40px);
    }

    .prog_titular {
        padding-bottom: 40px;
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
        width: calc(100% - 40px);
    }

    .btn {
        font-family: "gotham", sans-serif;
        font-weight: 800;
        font-size: 26px;
        background-color: var(--azul);
        padding: 5px 35px;
        border-radius: 5px;
    }

    /*********************************************/

    .header {
        justify-content: space-between;
        gap: 0 20px;
        height: 110px;
    }

    .logo {
        width: 250px;
    }

    .logo img {
        width: 100%;
        padding-top: 35px;
    }

    .menu {
        display: none;
    }

    /**********************************************************************/
    .btn_menu {
        display: block;
    }

    nav {
        background-color: var(--negro);
        filter: opacity(99%);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: none;
        z-index: 1
    }

    nav ul {
        padding: 120px 20px 100px;
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        max-height: 700px;
        height: 100%;
        box-sizing: border-box;
    }

    nav ul li a {
        font-size: 1.5em;
        display: block;
    }

    .btn_menu .btn_close hr:nth-child(1) {
        width: 100%;
        transform: rotate(45deg);
        position: relative;
        top: 8.7px;
    }

    .btn_menu .btn_close hr:nth-child(2) {
        height: 0;
        transform: translate(-50vh);
    }

    .btn_menu .btn_close hr:nth-child(3) {
        width: 100%;
        transform: rotate(-45deg);
        position: relative;
        top: -9px;
    }

    /***********************************************************************/
    #slide {
        background-position: calc(60% - 0px) calc(0% + 140px);
        background-size: auto 80%;
    }

    .slide_dat1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: end;
    }

    .slide_dat1_fecha {
        text-align: right;
        margin-right: 0;
    }

    .slide_dat1_fecha div:nth-child(1) {
        font-size: 30px;
    }

    .slide_dat1_fecha div:nth-child(2) {
        font-size: 14px;
    }

    .slide_dat1_fecha div:nth-child(3) {
        font-size: 12px;
    }

    .slide_dat1_logo {
        width: 100px;
    }

    .slide_dat2_tit {
        font-size: 35px;
        text-align: center;
    }

    .slide_dat2_insc {
        padding: 5px 25px;
        font-size: 28px;
    }

    .slide_dat2_fecha {
        padding: 0px 30px;
    }

    /***********************************************************************/
    /* cronometro */

    .conf_contador {
        color: var(--gris);
    }

    .conf_contador .cronometro_box {
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .conf_contador .cronometro_box>div {
        padding: 3px 6px 5px;
        margin: 0 4px;
        border-radius: 0px;
        flex-grow: 0;
        flex-shrink: 1;
        width: auto;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .conf_contador .cronometro_box>div:nth-child(1) {
        margin-left: 0;
    }

    .conf_contador .cronometro_box hr {
        border: none;
        border-left: 2px solid var(--gris);
        border-radius: 0px;
        width: 0;
        height: 30px;
        color: var(--color2);
        transform: rotate(10deg);
    }

    .conf_contador .cronometro_num {
        font-family: "bebas-neue-pro-expanded", sans-serif;
        font-weight: 800;
        font-size: 35px;
    }

    .conf_contador .cronometro_tit {
        font-family: "gotham", sans-serif;
        font-weight: 700;
        font-size: 9px;
        color: var(--negro);
    }

    /***********************************************/
    .confer_box {
        flex-direction: column;
        justify-content: center;
    }

    .confer_item {
        flex-direction: column;
        width: 100%;
    }

    .confer_item>div {
        width: 100%;
    }

    .confer_foto {
        padding-bottom: 100%;
    }

    /* Estilo B para grupos: 3–4, 7–8, 11–12, etc. */
    .confer_item:nth-child(4n - 1),
    .confer_item:nth-child(4n) {
        flex-direction: row;
    }

    /* Estilo A para grupos: 1–2, 5–6, 9–10, etc. */
    .confer_dat_puntero {
        position: absolute;
        left: 40%;
        right: auto;
        top: -45px;
        border-top: 5px solid transparent;
        border-bottom: 40px solid var(--negro);
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
    }

    /* Estilo B para grupos: 3–4, 7–8, 11–12, etc. */
    .confer_item:nth-child(4n - 1) .confer_dat_puntero,
    .confer_item:nth-child(4n) .confer_dat_puntero {
        position: absolute;
        left: 40%;
        right: auto;
        top: -45px;
        border-top: 5px solid transparent;
        border-bottom: 40px solid var(--negro);
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
    }

    .confer_dat_nombre {
        font-size: 36px;
    }

    .confer_dat_tit {
        font-size: 18px;
    }

    .confer_dat_cv p {
        font-size: 16px;
    }

    .confer_dat_fun {
        font-size: 21px;
    }

    .confer_dat_tem {
        font-size: 18px;
    }

    .confer_dat_desc p {
        font-size: 16px;
    }

    /*********************************************/

    .titular h2 {
        font-size: 30px;
    }

    .titular h3 {
        font-size: 21px;
    }


    .prog_item>div {
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .prog_item>div>div:nth-child(1) {
        padding-left: 10px;
    }

    .prog_item>div>div {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 10px;
        align-items: start;

    }

    .prog_hora {
        font-size: 21px;
        padding-left: 10px;
    }

    .prog_hora span {
        font-size: 18px;
    }

    .prog_nombre {
        font-size: 21px;
    }

    .prog_nombre br {
        display: none;
        /* oculta saltos de línea en móvil */
    }

    .prog_tit {
        font-size: 18px;
    }

    .prog_tit span {
        font-weight: 400;
        font-size: 15px;
    }

    .prog_item .confer_dat_icon {
        position: absolute;
        top: 15px;
        left: auto;
        right: 25px;
    }

    .prog_item .confer_dat_icon img {
        width: 100%;
    }

    /*******************************************************/
    .contac {
        flex-direction: column-reverse;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0;
    }

    .contac>div {
        width: calc(100% - 0px);
        margin: 0 20px;
    }

    .contac>div:nth-child(2) {
        padding: 20px;
        gap: 0px 0;
    }

    .contac h2 {
        font-size: 30px;
    }

    .contac>div {
        font-size: 16px;
    }

    .contac .contact_boton {
        padding: 7px 25px;
        font-size: 28px;
        margin: 30px auto 10px;
    }

    .contac iframe {
        min-height: 300px;
    }

    /********************************************************/
    .tallem_cat {
        gap: 0 20px;
        padding-top: 40px !important;
        justify-content: space-evenly;
    }

    .tallem_cat>div {
        flex-direction: column;
        font-size: 14px;
        text-align: center;
        gap: 10px 0;
        width: calc(30% - 20px);
    }


    .tallem_item_letra {
        display: none !important;
    }

    .tallem_item {
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        display: flex;
        position: relative;
    }

    .tallem_item_fondo {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
    }

    .tallem_item_dat {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
        padding: 15px;
    }



    .tallem_item:hover .tallem_item_fondo,
    .tallem_item:hover .tallem_item_dat {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }




    .tallem .ancho_3 {
        width: 100%;
        padding: 0;
    }

    .tallem_item_dat h3 {
        font-size: 16px;
    }

    .tallem_item_dat .tallem_item_dat_sub {
        font-weight: 300;
        font-size: 13px;
    }

    .tallem_item_dat .tallem_item_dat_hrs {
        font-size: 16px;
    }

    .tallem_item .sin_cupos {
        
        background-color:rgba(0, 0, 0, .5);
        z-index: 1;        
        font-size: 0.9em;
        justify-content: start;
        text-align: start;
        padding: 35px 20px;
        /* align-items: end; */
    }

    /************************************************/
    .costom_box {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .costom_item {
        width: 100%;
    }

    .costom_desc li {
        font-size: 13px;
    }

    /***********************************************/
    .footer {
        /* flex-direction: column; */
        padding: 40px 20px 40px;
        gap: 25px 0;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .footer_item:nth-child(1) {
        width: 90%;
        max-width: 400px;
    }

    .footer_item:nth-child(1) img {
        width: 100%;
    }

    .footer_item:nth-child(2) {
        display: flex;
        flex-direction: row;
        gap: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer_item:nth-child(3) {
        width: 50%;
    }

    .footer_item:nth-child(4) {
        width: 50%;
    }

    .footer_logos {
        gap: 0 40px;
        width: initial;
        max-width: 350px;
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: space-between;
    }

    .footer_logos>div {
        width: initial;
        flex-grow: 1;
        flex-shrink: 1;
        width: calc(50% - 40px);
        object-position: right;
    }

    .footer_logos img {
        height: initial;
        width: initial;
        object-fit: cover;
        width: 100%;
        height: 100%;
        overflow: initial;
    }

    .footer h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .footer_men {
        font-size: 12px;
        gap: 10px 0;
    }

    .footer_copy {
        font-size: 14px;
        text-align: center;
        padding: 0 20px;
    }

    /************************MULTISCROLL*************************/
    .ms-left {
        width: 100% !important;
    }

    .ms-left .ms-tableCell {
        overflow: hidden;

    }

    .ms-left .ms-tableCell>img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain !important;
        object-position: top;
        transform: scale(1.5);
        transform-origin: top;
        /* overflow: hidden; */

    }
    .ms-right .confer_dat_nombre {
        flex-direction: column-reverse;
        display: flex;
        gap: 10px;
    }
    .ms-right {
        width: 100% !important;
        right: 0px !important;
    }

    .ms-right .ms-tableCell {
        padding: 150% 0 0;
        box-sizing: border-box;
        filter: opacity(85%);
        display: block;
    }

    .multiscrolljr-scroll {
        overflow: auto;
        background-image: none;
        background-color: transparent;
    }

    .ms-right .ms-tableCell .multiscrolljr-scroll-int {
        background-color: #000000;
        filter: opacity(100%);
        padding: 30px 20px 80px;
    }

    .ms-tableCell {
        vertical-align: bottom;
    }

    /****************************MODAL CONF***********************/
    #modal_conf>div {
        width: 100%;
        height: 100vh;
        overflow: auto;
    }

    #modal_conf .ms-left .ms-section {
        height: 0;
        width: 100%;
        padding-bottom: 100%;
    }

    #modal_conf .multiscrolljr-scroll {
        height: auto !important;
        padding: 30px 35px 60px;
    }

    #modal_conf .ms-right>div {
        padding: 30px 35px 60px;
    }


    /***********************CARRITO********************************/
    .spkr {
        flex-direction: column;
    }

    .spkr>div {
        width: 100%;
    }

    .spkr .title {
        display: block;
        justify-content: center;
        text-align: center;
        font-size: 18px;
    }

    #cart .prog_titular,
    #checkout .prog_titular {
        padding-left: 0;
        padding-right: 0;
    }

    .work_title45 {
        text-align: center;
        font-size: 18px;
    }

    .work_title45 strong {
        display: contents;
    }

    .work_title45>input {
        display: block;
    }

    .spkr_dat div.input {
        font-size: 1.1em;
    }

    .spkr_dat div.input span {
        font-size: 0.8em;
    }

    .spkr_textoalt {
        font-size: 16px;
    }

    .spkr_dat {
        gap: 15px;
    }

    .carrito input,
    .carrito select {
        padding: 10px 12px;
        font-size: 15px;
    }

    .carrito .btn_submit,
    .carrito button.btn_submit {
        font-size: 1.3em;
        gap: 5px;
    }

    .carrito .btn_submit.btn_pagar {
        padding: 10px 2px;
    }


    /*** MODAL BOX */
    .modalbox {
        width: 100%;
        max-width: 500px;
    }


    .modalbox1 {
        display: none;
    }


    .modalbox2 {
        width: 100%;
    }

    .modalbox2>div {
        width: 100%;
    }

    .modalbox .costom_tipo {
        flex-direction: column;
    }


/****** VOTACION**********/
.moduloVotacion{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background:
        linear-gradient(0deg,
            #111111dd 0%,
            #11111188 13%,
            #11111100 20%),
        linear-gradient(180deg,
            #111111aa 0%,
            #11111166 15%,
            #11111100 22%);
    transition: all .3s ease-in;
}
.moduloVotacion .ec-stars-wrapper {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    padding: 3px 20px;
    right: auto;
    text-align: left;
}
.moduloVotacion .valEstrellasTotal{
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    padding: 10px 20px;
    text-align: left;

}















}