.divisao-carousel-flex {
    display: flex;
    flex-direction: column;
}

.position-relative {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.4);
    color: rgba(73, 73, 73);
    padding: .7rem;
    border-radius: 50%;
}

.carousel-wrapper {
    min-height: 50vh;
    min-height: 50dvh;
    overflow: hidden;
    background-image: url('../../images/bg_default_price.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-wrapper-swipper {
    width: 40%;
    margin: 10rem auto 4rem auto;
}

.swiper {
    width: 75%;
    height: 500px;
    overflow: visible !important;
}

.borda-img-swiper {
    border: 2px solid white;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.borda-img-swiper img {
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.btn-meio {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .carousel-wrapper-swipper {
        width: 60%;
        margin: 10rem auto;
    }
}

@media (max-width: 768px) {
    .swiper {
        width: 85%;
    }

    .carousel-wrapper-swipper {
        width: 100%;
        margin: 10rem 0 4rem 0;
    }
}

@media (max-width: 660px) {
    .swiper {
        width: 90%;
    }

    .carousel-wrapper-swipper {
        width: 100%;
        margin: 8rem 0 4rem 0;
    }

    .btn-meio {
        width: 80%;
        margin: 0 auto;
    }
    
}