.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/solutions/main.png') center / cover no-repeat;
    height: 100vh;
    padding: 0;
}
.home .solutions_home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .title {
    margin: 0;
}
.contact {
    background: url('../img/solutions/content.png') center / cover no-repeat, #dbf5fa !important;
}
.contact .info-card {
    box-shadow: 0px 4px 10px 5px #00000026;
}
.optimizacion { background: linear-gradient(0deg, #AC5CFF, #AC5CFF) !important; }
.residuos { background: linear-gradient(0deg, #00F88F, #00F88F) !important; }
.ambiental { background: linear-gradient(0deg, #4D60FF, #4D60FF) !important; }
.privada { background: linear-gradient(0deg, #00D0FF, #00D0FF) !important; }
.monitoreo { background: linear-gradient(0deg, #AC5CFF, #AC5CFF) !important; }
.inteligencia { background: linear-gradient(0deg, #00F88F, #00F88F) !important; }
.movilidad { background: linear-gradient(0deg, #4D60FF, #4D60FF) !important; }
