.fondo-marcas-container
{
    background-image: url(../img/fondo/fondo-servicios.jpg);
    background-size: cover;
    background-position-y: 50%;
    height: 300px;
    position: relative;
}

.marcas-cotainer .owl-thumbs{
    display: none;
}
.fondo-marcas-container::before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .5;
}


input{
    cursor: pointer;
}