﻿.carousel-custom {
    position: relative;
    width: 100%;
}

.carousel-inner-custom {
    position: relative;
    overflow: hidden;
}

.slide-banner {
    display: none;
}

    .slide-banner.active {
        display: block;
    }

.banner-carousel {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-pontinhos {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

    .carousel-pontinhos li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.45);
        cursor: pointer;
    }

        .carousel-pontinhos li.active {
            width: 12px;
            height: 12px;
            background-color: #fff;
        }
