.hero-inicio .hero-overlay{
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.75) 0%,
            rgba(0,0,0,.55) 35%,
            rgba(0,0,0,.15) 100%
        );
}

.hero-inicio .hero-content{
    left:80px;
    top:50%;
    transform:translateY(-50%);
    max-width:650px;
}