.txt-origenes{
    text-align: right;
    color: var(--azulO);
    padding: 7rem 0 10rem;
}
.txt-origenes h1, .valores h1{
    width: 90%;
    margin: 0 0 2.5rem auto;
    border-radius: 250px 0 0 250px;
    box-sizing: border-box;
}
.valores{
    padding-top: 7rem;
}
.txt-origenes p{
    padding: 0 4rem;
    margin-left: auto;
    max-width: 1700px;
    box-sizing: border-box;
}
.txt-origenes p:first-of-type{
    margin-bottom: 1.5rem;
}
.flex-valores{
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
    text-align: center;
    padding: 4rem 0 8rem;
}
.valor-figure{
    width: 31%;
}
.valor-figure h2{
    line-height: 2.5rem;
    color: var(--azulC);
}
.valor-figure img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 1rem;
    filter: invert(18%) sepia(64%) saturate(500%) hue-rotate(165.3deg) brightness(76.7%) contrast(87.1%) drop-shadow(2px 2px 4px rgba(204,204,204,1));
}
.txt-figure-v{
    padding: 0 1.5rem;
}
.hero-info h1{
    text-align: right;
}
.hero-info{
    right: 0;
    background-color: var(--azulC);
    border-radius: 500px 0 0 500px;
    text-align: right;
}

.valores h1{
    text-align: right;
}

@media (max-device-width: 900px){
    .txt-origenes{
        padding: 5rem 0;
    }
    .txt-origenes p{
        padding: 0 2rem;
    }
    .txt-origenes h1{
        width: 95%;
        padding-right: 2rem;
    }
    .aguas-residuales{
        flex-direction: column-reverse;
    }
    .aguas-residuales .img-aguas{
        margin-top: 0;
        margin-bottom: -20%;
    }
    .flex-valores{
        flex-wrap: wrap;
    }
    .valor-figure{
        width: 45%;
        flex-grow: 1;
        min-width: 300px;
    }
    .cliente{
        padding: 4rem 2rem;
    }
    .cliente-inner{
        width: 100%;
        padding: 0;
    }
    .cliente-img{
        margin: auto;
        width: 100%;
        max-width: 450px;
        height: auto;
    }
}
@media (max-device-width: 600px){
    .hero-info{
        background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,134,166,0.75) 42%);
        border-radius: 0;
        height: 100%;
    }
    .hero-info h1{
        text-align: center;
    }
}