:root {
    --blanco        : #ffffff;
    --grisClaro     : #f0f0f0;
    --verde         : #048048;
    --azul2         : #29A2D1;
    --verdeClaro    : #5FBC2E;
    --verdeClaroRgba: #F0FAEA;
}

/* Seccion historias de exito */
.seccion-historias-exito {
    background-color: var(--verdeClaroRgba);
    padding: 5rem 0 8rem;
    position: relative;
}

.seccion-historias-exito .historia-exito-h2 {
    text-align: center;
}

@media screen and (max-width: 1149px) {
    .tarjetas-historias-exito {
        gap: 8rem;
    }
}

@media screen and (max-width: 580px) {
    .tarjetas-historias-exito {
        width: 22rem;
    }

    .historia-exito-h2 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.8rem;
    }
}

.tarjeta-historia-exito {
    background-color: var(--blanco);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    gap: 1rem;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.20);*/
    /*transition: all 0.3s ease 0s;*/
}

.tarjeta-historia-exito .historia-servicio {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--verde);
}

.tarjeta-historia-exito .historia-nombre {
    font-weight: bold;
    color: var(--verdeClaro);
}

.tarjeta-historia-exito p {
    text-align: center;
    font-style: italic;
}

.tarjeta-lista {
    margin-top: 6rem;
    justify-content: space-evenly;
}

.contenedor-img-historia-exito {
    width: 100%;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-img-historia-exito .img-historia-persona {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: 5px solid var(--blanco);
    position: absolute;
    top: -100px;
    background-color: var(--grisClaro);
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-img-historia-exito .img-historia-persona {
    color: var(--azul2);
}

@media screen and (max-width: 480px) {
    .seccion-historias-exito {
        padding: 6rem 0 8rem;
    }
}

@media screen and (max-width: 380px) {
    .tarjetas-historias-exito {
        width: 18rem;
    }
}
