@font-face {


}
body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  box-sizing: border-box;
  color: #3b3b3b;
}
html {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  position: relative;
}
.content {
  width: 1145px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
img {
  display: block;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.logo {
  position: absolute;
  left: 50%;
  top: -120px;
  margin-left: -130px;
}

.logo img {
  width: 240px;
  height: 50px;
}

.contatti .width4 {
  
  color: #504f4f;
  font-size: 18px;
  line-height: 24px;
}
.contatti .width4 a {
  color: #504f4f;
}
.contatti .width4 a:hover {
  color: #d72525;
}
.contatti .width4 h2 {
  color: #3b3b3b;
  font-size: 21px;
}
.line {
  height: 8px;
  margin: 20px auto 38px;
  width: 93px;
  background: #3b3b3b;
}
.payoff {
  margin: 145px auto 0;
  width: 700px;
  text-align: center;
}
.payoff h1 {
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  margin: 0;
  font-weight: 600;
  
}
.payoff img {
  margin: 0 auto;
}

.payoff p {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 25px;

}

.slide img {
  width: 100%;
  max-width: 1140px;
}

.word p {
  font-size: 24px;
  color: #6e6e6e;
  text-align: center;
  padding-top: 20px;
  line-height: 35px;
  padding: 10px;
}

.content02 {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.home {
  border-top: 8px solid #72d4b5;
  background-color: #f1f1f1;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.home02 {
  
  background-color: #ffffff;
  padding-top: 20px;
}

.home h2 {
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  margin: 0;
  font-weight: 600;
  color: #72d4b5;
  text-transform: uppercase;
  padding-top: 20px;
}

.home .width2 h2 {
  display: table;
}
.width2 {
  width: 33%;
  margin: 0 auto 30px;
  text-align: center;
  
}
.width2:nth-child(2n+1) {
  float: right;
  text-align: center;
}
.width2:nth-child(2n) {
  float: right;
  text-align: center;
}

.width2 h2 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: inline;
  margin: 25px auto 0px;
  padding-bottom: 5px;
}
.width2 p {
  margin: 25px auto 30px;
  text-align: center;
  width: 70%;
  
  font-size: 18px;
  line-height: 24px;
}
.width2 a:hover ~ a.scopri {
  color: #d72525;
}
.width2 a.scopri {
  text-align: center;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.width2 a.scopri:after {
  background: url("../img/scopri.jpg") no-repeat;
  height: 12px;
  width: 44px;
  display: block;
  margin: 2px auto 0;
  content: "";
}
.width2 a.scopri:hover {
  color: #d72525;
}
.width2 .cnt {
  text-align: left;
}
.width2 .cnt h2,
.width2 .cnt p {
  text-align: left;
  width: 90%;
}
.width2 .cnt p {
  margin: 40px 0 50px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 26px;
}
.width2 .cnt .line {
  margin: 0px;
}

.icone img {
  margin: 0 auto;
  padding-bottom: 10px;

}

.icone h2 {
  margin: 0 auto;
}


.scopri 
{
  margin: 0 auto;
  text-align: center;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #73d4b5;
  padding: 15px;
  border-radius: 8px;

}

.scopri:hover {
  background-color: #000000;
  color: #ffffff;

}

.scopri02 {

  position: absolute;
  left: 10%;
  top: 300px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  background-color: #73d4b5;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.scopri02:hover {

  background-color: #000000;
  color: #ffffff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.data {

  padding-bottom: 30px;
}

.col {
  flex: 1 0 18%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 5px;
  background: #ffffff;
  color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

footer {
  background: #3b3b3b;
  color: #767676;
  padding: 110px 0 90px;
  line-height: 28px;
}
footer h2 {
  color: #a1a1a1;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 20px;
}
footer h2 span {
  text-transform: lowercase;
}
.width4 {
  line-height: 23px;
  width: 28%;
  float: left;
}
.width4 a {
  color: #767676;
  text-decoration: none;
}
.width4 a:hover {
  color: #a1a1a1;
  text-decoration: none;
}
.width4 #credits {
  font-size: 12px;
  font-weight: 700;
}
.width4 p {
  margin: 40px 0 0;
}
.width4:nth-child(4) {
  text-align: right;
  width: 16%;
}
.width3 {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 0.2%;
}
.width3 img {
  width: 100%;
}
.img100 img {
  width: 100%;
}
.cnt-info {
  margin-top: 60px;
  margin-bottom: 100px;
  width: 80%;
}
.cnt-info h2 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 25px auto 0px;
  border-bottom: 8px solid #d72525;
  padding-bottom: 5px;
}
.cnt-info p {
  margin: 25px auto;
  text-align: left;
  width: 100%;
  
  font-size: 18px;
  line-height: 26px;
}



.cnt-info a:hover ~ a.scopri {
  color: #d72525;
}
.cnt-info a.scopri {
  text-align: left;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.cnt-info a.scopri:after {
  background: url("../img/scopri.jpg") no-repeat;
  height: 12px;
  width: 44px;
  display: block;
  margin: 3px 0 3px 100px;
  content: "";
}
.cnt-info a.scopri:hover {
  color: #d72525;
}
.cnt-info h3 {
  text-transform: uppercase;
  margin: 50px 0 20px;
  font-size: 18px;
}
#map {
  width: 100%;
  height: 550px;
  margin: 70px 0 100px;
}
.btn {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  background: #d72525;
  display: block;
  padding: 11px 0px 10px;
  font-size: 16px;
  margin: 40px auto;
  width: 270px;
  font-family: 'Roboto', sans-serif;
}
.btn:hover {
  background: #3b3b3b;
}
.cnt-shop {
  width: 80%;
  margin: 70px auto 90px;
  
  line-height: 26px;
  font-size: 18px;
  text-align: center;
}
.cnt-shop a.scopri {
  text-align: center;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  display: block;
  margin-top: 40px;
}
.cnt-shop a.scopri:after {
  background: url("../img/scopri.jpg") no-repeat;
  height: 12px;
  width: 44px;
  display: block;
  margin: 2px auto 0;
  content: "";
}
.cnt-shop a.scopri:hover {
  color: #d72525;
}
.bottom {
  margin-bottom: 80px;
}
#menu-slider {
  display: none;
  height: 80px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  left: 0%;
  border-bottom: 0px solid #c3ba98;
}
/* Icon 3 */
#nav-icon3 {
  display: none;
  width: 30px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: 0px;
  z-index: 9999;
  top: 25px;
}
#nav-icon3 span {
  background: #3b3b3b;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2) {
  top: 10px;
}
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon4 {
  display: none;
  width: 30px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: 0px;
  top: 25px;
}
#nav-icon4 span {
  background: #233745;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
}
#nav-icon4 span:nth-child(2) {
  top: 10px;
}
#nav-icon4 span:nth-child(3) {
  top: 10px;
}
#nav-icon4 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon4.open span {
  background: #3b3b3b;
}
#nav-icon4.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon4.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.95;
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0;
}
.overflowy {
  overflow-y: hidden;
}
.menu-mobile {
  display: none;
  z-index: 9998;
  text-align: center;
  position: fixed;
  top: 60px;
  left: 0%;
  width: 100%;
}
.menu-mobile ul {
  margin-top: 0px;
}
.menu-mobile ul li {
  list-style: none;
  margin: 20px auto;
}
.menu-mobile ul li.current-menu-item a {
  text-decoration: underline;
}
.menu-mobile ul li a {
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3b3b3b;
}
.menu-mobile ul li a:hover {
  text-decoration: none;
  color: #d72525;
}
.menu-mobile ul li a.active {
  text-decoration: none;
  color: #d72525;
}
.relative {
  position: relative;
}
@media screen and (max-width: 1180px) {
  .content {
    width: 960px;
  }
  .content.payoff {
    margin: 160px auto 0;
    width: 700px;
  }
}
@media screen and (max-width: 980px) {
  .content {
    width: 768px;
  }
  .content.payoff {
    margin: 160px auto 0;
    width: 700px;
  }
  nav ul li:nth-child(2) {
    left: 160px;
  }
  nav ul li:nth-child(3) {
    right: 160px;
  }

  .scopri02 {

    position: absolute;
    left: 10%;
    top: 180px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    background-color: #73d4b5;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 8px;

}

  .beige .mini {
    width: 100%;
  }
  .width2 p {
    margin: 25px auto 30px;
    text-align: center;
    width: 100%;
  }
  .width4:nth-child(4) {
    width: 22%;
  }
  .width4 {
    width: 26%;
  }
  .cnt-shop {
    width: 100%;
    margin: 50px auto 40px;
  }
  .cnt-info {
    width: 100%;
  }
  .cnt h2,
  .cnt p {
    width: 100%;
  }
  .payoff h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .beige .mini {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 780px) {
  .content.payoff {
    margin: 50px auto 0;
    width: 90%;
  }
  .content.payoff h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .lang {
    margin-right: 45px;
  }
  .content {
    width: 90%;
  }
  #nav-icon4 {
    display: block;
    z-index: 999;
    display: none;
  }
  header nav {
    display: none;
  }
  a.logo {
    position: absolute;
    left: 0;
    top: -40px;
    margin-left: 35px;
  }
  a.logo img {
    width: 100%;
    max-width: 150px;
    max-height: 32px;
  }

  .line {
    margin: 10px auto 35px;
  }
  footer {
    padding: 50px 0 15px;
  }
  .beige {
    padding: 40px 0 30px;
  }
  .beige .mini a.scopri {
    margin-top: 20px;
  }
  .bottom {
    margin-bottom: 0px;
  }
  .cnt-info {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .width2 .cnt p {
    width: 100%;
    text-align: center;
  }
  .width2 .cnt h2 {
    width: auto;
    text-align: inherit;
    display: table;
  }
  .width2:nth-child(2n+1),
  .width2:nth-child(2n),
  .width3,
  .width4,
  .width4:nth-child(4) {
    width: 100%;
    float: none;
    padding: 0;
  }
  .width3:nth-child(2) {
    margin: 10px 0;
  }
  .cnt-info {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  footer .width4,
  footer .width4:nth-child(4) p {
    text-align: center;
  }
  .width4:nth-child(4) p {
    text-align: left;
  }
  .width4 p {
    margin-top: 15px;
  }
}



@media screen and (max-width: 573px) {


 .scopri02 {

    display: none;

}
}

@media screen and (max-width: 430px) {

.content.payoff {

    margin: 50px auto 0;
    width: 90%;
    padding-top: 20px;

}

a.logo img {

    width: 100%;

    }

    .payoff h1{
      display: none;

    }

    .line {

    display: none;

}

.scopri {
    margin: 0 auto;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #73d4b5;
    padding: 10px;
    border-radius: 8px;
}

}

