.sponsored-channel {
    width: 100%;
    height: 128px;
    background: center #d3d3d3;
    background-size: cover;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsored-channel .logo-content {
    position: absolute;
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
}

.logo-footer-card {
width: 100%;
border: 1px solid #ededed;
height: 62px;
display: flex;
align-items: center;
justify-content: center;
border-top: 0;
border-radius: 0 0 7px 7px;
}

.logo-footer-card .icon {
height: 40px;
display: flex;
width: 140px;
align-items: center;
justify-content: center;
}

.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0,0,0);
min-height: 70px;
}

.owl-carousel2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    height: 80px;
    background-color: white !important;
}

.cards-canais-patrocinados-home a {
box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.075);
}

.sponsored-channel .capa {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}

.sponsored-channel .logo-content img {
max-width: 75%;
max-height: 180px;
width: auto;
height: auto;
}

.tag-sponsored {
position: absolute;
top: 4px;
right: 4px;
z-index: 1;
width: 120px;
height: 30px;
background: #1353AA;
border-radius: 0 5px;
display: flex;
justify-content: center;
align-items: center;
font-family: "Readex Pro";
font-style: normal;
font-weight: 600;
font-size: 10px;
color: #fff;
text-transform: uppercase;
box-shadow: 1px 1px 1px #282828;
}

.zoom:hover {
-ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2); 
}

.box {
width: 100%;
display: inline-block;
border-radius: 10px;
position: relative;
background-size: 105%!important;
background-position: center!important;
}

.box:hover{
background-size: 105%!important;
background-position: center!important;
border-radius: 7px;
transition: all .8s;
}