/* Carousel */
.carousel-inner{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-controls{
    width: 100vw;
    height: 40rem;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
}

.carousel-controls-destaque{
    width: 100vw;
    height: 22rem;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
}

.img-carousel-1{
    background-image: url("../imagem/carousel/01.jpg");
}
.img-carousel-2{
    background-image: url("../imagem/carousel/02.jpg");
}
.img-carousel-3{
    background-image: url("../imagem/carousel/03.jpg");
}

.img-carosel-destaque{
    background-image: url("../imagem/carousel/1.jpg");
}

@media only screen and (max-width: 360px){
    .carousel-inner{
        width: 100vw;
        height: 33vh;
    }
    .carousel-controls{
        width: 100vw;
        height: 33vh;
    }
    .carousel-inner-destaque{
        width: 91vw !important;
        height: 33vh;
    }
    .carousel-controls-destaque{
        width: 100vw;
        height: 33vh;
    }
}