.blocco {
  border: 1px solid;
  border-radius: 15px; 
  padding:10px;
  box-shadow: #999 8px 8px 1px -4px
}
.blocco_title {
background:red;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  color:red;
}
/* inizio codifica fonts satoshi */
@font-face {
    font-family: 'Satoshi-Black';
    src: url('../fonts/fonts-new/Satoshi-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-BlackItalic';
    src: url('../fonts/fonts-new/Satoshi-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/fonts-new/Satoshi-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-BoldItalic';
    src: url('../fonts/fonts-new/Satoshi-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Italic';
    src: url('../fonts/fonts-new/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Light';
    src: url('../fonts/fonts-new/Satoshi-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-LightItalic';
    src: url('../fonts/fonts-new/Satoshi-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/fonts-new/Satoshi-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-MediumItalic';
    src: url('../fonts/fonts-new/Satoshi-MediumItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/fonts-new/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*fine codifica fonts satoshi */
/*inizio applicazione fonts satoshi */
body, h1, h2, h3 {
    font-family: Satoshi-Black', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-BlackItalic', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-Bold', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-BoldItalic.woff', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-Italic', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-Light', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-LightItalic', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-Medium', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-MediumItalic', sans-serif;
}
body, h1, h2, h3 {
    font-family: 'Satoshi-Regular', sans-serif;
}
/*fine applicazione fonts satoshi */