@media(max-width: 959px){

    .dobra header h2{
        font-size: 1.7em;
    }

    .hide-mobile{
        display: none;
    }

    .flexed .flexed-description{
        width: 100%
    }

    .flexed .flexed-description .dobra{
        margin: 0 auto;
        float: none !important;
        clear: both;
        padding: 30px 0 !important;
        max-width: 90%
    }

    .text{
        font-size: 1em;
        line-height: 1.8
    }

    /* GRID */
    .grid{
        flex-direction: column;
        align-items: center;
    }

    .grid_item{
        width: 100%;
        max-width: 250px;
    }

    .grid_item:not(:first-child){
        margin-top: 30px
    }

    /* TOPO */
    #topo{
        display: none
    }

    /* MENU */
    #toggle-menu{
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        color: var(--brand-green);
        font-size: 2em;
        cursor: pointer;
    }

    #menu{ top: 0; }

    #menu .menu-list{
        flex-direction: column;
        width: 100%;
        padding-top: 10px;
        display: none;        
    }

    #menu .menu-list li,
    #menu .menu-list li a{
        display: block;
        width: 100%;
    }

    #menu .menu-list li a {
        text-align: center;
        padding: 8px 0;
        font-size: 1.1em
    }

    #menu nav{
        flex-direction: column;
        padding: 10px 0 20px 0;
    }

    #menu figure{
        position: static;
    }

    #menu .zapTopo {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: end;
        margin-top: -30px;
    }

    #menu .zapTopo a {         
        border: none;        
        color: #3caab4;
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: right;
        padding-right: 20px;        
        background-image: url(../images/bt-zap-green.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px;        
    }    

    /* BANNER */
    #banner .owl-dots{
        position: static;
        margin-top: 15px
    }

    #banner .owl-dot{
        border-radius: 50%;
        background-color: var(--brand-green);
        opacity: 0.4
    }
    
    #banner .owl-dot.active{
        opacity: 1;
        background-color: var(--brand-green)
    }

    .banner-infos h1{
        font-size: 1.2em;
        margin-bottom: 10px;
    } 
    .banner-infos h2{
        font-size: 1em;
        margin-bottom: 20px;
    }


    #banner .banner-item { 
        background-repeat: no-repeat; 
        background-size: 100%;
        min-height: 250px;
        max-width: 100%;
    }
    
    #banner .banner-item:first-child { background-image: url(../images/mobile/banner-pilates.jpg); }

    #banner .banner-infos { position: static !important; min-height: 250px; }

        #banner .banner-infos h1, #banner .banner-infos h2 { width: 90%; margin: 0 auto; text-align: center; }

            #banner .banner-infos h1 { text-transform: uppercase; }

                #banner .banner-infos h2 { padding-top: 5px; }

                    #banner .banner-infos .cta { min-width: 220px; padding: 4% 6%; margin: 20px auto 0 auto; }

                        /** BANNER ATENDIMENTO ZAP **/    
                        #banner .banner-infos .cta { padding: 10px 50px 10px 20px; background-position: 180px center; }                    
    


    /** SOBRE **/
    #sobre .wrapper p {
        text-align: center;
    }

    /** COMO FUNCIONA **/
    #como-funciona p {
        text-align: center;
    }

    /** FAQ **/ 
    .pergunta {
        border-radius: 0 !important;
        padding: 5px 10px;
    }    

        .pergunta p, .resposta p { font-size: 0.9em; }

        .resposta { padding: 10px !important; }
        


    /* Depoimentos */
    #depoimentos .grid_item{
        margin: 0 auto;
        padding-bottom: 80px !important;
    }

    /** CONTATO **/    
    #rodape .form-radio { padding-bottom: 20px; }    

    #rodape .form-radio p { font-size: 1.2em; text-align: center; }

    #rodape .radio-flex {
        display: table;
        margin: 10px auto 0 auto;
    }

    #rodape .ipt-submit { margin: 20px auto 40px auto; }


    #rodape .form-radio input[type=radio] + label {            
        background-position: 0 2px;
        margin: 10px 20px 0 0;            
    }

    #rodape .form-radio input[type=radio]:checked + label { background-position:0 -28px; }    


    /** DIFERENCIAIS **/
    #diferenciais .grid .grid_item { width: 100%; padding-bottom: 20px; }

    #diferenciais .cta-zap a {
        min-width: 190px;
        padding: 2% 0;
        margin: 20px auto 0 auto;
        background-position: 150px center;
        padding-right: 20px;
    }

}