#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 78, 78, 0.368);
    z-index: 0;
}

.modal {
    display: block;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    z-index: 1;
    visibility: hidden;
    transition: all 0.5s ease;
    opacity: 0;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.443);
    transform: translate(-49%, -50%);
}

h2 {
    text-align: center;
    color: black;
    padding-top: 1.5rem;
    font-size: 1.8rem;
}


#modal-body {
    display: flex;
}

#div-info {
    display: flex;
    flex-direction: column;
    text-align: justify;
    justify-content: space-around;
    padding-right: 2rem;
    padding-left: 1rem;
}

#div-info h3 {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

 ul {
    margin-left: 3rem;
    margin-bottom: 1rem;
    text-align: left;
}

p{
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.geral {
    width: 50%;
    display: inline-flex;
    padding: 2rem 1rem 1rem 1rem;
}

@media (max-width: 600px) {
    #modal-body {
        flex-direction: column;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        margin-top: 1rem;
    }

    img {
        margin: auto;
    }

    
    .modal {
        margin-top: 12rem;
    }
    
    #aiolia {
        width: 40%;
    }
   
}

#aries {
    list-style-type: '\2648\00a0\00a0';
}

#touro {
    list-style-type: '\2649\00a0\00a0';
}

#saga {
    width: 45%;
    height: 100%;
    margin-top: 2rem;
    display: inline-flex;
    padding: 2rem 1rem 1rem 1rem;
}

#gemeos {
    list-style-type: '\264A\00a0\00a0';
}

#mdm {
    width: 40%;
}

#cancer {
    list-style-type: '\264B\00a0\00a0';
}

#leao {
    list-style-type: '\264C\00a0\00a0';
}

#shaka {
   width: 37%;
   height: 100%;
   margin-top: 1rem;
}

#virgem {
    list-style-type: '\264D\00a0\00a0';
}

#dohko {
    width: 45%;
    height: 100%;
    margin-top: 2rem;
}

#libra {
    list-style-type: '\264E\00a0\00a0';
}

#milo {
    width: 42%;
}

#escorpiao {
    list-style-type: '\264F\00a0\00a0';
}

#aiolos {
    width: 40%;
}

#sagitario {
    list-style-type: '\2650\00a0\00a0';
}

#shura {
    width: 40%;   
}

#capricornio {
    list-style-type: '\2651\00a0\00a0';
}

#camus {
    width: 45%;
}

#aquario {
    list-style-type: '\2652\00a0\00a0';
}

#afrodite {
    width: 40%;
}

#peixes {
    list-style-type: '\2653\00a0\00a0';
}



