.marquee{
    
  background: #014138;
}
.marquee h2{
    background: #014138;
    text-align: center;
    color: white;
    font-family: 'Barlow';
    font-weight: 100;
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 2rem;
    padding: 0;
    margin-bottom: -0.25rem;
    text-transform: none;
}
.marcas{
  
  background: #014138;
  }
  .marcas .marca{
    
text-align: center;
    
/* height: 50px; */
  }
  .marcas .marca img{
    
height: 98px;
    }
  .marcas .swiper-wrapper {
    transition-timing-function: linear;
}
@media (max-width:1440px){
  .marcas .marca img{
    
height: 90px;
  }
}

@media (max-width:769px){
  .marquee h2 {
    background: #014138;
    text-align: center;
    color: white;
    font-family: 'Barlow';
    font-weight: 100;
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 1rem;
}
  .marcas .marca img{
    
height: 75px;
  }
}