#form-busca-fluxo .input-group-prepend {
    width: 100%!important;    
 }
.vitrine-vps {
        width: 100%;
        height: 300px;

        border-radius: 10px;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .swiper {
        margin: 14px 0;
        padding: 0 10px;
    }


    .swiper-wrapper .swiper-slide {
        padding: 8px 0 0;
        margin-right: 1px;
        font-size: .8rem;
        text-align: center;
        font-weight: bold;
        line-height: 1rem;
    }

    .swiper-wrapper .swiper-slide .icone-categoria {
        padding: 12px;
        margin: 0px auto 10px;
        width: 50px;
        height: 50px;

        font-size: 1.4rem;
        color: #f5f5f5;

        border-radius: 50px;
        background-color: #e30513;
    }

    .swiper-wrapper .swiper-slide:hover .icone-categoria {
        background-color: #666; 
    }
    .swiper-wrapper .swiper-slide .text-wrap {
        color: #666;
        text-decoration: none !important;
    }
    .swiper-wrapper .swiper-slide:hover .text-wrap {
        color: red;
        text-decoration: none !important;
    }

    .swiper-wrapper .extra {
        margin-right: 0px;
        background-color: #efefef;
    }
    .swiper-wrapper .extra:nth-last-child(4){
        border-radius: 30px 0 0 0; 
    }
    .swiper-wrapper .extra:last-child{
        border-radius: 0 30px 0 0; 
    }

    
    .pesquisaSwiper.swiper {

        padding-bottom: 35px;
    }

    .pesquisaSwiper .swiper-pagination-bullet-active{
        background-color: red;
    }

    .pesquisaSwiper .swiper-slide {
        min-width: 320px;
        padding: 0 6px;
    }



    .card-oferta {
        padding: 0;
        border: none;
        border-radius: 10px;
        background-color: #f5f5f5;
        transition: all ease-in-out .15s;
    }

    .card-oferta:hover {
        
        background-color: #fff;
        transition: all ease-in-out .15s;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    }

    .card-oferta h6 {
        font-size: 13px;
    }

    .card-oferta .img-dest-oferta {
        width: 100%;
        height: 150px;

        border-radius: 10px;

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    /* transform: scale(1.1); */
    
    .card-oferta .card-title {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .card-oferta .card-footer {
        background-color: rgba(0, 0, 0, .0) !important;
        border-top: none;
    }

    #filto-ofertas .badge-outline-secondary {
        color: #6C757D;
        text-decoration: none;
        border: 1px solid #ced4da;
        background-color: transparent;
    }

    #filto-ofertas .badge-outline-secondary:hover {
        color: #f5f5f5;
        text-decoration: none;
        background-color: #6C757D;
    }

    #filto-ofertas .badge-outline-secondary.active {
        color: #f5f5f5;
        background-color: #e30513;
    }


    #filto-ofertas .badge-selected {
        /* font-size: .8rem; */
        font-weight: bold;
        color: #212529;
        text-align: left;
        text-wrap: wrap;
        

        width: 100%;
        padding: .25rem .1rem .25rem .75rem;
        margin-bottom: .25rem;

        
        border-radius: 30px;
        background-color: #EFEFEF;

    }

    #filto-ofertas .close-badge {
        font-weight: normal;
        font-size: 1rem;
        color: #e30513;
        text-shadow: none;

        padding: 0;
        margin: .1rem .1rem 0 ; 
        float: right;

        border: none;
        border-radius: 20px; 
        background-color: #f5f5f5;

        cursor: pointer;
        opacity: 1;
    }

    #filto-ofertas .close-badge:hover {
        color: #212529;
        opacity: .7;
    }

    #accordionCheckOut {
        padding: 50px 0;
    }
    #accordionCheckOut .card {
        /* margin-top: 50px; */
        border: none;
    }

    #accordionCheckOut .card h2 button {
        text-transform: uppercase;
        font-weight: bold;
        color: #212529;
    }

    .vitrine-vps .mySwiper2 {
        height: 80%;
        width: 100%;
        border-radius: 10px;
        
    }
    .vitrine-vps .mySwiper3 {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        
    }
    .vitrine-vps .swiper-wrapper .swiper-slide {
        padding: 0;
    }
    

    .vitrine-vps .mySwiper {
        height: 30%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .vitrine-vps .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.6;
    }

    .vitrine-vps .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .vitrine-vps .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; border-radius: 6px;
    }

    .vitrine-vps .swiper-button-next,   .vitrine-vps .swiper-button-prev {
        color: orangered;
    }

    /* RESPONSIVO */
@media (min-width:576px){
    #form-busca-fluxo .input-group-prepend {
        width: auto!important;    
     }
}
    @media (min-width:720px) {
        .swiper-wrapper .swiper-slide .icone-categoria {
            padding: 20px;
            margin: 0 auto 5px;
            width: 60px;
            height: 60px;

            font-size: 1.2rem;
            color: #f5f5f5;

            border-radius: 50px;
            background-color: #e30513;

            transition: all ease-in-out .15s;
        }
    }