/* Estilos personalizados */
body {
    background-color: #f8f9fa; /* Fondo claro */
}

.navbar {
    background-color: #d32f2f; /* Rojo */
}

.navbar-brand span {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.card-title {
    color: #d32f2f;
}

.card:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

footer {
    background-color: #d32f2f;
    color: white;
    font-size: 0.9rem;
}

footer h5 {
    color: #fff;
    font-weight: bold;
}

footer iframe {
    border-radius: 5px;
}
