html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.padding-b-10{padding-bottom:10px;}
.margin-b-10{margin-bottom:10px;}
.margin-b-20 {
    margin-bottom: 20px;
}
.tablegrid th, td {
    border-bottom: 1px solid #ddd;
}
.tablegrid th {
    background-color: #e1e1e1;height:30px;
}
.contattohome .img-link {
    padding-bottom: 150px;
}

.contattohome .img-content {
    text-align: center;
}

    .contattohome .img-content img {
        margin: 0 auto;
    }

.contattohome h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: black;
    text-align: center;
    margin-bottom: 5px;
}

.contattohome h2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-align: center;
    margin-top: 0;
}

.contattohome .img-color-1 {
    background-color: #e1dede;
    padding: 38px 0 39px 0;
}

.contattohome .img-color-2 {
    background-color: #f4f4f4;
    padding: 43px 0;
}

.contattohome .img-color-3 {
    background-color: #dce7ed;
    padding: 43px 0;
}
.text-well{text-align:justify;}
.centrato {
    text-align: center;
    margin-bottom: 50px;
}
.centrato p {
    max-width: 900px;
    padding: 0 20px;
    font: 400 16px / 30px "Poppins";
    margin: auto;
    margin-top: 40px;
    color: #565656;
}