.slider-03 .swiper-slide {
    height: unset;
}

body > section {
    min-height: 300px;
}


#marcasPrincipal .cont-marca.carregando .product-image img {
    width: 322.5px;
    height: 322.5px;
}

#marcasPrincipal .cont-marca.carregando .product-image  {
    background-color: #f7f7f7;
}

.product .product-info .product-price {
    font-size: 12px;
    font-weight: normal;
}

.product:hover .product-image {
    transform: scale(1.03);
}

.product .product-image {
    transition: all 0.2s ease;
}

.category-tag .categoria-fonte {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 10px;
    padding: 0;
    line-height: 15px;
    color: #c8c8c8;
}




#categoriasPrincipal .container-todas-categorias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#categoriasPrincipal .container-todas-categorias .item {
    display: flex;
    padding-bottom: 3em;
    justify-content: center;
}



#categoriasPrincipal .container-todas-categorias a {
    display: block;
}

#categoriasPrincipal .container-todas-categorias .nome {
    text-align: center;
    padding-top: .5em;
    color: black;
    font-weight: bold;
}

#categoriasPrincipal .container-todas-categorias .cont-img {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

#categoriasPrincipal .container-todas-categorias .cont-img img {
    width: 100%;
}



.banner-video.banner-projeto33 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: +1;
}

.banner-video.banner-projeto33 .bg {
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0;
    z-index: -1;
}

.banner-video.banner-projeto33.banner-projeto33 .banner {
    display: flex;
    align-items: center;
    height: 130px;
    padding: 0 20px;
}

.banner-video.banner-projeto33 .banner .logo {

}
.banner-video.banner-projeto33 .banner .logo img {
    width: 100%;
}

.banner-video.banner-projeto33 .banner .tati {
    align-self: self-end;
    margin: 0 20px;
}
.banner-video.banner-projeto33 .banner .tati img {
    width: 100%;
}

.banner-video.banner-projeto33 .banner .infos {
    color: white;
}

.banner-video.banner-projeto33 .banner .infos .lancamento {
    padding-bottom: 1.5em;
    color: #ffed0c;
    font-size: 1.1em;
}

.banner-video.banner-projeto33 .banner .infos .titulo {
    color: black;
    font-weight: bold;
    line-height: 11px;
}

.banner-video.banner-projeto33 .banner .infos .subtitulo {
    font-weight: bold;
}


@media (max-width: 575px) {
    .banner-video.banner-projeto33 .banner .btn-acao {
        margin-left: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 130px;
        background-color: #fd6d64;
        padding: 0 10px 10px 10px;
    }
    
    #videosParceiros {
        margin-bottom: 120px;
    }
    a.btn.btn-outline-transparent-black {
        width: 100%;
    }
}
  

