:root {
    --container: 1140px;
    --yamone: "Yanone Kaffeesatz", sans-serif;
    --tillium: "Titillium Web", sans-serif;
    --Quicksand: "Quicksand", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../images/bk-2025.jpg);
    background-size: cover;
    background-position: center;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.skin-container {
    background: transparent;
}

.DisplayNone {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.calendario-desktop {
    display: block;
}

.calendario-mobile {
    display: none;
}

.logoshead {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 150px;
    text-align: center;
}

.calendario-cont {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.ft-rowMetas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.open-link__info {
    margin-bottom: 50px;
}

.caja-img {
    margin-top: 50px;
    width: 60%;
    height: auto;
}

.botonera {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    background-color: #cc0638;
    color: #ffffff;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 50px;
    align-content: center;
    padding: 10px;
    text-wrap: nowrap;
    cursor: pointer;
}

.botonera i {
    font-size: 20px;
}

.open-link__info {
    margin: 30px auto;
}

.linkopen {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    color: #cc0638;
    font-size: 1.3rem;
    font-weight: 700;
}

.link-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    font-size: 30px;
}

.link-follow {
    color: #cc0638;
    font-size: 1.2rem;
    font-weight: 700;
}

.link-social {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-size: .8rem;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    color: #cc0638;
    font-weight: 700;
}

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

.link-social i {
    font-size: 40px;
    color: #cc0638;
}

.botonera:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.ft-rowMetas__boxImg {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .botonera {
        font-size: 15px;
        padding: 8px;
    }
}

@media screen and (max-width: 991.8px) {
    .link-social {
        flex-direction: column;
        gap: 10px;
    }
    .link-follow {
        display: block;
        width: 100%;
        text-align: center;
    }
    .botonera {
        font-size: 20px;
        padding: 8px;
    }
    .calendario-desktop {
        display: block;
    }
    .ft-rowMetas {
        flex-wrap: nowrap;
        gap: 80px;
    }
    .ft-rowMetas__boxImg {
        text-align: center;
    }
    .link-follow {
        font-size: 1.2rem;
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 767.98px) {
    .link-info {
        align-items: center;
        text-align: center;
    }
    .link-social {
        flex-direction: column;
    }
    .calendario-mobile {
        display: block;
    }
    .calendario-desktop {
        display: none;
    }
    .ft-rowMetas {
        flex-direction: column;
        gap: 18px;
    }
    .ft-rowMetas__boxImg {
        text-align: center;
    }
    .caja-img {
        margin-top: 40px;
        width: 56%;
        height: auto;
    }
    .linkopen {
        font-size: 1.1rem;
    }
}
