#sobreApipa{
    position: relative;
    top: 12rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Nunito";
    margin-left: 4rem;
    gap: 3rem;
}

#sobreApipa #left {
    width: 40%;
}

#sobreApipa #left #titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    gap: 0.7rem;
    text-transform: uppercase;
    font-weight: 800;
    font: 2em 'chelsea market', fantasy;
    color: rgb(137, 191, 36);
}

#sobreApipa #left #titulo img {
    width: 100px;
}

#sobreApipa #left p {
    font-size: 1.3em;
}

#sobreApipa #right {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    left: 3rem;
}

#sobreApipa #right video {
    width: 350px;
    border-radius: 15px;
}

#sobreApipa #right #imagens img {
    border-radius: 10px;
    width: 350px;
    height: 500px;
}

#sobreApipa #right #imagens video {
    height: 400px;
    border: 10px;
}

#sobreApipa #right #imagens {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

@media (max-width: 1400px){
    #sobreApipa{
        flex-direction: column;
        gap: 1rem;
        margin-left: 0rem;
        margin: 0rem 1rem;
    }

    #sobreApipa #left {
        width: 80%;
    }
 
    #sobreApipa #right {
        margin: 0 auto;
        width: 90%;
        left: 0rem;
    }

    #sobreApipa #right #imagens {
        display: flex;
        flex-direction: row;
        position: relative;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (max-width: 800px){
    #sobreApipa #left {
        width: 90%;
    }
 
    #sobreApipa #right {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        gap: 2rem;
    }

    #sobreApipa #right #diaDasMaesApipa{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px){
    #sobreApipa #left #titulo {
        display: flex;
        flex-direction: column-reverse;
    }
       
    #sobreApipa #left p {
        font-size: 1em;
    }

    #sobreApipa #left #titulo {
        font: 1em 'chelsea market', fantasy;
    }
}

@media (max-width: 370px){
    #sobreApipa #right #imagens img {
        width: 250px;
        height: 350px;
    }
    
    #sobreApipa #right #imagens video {
        height: 350px;
        width: 250px;
        border: 10px;
    }  

    #sobreApipa #right #diaDasMaesApipa video{
         height: 350px;
        width: 250px;
    }
}