.slider{
    width:100%!important;
    overflow:hidden;
}

.slide-row{
    display:flex !important;
    transition:transform .4s ease;
    touch-action: pan-y;
}


.slide-col2{
    padding:20px;
    box-sizing:border-box;
}

/* Desktop mostra 2 */
.slide-col2{
    flex:0 0 50% !important;
}

/* Mobile mostra 1 */
@media(max-width:768px){
    
    .slider{
    -webkit-overflow-scrolling: touch;
     touch-action: pan-y;
}
    

.slide-col2{
    flex:0 0 100%!important;
}

.content-dep{

width:100%;

height: auto !important;

}



.depoimento-content{

width:100%;

background:#F9F9F9;

border-radius:2vw;

margin-bottom:7vw;

height: auto !important;

}



.content-dep p{

font:3.5vw Helvetica;

line-height:5vw;

text-align:center;

padding:2vw;

}



.content-dep h2{

font-size:4vw;

font-weight:400;

color:#3B617C;

text-align:center;

}



.indicator_buble{

display:flex;

justify-content:center;

margin-top:2vw;

}



.btnbuble{

height:8px;

width:8px;

margin:4px;

background:#ccc;

border-radius:20px;

cursor:pointer;

}



.btnbuble.btativo{

background:#3b617c;

}

}

/* Desktop */
@media(min-width:769px){
    
    .depoimento-content{

width:100%;

background:#F9F9F9;

border-radius:2vw;

margin-bottom:1vw;

}



.content-dep p{

font:1.1vw Helvetica;

line-height:1.8vw;

text-align:center;

padding:1vw;

}



.content-dep h2{

font-size:1.3vw;

font-weight:400;

color:#3B617C;

text-align:center;

}



.indicator_buble{

display:flex;

justify-content:center;

margin-top:2vw;

}



.btnbuble{

height:8px;

width:8px;

margin:4px;

background:#ccc;

border-radius:20px;

cursor:pointer;

}



.btnbuble.btativo{

background:#3b617c;

}

.indicator_buble .btnbuble:last-child{
    display:none;
}

}