ul li {
    list-style-type: none;
}
.splide__list {
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
}
.clmc-slider-banner .splide__slide {
    width: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.clmc-slider-banner .splide__slide a {
    width: 100%;
    display: inline-block;
}
.clmc-slider-banner .clmc-banner-slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.splide__list .splide__slide button {
    border: none;
}
.textos-seo {
    opacity: 1;
}
.css-1hv9hlh {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: var(--Paper-shadow);
    background-image: var(--Paper-overlay);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
}
.clmc-mobile-navigation-content {
    padding: 10px 0;
}
@media screen and (max-width: 600px) {
    .splide__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .clmc-machine .clmc-sport-logo {
        width: 103px;
    }
    .clmc-machine-image {
        width: 103px;
        min-width: auto;
        height: 140px;
        min-height: auto;
        object-fit: cover;
    }
}