
body {font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    background-color: rgba(0, 255, 255, 0.479);
    border: 2px solid black;
    border-radius: 10px;
    height: auto;
    width: 60%;
    margin-left: 25%;
    margin-right: auto;
}


.modal-content {
    font-size: 18px;
    margin: 12px; 
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff88;
}

span.cerrar {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    color: #66626260;
  /*   z-index: 200; */
}


