﻿.banner__home {
    min-height: 350px;
}

.banner-video-player {
    width: 100%;
    aspect-ratio: 21/9;
    height: unset !important
}

.link-vitrine {
    letter-spacing: 3px;
}

.banner-video-home {
    min-height: 400px;
}

.swiper-rodape .swiper-button-prev::after,
.swiper-rodape .swiper-button-next::after {
    content: none;
}

.card-loja {
    aspect-ratio: 4/3;
}


@media screen and (min-width: 768px) {
    .banner__home {
        min-height: 550px;
    }
}