.modal{
    align-items:center;
    background:rgba(0, 0, 0, 0.7);
    height:100%;
    justify-content:center;
    left:0;
    position:fixed;
    top:0;
    width:100%;
}

.modal-content{
    background:#fff;
    border-radius:20px;
    color:#606060;
    font-size:20px;
    font-weight:500;
    max-width:415px;
    padding:35px 40px;
    text-align:center;
    width:100%;
}

.modal-content ul{
    list-style:none;
}

.modal.erro h2{
    background: url(../../imagem/ico-alert.png) center top no-repeat;
    color: #FF0C15;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 55px 0 0;
}

.close {
    color:#FF0C15;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin:15px 0 0;
    text-decoration:none;
    text-transform:uppercase;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}