.marcas.section{

    position:relative;
    overflow:hidden;
    padding:80px 0;

}
.marcas-section h2{
    padding-top: 50px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #900000;
    margin-bottom: 55px;
}
.marcas-section .container{

    position:relative;
    height: 400px;
    z-index:2;
    width: 1100px;
    max-width: 1400px;
}

.marcasSwiper{

    width: 100%;
    padding: 10px 0 50px;
    overflow: hidden;

}

.marcasSwiper img{

    max-width:220px;
    max-height: 90px;
    height:auto;
    width: auto;

    object-fit: contain;

}

.marcasSwiper .swiper-wrapper{
    align-items:center;
    height: 100%;
    width: 100%;
}

.marcasSwiper .swiper-slide{

    display:flex;
    justify-content:center;
    align-items:center;
    width: auto;
    height:auto;

}

