.normativa-group{
  margin-top: 10px!important;
}

.normativa_title{
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}

.normativa_title>a{
  color: #000;
  font-size: 18px;
}

.normativa_title>a:hover{
  color: #337ab7;
  text-decoration: none!important;
}

.normativa_separator{
  border-bottom: solid #000 1px ;
  margin: 10px 0;
}

.normativa_articolo > div > span{
  font-weight: bold;
  color: #000!important;
}

.normativa_button{
  padding: 5px 10px;
  border: solid #E8364C 1px;
  border-radius: 0.6em;
  color: #E8364C!important;
  font-weight: bold;
  float: right;
}

.normativa_button a{
  color: #E8364C!important;
  text-decoration: none!important;
}

.normativa_button a:hover{
  color: #E8364C!important;
  text-decoration: none!important;
}


.normativa_article{
  margin: 20px 0;
  text-align: justify;
}

.normativa_access_button{
  float: right;
  margin-top: 15px;
}

.normativa_access_button>a{
  color: #000;
  border: 1.5px solid;
  border-radius: 0.7em;
  padding: 8px 25px;
  font-weight: bold;
}

.normativa_access_button>a:hover{
  text-decoration: none;
  color: #0093CB;
}

@media (max-width:1025px) and (min-width:768px){
  .footer-normativa{
    width: 63%!important;
    margin-left: 32%!important;
  }
}

@media (max-width:991px) and (min-width:768px){
  /*.header-plus-parent{
    margin-top: 236px;
    margin-bottom: -240px;
  }*/
  /*.normativa-group{
    margin-top: 140px;
  }*/
}

.supTitle{
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}

