/* stili di base */


a, a:active, a:hover, a:visited {text-decoration: none!important; color: #00457c;}
html, body {
    min-height: 100vh;
    position: relative;
}
nav.sticky-top {
    padding: 1rem;
    /* min-height: 7rem; */
    background-color: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{

    color: #00437b;
    padding: 0px;
    padding-top: 3px;
    text-decoration: none;
    font-size: 1.1em;
    z-index: 1000;
}
li.nav-item.active {
    display: inline-block;
    margin: auto 7px;
    position: relative;
    text-align: center;
    z-index: 1000;
}
nav {
    background-color: #ffffff;
}
nav .logo img {
    
    max-width: 250px;
}
#networkNav input[type="hidden"][name="__logout__"] + button.nav-link {
    
    color: #ffffff !important;
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
 
  } 
@media screen and (max-width: 600px){
nav .logo img {
    height: 100% !important;
}
}



div.jumbotron {
    min-height: 32em;
}

@media screen and (max-width: 600px) {
  .jumbotron {
    background-repeat: no-repeat;
  }
    div.jumbotron {
    min-height: 10em;
}

}

/* font extra */

@font-face {
    font-family: Asap;
    src: url("../../../../fnt/Asap-Regular.ttf") format("opentype");
}

@font-face {
    font-family: Asap-OTT;
    font-weight: bold;
    src: url("../../../../fnt/Asap-Bold.ttf") format("opentype"), url("../fnt/Asap-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Gotham;
    src: url("../../../../fnt/Gotham-Condensed-Bold.tff");
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../../../fnt/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 1 999;
}

@font-face {
    font-family: 'Lora-Italic';
    src: url("../../../../fnt/Lora-Italic-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 1 999;
}



body {
/*    background-image: url("../img/sfondo-totem.png");*/
    font-family: Asap,  Helvetica, Verdana, Geneva, sans-serif !important;
/*    font-size: 0.9em;*/
    color: #1a2347;
    background-repeat: no-repeat;
    background-size: cover;
}


/* stili dell'header */

header {
    background-color: #00437b;
    /* height: 3.5em;*/
    font-size: 0.9em;
}

#search-div {
    background-color: #eeeeee;
/*    height: 3.5em; */
    padding: 5px 0px;
}

#search-div input {
    border: 2px solid #51aaf5;
    border-radius: 0px;
    height: 2em;
/*    font-size: .9em;
    padding: 3px; */
}



header a,
header a:visited {
    color: #ffffff;
    padding: 0px;
    text-decoration: none!important;
}

header a:hover,
header a:active {
/*    border-bottom: 1px solid #51aaf5; */
    color: #51aaf5;
    text-decoration: none!important;
}

header .fa {
    font-size: 1.2em;
}

header ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
   /* height:3.5em; */
}

header ul li {
    display: inline-block;
    /*margin-left: 15px;*/
}

li.cerca {
    display: inline-block;
}

/* stili del network */
header {
    background: #00437B !important;
    color: #ffffff;
    
}

header > .container > .row {
    min-height: 3em;
    /*height: 3.5em;*/
}


#networkNav a.nav-link, #networkNav a.nav-link:visited {
    color: #ffffff !important;
   
    /*font-size: 1rem;*/
}

#networkNav a.nav-link:active, #networkNav a.nav-link:hover {
    color: #51aaf5 !important;
}

#networkNav i:last-of-type {
/*    display: none; */
}


@media (max-width: 768px){
    #networkNav ul li {
        border-bottom:1px solid #51aaf5;
    }
}

#networkNav ul li:last-child {
    border-bottom: 0px;
}

/* fine stile network */




/* link ancore per la pagina */
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


.landing .modal-body{
    height: auto !important;
    width: auto !important;
}

.landing .modal-body a{
    display: block;
    margin: 20px 0;
    color: #fff !important;
}

.landing .modal-body a:visited, .landing .modal-body a:hover{
    color: #fff;
    text-decoration: none!important;
}

