#graciasContacto.noSee, #errorContacto.noSee {
    display: none !important;
}

#graciasContacto{
    color: #009b7e;
}

#errorContacto{
    color: #B11440;
}
.just-validate-error-label{
    color: #B11440;
}
input.is-invalid, select.is-invalid {
    border-color: #B11440 !important;
    margin-bottom: 0;
}
@media (max-width: 580px) {
    #graciasContacto, #errorContacto {
        justify-content: center !important;
    }
}