/* block.css */
body.wp-admin div.titulo-box {
   border: 1px LightSkyBlue solid;
   border-left-width: 5px;
   padding: 10px 15px;
   margin: 30px;
}
div.titulo-box p {
   font-size: 16px;
   line-height: 24px;
   margin:0;
}
.wp-block-caf-gutenberg-titulo-block .description-title {
   font-size: 24px;
   font-weight: bold;
   white-space: nowrap;
   margin-right: 1rem;
}