.border-verde {
  border-color: #00b2A9 !important;
}
.bord-5 {
  border-width: 5px !important;
}
.txt-verde {
  color: #00b2A9 !important;
}
.txt-bianco {
  color: #ffffff !important;
}
.txt-verdescuro {
  color: #006D70;
}

.bg-verde {
  background-color: #00b2A9;
}

.bg-bianco {
  background-color: #ffffff;
}


.first-section {
  padding-top: 140px;
}

.numeri {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 2rem;
}
.numeri strong {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
}

@media screen and (min-width: 992px) {
 .numeri {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .numeri strong {
    font-size: 5rem;
  }
}


.bg-topbar {
  background-color: #006D70;
}
div.top-bar.bg-topbar a{
   color: #ffffff !important;
}
div.col.top-bar-menu a{
   color: #ffffff !important;
}

.top-bar {
  border-bottom: none ;
}


a.disable-links {
   pointer-events: none !important;
   cursor: pointer !important;
}


.card-img-eventi-careers {
  height: 300px;
}


.icon-box {
  width:90px;
  height:90px;
  font-size: 70px;
  border-radius: 0 0 30px 0;

  display: flex;
  align-items: center;
  justify-content: center;

}


.fa-ul {
  margin-bottom: 0;
}

.fa-ul > li {
  margin-bottom: 1rem;
}