.titulo-infodiputado{
    font-weight: bolder;
    color:#878787 ;
    margin-top: 2%;
}
.nombre-diputado{
    font-weight: bolder;
}
.img1-diputado{
    border-radius: 10%;
    box-shadow: 0 0 15px rgb(136 79 191 / 50%);
    width: 200px;
    height: 113px;
    object-fit: cover;

}
.img-diputado{
    border-radius: 10%;
    box-shadow: 0 0 15px rgb(136 79 191 / 50%);
    width: 100%;
    height: auto;
}
.cita-diputado{
    font-weight: bolder;
}
.cv {
    background-color: #ffc107 !important; /* Green */

    color: rgb(0, 0, 0);
    padding: 4px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    border-radius:5%
  }