*{box-sizing: border-box;}
body{ margin: auto !important;
 	font-family: 'Josefin Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	overflow-x: hidden;
}

.titulo-infodiputado{
    font-weight: bolder;
    color:#878787 ;
    margin-top: 2%;
    margin-bottom: 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;
}