a.share {
    color: #51AAF5;
    font-weight: bold;
    text-decoration: none!important;
}

a.share:hover {
    color: #86C9FE;
   text-decoration: none!important;
    
}

/* SDF errori su form 
.show-err{
    visibility: visible;
    text-align: right; 
    color: #fff;
}

.hide-err{
    visibility: hidden;
}
*/
/* mobile */
@media ( max-width: 768px ) {
    .show-err{
        display: flex;
        text-align: right; 
        margin-top: 5px;
        color: red;
    }

    .hide-err{
        display: none;
    }
}

/* footer*/
footer {
    font-size: 0.9em;
}

footer ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}

footer.mt-auto {
    background-color: #00437b !important;
    bottom: 0px;
    font-size: 0.8em;
    height: auto;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    margin-top: auto;
    padding: 20px 0;
}
footer.mt-auto img, footer.mt-auto .social {
    width: 60% !important;
}
footer.mt-auto div.social {
    padding-top: 10px;
    margin-bottom: 15px;
}
footer.mt-auto .social {
    display: flex;
    justify-content: space-between;
}
footer.mt-auto h3 {
    color: #ffffff;
    font-size: 1.4em;
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: left;
}
footer.mt-auto ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}
footer.mt-auto a {
    color: #ffffff;
}

footer.subfooter {
    background-color: #ffffff !important;
    padding: 3px 0;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
    color: #00437b;
}
footer.subfooter a {
    color: #00437b;
    padding: 0px;
}
footer div.cookie ul li {
    display: inline-block;
    text-align: right;
}
footer.subfooter ul li {
    padding-right: 6px;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
}

footer a.icona {
    display: inline-block;
    background-color: #00437b;
    font-size: 1.4em;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
}

footer div.cookie {
    display: inline-block;
    text-align: right;
}
/* fine footer */

/* pagina 30 anni */

h1 {
    font-family: 'Montserrat';
    font-size: 6em;
    color: #004176;
    font-weight: 700;
    line-height: 100%;
    text-align: left;}

h2 {
    text-align: left;
    font-family: 'Montserrat';
    color:#004176;
    font-weight: 400;
    line-height: 1.4;
    font-size: 2.4em;
}

p {
    font-size: 1.1em;
    color:#004176;
    font-family:'Montserrat';
}

h3 {
    text-align: center;
    font-size: 2.5em;
    font-family:'Montserrat';
    font-weight: bold;
    margin-bottom: 40px;
    color: #004176;
}



@media screen and (max-width: 760px){
main h3, .share h3 {
    font-size: 1.9em !important;
    margin-bottom: 30px;
}
    h1 {
    font-family: 'Montserrat';
    font-size: 2.6em;
    color: #004176;
    font-weight: 700;
    line-height: 100%;
    text-align: left;}
    
    p {
    font-size: 1em;
    text-align: left;
    color:#004176;
    font-family:'Montserrat';
}
}




.sostieni p {
    font-size: 1.2em;
    color: #00437b;

}


@media screen and (max-width: 760px){
button.btn.dona {
    width: 100%;
    text-decoration: none!important;
}
}

.dona {
   
    background-color: red;
    color: #fff!important;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    text-decoration: none!important;
    border-radius: .25rem;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
}

.sostieni {
    background-image: url(../../../../img/25anni_sostienigimbe.jpeg);
    background-size: cover;
    background-position: right center;
}

.share {
    background-color: #02457A;
    color: #fff;
}

.share h3 {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 40px;
    color:#ffffff;
}

.share a.icona {
    background-color: #fff;
    color: #00437b;
    display: inline-block;
    font-size: 1.4em;
    width: 50px;
    height: 50px;
    text-align: center;
text-decoration: none!important;
    border-radius: 50%;
}

.share i {
    font-size: 1.3em;
    margin-top: 10px;
}


