.imagemQuali img{
    margin-left: 200px;
    width: 170px;
}

@media screen and (max-width:768px){
    .imagemQuali img{
        margin-top: 0px;
        width: 80px !important;
    }
    #rodaTopo2 {
        margin-top: 0px;
    }
    #baixo{
        margin-top: 0px !important;
    }
    .swiper-containerCell .navBannerCell {
       right: 0px !important;
       width: 100%;
       justify-content: space-between;
    }
    .ItemSub3Cell{
        width: 50%;
    }
    .ItemSub2Cell{
        width: 50%;
    }
    
    #AlturaEspaco2{
        width: 0px;
    }
    
}

@media screen and (max-width:500px){
    .imagemQuali p{
        font-size: 12px !important;
        width: 60% !important;
    }
}


