.pg-fondo-general {
    width: 100% !important;
    background-color: #002F84  !important;
    background-image: linear-gradient(-90deg, #002F84, #00C3F2)  !important;
    color: white !important;
}

.pg-fondo-general-interno {
    background-color: #002F84  !important;
    background-image: linear-gradient(-90deg, #002F84, #00C3F2)  !important;
    color: white !important;
}

.pg-user-header{
    background-color: #002F84  !important;
    color: white !important;
}

.pg-fonde-gris-general{
    background-color: #F2F2F2 !important;
    color: #002F84 !important;
}

.pg-btn{
    background-color: white !important;
}

.pg-button-login{
    border-radius: 5px;
    color: #0066B3 !important;
    background-color: #fff  !important;
}

.pg-button-login:hover{
    border-radius: 5px;
    color: #0066B3 !important;
    background-color: #fff  !important;
}

.pg-button-turn-around{
    background-color: rgb(0, 195, 242) !important;
    color: white !important;
}

.pg-button-turn-around:hover{
    background-color: rgb(166,166,166) !important;
    color: white !important;
}