@import url("https://fonts.googleapis.com/css2?family=DM+Sans&family=Staatliches&display=swap");
body {
  font-family: 'DM Sans', sans-serif;
  line-height: 30px;
  background-color: #f4f4fb; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Staatliches', cursive;
  line-height: 56px;
  color: #23486c; }

h1,
h2 {
  font-size: 28px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h1,
    h2 {
      font-size: 40px; } }

.anuncio {
  background-color: #dc3545;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 25px 0; }
  .anuncio p {
    -webkit-animation: right_to_left 10s linear infinite;
            animation: right_to_left 10s linear infinite;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;}
    .anuncio p strong {
      color: #b1c8de;}

@-webkit-keyframes right_to_left {
from {
  margin-left: 100%; }
to {
  margin-left: -225px; } }

@keyframes right_to_left {
from {
  margin-left: 100%; }
to {
  margin-left: -225px; } }

.link {
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all .3s ease; }
  .link:hover {
    color: #23486c;
    border-bottom: 1px solid #23486c;
    text-decoration: none; }

.bg-light {
  background: transparent !important;
  transition: all .3s ease; }
  .bg-light .navbar-nav .nav-item a {
    color: #fff;
    text-transform: uppercase; }
    .bg-light .navbar-nav .nav-item a:hover {
      color: rgba(255, 255, 255, 0.5); }
  .bg-light .dropdown-menu {
    background-color: rgba(35, 72, 108, 0.8);
    padding: 0;
    top: 40px; }
    .bg-light .dropdown-menu a {
      color: #fff;
      padding: 10px; }
      .bg-light .dropdown-menu a:hover {
        background: rgba(35, 72, 108, 0.5); }
  .bg-light.scrolled {
    background-color: #23486c !important; }
    .bg-light.scrolled .nav-item a {
      color: #fff; }
    .bg-light.scrolled .dropdown-menu {
      background: #23486c;
      top: 40px; }
      .bg-light.scrolled .dropdown-menu a {
        color: #fff;
        padding: 10px; }
        .bg-light.scrolled .dropdown-menu a:hover {
          background: rgba(255, 255, 255, 0.5); }
  @media (max-width: 991px) {
    .bg-light {
      background-color: #23486c !important; }
      .bg-light #register {
        padding: 5px; } }

.botao {
  background-color: transparent;
  border: 2px solid #23486c;
  border-radius: 25px;
  margin-top: 25px;
  padding: 10px 25px;
  color: #23486c;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.6s ease;
  display: block;
  width: 100%;
  margin-bottom: 25px; }
  .botao:hover {
    background-color: #23486c;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }

.list {
  margin-bottom: 0;
  padding-left: 0; }
  .list li {
    list-style-type: none; }
    .list li:before {
      content: "";
      background-image: url("../img/svg/chevron-compact-right.svg");
      background-size: contain;
      display: inline-block;
      width: 1em;
      height: 1em;
      position: relative;
      top: 0.1rem;
      margin-right: 0.2rem; }
    .list li[type="location"]:before {
      background-image: url("../img/svg/geo.svg");
      top: .5em; }
    .list li[type="tel"]:before {
      background-image: url("../img/svg/telephone.svg");
      top: .5em; }
    .list li[type="email"]:before {
      background-image: url("../img/svg/envelope.svg");
      top: .5em; }

.hero {
  display: flex;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(89, 188, 218, 0.12), rgba(35, 72, 108, 0.83)), url("../img/coimbra.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95vh; }
  .hero--alternate {
    height: 60vh; }
    .hero--alternate h2 {
      margin: 0; }
  .hero h2 {
    color: #fff;
    font-size: 25px;
    line-height: 0.8; }
    @media (min-width: 768px) {
      .hero h2 {
        font-size: 45px; } }
    @media (min-width: 992px) {
      .hero h2 {
        font-size: 70px; } }
    .hero h2 .who {
      font-size: 50px;
      line-height: 1; }
      @media (min-width: 768px) {
        .hero h2 .who {
          font-size: 60px; } }
      @media (min-width: 992px) {
        .hero h2 .who {
          font-size: 80px; } }
      @media (min-width: 1200px) {
        .hero h2 .who {
          font-size: 100px; } }
    .hero h2 .year {
      font-size: 30px;
      line-height: 0.8; }
      @media (min-width: 768px) {
        .hero h2 .year {
          font-size: 45px; } }
      @media (min-width: 992px) {
        .hero h2 .year {
          font-size: 60px; } }
  .hero img {
    margin-top: 50px;
    max-height: 50px; }
    @media (min-width: 768px) {
      .hero img {
        max-height: 100%; } }

#intro {
  padding: 80px 0; }
  #intro h1 span {
    color: #23486c; }
  #intro .img-container {
    display: inline-block;
    float: right; }
    #intro .img-container img {
      display: block;
      max-width: 100%;
      width: 100%;
      padding: 0 0 10px 0; }
      @media (min-width: 768px) {
        #intro .img-container img {
          width: 450px;
          padding: 10px 0 10px 10px; } }
    #intro .img-container figure {
      margin: 0; }
      #intro .img-container figure img {
        padding-bottom: 0; }
      #intro .img-container figure figcaption {
        background-color: #dcdcdc;
        margin: 0 0 10px 0;
        padding: 10px; }
        @media (min-width: 768px) {
          #intro .img-container figure figcaption {
            margin: 0 0 10px 10px; } }

