/* GENERALES */

/*.modal-header {
    background-size: 100% 100%;
    border-bottom: none;
    padding: 15px 15px 0 15px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.modal-content {
    background-color: #949191b8 !important;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    color: #fff;
    background: rgba(13, 174, 255, 0.31);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.3px);
    -webkit-backdrop-filter: blur(1.3px);
    border: 1px solid rgba(13, 174, 255, 1);
}

.modal-body {
    background-color: #fff !important;
}

.modal-footer {
    background: rgba(223, 222, 222, 0.33);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.2px);
    -webkit-backdrop-filter: blur(1.2px);
    border: 1px solid rgba(223, 222, 222, 1);
    text-align: right !important;
}


.close {
    background: none;
    border: none;
    float: right;
    font-size: 40px;
    line-height: 20px;
    padding: 0;
}