html {
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-image: url("../assets/web_pva_2025.png");
    /* background-image: url("../assets/fondo_pva_2023.png"); */
    scrollbar-width: none;
    position: absolute;
    background-size: auto;
}
@media (min-width: 1921px) {
    body {
        /* Your styles here */
        background-size: cover;
    }
}

h1,
h2,
h3 {
    /* font-weight: lighter; */
    color: #161824;
}

a {
    text-decoration: none;
    color: unset;
}

.overflow-hid {
    overflow-x: hidden;
}

.fecha20 {
    position: relative;
    top: -101px;
    width: 145px;
    left: -22px;
    animation-name: rotarfecha;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.voluntariade {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 25px;
    padding: 13px;
    background-color: #cf4229;
    color: white;
    z-index: 6;
    font-size: 0.9em;
}

@keyframes rotarfecha {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.logo-60 {
    position: absolute;
    right: 30px;
    top: 15vh;
    margin-top: 20px;
    width: 60px;
}

.background-img {
    filter: blur(5px);
    position: absolute;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50%);
}

@font-face {
    font-family: ATsurt;
    src: url("../assets/fonts/AT Surt Light.otf") format("opentype");
}
@font-face {
    font-family: ATsurtO;
    src: url("../assets/fonts/AT Surt Light Oblique.otf") format("opentype");
}
@font-face {
    font-family: TonkaVF;
    src: url("../assets/fonts/TonkaVF.ttf") format("truetype");
}
@font-face {
    font-family: TonkaVFMediumExtended;
    src: url("../assets/fonts/Tonka-MediumExtended.otf") format("opentype");
}
@font-face {
    font-family: TonkaVFRegularExtended;
    src: url("../assets/fonts/Tonka-RegularExtended.otf") format("opentype");
}
@font-face {
    font-family: TonkaVFRegularWide;
    src: url("../assets/fonts/Tonka-RegularWide.otf") format("opentype");
}
@font-face {
    font-family: TonkaVFRegularCondensed;
    src: url("../assets/fonts/Tonka-RegularCondensed.otf") format("opentype");
}
@font-face {
    font-family: TonkaVFSemibold;
    src: url("../assets/fonts/Tonka-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: TonkaVFBold;
    src: url("../assets/fonts/Tonka-Bold.otf") format("opentype");
}
@font-face {
    font-family: TonkaVFRegular;
    src: url("../assets/fonts/Tonka-Regular.otf") format("opentype");
}

/* div.container-landing::-webkit-scrollbar {
  width: 1px;
} */

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #2a2a2a61;
}

.desaparece {
    display: none !important;
}

.clickable-name {
    cursor: pointer;
}

.d-none {
    display: none !important;
}

.container-landing {
    width: 100vw;
    scrollbar-width: none;
    position: absolute;
    /* display: grid; */
    grid-template-columns: 75% auto;
    grid-template-rows: 8vh 8vh auto 8vh auto 8vh auto 8vh auto 8vh 8vh;
    grid-template-areas:
        "header header"
        "sticky sticky"
        "lengua-container lengua-container"
        ". ."
        /* "video video"
  ". ."*/
        "horarios horarios"
        ". ."
        /*"programacion programacion"
  ". ."*/
        "textos-largos textos-largos"
        ". ."
        "creditos creditos"
        ". ."
        "footer footer";
    font-family: TonkaVFRegular;
    font-weight: unset !important;
}

header {
    /* grid-area: header; */
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: grid;
    grid-template-columns: 7vw auto auto auto 7vw;
    grid-template-rows: auto;
    grid-template-areas: ". logos-unam . contacto .";
}

.cuadro-info {
    font-family: ATsurt;
    width: 55vw;
    height: 75vh;
    position: fixed;
    background-color: #f04e4d;
    z-index: 6;
    left: 40vw;
    top: 16vh;
    padding: 15px;
}

.cuadro-contacto {
    font-family: ATsurt;
    width: 35vw;
    height: 34vh;
    position: fixed;
    background-color: #f04e4d;
    z-index: 3;
    left: 55vw;
    top: 16vh;
    padding: 15px;
    color: black;
}

.landing-tacto-container {
    display: flex;
    min-height: 100vh;
    padding-top: 10%;
}

.cuadro-contacto div {
    /* position: absolute;
  bottom: 0; */
}

#tachecito-morado {
    width: 35px;
    position: absolute;
    right: 0;
    margin: 15px;
    top: 0;
    cursor: pointer;
}

