.testimonio{
    padding-top: 2em;
    padding-bottom: 4em;
    background-color: lightgray;
    width: 100%;
}


.testtimonio__imagenes{
    width: 100%;
    height: 40%;
    display: flex;
    padding-top: 1em;
}

.testimonio__imagenes_imagen{
    width: 10vw;   height: 10vw;
    border: solid #a094a0;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: none;
    transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.testimonio__imagenes_imagen.--left{
    margin-left: auto;
    margin-right: 1em;
}

.testimonio__imagenes_imagen.--right{
    margin-right: auto;
    margin-left: 1em;
}

.testimonio__testimonio{
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    display: flex;
}
.testimonio__testimonio p{
    width: 50%;
    color: black;
    text-align: justify;
    margin: auto auto;
}


.testimonio__testimoniante{
    width: 100%;
    height: 30%;
    display: flex;
}
.testimonio__testimoniante_base{
    margin: auto auto;
    width: 50%;
}

.testimonio__testimoniante_nombre{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.testimonio__testimoniante_cargo{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


@media screen and (max-width: 1024px) {
    .testimonio__imagenes_imagen{
        width: 200px;   height: 200px;
    }
    .testimonio__testimonio p{
        width: 90%;
        font-size: 24px;
    }

}
