.texto-blanco {
    color:#FFFFFF!important;
}
.texto-negro {
    color:black!important;
}

.bg-sully {
    background-color: #2d378b!important;
}
.sully-color {
    color: #2d378b!important;
}

body {
    background-color: #f8f9fc !important;
}

.texto-largo {
    word-wrap: break-word;
}


#stars input[type="radio"] {
    display: none;
}

#stars label {
    font-size: 40px;
    cursor: pointer;
    color: #ccc;
    display: inline-block; 
    margin: 0 5px; 
}

#stars label:hover ~ label,
#stars input[type="radio"]:focus + label ~ label {
    color: #ccc; 
}
