body {
  line-height: 24px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}

body.itemid-122 #sp-main-body{
  padding: 50px 0 100px;
}

.sp-page-title{
  padding: 15px 0;
  background: #efefef;
}

.sp-page-title .sp-page-title-heading{
  color: #5b5859;
}

a.richiestaintervento:link, a.richiestaintervento:visited{
  background: #ee2f22;
  border-radius: 10px;
  color: #ffffff!important;
  line-height: 50px!important;
  margin-top: 20px;
  padding: 0 15px!important;
}

.sp-megamenu-parent>li>a{
  letter-spacing: 1px;
  text-transform: uppercase;
}

.centoquaranta-anno .sppb-animated-number::after {
  font-size: 16px!important;
}

/* ---------------------------------------- */

/* SMARTPHONE VERTICALE */
@media (max-width: 767px){
}

/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 991px){
}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 992px) and (max-width: 1199px){
}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1200px) and (max-width: 1439px){
}

/* SCHERMO GRANDE */
@media (min-width: 1440px){
}