#comissoes {
  background-color: #e8e8e8;
  padding: 80px 0 55px 0; }
  @media (min-width: 992px) {
    #comissoes .row {
      margin-top: 50px; }
      #comissoes .row:first-of-type {
        margin-top: 0; } }
  #comissoes .row .col:nth-child(even) {
    margin-bottom: 25px; }
  #comissoes h2 {
    font-size: calc(56px/2);
    line-height: 1.2; }
    #comissoes h2 span {
      color: #23486c;
      display: inline-block;
      line-height: 28px; }
      @media (min-width: 992px) {
        #comissoes h2 span {
          display: block; } }

footer {
  background-color: #384c60;
  color: white;
  padding: 40px 0; }
  footer h2 {
    font-size: 20px;
    line-height: 1; }
  footer .list {
    padding: 0; }
    footer .list li {
      font-size: 14px;
      line-height: 1.6;
      position: relative;
      margin-left: 35px; }
      footer .list li:before {
        position: absolute;
        left: -35px; }
      footer .list li a {
        color: #fff;
        transition: color .3s ease; }
        footer .list li a:hover {
          color: #23486c;
          text-decoration: none; }
  footer .logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row-reverse; }
    @media (min-width: 768px) {
      footer .logo {
        flex-direction: row; } }
    footer .logo p {
      font-size: 14px;
      margin: 0 0 0 20px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        footer .logo p {
          margin: 0 20px 0 0; } }
    footer .logo img {
      align-self: flex-end;
      width: 80px;
      margin-top: 20px; }
      @media (min-width: 768px) {
        footer .logo img {
          margin-top: 0; } }

#abstracts {
  padding: 80px 0; }
  #abstracts h2 {
    text-align: center;
    margin-bottom: 50px; }
  #abstracts h3 {
    margin: 25px 0 15px 0;
    line-height: 1; }
  #abstracts ul,
  #abstracts ol {
    margin-bottom: 50px; }
    #abstracts ul:last-of-type,
    #abstracts ol:last-of-type {
      margin: 0; }
    #abstracts ul ul,
    #abstracts ul ol,
    #abstracts ol ul,
    #abstracts ol ol {
      margin: 0; }
  #abstracts ul.list {
    margin-bottom: 50px; }
  #abstracts thead th {
    background-color: #23486c;
    color: #fff;
    font-family: 'Staatliches', cursive;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .2px;
    text-align: center; }
    #abstracts thead th:first-of-type {
      text-align: left; }

#registration {
  padding: 80px 0; }
  #registration h2 {
    text-align: center;
    margin-bottom: 50px; }
  #registration thead th {
    background-color: #23486c;
    color: #fff;
    font-family: 'Staatliches', cursive;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .2px;
    text-align: center; }
    #registration thead th:first-of-type {
      text-align: left; }
  #registration tbody td {
    text-align: center; }

#program {
  padding: 80px 0; }
  #program .info {
    margin: 25px 0 0 0;
    text-align: center; }
    #program .info p {
      color: #9e9e9e; }
  #program h2,
  #program .data {
    text-align: center;
    margin-bottom: 25px; }
  #program .btns {
    display: flex;
    justify-content: center;
    margin-bottom: 0px; }
    @media (min-width: 576px) {
      #program .btns {
        margin: 42px 0 0 0; } }
    #program .btns ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      @media (min-width: 576px) {
        #program .btns ul {
          display: inline-flex;
          width: auto; } }
      #program .btns ul li {
        margin-left: 0; }
        @media (min-width: 576px) {
          #program .btns ul li {
            margin-left: 20px; } }
        #program .btns ul li:first-of-type {
          margin-left: 0; }
        #program .btns ul li a {
          background-color: transparent;
          border: 2px solid #23486c;
          border-radius: 25px;
          padding: 10px 25px;
          color: #23486c;
          text-align: center;
          text-transform: uppercase;
          transition: all 0.6s ease;
          display: block;
          width: 100%;
          margin-bottom: 25px; }
          #program .btns ul li a:hover {
            cursor: pointer;
            text-decoration: none; }
        #program .btns ul li .activo {
          background-color: #23486c;
          box-shadow: 0 20px 40px 0 rgba(144, 128, 168, 0.4);
          color: #fff; }
  #program .conference {
    background-color: #fff;
    border-bottom: 2px dotted #e8e8e8;
    padding: 20px; }
    #program .conference .time {
      width: 100%; }
      @media (min-width: 768px) {
        #program .conference .time {
          width: 20%;
          display: inline-block;
          float: left; } }
    #program .conference .title {
      width: 80%;
      display: inline-block; }
      #program .conference .title h3 {
        font-size: 23px;
        line-height: 1.2;
        margin: 0; }
        #program .conference .title h3 + p {
          margin: 10px 0 0 0; }
        #program .conference .title h3 .subtitle {
          display: block;
          margin-top: 15px; }
      #program .conference .title ul {
        list-style-type: none;
        padding: 0;
        margin-top: 20px; }
        #program .conference .title ul li h3 {
          margin: 0; }
        #program .conference .title ul li p {
          margin: 0 0 10px 0; }