#tachecito-contacto {
    width: 25px;
    position: absolute;
    right: 0;
    margin: 15px;
    top: 0;
    cursor: pointer;
}

.cuadro-info-container {
    font-family: TonkaVF;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 55vh;
    grid-template-areas: "imagen-nombre texto-nombre";
    position: absolute;
    bottom: 0;
    margin: 15px;
    left: 0;
    color: black;
}

.cuadro-info-container b {
    font-weight: 600;
}

.texto-container-titulo {
    display: none;
    grid-area: titulo-nombre;
    height: 100%;
    /* padding-left: 10px; */
}

.texto-container-titulo h2 {
    transform: rotate(-90deg);
    width: max-content;
    position: absolute;
    margin: 0;
    transform-origin: 0% 0%;
    top: 100%;
}

#segundo-nombre-info {
    margin-left: 30px;
}

.cuadro-info-container img {
    grid-area: imagen-nombre;
    max-width: 90%;
    justify-self: center;
    max-height: 54vh;
}

.texto-container-texto {
    grid-area: texto-nombre;
    padding: 0 10px 10px 10px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.texto-container-texto p {
    margin: 0;
}

.logos-unam {
    grid-area: logos-unam;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    height: 8vh;
}

.logos-unam img {
    height: 60%;
    margin: 0 32px 0 0;
}

.menu-archivo-pva {
    grid-area: contacto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    /* width: 60%; */
}

.menu-archivo-pva h3 {
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    /* margin-right: 30px; */
}

.container-sticky {
    display: grid;
    grid-template-columns: 7vw 86vw 7vw;
    grid-template-rows: auto;
    grid-template-areas: ". sticky .";
    background-color: #cf4229;
    /* background-color: var(--banner_color); */
    width: 100vw;
}

.sticky-header {
    grid-area: sticky;
    height: 8vh;
    color: white;
    /* background-color: red; */
    /* position: absolute; */
    top: 8vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* background-color: var(--banner_color); */
}

.cruz-rotada {
    width: 10px;
}

.sticky-header h3 {
    font-weight: lighter;
    font-size: 1em;
    cursor: pointer;
}

.stick {
    position: fixed;
    top: 0;
    z-index: 4;
}

.landing-lengua-container {
    color: black;
    padding-top: 8vh;
    min-height: 100vh;
    /* grid-area: lengua-container; */
    /* background-color: red; */
    display: grid;
    grid-template-columns: 7vw 7vw auto;
    grid-template-rows: auto;
    grid-template-areas: "fecha . lengua";
}

.line-up-container {
    width: 50%;
    padding-top: 20px;
}

.fecha-inicia {
    grid-area: fecha;
    padding-top: 40px;
    width: 12vw;
    /* background-color: yellow; */
}

.tacto-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.fecha-inicia h2 {
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 300px;
    position: relative;
    width: 300px;
    margin: 0;
    left: 30%;
    transform-origin: 0 0;
    text-align: right;
    font-family: TonkaVF;
    font-weight: 400;
}

.lengua-container {
    display: flex;
    flex-wrap: wrap;
    grid-area: lengua;
    /* background-color: blue; */
}

.tacto-container h1 {
    font-family: TonkaVF;
    font-size: 2.5em !important;
    line-height: 80px;
    margin: 0px !important;
    font-weight: unset !important;
}

.bold-name-text {
    font-family: TonkaVFSemiBold;
    font-weight: unset !important;
}
.semibold-name-text {
    font-family: TonkaVFSemiBold;
    font-weight: unset !important;
}

.subscript-text {
    font-family: TonkaVF;
    font-weight: unset !important;
    font-size: 0.6em;
    vertical-align: super;
}

.thin-text {
    font-family: TonkaVFRegularCondensed;
    font-weight: unset !important;
}

.italic-text {
    font-family: TonkaVFSemibold;
    font-style: italic;
    font-weight: unset !important;
}

.normal-name-text {
    font-family: TonkaVF;
    font-weight: unset !important;
}

.lineup-container {
    display: flex;
    width: 45%;
    gap: 20px;
    color: #161824;
}

.lineup-container p {
    cursor: pointer;
    text-indent: -18px;
    padding-left: 36px;
}

.non-hover-text:hover {
    color: unset !important;
    cursor: default;
}

.lineup-container p:hover {
    color: #f04e4d;
}

.line2-up-container {
    font-family: TonkaVFRegularWide !important;
}

#poesia-en-voz-alta {
    align-self: baseline;
}

