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

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

.DisplayNone {
    display: none;
}
a {
    text-decoration: none;
    color: inherit;
}

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

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

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

.caja-img{
    margin-top: 30px;
    width: 50%;
    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;
}

/* En caso de que no se usen los botones */

/* .botonera-content{
    display: none;
} */

.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: 23px;
}

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

.link-follow{
    color: #cc0638;
    font-size: 23px;
}

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

.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);
}

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

@media screen and (max-width: 768px) {

    .link-social{
        flex-direction: column;
        gap: 10px;
    }

    .link-follow{
        display: block;
        width: 100%;
        text-align: center;
    }
    .botonera {
        font-size: 20px;
        padding: 8px;
    }

}

@media screen and (max-width: 480px) {

    .link-info{
        align-items: center;
        text-align: center;
    }

    .link-social {
        flex-direction: column  ;
    }

}