.bg-header{
    background: rgb(50,0,167) !important;
    background: linear-gradient(90deg, rgba(50,0,167,1) 6%, rgba(31,0,103,1) 100%) !important;
}
.subrayado-hover {
    text-decoration: none;
    color: white;
}
.subrayado-hover:hover {
    text-decoration: underline;
    text-decoration-color: white; /* Cambia 'green' por el color deseado */
    cursor: pointer;
}

body{
    font-family: 'Arial', sans-serif;
}
