/* ESPECIAL TEXTO HEADER INICIO */

.special-header-div {
    height: 130px;
    margin-top: 12rem;
}
.special-header-txt-events {
    font-family:'Oswald',sans-serif;
    font-weight: 700;
    font-size: 120px;
}

@media (min-width: 768px) {
    .special-header-md-div {
        height: 600px;
        margin-top: 3rem;
    }
    .special-header-txt-md-events {
        font-family:'Oswald',sans-serif;
        font-weight: 700;
        font-size: 300px;
    }
}

@media (min-width: 1200px) {
    .special-header-xl-div {
        height: 600px;
        margin-top: 3rem;
    }
    .special-header-txt-xl-events {
        font-family:'Oswald',sans-serif;
        font-weight: 700;
        font-size: 450px;
    }
}

/* ESPECIAL TEXTO HEADER FIN */

/* SPECIAL OFFER INICIO */

#offer div div {
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: default;
}

#offer div div:hover {
    background-color: var(--my-primary);
    color: var(--my-bg-dark);
}

/* SPECIAL OFFER FIN */