/* CSS PER SISTEMARE ERRORE VISUALIZAZIONE MENU - INIZIO*/
.c-menuteaser__text{
margin-bottom:20px
}

.c-menuteaser__link {
font-size: 13px;
font-weight: 600;
color: #0d539b;
position: relative;
bottom: inherit;
left: inherit;
border-bottom: solid 2px #0d539b;
}

@media (min-width: 760px){
.c-menubox {
  position: fixed;
  top: 50px;
  left: 40px;
  right: 40px;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0,0,0,.5);
  display: flex;
  max-height: calc(100vh - 60px - 100px);
  min-height: auto;
  visibility: hidden;
  opacity: 0;
  
}

.c-menubox__main {
  flex: 1 1 auto;
  color: #0d539b;
  padding: 0 60px 50px;
  overflow-y: auto;
}
}

@media (min-width: 1280px) and (max-width: 1439px), (min-width: 1440px) and (max-width: 1599px), (min-width: 1600px) and (max-width: 1749px), (min-width: 1750px){
.c-menubox__cols {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
  height: auto;
  padding-bottom: 40px;
}
}
/* CSS PER SISTEMARE ERRORE VISUALIZAZIONE MENU - FINE */