.tacto-container h2 {
    /* font-family: TonkaVF; */
    /* margin: 20px 0 0 0; */
    font-size: 2.5em !important;
    /* font-weight: 400; */
    /* font-stretch: 150%; */
    text-align: center;
    line-height: 1.4em;
}

#creditos-completos b {
    font-family: TonkaVFSemibold !important;
    font-weight: unset !important;
}

.poesia-container {
    align-self: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}

#aparta-fecha {
    font-family: TonkaVF;
    font-weight: 400;
    line-height: 1.1em;
    text-align: center;
    font-stretch: unset !important;
}

.poesia-en-voz-alta {
    margin-right: 55px;
}

#poesia-en-voz-alta h1 {
    font-family: TonkaVFMediumExtended;
}

#poesia-en-voz-alta h3 {
    margin: 0;
    font-size: 2.5em;
    text-align: center;
    font-family: TonkaVFRegularCondensed;
    font-weight: 400;
    font-stretch: 60%;
}

.line-up h2 {
    /* font-weight: bold; */
}

.line-up span {
    font-weight: lighter;
}

.atsurt {
    font-family: ATsurt !important;
}

.lengua-container hr {
    width: 3%;
    left: -46%;
    position: relative;
    transform: translate(-50%, 0);
    border: 1px solid white;
}

#poesia-titulo {
    text-align: center;
    line-height: 1.4em;
    /* margin-top: 50px; */
}

.lengua-container h1 {
    margin: 0;
    font-size: 4.5em;
    line-height: 0.9em;
}

.cubito-position {
    position: relative;
    width: 10px;
    height: 10px;
    /* background-color: red; */
    top: -8vh;
}

.container-video-live {
    grid-area: video;
    /* background-color: yellow; */
    display: grid;
    grid-template-columns: 7vw 59vw 27vw 7vw;
    grid-template-rows: auto;
    grid-template-areas: "left-vivo video-vivo presentaciones .";
}

.left-vivo {
    grid-area: left-vivo;
    /* background-color: green; */
}

.left-vivo h2 {
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 300px;
    position: relative;
    width: 300px;
    margin: 0;
    left: 30%;
    transform-origin: 0 0;
    text-align: right;
}

.video-vivo {
    grid-area: video-vivo;
    /* background-color: red; */
}

.video-sustituto {
    width: 100%;
    height: 60%;
    background-color: #6900ff;
    position: relative;
}

.count-envivo {
    text-align: center;
    font-size: 4em;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    color: white;
}

.proximas-presentaciones {
    grid-area: presentaciones;
    /* background-color: blue; */
    padding: 0 10px;
}

.iframe-landing {
    width: 100%;
    height: 75%;
}

.iframe-recomendados {
    width: 100%;
    height: 145px;
    margin-bottom: 7px;
}

.horarios-completos-container {
    grid-area: horarios;
    /* background-color: yellow; */
    display: grid;
    grid-template-columns: 7vw 86vw 7vw;
    grid-template-rows: auto;
    grid-template-areas: "left-horario horario .";
    margin-bottom: 40px;
}

