@import url(https://fonts.googleapis.com/css2?family=Petrona:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

/* Copied from Mundial 26 */
body {
    font-family: Inter, sans-serif;
    touch-action: manipulation;
    /* Matching mondial26 base */
}

/* Typography Update */
h1,
h2,
h3,
h4,
.main__apertura-title,
.main__apertura-subtitle,
.description,
.modal-title {
    font-family: Petrona, serif !important;
}

body,
p,
span,
div,
.footer__text,
.day,
.week-day-header,
.search-wrapper input,
.filter-group label,
.event-pill {
    font-family: "Open Sans", sans-serif;
}

.fade-in {
    animation: fadeIn 0.5s ease-out forwards
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.zoom-in {
    animation: zoomIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@font-face {
    font-family: IconosElEspanol;
    font-style: normal;
    font-weight: 400;
    src: local("IconosElEspanol"), url("https://s1.elespanol.com/upload/deportes/agenda2026/fonts/IconosElEspanol.woff?v=1") format("woff"), url("https://s1.elespanol.com/upload/deportes/agenda2026/fonts/IconosElEspanol.ttf?v=1") format("ttf"), url("https://s1.elespanol.com/upload/deportes/agenda2026/fonts/IconosElEspanol.svg?v=1") format("svg")
}



[class*=" icon-"],
[class^=icon-] {
    font-family: IconosElEspanol;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header {
    width: 100%;
    height: 48px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #fff;
    box-shadow: 0 0 20px #00000020;
    position: sticky;
    top: 0;
    z-index: 100
}

.header__logo-ee img {
    width: auto;
    height: 30px
}

.header__btn {
    width: auto;
    max-width: 200px;
    height: auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 10px;
    margin: 8px 10px;
    background-color: transparent;
    border: solid 1.6px #000;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media all and (max-width:400px) {
    .header__btn {
        margin: 10px 7px;
        padding: 6px 8px;
        font-size: 12px
    }
}

@media all and (max-width:350px) {
    .header__btn {
        display: none
    }
}

@keyframes header-blur {
    from {
        background-color: #fff
    }

    to {
        background-color: rgba(255, 255, 255, .313725);
        backdrop-filter: blur(14px)
    }
}

.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 10vh 0 5vh
}

@media all and (max-width:600px) {
    .footer {
        margin: 0 0 10vh
    }
}

.footer__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    margin: 0 0 10px;
    max-width: 450px
}

.footer__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    color: #000
}

.footer__text a,
.footer__text span {
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.footer__container {
    width: 90%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media all and (max-width:450px) {
    .footer__container {
        width: 100%
    }
}

.footer__logo-ee img {
    width: 200px;
    height: auto;
    margin: 15px 10px
}

.footer__rrss {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.footer__rrss .rrss__list {
    padding: 15px 10px;
    display: block
}

.footer__rrss .rrss__icon {
    font-size: 24px;
    font-family: IconosElEspanol;
    color: #000;
    text-decoration: none
}

.footer__rrss .rrss__icon.twitter::before {
    content: "\e901"
}

.footer__rrss .rrss__icon.facebook::before {
    content: "\f015";
    font-size: 30px
}

.footer__rrss .rrss__icon.youtube::before {
    content: "\f018";
    font-size: 30px
}

.footer__rrss .rrss__icon.instagram::before {
    content: "\f019";
    font-size: 35px
}

.footer__rrss .rrss__icon.tiktok::before {
    content: "\e900"
}

.footer__copyright {
    width: 100%;
    height: auto;
    color: #a3a3a3;
    margin: 15px 10px;
    text-align: center
}

.footer__copyright acronym {
    margin: 0 0 0 5px
}

.compartir {
    width: 40px;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 45vh;
    right: 20px;
    z-index: 20
}

@media all and (max-width:900px) {
    .compartir {
        right: 10px
    }
}

@media all and (max-width:600px) {
    .compartir {
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
        bottom: 0;
        right: 0;
        background-color: #344361;
    }
}

.compartir__rrss {
    width: 40px;
    height: auto;
    margin: 0;
    padding: 10px 10px 50px;
    border-radius: 8px;
    background-color: #344361;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease
}

@media all and (max-width:600px) {
    .compartir__rrss {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        transition: none;
        transform: none;
        opacity: 1;
        width: auto;
        padding: 2px 10px
    }
}

.compartir:hover .compartir__rrss {
    opacity: 1;
    transform: translateY(0)
}

@media all and (max-width:600px) {
    .compartir:hover .compartir__rrss {
        transform: none;
        opacity: 1
    }
}

.compartir__list {
    padding: 0
}

.compartir__icon {
    font-size: 18px;
    font-family: IconosElEspanol;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    cursor: pointer
}

.compartir__icon.twitter::before {
    content: "\e901"
}

@media all and (max-width:600px) {
    .compartir__icon.twitter::before {
        font-size: 22px
    }
}

.compartir__icon.facebook {
    padding-bottom: 5px
}

@media all and (max-width:600px) {
    .compartir__icon.facebook {
        padding-bottom: 10px
    }
}

.compartir__icon.facebook::before {
    content: "\f015";
    font-size: 30px
}

@media all and (max-width:600px) {
    .compartir__icon.facebook::before {
        font-size: 32px
    }
}

.compartir__icon.linkedin::before {
    content: "\f01b";
    font-size: 25px
}

@media all and (max-width:600px) {
    .compartir__icon.linkedin::before {
        font-size: 28px
    }
}

.compartir__icon.whatsapp::before {
    content: "\f01d";
    font-size: 25px
}

@media all and (max-width:600px) {
    .compartir__icon.whatsapp::before {
        font-size: 31px
    }
}

.compartir__text {
    width: 130px;
    height: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background-color: #344361;
    border-radius: 6px;
    cursor: pointer;
    transform: rotate(-90deg)
}

@media all and (max-width:600px) {
    .compartir__text {
        transform: rotate(0);
        width: 110px;
        font-size: 14px;
        padding: 10px 0 10px 10px
    }
}

/* HERO SECTION STYLES */
@keyframes appear-left {
    0% {
        opacity: 0;
        transform: translateX(-80px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.main__apertura {
    width: 100%;
    height: auto;
    min-height: 100vh !important;
    padding: 0;
    margin: 0;
    z-index: 10;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    /* Ensure text is centered */
}

@media all and (max-width:480px) {
    .main__apertura {
        min-height: 80vh !important;
        justify-content: center;
        /* Changed from flex-start */
    }
}

.main__apertura::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.main__apertura-box {
    width: auto;
    max-width: 1000px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    /* Remove large top/bottom margins to let flexbox center it */
    position: relative !important;
    z-index: 10 !important;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media all and (max-width:880px) {
    .main__apertura-box {
        width: 100%
    }
}

@media all and (max-width:480px) {
    .main__apertura-box {
        margin: 10vh auto 10vh
    }
}

.main__apertura-title {
    font-family: Petrona, serif;
    font-weight: 600;
    font-size: 75px;
    color: #fff !important;
    margin: 0 10px 5px;
    text-align: center;
    max-width: 1000px;
    line-height: 0.9em;
    position: relative !important;
    z-index: 10 !important
}

.main__apertura-title span {
    font-family: Petrona, serif;
    font-size: 0.7em;
    line-height: 0.65em;
}

@media all and (max-height:600px) {
    .main__apertura-title {
        font-size: 70px
    }
}

@media all and (max-width:880px) {
    .main__apertura-title {
        font-size: 70px;
        max-width: 800px
    }
}

@media all and (max-width:630px) {
    .main__apertura-title {
        font-size: 60px
    }
}

@media all and (max-width:550px) {
    .main__apertura-title {
        font-size: 40px
    }
}

.main__apertura-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #fff !important;
    margin: 30px 10px;
    text-align: center;
    max-width: 600px;
    position: relative !important;
    z-index: 10 !important
}

.main__apertura-subtext {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #fff !important;
    position: relative !important;
    z-index: 10 !important
}

.main__apertura.img {
    height: 100vh;
    margin: 0 0 15vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.main__apertura.img.col80 {
    height: auto;
    min-height: 100vh;
    /* Ensure it covers full viewport height */
    margin: 0 0 10vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    /* Center content vertically */
    align-items: center;
    align-content: center;
    text-align: center;
}

@media all and (max-width:500px) {
    .main__apertura.img.col80 {
        margin: 0 0 15vh;
        height: calc(100vh - 48px);
        margin-top: -48px;
    }
}

/* Specific Hero Image for Agenda - Overriding the mundial one */
.main__apertura.img {
    /* Background similar to the reference but generic sport or dark elegant */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://s1.elespanol.com/upload/deportes/agenda2026/img/background.jpg') !important;
    background-position: 50% 50% !important;
    background-size: cover !important
}

#calendar-view-wrapper {
    margin: 50px auto;
}


p.font-capital::first-letter {
    display: block;
    /* A veces ayuda con la alineación */
    float: left;
    /* Permite que el texto fluya alrededor */
    font-size: 4em;
    /* Hace la letra 4 veces más grande que el texto base */
    line-height: 1;
    /* Ajusta la altura de la línea */
    margin-right: 0.1em;
    /* Añade un pequeño espacio a la derecha */
    color: #333;
    /* Cambia el color */
    font-weight: bold;
    /* Opcional, para hacerla más visible */
}