/* 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: 100px;
}

@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 */

/* Cartas de contacto INICIO */

.card:hover .card-body {
    color: var(--my-secondary) !important; /* Cambia esto al color deseado, puede ser var(--my-primary) */
    transition: color 0.5s ease !important;
}
.card:hover {
    background-color: var(--my-primary) !important;
    transition: background-color 0.5s ease !important;
}

/* Cartas de contacto FIN */