@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'juana';
    src: url('juana-semi-bold.ttf') format(truetype);
    font-weight: normal;
    font-synthesis: normal;
}

:root {
    --branco: #f3f3f3;
    --dourado: #D8B073;
    --preto: rgb(30, 30, 30);
}

section.section_1 {
    background-color: var(--branco);
    color: var(--preto);
    padding-top: 160px;
    padding-inline: 10%;
    padding-bottom: 8vh;
}

section.section_1.apoie .flex_box {
    justify-content: space-around;
}

section.section_1.apoie .flex_box_parceiros{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


section.section_1.apoie .flex_box_parceiros .logo_pareceiro{
    width: 200px;
}
section.section_1.apoie .flex_box_parceiros img{
    border-radius: 5px;
}

section.section_1.apoie .flex_box span h3 {
    text-align: center;
}

section.section_1.apoie h3{
    font-weight: 500;
    margin-top: 8vh;
}

section.section_1.apoie h4{
    font-weight: 500;
    margin-block: 2vh;
}


section.section_1.apoie p{
    font-size: 1em;
    margin-block: 5px;
}

section.section_1.apoie .lei_rouanet-mobile{
    display: none;
}

section.section_1.apoie .lei_rouanet img{
    max-width: 300px;
    margin-block: 15px;
} 
section.section_1.apoie .favorecido{
    padding: 10px 20px;
    font-weight: bold;
    margin-block: 2vh;
    border-radius: 5px;
}

section.section_1.apoie ul{
    margin-block: 15px;
}
section.section_1.apoie li{
    list-style-position: inside;
}

section.section_1.apoie .flex_box span img {
    width: 250px;
}

section.section_1 h2 {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
}

section.section_1 h3 {
    margin-bottom: 5px;
    font-size: 1.4em;
    font-weight: normal;
}

section.section_1 p {
    font-size: 1.4em;
    margin-block: 25px;
}

section.section_1 .flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 6vh 0 8vh 0;
}

section.section_1 .flex_box img {
    width: 48%;
    /* max-height: 316px; */
}

section.section_1 .box_img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-block: 10vh;
}

section.section_1 .box_img img {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 50%;
}

section.section_1 .flex_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10vh;

}

section.section_1 .flex_container .flex_box_sobre {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(243, 243, 243);
    width: 31%;
}

section.section_1 .flex_container .flex_box_sobre img {
    display: block;
    margin: 25px 0;
    object-fit: cover !important;
    object-position: 0 -5px;
    object-position: top;
    height: 400px;
    width: 300px;
}

section.section_1 .flex_container .flex_box_sobre h3 {
    font-weight: 500;
}

section.section_1 .flex_container .flex_box_sobre p {
    margin: 0;
}


section.section_1 .box_img.mobile {
    display: none;
}


section.section_1 img {
    width: 100%;
}

@media screen and (orientation:portrait) {
    section.section_1 {
        background-color: var(--preto);
        color: var(--branco);
        padding-top: 100px;
        padding-inline: 4%;
        padding-bottom: 8vh;
    }

    section.section_1 h2 {
        margin: 70px 0 30px 0;
    }

    section.section_1 p {
        font-size: 1.3em;
        font-weight: 100;
        margin-block: 25px;
    }

    section.section_1 a {
        color: #f3f3f3;
    }

    section.section_1 .flex_box {
        gap: 15px;
        margin: 15px 0 15px 0;
    }

    section.section_1 .flex_box img {
        width: 100%;
        height: fit-content;
    }

    section.section_1 .box_img.mobile {
        display: unset;
    }

    section.section_1 .box_img.desk {
        display: none;
    }

    section.section_1 .box_img {
        margin-block: 5vh;
    }

    section.section_1 .box_img img {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100%;
    }


    section.section_1 .flex_container {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        gap: 30px;
    }

    section.section_1 .flex_container .flex_box_sobre {
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: unset;
        width: 100%;
    }

        section.section_1.apoie .favorecido{
        padding: unset;
        font-weight: bold;
        margin-block: 2vh;
        border-radius: 5px;
    }

    section.section_1.apoie .lei_rouanet{display: none;}
    section.section_1.apoie .lei_rouanet-mobile{
    display: unset;
}

}

@media (max-width: 700px){
    

    section.section_1 .flex_container {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        gap: 30px;
    }

    section.section_1 .flex_container .flex_box_sobre {
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: unset;
        width: 100%;
    }


}