@font-face {
    font-family: 'silk_italic_medium';
    src: url(../fonts/Silk\ Serif\ Medium\ Italic.otf) format('truetype');
}
.section_2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    width: 100%;
    color: rgb(212, 212, 212);
    padding-top: 8vh;
}

article{
    margin-left: 2%;
    width: 50vw;
    padding: 2%;
    border-radius: 10px;
    background-color: rgba(207, 207, 207, 0.9);
    box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.412);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 21px;
}


h1{
    padding-block: 5px;
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #002d62;
}

h1 img{
    margin-top: 0px;
    height: 30px;
}

article p, h1{
    color: #002d62;
}


.sobreBox{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 80vw;    
    margin-left: auto;
    margin-right: auto;
    margin-block: 2vh;
    padding: 0 2%;
}

.sobreBox .imgParagrafo1{
    display: flex;
    flex-wrap: wrap;
}

.sobreBox p{
    margin-top: 20px;
}

.sobreBox h3, h2{
    color: rgb(210, 210, 210);
    margin-top: 15px;
    text-align: center;
    font-family: 'silk_italic_medium';

}

.boxJoaoPaulo, .boxJoaoVitor, .boxVivi, .boxKevenn, .jhonata, .ana, .maurilio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    color: rgb(212, 212, 212);
}

.section_2 img{
    float: left;
    width: 28vw;
    margin: 0 20px 20px 0;
    border-radius: 10px;
}


@media screen and (max-width:800px){
    .section_2{padding-top: 4vh;}

    .sobreBox{width: 95%;}

    article{
        margin-inline: 2%;
        margin-top: 80px;
        width: 95%;
        top: 50%;
        z-index: 2;
    }

    article h1{
        text-align: center;
    }

    .section_2 img{
        width: 90vw;
    }

}