footer{
    overflow: hidden;
}

#rodape13 {
    background: #222222;
}

#rodape13 .content-image-logo{
    padding-left: 1em: 
}

#rodape13 .content-image-logo img {
    max-width: 190px;
}

#rodape13 .content-info {
    max-width: 320px;
}

#rodape13 .d-flex {
    display: flex;
}

.owl-carousel {
    touch-action: manipulation;
}

.slide-selos .owl-item {
    display: flex;
    justify-content: center;
}

footer .swiper-container-selos .swiper-scrollbar {
    width: 70%!important;
    left: 50%!important;
    margin-left: -34%!important;
}

footer .d-none {
    display: none!important;
}

@media only screen and (min-width:750px) {
    #rodape13 .content-footer-right,
    #rodape13 .content-footer-left {
        min-height: 250px;
    }
}

@media only screen and (max-width:749px) {
    #rodape13 .content-footer-left {
        border: none!important;
    }
    #rodape13 .content-image-logo{
        margin-top: 45px;
    }
    #rodape13 .d-xs-flex {
        display: flex;
    }
    #rodape13 .content-image-logo img{
        max-width: 250px;
    }
}

@media only screen and (min-width:768px) {
    footer .d-md-block {
        display: block!important;
    }
}
#rodape13 .text{
    color:#EAE7E2;
}