/* Clase para el fondo azul */
.bg-porfadato {
    background-color: #2248AA !important;
}

/* Clases para colores de texto */
.text-porfadato {
    color: white !important;
}
.text-white {
    color: white !important;
}
.btn-porfadato {
    background-color: #84D44E !important;
    color: white;
    font-size: 18px;
}
.borde-porfadato {
    border: 3px solid #84D44E !important;
}
/* Clase con mayor especificidad */
div.custom-box {
    background-color: #2248AA !important;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
}
