@font-face {
  font-family: 'GearedSlab';
  src:url('../fonts/GearedSlab.ttf')  format('truetype');
}

@font-face {
  font-family: 'GearedSlab Bold';
  src:url('../fonts/GearedSlab-Bold.ttf')  format('truetype');
}

@font-face {
  font-family: 'GearedSlab Light';
  src:url('../fonts/GearedSlab-Light.ttf')  format('truetype');
}

@font-face {
  font-family: 'GearedSlab Extra Bold';
  src:url('../fonts/GearedSlab-Extrabold.ttf')  format('truetype');
}

a:visited, a:active, a:focus{
  text-decoration: none !important;
  color: #ffffff;
  text-underline: none;
}

.title{
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  margin-top: 50px;
}
.subTitle{
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: normal;
  /*text-transform: uppercase;*/
  font-weight: 100;
  margin: 10px 20px 30px;
}

.subTitleMobile{
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: normal;

  font-weight: 300;
  margin-top: 30px;
}

.title2{
  font-family: 'Roboto', sans-serif;
  color: #005b59;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.subTitle2{
  font-family: 'Roboto', sans-serif;
  color: #005b59;
  line-height: normal;
  margin-top: 30px;
  font-weight: 400;

}

.title3{
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.subTitle3{
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: normal;
  margin-top: 30px;
  font-weight: 400;

}
.subTitleFormati{
  font-family: 'GearedSlab', sans-serif;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 300;
  border: 2px solid #ffffff;
  padding: 10px 10px 5px;
}

.subTitleFormati:hover{
  font-family: 'GearedSlab', sans-serif;
  color: #005b59;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 300;
  border: 2px solid #005b59;
  padding: 10px 10px 5px;
  text-decoration: none;
  background-color: rgba(255,255,255, 0.7);
}

.titleCorsi{
  font-family: 'GearedSlab Extra Bold', sans-serif;
  color: #005b59;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  border-bottom: 1px solid #005b59;
  padding-bottom: 5px;
}
.subTitleCorsi{
  font-family: 'Roboto', sans-serif;
  color: #005b59;
  line-height: normal;
  font-weight: 400;
  margin: 10px 0px 0px;
}
.textCorsi{
  font-family: 'Roboto', sans-serif;
  color: #005b59;
  line-height: normal;
  font-weight: 300;
}

.coloreCorsi{
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 91, 89,1);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 30px;
}

.coloreCorsiHover{
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 91, 89,0.5);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 30px;
}

.coloreCorsiM{
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 91, 89,1);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 30px;
}

.coloreCorsiHoverM{
  font-family: 'Roboto', sans-serif;
  color: rgba(0, 91, 89,0.5);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 30px;
}