.hero {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url('../img/fondo-biblioteca.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding-inline: 5%;
}

/* .hero-container p{
    color: rgb(207, 207, 207);
} */

.abogados{
    margin-block: 80px;
}

.persona {
    margin-block: 80px;
}

.persona h3 {
    color: var(--color-secundario);
}

.persona-img{
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    height: 300px;
    width: 300px;
    margin-inline: auto;
}

.persona-description {
    margin-bottom: 30px;
}

.persona-especialidad {
    color: rgb(142, 142, 142);
    font-weight: bold;
}

.equipo {
    background-color: var(--color-gris);
}

.equipo img, .valores img {
    border-radius: 20px;
}

.como-trabajamos p a {
    color: var(--color-secundario);
}


.valores{
    background-color: var(--color-principal);
}

.valores h2{
    color: var(--color-secundario);
    font-weight: bolder;
}

.valores ul{
    list-style: disc;
}

.valores li{
    margin-bottom: 20px;
    color: var(--color-gris);
}

.equipo p, .valores li{
    text-align: justify;
}