.left-horario {
    grid-area: left-horario;
    color: white;
    /* background-color: green; */
}

.line-up h1,
h2,
h3 {
    /* margin: 0 0 10px 0 !important; */
}

.line-up {
    padding: 0 7vw 0 0;
    width: 100%;
}

.lineup-1 {
    width: calc(50% - 20px);
    padding-right: 20px;
}

.lineup-2 {
    width: 50%;
}

.left-horario h2 {
    display: none;
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 300px;
    position: relative;
    width: 300px;
    margin: 0;
    left: 30%;
    transform-origin: 0 0;
    text-align: right;
}

.horarios-container {
    grid-area: horario;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "salas-horario";
}
.horarios-container p {
    /* cursor: pointer; */
    text-indent: -18px;
    padding-left: 36px;
}

.titulos-horarios {
    grid-area: titulos-horario;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    color: white;
}

.titulos-horarios h1 {
    cursor: pointer;
    margin: 0;
    color: white;
}

.salas-horarios {
    grid-area: salas-horario;
    display: flex;
    flex-wrap: wrap;
    color: #161824;
    gap: 3%;
}

.clickable-name:hover {
    color: #f04e4d !important;
    cursor: pointer;
}

.line-up h2 {
    margin: 6px 0 0 0;
    font-size: 1.2em;
}

.line-up span {
    font-size: 0.7em;
}

.line-up h3 {
    margin: 3px 0 0 0;
    font-size: 1em;
}
.salas-horarios h2 {
    margin: 12px 0 0 0;
    font-size: 2.2em;
    font-weight: 500;
    font-stretch: 40%;
    font-family: TonkaVFRegularCondensed !important;
}

.salas-horarios span {
    /* font-size: 0.7em; */
}

.salas-horarios h3 {
    margin: 3px 0 0 0;
    font-size: 1em;
}

.width-columna {
    width: 30%;
}

.programacion-container {
    grid-area: programacion;
    /* background-color: yellow; */
    display: grid;
    grid-template-columns: 7vw 59vw 27vw 7vw;
    grid-template-rows: auto;
    grid-template-areas: "left-programacion video-programacion programacion-pasada .";
}

.left-programacion {
    grid-area: left-programacion;
    /* background-color: green; */
}

.left-programacion h2 {
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 300px;
    position: relative;
    width: 300px;
    margin: 0;
    left: 30%;
    transform-origin: 0 0;
    text-align: right;
}

.video-programacion {
    grid-area: video-programacion;
    /* background-color: red; */
}

.programacion-pasada {
    grid-area: programacion-pasada;
    /* background-color: blue; */
    padding: 0 10px;
}

.iframe-landing {
    width: 100%;
    height: 60%;
}

.textos-largos-container {
    grid-area: textos-largos;
    display: grid;
    grid-template-columns: 7vw 27vw 59vw 7vw;
    grid-template-rows: auto;
    grid-template-areas: "left-textos menu-textos texto-largo-completo .";
    margin-bottom: 60px;
    /* background-color: green; */
}

.left-textos {
    grid-area: left-textos;
    color: white;
}

.left-textos h2 {
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 300px;
    position: relative;
    width: 300px;
    margin: 0;
    left: 30%;
    transform-origin: 0 0;
    text-align: right;
}

.menu-textos {
    grid-area: menu-textos;
    /* background-color: yellow; */
}

.menu-textos p {
    cursor: pointer;
    width: max-content;
}

.texto-largo-completo {
    grid-area: texto-largo-completo;
    background-color: #f04e4d;
    padding: 15px;
    display: grid;
    grid-template-columns: 20% auto;
    grid-template-rows: auto;
    grid-template-areas: "titulo-texto-full texto-full";
    align-items: end;
    color: black;
}

.titulo-texto-full {
    grid-area: titulo-texto-full;
    height: 100%;
    /* padding-left: 10px; */
}

.titulo-texto-full h2 {
    transform: rotate(-90deg);
    width: max-content;
    position: relative;
    margin: -15px 0;
    transform-origin: 0% 0%;
    top: 100%;
}

