/* V-Pro Banners */

.vpro-banners .carousel {
    border-radius: 6px;
    overflow: hidden;
    background: #f4f4f5;
}

.vpro-banners .vpro-banner-slide {
    position: relative;
}

.vpro-banners .vpro-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.vpro-banners .vpro-banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
    font-size: 15px;
    line-height: 1.35;
}

.vpro-banners .vpro-banner-caption a {
    text-decoration: none;
    font-weight: 600;
}

.vpro-banners .carousel-indicators {
    margin-bottom: 4px;
}

.vpro-banners .carousel-control {
    background-image: none;
    opacity: .6;
    width: 8%;
}

.vpro-banners .carousel-control:hover {
    opacity: 1;
}

/* Listagem e formulário no admin */

.vpro-banner-thumb {
    width: 110px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    background: #f4f4f5;
}

.vpro-banner-preview {
    max-width: 420px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #e4e4e7;
}

@media (max-width: 768px) {
    .vpro-banner-thumb {
        width: 72px;
        height: 32px;
    }

    .vpro-banners .vpro-banner-caption {
        padding: 8px 10px;
        font-size: 13px;
    }
}
