body{
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, .menu ul a{
  font-family: 'Montserrat', sans-serif;
}
h1{
  color: #FFAE01;
  font-size: 3em;
  letter-spacing: .02em;
  line-height: 0.95em;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 50px;
}
.intro{
  font-size: 4em;
  margin-bottom: 32px;
  margin-top: 172px;
}
.desc{
  color: #676767;
  font-size: 1.6em;
}
h2{
  color: #676767;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.2em;
  margin-top: 2.6em;
}
.desc span{
  color: #1d1d1d;
}
h3{
  color: #1d1d1d;
  font-size: 1.2em;
  letter-spacing: .1em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 2.6em 2% .6em 2%;
}
.dark h3{
  color: #676767;
}
a{
  text-decoration: none;
  color: inherit;
}
p{
  margin: 0 4%;
}
p, .thematics li, .keynotes li{
  font-family: 'Merriweather', serif;
  font-size: .95em;
  line-height: 1.7em;
  color: #1d1d1d;
}
p.large, .thematics li, .keynotes li{
  font-size: 1.1em;
  line-height: 1.9em;
}
p.question{
  font-size: 1.1em;
  line-height: 1.8em;
  font-style: italic;
  margin: 20px 6%;
}
.dark p{
  color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}
.colored h1, .colored h2, .colored h3{
  color: #f2f2f2;
}
p a, .thematics li a, .keynotes li a{
  color: #FFAE01;
  border-bottom: solid 2px #FFAE01;
}
p a:hover{
  border-bottom-width: 4px;
}
.light p a{
  color: #1d1d1d;
  border-bottom: solid 2px #FFAE01;
}
.light p a:hover, .thematics li a:hover, .keynotes li a:hover{
  border-bottom: solid 4px #FFAE01;
}
.dark li{
  color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}
.thematics, .keynotes{
  margin: 6%;
}
ul, .keynotes{
  list-style-type: none;
}
.thematics li, .keynotes li{
  margin-bottom: 16px;
  line-height: 1.4em;
}
.menu li, li span{
  color: #676767;
}
.menu ul{
  margin: 0;
  list-style: none;
}
.menu ul li{
  text-align: right;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .1s;
  font-weight: bold;
}
.menu ul li{
  padding: 0px 0px 8px 0px;
  margin: 0;
}
.menu ul li a:hover{
  color: #f2f2f2;
}
.active{
  color: #FFAE01 !important;
}
.center_bottom, .center_top_r, .center_top_l, .top_r{
  color: #f2f2f2;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
table{
  padding-right: 4%;
  width: 96%;
  text-align: left;
  color: #1d1d1d;
  font-family: 'Merriweather', serif;
  font-size: 1.1em;
  line-height: 1.8em;
}
th{
  font-weight: lighter;
  vertical-align: top;
}
th:first-child{
  width: 25%;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
/*TABLETTOS*/
@media only screen and (max-width: 1024px) {
  p{
    font-size: 1.1em;
  }
  h1{
    font-size: 3.5em;
  }
  h2{
    font-size: 1.8em;
  }
  h3{
    font-size: 1.6em;
  }
  .menu{
    text-align: center;
  }
  .menu ul li{
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 5px;
  }
  .menu ul li a:hover{
    color: #676767;
  }
}

/*PHONIES*/
@media only screen and (max-width: 767px) {
    .center_top_r, .center_bottom, .dotty{
      display: none;
    }
    h1{
      font-size: 2.5em;
      margin-bottom: 20px;
    }
    h2{
      font-size: 1.4em;
    }
    h3{
      font-size: 1.2em;
      margin: 1.2em auto .4em auto;
    }
    .intro{
      font-size: 3.0em;
      margin-top: 30px;
    }
    p, h2, h3{
      padding-left: 0;
      padding-right: 0;
    }
    p{
      font-size: 1em;
      margin: 0;
    }
    table{
      width: 100%;
      padding-right: 0;
      line-height: 1.5em;
    }
    th{
      display: block;
      width: 100%;
    }
    th:first-child{
      width: 100%;
      padding-right: 0;
      text-align: left;
    }
    th:last-child{
      margin-bottom: 20px;
    }
    .center_top_l{
      top: 18px;
      font-size: 12px;
      text-align: center;
      width: 80%;
      left: 10%;
    }
    .menu li a{
      font-size: 16px;
    }
    .menu ul li{
      padding: 2.5vh 5px;
    }
    .thematics, .keynotes{
      margin-left: 0;
    }
}
