.form-label {
    font-weight: 500 !important;
    color: #226bb5 !important;
    margin-top: 1rem !important;
}


.btn-primary{
    background-color: #226bb5;
    border: none;
    max-width: 6rem;
    font-weight: 500 !important;
    --bs-btn-hover-bg: rgba(34,107,181,0.8); 
    --bs-btn-active-bg: rgba(34,107,181, 1);
    font-size: 1.5rem;
    color: #ffffff !important;
}

.btn-invio > button{
    width: 15rem;
}

.box-txt{
    font-weight: 300;
    color: #226bb5 !important;
    border-color: rgba(34,107,181,0.3);
    height: 2.5rem;
    padding: 0 0.5rem 0 0.5rem !important;
}

.box-txt-dx{
    padding-right: 0.5rem !important;
}

.box-txt-sx{
    padding-left: 0.5rem !important;
}

.form-check-input{
    background-color: rgba(34,107,181,1) !important;
    border-color: transparent !important;
    width: 1rem !important;
    height: 1rem !important;
}

.box-mex{
    margin-bottom: 2rem !important; 
}


.form-check-label{
    font-weight: 300;
    margin: 0 !important;
    width: 99%;
    display: flex;
    justify-content: end;
    padding-left: 0.5rem !important;
}

.didascalia{
    font-size: 0.8rem !important;
    line-height: 1rem !important;
}

/*-----MEDIA QUERY-----*/

@media (max-width: 767px){
 
    .box-txt-dx{
        padding-right: 0rem !important;
    }
    
    .box-txt-sx{
        padding-left: 0rem !important;
    }

}