.testimonio .titulo {
    font-size: 30px;
    color: #666;
    font-family: 'segoeui', sans-serif;
}

.testimonio .lista_descripcion {
    margin-top: 20px;
}

.testimonio .descripcion {
    font-size: 20px;
    color: #999;
    line-height: 1.2;
    font-family: 'segoeuisl', sans-serif;
}

.testimonio .lista_foto {
    margin: 20px auto;
}

.testimonio .foto {
    width: 85px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 100%;
    border: 4px solid transparent;
    overflow: hidden;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testimonio .foto.activo {
    border: 4px solid #0098DA;
    -webkit-filter: none;
    filter: none;
}

.testimonio .persona {
    font-size: 18px;
    color: #666;
    font-family: 'segoeuisl', sans-serif;
}

.testimonio .nombre {
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    .testimonio .foto {
        width: 70px;
        margin-right: 10px;
    }
}