.texto-full {
    grid-area: texto-full;
    height: 86vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-right: 15px;
    line-height: 1.25em;
}

.texto-full hr {
    border: 1px white solid;
}

.pies-pagina {
    font-size: 0.6em;
    margin: 0;
    line-height: 1.5em;
}

.right-text {
    text-align: right;
}

#segundo-nombre-texto {
    margin-left: 30px;
}

div.texto-full::-webkit-scrollbar {
    width: 5px;
    display: block;
    background-color: #63636361;
    color: #000;
}

div.texto-full::-webkit-scrollbar-thumb {
    background: #2a2a2a61;
}

.creditos-container {
    grid-area: creditos;
    color: #161824;
    /* background-color: yellow; */
    display: grid;
    grid-template-columns: 7vw 86vw 7vw;
    grid-template-rows: auto;
    grid-template-areas: "left-creditos columnas-creditos .";
}

.creditos-container h3 {
    font-family: TonkaVFSemibold;
}

.patrocinadores {
    width: 86vw;
    overflow-x: hidden;
}

.row-patrocinadores {
    display: flex;
    position: relative;
    /* justify-content: space-around; */
    margin-bottom: 50px;
    animation-name: example;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.row-patrocinadores img {
    margin: 0 25px;
    height: 100px;
}

@keyframes example {
    from {
        left: 0;
    }
    to {
        left: -4630px;
    }
}
.left-creditos {
    grid-area: left-creditos;
}

.left-creditos h2 {
    display: none;
    transform: rotate(-90deg);
    white-space: nowrap;
    top: 300px;
    position: relative;
    width: 300px;
    margin: 0;
    left: 30%;
    transform-origin: 0 0;
    text-align: right;
}
.patrocinadores h3 {
    margin-bottom: 30px !important;
}

.columnas-creditos-container {
    grid-area: columnas-creditos;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.columnas-creditos-container div {
    /* width: 48%; */
}

.columnas-creditos-container hr {
    margin: 40px;
    color: #ffffff4f;
    border-style: ridge;
}
.columnas-creditos-container h3 {
    /* text-align: right; */
    margin: 0;
    text-transform: uppercase;
    /* font-weight: bolder; */
}
#creditos-completos h2 {
    margin: 0;
    width: 60%;
}

.columnas-creditos-container p {
    margin: 8px 0;
}

footer {
    /* grid-area: footer; */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer img {
    height: 75%;
}

#debug-scroll {
    position: fixed;
    bottom: 10px;
    font-size: 1.2em;
}

.img-prov {
    width: 100%;
}

@media only screen and (max-width: 1030px) {
    .lineup-container {
        width: 100%;
        margin: 20px 40px;
        flex-direction: column;
    }

    .line2-up-container {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 600px) {
    html {
        -webkit-overflow-scrolling: touch;
    }

    header {
        z-index: 1;
        grid-area: header;
        background-color: white;
        display: grid;
        grid-template-columns: 7vw auto auto auto 7vw;
        grid-template-rows: auto;
        grid-template-areas: ". logos-unam . contacto .";
    }

    .logos-unam {
        flex-wrap: nowrap !important;
    }

    .menu-archivo-pva {
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column-reverse;
        font-size: 0.6em;
        gap: 0;
        color: black;
    }

    .guion-archivo {
        display: none;
    }

    .landing-lengua-container {
        padding-left: 15px;
        grid-template-columns: 7vw 0vw auto;
    }

    .menu-archivo-pva h3 {
        margin: 0;
    }

    .container-landing {
        grid-template-columns: 100vw;
        grid-template-rows: 8vh 8vh auto 8vh auto 8vh auto 8vh auto 8vh 8vh;
        grid-template-areas:
            "header"
            "sticky"
            "lengua-container"
            "."
            /* "video"
    "."*/
            "horarios"
            "."
            /*"programacion"
    "."*/
            "textos-largos"
            "."
            "creditos"
            "."
            "footer";
    }
    .lengua-container {
        display: flex;
        flex-direction: column;
    }

    .tacto-container h1 {
        font-size: 2.5em !important;
        line-height: 70px;
    }

    .tacto-container h2 {
        font-size: 2.5em !important;
    }

    .proximas-presentaciones {
        padding: 0;
        display: none;
    }

    .proximas-presentaciones p:first-child {
        font-size: 0.6em;
    }

    .programacion-pasada {
        display: none;
    }

    .programacion-pasada p:first-child {
        font-size: 0.6em;
    }

    .sticky-header h3 {
        font-size: 0.6em;
    }

    .fecha-inicia h2 {
        left: 2px;
        font-size: 1em;
    }

    .left-vivo h2 {
        left: 2px;
        font-size: 1em;
    }

    .left-horario h2 {
        left: 2px;
        font-size: 1em;
    }

    .left-programacion h2 {
        left: 2px;
        font-size: 1em;
    }

    .left-textos h2 {
        left: 2px;
        font-size: 1em;
    }

    .left-creditos h2 {
        left: 2px;
        font-size: 1em;
    }

    .container-video-live {
        grid-template-columns: 7vw 86vw 7vw;
        grid-template-areas: "left-vivo video-vivo .";
    }

    .iframe-landing {
        width: 100%;
        height: 100%;
    }

    .selected-horario {
        text-decoration: underline;
        /* font-size: 1.3em !important; */
    }

    .salas-horarios {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 0% 95%;
        grid-template-areas:
            "dias-mobile"
            "width-columna";
    }

    .poesia-en-voz-alta {
        margin-right: 0px;
    }

    .salas-horarios h2 {
        font-size: 1.6em;
    }

    .dias-mobile {
        grid-area: dias-mobile;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .width-columna {
        grid-area: width-columna;
        width: 100%;
    }

    .programacion-container {
        grid-template-columns: 7vw 86vw 7vw;
        grid-template-areas: "left-programacion video-programacion .";
    }

    .textos-largos-container {
        grid-template-columns: 7vw 86vw 7vw;
        grid-template-rows: auto auto;
        grid-template-areas:
            "left-textos menu-textos ."
            "left-textos texto-largo-completo .";
        padding-left: 15px;
    }

    .texto-largo-completo {
        padding: 4px;
        grid-template-columns: 17% auto;
    }

    .titulo-texto-full h2 {
        transform: rotate(-90deg);
        width: 380px;
        position: relative;
        margin: -30px 0px;
        transform-origin: 0% 0%;
        top: 100%;
        text-align: left;
        font-size: 1.3em;
    }

    .texto-full {
        padding: 0 8px;
        overflow-y: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    #segundo-nombre-texto {
        margin-left: 30px;
        transform-origin: -33px -28px;
    }

    .cuadro-contacto {
        width: 78vw;
        left: 7vw;
    }

    .video-sustituto {
        height: 90%;
    }

    .count-envivo {
        font-size: 2.5em;
    }

    .line-up {
        padding: 0;
        width: 70vw;
    }

    .patrocinadores h3 {
        margin-bottom: 30px !important;
    }
    .row-patrocinadores {
        gap: 20px;
    }
    .creditos-container {
        padding-left: 15px;
    }
    #creditos-completos h2 {
        width: 100%;
    }
    .cuadro-info {
        left: 7vw;
        width: 78vw;
        box-shadow: 4px 3px 5px 2px #03010457;
    }
    .cuadro-info-container img {
        position: absolute;
        transform: translate(-95%, -110%);
        width: 25%;
    }
    .cuadro-info-container {
        grid-template-columns: 22% 80%;
        grid-template-areas: "titulo-nombre texto-nombre";
    }
    .fecha20 {
        position: relative;
        top: -84px;
        width: 121px;
        left: -21px;
    }

    .lineup-1 {
        width: 100%;
        padding-right: 0px;
    }

    .lineup-2 {
        width: 100%;
    }

    .line-up-container {
        padding-left: 0px;
    }

    .voluntariade {
        font-size: 0.6em;
    }
}
