.back-black {
    background-color: white;
}
.parallax-title-top {
    background: url('../../images/inicio/fondo-pintura.jpg') repeat fixed;
        background-size: auto;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

#owl-logos .item img {
    width: 200px;
}

.padingsempresas{
    padding-top: 50px;padding-bottom: 50px;
}
@media only screen and (max-width: 499px) {
    .padingsempresas{
        padding-top: 12px;
        padding-bottom: 22px;
    }
    .circulo2 {
        right: -92px !important;
    }
    .circulo4 {
        right: -98px !important;
    }
    .circulo3 {
        width: 100px !important;
        height: 100px !important;
    }
    #owl-logos .item img {
        width: 100px;
    }
    .circulo8 {
        width: 100px !important;
        height: 100px !important;
    }
    .socialy {
        width: 33%;
    }
}