   
/*MODAL 2021 ALERTA*/

.modal.modal-new {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
     width: 80%;
    margin: auto;
    max-width: 900px;
    height: 100%;
    overflow: auto;
    background: transparent;
}

.close-new {
    position: absolute;
    top: 10%;
    right: 3%;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    color: white;
    transition: 0.5s;
    z-index: 100000;
    opacity: 1;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
}