.modal-body {
    font-family: 'Catamaran', sans-serif !important;
}

.modal.importante {
    display: block;
    background: #00000045;
}

.modal-content {
    border: none;
    border-radius: 1px;
    box-shadow: 0px 0px 10px rgba(55,62,71,0.3);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    padding: 0px 50px 20px 50px;
    font-family: Catamaran;
    color: #888b8d;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

span.span-yellow {
    color: #00b2a9;
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 914px;
        margin: 8.75rem auto;
    }
}

@media (min-width: 768px) {

    .modal-dialog {
        width: 914px;
    }
}

b {
    font-weight: 700 !important;
}

.d-none {
    display: none !important;
}
