.modal p.description{
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
    min-height: 100px;
}
.modal-footer {
    background-color: #e9ecef;
    /* padding: 30px 20px; */
    border: none;
}
.modal-header {
    border-bottom: unset;
}
.modal-box .modal-dialog .modal-content .modal-body .btn {
    color: #fff;
    background: #1dd1a1;
    font-size: 20px;
    font-weight: 700;
    width: 200px;
    padding: 10px 10px 9px;
    white-space: pre-wrap;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
i.far.fa-check-circle {
    font-size: 71px;
    color: green;
    text-align: center;
    display: block;
}
.modal-content {
    background-color: var(--primario--azul-obscuro);
}
.modal h5.titulo {
    color: #FFF;
}
.modal .close{
    color: #FFF;
    opacity: 1;
}