
body {font-family: Arial, Helvetica, sans-serif;

}

.modal {
    display: none;
    position: fixed;
 /*   */
 /*    border: 2px solid black; */
/*     border-radius: 10px; */
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    z-index: 1;
    top: 0;
}


.modal-content {
    font-size: 20px;
    text-align: center;
    margin: 12px; 
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: whitesmoke;
    border-radius: 50px;
    /* background-color: #ffffff88; */
}

.img01 {
    border-radius: 20px;
}

span.cerrar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    text-align: right;
    cursor: pointer;
    font-size: 25px;
    font-weight: 200;
    color: whitesmoke;
  /*   z-index: 200; */
}


