@media screen and (max-width: 700px) {
    header{
        justify-content: space-between;
    }
    .ancora-nav-home{
        width: 30%;
        margin-left: 2vh;
    }
    .logo-nav-home{
        width: 100%;
    }
    nav{
        display: none;
    }
    .div-header-imagens{
        width: 40%;
        justify-content: end;
        margin-right: 2vh;
    }
    .ancora-header-imagens{
        width: 40%;
        margin-right: 1vh;
        display: flex;
        justify-content: end;
    }
    .imagens-div-header{
        width: 80%;
    }
    .banner-primeira-sessao-home{
        margin-top: 8vh;
    }
    #segunda-sessao-home{
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    .titulo-segunda-sessao-home{
        width: 90%;
        font-size: 2.5vh;
        letter-spacing: 0.5vh;
        margin-bottom: 4vh;
        text-align: center;
    }
    .imagem-paragrafo-segunda-sessao-home{
        display: none;
    }
    .paragrafo-segunda-sessao-home{
        justify-content: space-around;
    }
    .texto-paragrafo-segunda-sessao-home{
        width: 90%;
        color: #ffffff;
        font-size: 2vh;
        text-align: center;
    }
    .span-tres-texto-paragrafo-segunda-sessao-home{
        letter-spacing: 0.3vh;
        font-size: 2vh;
    }
    #terceira-sessao-home{
        margin-top: 5vh;
        margin-bottom: 4vh;
        
    }
    .titulo-terceira-sessao-home{
        width: 90%;
        text-align: center;
        font-size: 2.5vh;
        letter-spacing: 0.5vh;
        margin-bottom: 0vh;
    }
    .paragrafo-terceira-sessao-home{
        flex-direction: column;
        align-items: center;
    }
    .subtitulo-texto-paragrafo-terceira-sessao-home{
        font-size: 2.5vh;
        letter-spacing: 1vh;
    }
    .texto-paragrafo-terceira-sessao-home{
        width: 90%;
        font-size: 2vh;
        margin-top: 4vh;
    }
    .elemento-paragrafo-terceira-sessao-home{
        display: none;
    }
    footer{
        padding-top: 2vh;
    }
    .footer-contato{
        flex-direction: column;
    }
    .footer-politica-etica{
        flex-direction: column;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .texto-footer-contato{
        font-size: 4vh;
    }
    .botao-footer-contato{
        font-size: 2.5vh;
        margin-top: 2vh;
    }
    .ancora-footer-politica-etica{
        font-size: 2vh;
        margin-top: 2vh;
    }
    .ffdnacriativo{
        width: 40%;
    }

    /* PLEXUS*/

    #segunda-sessao-plexus{
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    .paragrafo-segunda-sessao-plexus{
        width: 80%;
    }
    .palavra-plexus{
        width: 45%;
    }
    .texto-plexus{
        font-size: 2.5vh;
        margin-bottom: 3vh;
        margin-top: 3vh;
    }
    .segundo-paragrafo-segunda-sessao-plexus{
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 3vh;
    }
    .titulo-paragrafo-segunda-sessao-plexus{
        font-size: 3vh;
        width: 100%;
    }
    .subtitulo-paragrafo-segunda-sessao-plexus{
        font-size: 2.5vh;
    }
    .izq-texto-paragrafo-plexus{
        width: 90%;
        font-size: 2.5vh;

    }
    .dir-texto-paragrafo-plexus{
        width: 90%;
        font-size: 2.5vh;
        margin-top: 2vh;
    }
    .elemento-texto-paragrafo-plexus{
        width: 0vh;
        height: 0vh;
    }

    /*IBPD*/

    #primeira-sessao-ibpd{
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .palavra-ibpd{ 
        width: 45%;
        margin-bottom: 3vh;
    }
    .paragrafo-primeira-sessao-ibpd{
        width: 100%;
        font-size: 2.5vh;
    }
}