.comp-1{
    background-image: url(../../img/companies/izq_v2.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 73vmin;
}
.comp-2{
    background-image: url(../../img/companies/der_v2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 73vmin;
}


.vli{
    display: flex; 
    align-items: center;
    text-align: center;
}
.logo-companies{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height:8vmin ;
    transition: .7s all ease;
     filter: grayscale(100%)
}

 .logo-companies:hover{
    transform: scale(1.3);
    filter: grayscale(0%); 
}

.filtronaranja{
    position: relative;
    height: 110px;
}
.filtronaranja::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(233, 146, 7);
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.filtronaranja:hover::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(233, 146, 7);
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.filtronaranja:hover img{
    opacity: 1;
}

/*The smaller device vertical*/
@media (max-width: 575.98px) { 

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .logo-companies{
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        max-height:7vmin ;
        transition: .5s all ease;
        filter: grayscale(100%);
        max-width: 100%;
    }
     .logo-companies:hover{
        transform: scale(1.3);
        filter: grayscale(0%); 
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .logos-margin-neg{
        margin-left: -100px;
        margin-right: -100px;
    }
    .logo-companies{
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        max-height:7vmin ;
        transition: .5s all ease;
        filter: grayscale(100%);
        max-width: 100%;
    }
     .logo-companies:hover{
        transform: scale(1.3);
        filter: grayscale(0%); 
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .logos-margin-neg{
        margin-left: -100px;
        margin-right: -100px;
    }
    .logo-companies{
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        max-height:8vmin ;
        transition: .5s all ease;
        filter: grayscale(100%);
        max-width: 100%;
    
    }
    
     .logo-companies:hover{
        transform: scale(1.3);
        filter: grayscale(0%); 
    }
}
