@import url("https://use.typekit.net/wcn0dve.css");
html {
  margin: 0px;
  padding: 0px;
  position: relative;
  min-height: 100%; }

body {
  margin: 0px;
  margin-bottom: 250px;
  padding: 0px;
  color: #f7f7f6;
  font-family: prenton, sans-serif;
  background: #f7f7f6;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility !important; }

.logo {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px; }

main {
  display: block; }

.contenitore {
  max-width: 550px;
  display: block;
  margin: auto; }
  .contenitore .logo-paghe {
    max-width: 250px; }
  .contenitore h1 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }

.sfum {
  background: -webkit-linear-gradient(#289bd7 0%, #f7f7f6 100%);
  background: linear-gradient(#289bd7 0%, #f7f7f6 100%); }

.space30 {
  height: 20px; }

.corpocentrale {
  margin-top: 30px;
  max-width: 640px;
  height: 265px;
  padding: 30px 20px;
  background: #376093;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #25496f;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  display: block;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(37, 73, 111, 0.65);
  -moz-box-shadow: 0px 8px 20px 0px rgba(37, 73, 111, 0.65);
  box-shadow: 0px 8px 20px 0px rgba(37, 73, 111, 0.65); }
  .corpocentrale a {
    color: #ffffff;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .corpocentrale a:hover {
      color: #289bd7; }
  .corpocentrale .button {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    background: #35a754;
    padding: 10px 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none !important;
    text-transform: uppercase; }
    .corpocentrale .button:hover {
      background: #51be6e;
      color: #ffffff; }
  .corpocentrale .space {
    height: 50px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  background-color: #376093;
  color: #ffffff;
  padding-top: 20px; }
  .footer a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .footer a:hover {
      color: #289bd7; }
  .footer .mail-company, .footer .fax-company, .footer .tel-company, .footer .pec-company {
    display: inline-block;
    padding-left: 45px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 45px;
    height: 45px;
    line-height: 37px;
    margin: 0px !important; }
  .footer .mail-company {
    background-image: url("../images/mail.svg");
    margin: 0px 20px; }
  .footer .tel-company {
    background-image: url("../images/tel.svg"); }
  .footer .fax-company {
    background-image: url("../images/fax.svg"); }
  .footer .pec-company {
    background-image: url("../images/pec.svg"); }
  .footer .legal-company {
    margin-top: 15px; }
  .footer .privacy {
    text-align: right; }

@media (min-width: 1200px) {
  .space30 {
    height: 100px !important; } }

@media (max-width: 576px) {
  .logo-paghe {
    margin: auto  !important;
    display: block  !important;
    max-width: 170px !important; } }

@media (max-width: 768px) {
  .privacy, .foot-address, .legal-company, .legal-rea {
    text-align: center  !important; } }

@media (max-width: 992px) {
  footer {
    height: 260px !important; }
  body {
    margin-bottom: 280px  !important; } }

@media (max-width: 768px) {
  footer {
    height: 330px !important; }
  body {
    margin-bottom: 350px  !important; } }

@media (max-width: 440px) {
  footer {
    height: 400px !important; }
  body {
    margin-bottom: 420px  !important; }
  .space {
    height: 30px !important; } }

@media (max-width: 360px) {
  footer {
    height: 510px !important; }
  body {
    margin-bottom: 530px  !important; }
  .space {
    height: 15px !important; }
  .button {
    padding: 5px 50px !important; } }
