.widget {
background-color: #f1f1f185;
padding: 1em 1em 2em 1em;
border-radius: 5px;
}
.imagen-bloque img {
max-width: 30%;
height: auto;
float: left;
border-radius: 5px;
font-weight: bold;
}
.titular_bloque {
font-family: poppins black;
font-size: 2em;
color: #FA6630;
margin: 0 0 1em 0;}
.texto_bloque
{
text-align: left;
float: right;
width: 69%;
font-size: 2.3em;
font-family: poppins;
line-height: 1.25em;
font-weight: bold;
color: cadetblue;}
.link_bloque { color:#808080;}
.link_bloque:hover { color: coral;}