/* SDF voce di menu a pulsante DONA ORA */
#navbarNav > ul > li:last-of-type {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: red;
    border-radius: 5px;
    margin-left: 30px;
}

#navbarNav > ul > li:last-of-type a.nav-link,
#navbarNav > ul > li:last-of-type a.nav-link:hover,
#navbarNav > ul > li:last-of-type a.nav-link:active,
#navbarNav > ul > li:last-of-type a.nav-link:visited {
    border: none;
    color: #fff;
    text-decoration: none;
    background-color: red;
}

@media ( max-width: 768px ){
    #navbarNav > ul > li:last-of-type {
        margin-left: 0;
        margin-top: 10px;
    }
    
    #navbarNav > ul > li:last-of-type a.nav-link,
    #navbarNav > ul > li:last-of-type a.nav-link:hover,
    #navbarNav > ul > li:last-of-type a.nav-link:active,
    #navbarNav > ul > li:last-of-type a.nav-link:visited {
        text-align: center;
    }
}

/* sezione relativa all'overlay dei cookies*/
#cookie {
    bottom: 0px;
    height: auto; 
    width: 100%;
    position: fixed;
    background-color:#00437bc9;
    color: #ffffff;
    z-index: 7859;
    overflow: auto;
}

.modal-content p {
    color:#065B9C;
}
.custom-switch .custom-control-label::after {
    background-color:#065B9C;
}

/* fine sezione relativa all'overlay dei cookies*/
/* footer */

footer button.btn.btn.btn-sm.btn-secondary {
    background-color: #005d9f;
    border-color:#005d9f;
}

.diretta30 {
background: #042042;
    background: linear-gradient(135deg, rgba(4, 32, 66, 1) 0%, rgba(4, 49, 103, 1) 100%);
}

.diretta30 h1 {
    font-family:'Montserrat';
    text-transform:uppercase;
    color: #fff;
    text-align:left;
    font-weight:300;
    font-size:4.2em;
    line-height: 100%;
}

.sostenitore h1, .eventi h1 {
    font-family:'Montserrat';
    text-transform:uppercase;
    text-align:left;
    font-weight:300;
    font-size:4.2em;
    line-height: 100%;
}

.diretta30 h4 {
    color: red;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
text-align:left;
font-size:1.3em;}

.diretta30 h3 {   
    color: #19aaff;
    font-family: 'Montserrat';
    font-weight: 400;
        text-align:left;
    font-size:1.8em;
}

.diretta30 p {
    color: #fff;
    font-size: 1.5em;
    font-family: 'Montserrat';
    text-align:left;
}



@media ( max-width: 768px ) {
    .diretta30 h1 {
    text-align:center!important;
    font-size:3.2em!important;
                font-weight: 300;
}
    
    .sostenitore h1, .eventi h1, .timelinemob h1 {
    font-size:2.6em!important;
                font-weight: 300;
}

.diretta30 h4 {
text-align:center!important;}

.diretta30 h3 {   
   text-align:center!important;
    font-size:1.4em!important;
}

.diretta30 p {
    text-align:center!important;
}
    
    .testo30 h2 {
    text-align: left;
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Montserrat';
    color:#004176;
}
    .testo30 h4 {font-family: 'Montserrat';
    color: #004176;
    font-weight: 700;
    font-size: 1.1em!important;}
  
  
.rigaeventi::after {
  content:'';
  position: absolute;
  background-color: #bfd0de;
  width: 100%!important;
  height: 1px;
  bottom: 0;
  right:0!important;
}

}


.countdown {
    background-color:#00457c;
    text-transform:uppercase;
    color:#fff;
    font-family: 'Montserrat';
}

.countdown a.pulsante, .countdown a.pulsante:hover, .countdown a.pulsante:visited {
    color: #fff !important;
    background-color: red;
    display: inline-block;
    align-content: center;
    border-radius: 12px;
        font-size: 80%;
    text-transform:uppercase;
    width: 100%;
    padding: 18px;
    text-align: center;
    text-decoration: none !important;}


