html, body {
    color: #333;
    font-size: 16px;
    font-family: Nunito, Arial, Helvetica, sans-serif;
}

.logo-header {
    max-width: 220px;
    margin: 40px auto 20px;
    display:block;
}
.linea-rossa {
    background-color: #ed1c24;
    width: 60px;
    height: 4px;
    margin: 20px auto;
}

.banner-image-bg {
    background-size: cover;
    background-position: center center;
    min-height: 250px;
    background-repeat: no-repeat;
    margin: 20px 0 -60px;
}
.box-pacchetti .row > .bg-lavoro {
    background-color: #5FC2D4;
}
.box-pacchetti .row > .bg-lavoro-plus {
    background-color: #008AB0;
}
.box-pacchetti .row > .bg-fisco-lavoro {
    background-color: #20305A;
}
.box-pacchetti h2 {
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
}
.box-pacchetti .price {
    color: #FFEB3B;
    font-size: 24px;
    font-weight: 700;
}

.plus {
    font-size: 22px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    list-style: none;
    margin: 20px 0 40px;
}
  .plus > li {
    margin: 10px 0; }
  .plus > li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -27px; }

.plus.orange > li:before {
  color: #ea5b0c; }

.plus.blue > li:before {
  color: #1d5f8e; }

.plus.green > li:before {
  color: #97b143; }

.plus.violet > li:before {
  color: #7771b3; }

.plus.fuxia > li:before {
  color: #a2194a; }

.form-price {
  background-color: #f6f6f6;
  padding: 20px; }

.price-bold {
  font-size: 48px;
  border-bottom: solid 1px #dedede;
  padding: 10px 0 20px;
  margin: 20px 0; }
  .price-bold > span {
    display: block;
    font-size: 18px;
    color: #888888; }

.servizi {
  font-size: 18px; }
  .servizi > strong {
    text-align: center;
    display: block; }
  .servizi > table {
    width: 100%; }
    .servizi > table tr {
      border-bottom: dashed 1px #dedede; }
      .servizi > table tr td {
        padding: 4px 0;
        text-align: right; }
      .servizi > table tr td:first-child {
        text-align: left; }

.bg-color-green {
  /*background-color: #8ac38b !important;*/
  background-color: #97b143 !important; }

@media (max-width: 767px) {
  body > .container {
    margin-top: 0; } }

.lista-servizi {
  list-style: none; }
