#novo-modal-ligacao .modal-dialog {
    max-width: 80vw;
    margin: 1.75rem auto;
}

#novo-modal-ligacao .modal-header .btn-close {
    opacity: 1;
    filter: invert(1);
}

#novo-modal-ligacao .form-experimente {
    border-radius: 1rem;
}

#novo-modal-ligacao .span-borda {
    font-size: 1.75rem;
    border: 1px solid #00e2f4;
    border-radius: .5rem;
    padding: 0 1rem;
}

#novo-modal-ligacao.modal-formulario .bg-petroleo input:not(input[type=submit]) {
    background-color: #fff;
    color: #001E27;
}

#novo-modal-ligacao.modal-formulario .bg-petroleo input::placeholder {
    color: #001E27;
    opacity: .5;
}

#novo-modal-ligacao .form-experimente .text-white, 
#novo-modal-ligacao .form-experimente .text-soft-white{
    color: #001E27 !important;
}

#novo-modal-ligacao.modal-formulario .bg-petroleo input:valid:not(.hs-button) {
    border-color: #00e2f4 !important;
}

.img-chegou {
    max-width: 30%;
}
