#edicoes .edicoes {
    background-color: currentColor;
    display: flex;
    justify-content: center;
    padding: 3rem;
}

#edicoes .edicoes h1 {
    color: white;
}

.sobre-nos .header-sobre {
    background-color: currentColor;
    padding: 3rem;
    display: flex;
    justify-content: center;
}

.sobre-nos .header-sobre h1 {
    color: white;
}

#submissao-regras-e-passo-a-passo .regras {
    background-color: currentColor;
    padding: 3rem;
    display: flex;
    justify-content: center;
}

#submissao-regras-e-passo-a-passo .passo-a-passo .img-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#submissao-regras-e-passo-a-passo .regras h1 {
    color: white;
}

#submissao-regras-e-passo-a-passo .passo-a-passo .img-revista,
#edicoes .em-breve .img-revista {
    width: 100%;
    max-width: 300px;
}

#edicoes .em-breve a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#submissao-regras-e-passo-a-passo .passo-a-passo img:hover,
#edicoes .em-breve .img-revista:hover {
    transform: translateY(-5px);
    transition: 0.30s;
    cursor: pointer;
}

#submissao-regras-e-passo-a-passo .passo-a-passo img:not(:hover),
#edicoes .em-breve .img-revista {
    transform: translateY(0px);
    transition: 0.30s;
}

#submissao .submit {
    background-color: currentColor;
    padding: 3rem;
    display: flex;
    justify-content: center;
}

#submissao .submit h1 {
    color: white;
}

#submissao .texto button {
    display: flex;
    gap: 0.4rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
    background-color: #ba0f14;
    width: max-content;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#submissao .texto button:hover {
    transition: all 0.30s;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.341);
}

#submissao .texto button:not(:hover) {
    transition: all 0.30s;
    box-shadow: none;
}

.corpo-editorial .header-editorial {
    padding: 3rem;
    display: flex;
    justify-content: center;
    background-color: currentColor;
}

.corpo-editorial .header-editorial h1 {
    color: white;
}

#edicoes .em-breve a {
    text-decoration: none;
    color: black;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    /* padding-top: 60px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 900px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* desktop */
@media screen and (min-width: 768px) {
    .sobre-nos #About {
        display: flex;
        flex-wrap: wrap;
        padding: 3rem 5rem 3rem 5rem;
        width: 100%;
        /* max-width: 100rem; */
        gap: 5rem;
        text-align: justify;
        /* grid-template-columns: 1fr 1fr 1fr; */
    }

    .sobre-nos #About h3 {
        text-align: center;
        font-weight: 700;
    }

    #edicoes .em-breve {
        display: flex;
        flex-wrap: wrap;
        gap: 5rem;
        justify-content: center;
        padding: 3rem 5rem 3rem 5rem;
    }

    #submissao-regras-e-passo-a-passo .passo-a-passo {
        display: flex;
        justify-content: center;
        gap: 5rem;
        padding: 3rem 5rem 3rem 5rem;
        flex-wrap: wrap;
    }

    #submissao .texto #form {
        background-color: gainsboro;
        width: 15rem;
        height: 15rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #submissao .texto {
        display: flex;
        gap: 5rem;
        padding: 4rem;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #submissao .texto .caro-estudante {
        max-width: 45rem;
    }

    .corpo-editorial .itens {
        display: flex;
        flex-wrap: wrap;
        padding: 3rem 5rem 3rem 5rem;
        gap: 3rem;
    }

}

/* ajustes de telas desktops com dimensões menores */
@media screen and (min-width: 1100px) {
    .sobre-nos #About {
        display: grid;
        padding: 3rem 5rem 3rem 5rem;
        width: 100%;
        /* max-width: 100rem; */
        gap: 5rem;
        text-align: justify;
        grid-template-columns: 1fr 1fr;
    }

    .sobre-nos #About h3 {
        text-align: center;
        font-weight: 700;
    }

    .corpo-editorial .itens {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 3rem 5rem 3rem 5rem;
        gap: 3rem;
        justify-items: center;
    }
}

/*  mobile */
@media screen and (max-width: 768px) {
    .sobre-nos #About {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem 3rem 1rem;
        width: 100%;
        /* max-width: 100rem; */
        gap: 1.5rem;
        text-align: justify;
        grid-template-columns: 1fr 1fr;
    }

    .sobre-nos #About h3 {
        text-align: center;
        font-weight: 700;
    }

    #edicoes .em-breve {
        display: flex;
        flex-wrap: wrap;
        gap: 5rem;
        justify-content: center;
        padding: 3rem 5rem 3rem 5rem;
    }

    #submissao-regras-e-passo-a-passo .passo-a-passo {
        display: flex;
        gap: 1rem;
        padding: 3rem 1rem 3rem 1rem;
        flex-direction: column;
        align-items: center;
    }

    #submissao .texto {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        gap: 1rem;
    }

    .corpo-editorial .itens {
        padding: 1rem;
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }
}