.marcas {box-shadow: 1px -3px 3px #9f9f9f94; padding: 30px 0; position: relative;}
.marcas .card {height: 100%; display: grid; place-content: center; place-items: center;}
.marcas .img {padding: 0 25px;}
.marcas .card:hover {cursor: pointer;}
.marcas .card:hover img {filter: brightness(1.2);}
.marcas .img img {width: 100%; object-fit: contain; max-height: 200px; max-width: 200px; transition: 0.4s; filter: brightness(1.0);}

.marcas .trapezio.esq {bottom: 100%; top: unset;}
.marcas .splide__arrow {background: unset; opacity: unset; width: auto;}
.marcas .splide__arrow--prev {left: 0; height: unset; width: unset;}
.marcas .splide__arrow svg {width: 19px; height: 32px;}
.marcas .splide__arrow--next {right: 0;}
.marcas .splide__arrow svg {width: unset;}
.marcas .splide__track {margin: 0 50px;}
.marcas .splide__arrow:hover .cls-1 {fill: var(--preto)}

@media (max-width:1000px){
     .marcas .img {padding: 0 15px;}
     .marcas .img img {max-height: 180px; max-width: 180px;}
}

@media (max-width:650px){
     .marcas .img {padding: 0 5px;}
}