.countdown .num {font-size:200%;}
.countdown .divisore {color:#17a2f5!important;font-size:200%;padding-bottom: 5px;
}
.countdown .selector {font-size:60%;}

.testo30 p {margin-bottom:1em;
font-family: 'Montserrat';
line-height:160%;}

.testo30 h4 {font-family: 'Montserrat';
    color: #004176;
    font-weight: 700;
    font-size: 1.3em;}



.rigaeventi b, .sostenitore b {font-weight:600; font-family: 'Montserrat'; color:#004176;}


.rigaeventi {font-family: 'Montserrat'; color:#004176; position: relative;}



.rigaeventi::after {
  content:'';
  position: absolute;
  background-color: #bfd0de;
  width: 80%;
  height: 1px;
  bottom: 0;
  right:4%;
}

[class~='rigaeventi']:last-of-type::after {background-color:transparent;}

.timeline {
    background-color:#efeff0;
}

.testa p {color:#fff!important; font-family: 'Montserrat'; font-size:1em; line-height:1.2; margin-bottom:0px;}
.testa b {color:#fff!important; font-family: 'Montserrat'; font-weight:600;}

.menuprov a, .menuprov a:hover, .menuprov a:active {text-transform: uppercase;
    color: #00457c;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size:11px;
text-decoration:none!important;
}


.bloccoquote {
background: #edf2f6;
}

.bloccoquote p {
    font-family: 'Lora-Italic';
    font-size: 1.8em;
    text-align: left;
}

@media screen and (max-width: 600px){
    .bloccoquote p {
    font-size: 1.2em;
        text-align: center;}}

.form30 {border: 1px solid #25608f;
    border-radius: 10px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 70%;}

/* STILI PROVVISORI TIMELINE :)  */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

a {
  color: inherit;
}



/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  background: #efeff0;
  padding: 50px 0;
}

.section .container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline h1 {font-weight:300; text-transform:uppercase; font-size: 4.2em;}

.timeline ol {
  font-size: 0;
    width: 100vw;
    padding: 6rem 0 10rem 0;
    transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 10px;
  background: #00457c;
    font-family: 'Montserrat';
}


.timeline ol li:first-child {
  width: 20px;
}

.timeline ol li:last-child {
  width: 510px;
}

.timeline ol li:last-child div {
    border-left: none!important;}

.timeline ol li:not(:first-child) {
  margin-left: -1px;
}


.timeline ol li:not(:last-child)::after {
    content:"";
    position: absolute;
    top: 50%;
    left: calc(99% + 3px);
    transform: translateY(-50%); 
    width:10px;
    height:10px;
    border-radius: 100%;
    background: white;
    border:3px solid #00457c;
        z-index: 99;
}


/* .timeline ol li:not(:last-child)::after {
  content: "•";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
    background-color:#00457c;
} */

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  padding: 15px 0px 15px 15px;
  white-space: normal;
    font-family:Montserrat;
  color: #00457c;
}

/*.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}*/

.timeline ol li:nth-child(odd) div {
  top: -8px;
  transform: translateY(-100%);
    border-left: 1px solid #00457c;
        padding-top: 0px !important;
        height: 12em;
}

/* .timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}*/

.timeline ol li:nth-child(even) div {
  top: calc(100% + 8px);
    border-left: 1px solid #00457c;
        padding-bottom: 0px !important;
    height: 13em;
}

/* .timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}*/

.timeline time {
  display: block;
  font-size: 2.2rem;
    font-family: Montserrat;
  font-weight: 200;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
    
    .timeline h1 {font-size:2.6rem;}
}

@media screen and (min-width: 1367px) {
.timeline ol li {
  width: 6.5rem;
    }
    
.timeline ol li div {
  width: 12rem;
    font-size: 0.8rem;
}

}

@media screen and (max-width: 1366px) {
.timeline ol li {
 width: 7vw;
        padding-bottom: 0px;

    }

.timeline ol li div {
  width: 11rem;
    font-size: 0.7rem;

}
}


ul.timelinemob {
  position: relative;
  list-style-type: none;
  padding-left: 10px;
  &:before {
    position: absolute;
    display: block;
    left: 0;
    width: 11px;
    height: 100%;
    background-color: #00457c;
    content: ' ';
    }}

.timelinemob .event {
    position: relative;
    top:20px;
    margin-left:10px;
      text-align:left;
    border-top: 1px solid #557d9a;
    &:before {
      display: block;
      position: absolute;
      top: -5px;
      left: -18px;
      width: 7px;
      height: 6px;
      border: 1px solid #00457c;
      border-radius: 50%;
      background-color: white;
      content: ' ';
    }
  }

  .timelinemob h3 {
   font-size: 2.4em !important;
    margin-top: 0;
    font-weight: 200;
    font-family: Montserrat;
    text-align: left;
    margin-bottom: 10px;
  }

.timelinemob section {background-color:#efeff0;}


.form-control-sm {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6D757D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}




/* stili evento */
.evento30 {
    font-family:Montserrat;
    color: #00457c;
}

.evento30 h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #00457c;
}

.evento30 h1 {
    font-family: 'Montserrat';
    font-size: 3.5em;
    color: #00457c;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
}

.evento30 .iscrizione h1 {
    font-family: 'Montserrat';
    font-size: 2.4em;
    color: #00457c;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
}

@media screen and (max-width: 760px){
    .evento30 h1 {
    font-family: 'Montserrat';
    font-size: 2em;
    color: #00457c;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    }
    
    .evento30 .iscrizione h1 {
    font-size: 1.8em;
}
    
.evento30 h4 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #00457c;
}
    .evento30 h5 {
    color: #00457c;
    font-family: 'Montserrat';
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 5px;
    }
    
    .evento30 h2 {text-align: left;
    font-family: 'Montserrat';
    color: #00457c;
    font-weight: 600;
    line-height: 1;
    font-size: 1.4em;
    text-transform: uppercase;}
  
    .evento30 .blu h1 {
    font-family: 'Montserrat';
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    }
    
}

.evento30 h2 {text-align: left;
    font-family: 'Montserrat';
    color: #00457c;
    font-weight: 600;
    line-height: 1.4;
    font-size: 2.4em;
    text-transform: uppercase;}

/*.evento30 .container {border-bottom:1px solid #00457c;}*/

.evento30 .linea 
{  display: block;
  height: 1px;
  background-color:#00457c;
    margin: auto;}


.evento30 b, strong {
    font-weight:600;}

.evento30 h5 {
    color: #00457c;
    font-family: 'Montserrat';
    font-size: 1.6em;
    font-weight: 400;}

.evento30 .info p {font-size: 80%;}

.evento30 .programma p {margin-bottom:0px;}

.evento30 .programma .btn {
    border: 1px solid #00457c;
    border-radius: 10px;
    color: #00457c;
    font-family: 'Montserrat';
    padding-top: 9px;
    width: 100%;
}

.appuntamento p {margin-bottom:0px; font-family: 'Montserrat';}
.orario p {font-family: 'Montserrat'; margin-bottom:0px; font-weight:700;}

.evento30 .loghi p {font-size: 80%;}
.evento30 .blu p {font-size: 80%; color:#fff; text-align:center;}
.evento30 .blu {background-color:#00457c;}

.evento30 .blu h1 {
    font-family: 'Montserrat';
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

.evento30 .blu .btn {
    border-radius: 10px;
    color: #00457c;
    background-color:#fff;
    font-family: 'Montserrat';
    width: 100%;
        font-weight: 700;
    font-size: 1.5em;
}

.evento30 .mappa h2 {text-align: left;
    font-family: 'Montserrat';
    color: #00457c;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1;
    text-transform: uppercase;
padding-bottom: 1em;}
