.form-group .btn-campo-busca {
    background-color: #191919;
    border-radius: 0 5px 5px 0;
    width: 70px;
}

.form-group input.inputBtnBusca {
    border-radius: 5px 0 0 5px;
}
    :root {

        --swiper-navigation-size: 77px;
        --swiper-theme-color: #000;
        --letter-primary: #000000;
        --letter-segundaria: #eeeeee;
        --letter-terciaria: #666666;
    }

    .container-marcas {
        display: flex;
        width: 100%;
    }

    .div-bloco-logo {
        padding: 10px;
    }

    .bloco-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 100%;
        border-radius: 0.75em;
        background: #fff;
        border: 1px solid grey;
    }

    .slide-destaque {
        width: 100%;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    /* BOTOES DA MARCA */

    .btn-marca {
        background-color: #fff;
        color: #c6c6c6;
        height: 100%;
        top: 30%;

    }

    .swiper-button-prev {
        left: 0px !important;

    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }

    .swiper-button-next {
        right: -3px !important;
    }

    .swhiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .swiper-wrapper {
        height: 129px;
        width: 129px;
    }

    .swiper-slide {
        width: 100% !important;
        border-radius: 0.75em;
        background: #fff;
        height: 100% !important;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .container-marcas .titulo-swiper h4 {
        color: #fff;
    }

    .fa-caret-right {
        color: #fff;
        border-left: 3px solid #fff;

    }

    .titulo-swiper hr {
        width: 100%;
        border: 1px solid var(--letter-terciaria);
        margin-top: 0px;
    }

    @media screen and (max-width: 991px) {
        .container-marcas {
            flex-direction: column;
        }

        .swiper-wrapper {
            padding: 0px 0px 0px 40px !important;
        }

        .titulo-swiper {
            flex-direction: column;
            align-items: flex-start;
            padding: 0px 15px;
        }
    }
    @media screen and (min-width: 1400px){
        .espacoCont{
            margin-left: 3rem;
            padding-right: 0;
        }
        .container-marcas{
            margin-left: 3rem;
        }
    }