@media (min-width: 375px) and (max-width: 768px) {
    #desktop{
        display: none;
    }
}

@media (min-width: 769px){
    #mobile{
        display: none;
    }
}

#mobile section{
    min-height: 844px;

    width: auto;
}

#mobile #home #logo{
    /* background-color: aqua; */
    display: flex;
    padding-left: 7.69vw;
    padding-top: 13px;
}

#mobile #home #logo img{
    width: 44.66vw;
}

#mobile #home #cta{
    display: flex;
    flex-direction: column;
    
    width: 87.95vw;

    min-height: 341px;
    height: 40.40vh;

    justify-content: center;

    padding-left: 7.69vw;
}

#mobile #home #quadro{

    background-image: url('../img/mobile/section_1/quadro.svg');
    background-size: cover;
    background-repeat: no-repeat;

    min-height: 50.049vh;
    max-width: 100vw;
    border-radius: 90px 0 0 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 7.69vw;
}

#mobile #camareira{
    background-image: url('../img/mobile/section_2/section-2.svg');
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;

    height: 216vw;
}

#mobile #camareira #wp-btn{
    display: flex;
    position: inherit;

    
    /* background-color: aqua; */
    justify-content: flex-end;
    align-items: end;

    padding-bottom: 7.93vh;
}

#mobile #camareira #wp-btn img{
    width: 64.10vw;

}

#mobile #governanta{
    background-image: url('../img/mobile/section_3/section-3.svg');
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;

    height: 216vw;
}

#mobile #governanta #wp-btn{
    display: flex;
    position: inherit;

    
    /* background-color: aqua; */
    justify-content: flex-end;
    align-items: end;

    padding-bottom: 7.93vh;
}

#mobile #governanta #wp-btn img{
    width: 64.10vw;
}


#mobile #disclaimer{
    background-image: url('../img/mobile/section_4/section-4.svg');
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;

    height: 267.69vw;
}

#mobile #valores{
    background-image: url('../img/mobile/section_5/section-5.svg');
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;

    height: 216vw;
}

#mobile #valores #wp-btn{
    display: flex;
    position: inherit;

    
    /* background-color: aqua; */
    justify-content: flex-end;
    align-items: end;

    padding-bottom: 7.93vh;
}

#mobile #valores #wp-btn img{
    width: 64.10vw;
}