.StarWidget{
    
    display: flex;
    justify-content: center;

}

.StarWidget input{

    display: none;

}

.StarWidget label{

    font-size: 40px;
    color: #b5b5b53f;
    padding: 10px;
    float: right;
    transition: all 0.2s ease !important;
    
}

.EstrellaInput label:hover,
.EstrellaInput label:hover label{

    cursor: pointer;
    
}

.CheckedInputStar{

    color: #FED843 !important;

}

.CheckedInputStarTemporal{

    color: #FED843 !important;

}

@media (max-width: 425px){

    .StarWidget label{

        font-size: 20px;
        color: #b5b5b53f;
        padding: 10px;
        float: right;
        transition: all 0.2s ease !important;
    }

    .OcultarDivModal{
        display: none;
    }

    .MaxDiv{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}