.slider {
    width: 100%;
    position: relative;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.sider-h-comercio{
    height: 280px;
}

.sider-h-testimonio{
    height: 380px;
}

.sider-h-prensa{
    height: 50px;
}

@media screen and (min-width: 1281px) {
    .sider-h-comercio{
        height: 21.875vw;
    }
    
    .sider-h-testimonio{
        height: 26.6875vw;
    }
    
    .sider-h-prensa{
        height: 3.90625vw;
    } 
}
  
.slider::-webkit-scrollbar {
    display: none;
}

.slider .slide {
    display: flex;
    position: absolute;
    left: 0;
    transition: 0.3s left ease-in-out;
}

/* .slider .item {
    margin-right: 10px;
} */

.slider .item:last-child {
    margin-right: 0;
}

.ctrl {
    text-align: center;
    margin-top: 5px;
}

.ctrl-btn {
    padding: 20px 20px;
    min-width: 50px;
    background: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
}

.ctrl-btn.pro-prev {
    left: 0;
}

.ctrl-btn.pro-next {
    right: 0;
}

button:hover, button:active, button:focus {
    outline: 0;
    outline: none !important;
    border: 1px transparent;
    box-shadow: none !important;
}