.modal2{
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    border-radius: 10px;
}

.modal-close2 {
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 5px 40px;
    top: 10px;
}


.textErro{
    position: relative;
    text-align: center;
    top: 50%;
    font-size: 1.2rem;
    font-weight: 400;
}

