@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700&display=swap");
body {
  font-family: 'Quicksand', sans-serif; }

.bg-light {
  background: transparent !important;
  transition: all .3s ease; }
  .bg-light.scrolled {
    background-color: #1079a0 !important; }
    .bg-light.scrolled .dropdown-menu {
      background: #1079a0;
      top: 30px; }
      .bg-light.scrolled .dropdown-menu a {
        color: #fff;
        padding: 10px; }
        .bg-light.scrolled .dropdown-menu a:hover {
          background: rgba(23, 150, 198, 0.5); }
  @media (max-width: 991px) {
    .bg-light {
      background-color: #1079a0 !important; }
      .bg-light #register {
        padding: 5px; } }

.nav-link {
  color: #fff !important;
  border-bottom: 2px solid transparent;
  transition: all .5s ease; }
  .nav-link:hover {
    color: #00b9ff !important;
    border-bottom: 2px solid #00b9ff; }

.dropdown-toggle {
  border-bottom: none; }
  .dropdown-toggle:hover {
    border-bottom: none; }

.dropdown-menu {
  background: rgba(16, 121, 160, 0.2);
  top: 30px; }
  .dropdown-menu a {
    color: #fff;
    padding: 10px; }
    .dropdown-menu a:hover {
      background: rgba(255, 255, 255, 0.5); }

h1 {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-size: 30px;
  font-weight: 700;
  color: #1796c6;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  h1:after {
    content: '';
    height: 3px;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #1796c6; }

strong {
  color: #1079a0; }

.link {
  color: #333;
  box-shadow: inset 0 -0.3rem 0 0 #1079a0;
  transition: box-shadow 0.3s; }
  .link:hover {
    color: #333;
    box-shadow: inset 0 -0.2rem 0 0 #1796c6;
    text-decoration: none; }

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/bg-2.jpg");
  background-position: top;
  background-size: cover;
  height: 100vh; }
  .intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    color: #fff; }
    .intro__content__titulo {
      text-align: center; }
      .intro__content__titulo h1 {
        margin: 0;
        padding: 0;
        color: #fff; }
        .intro__content__titulo h1 sup {
          text-transform: lowercase; }
        .intro__content__titulo h1:after {
          content: none; }
      .intro__content__titulo p {
        margin: 15px 0 0 0; }
      .intro__content__titulo .sponsor {
        border-top: 1px solid white;
        width: 400px;
        margin: 30px auto;
        padding: 30px 0 0 0; }
        .intro__content__titulo .sponsor p {
          font-weight: bold;
          margin: 0 0 15px 0; }
        .intro__content__titulo .sponsor img {
          height: 150px; }
    .intro__content__countdown {
      align-self: center;
      text-align: center; }
      .intro__content__countdown ul {
        padding: 0; }
        .intro__content__countdown ul li {
          display: inline-block;
          font-size: 1rem;
          list-style-type: none;
          padding: 1em;
          text-transform: uppercase; }
          .intro__content__countdown ul li span {
            display: block;
            padding: 5px 10px;
            margin: 50px 0 10px 0;
            border: 1px solid #fff;
            font-size: 2rem; }
    .intro__content__arrow {
      align-self: center;
      padding-top: 50px; }
      .intro__content__arrow img {
        max-height: 50px; }

.secondaryIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/bg-2.jpg");
  background-position: top;
  background-size: cover;
  height: 500px; }
  .secondaryIntro .sponsor {
    border-top: 1px solid white;
    width: 400px;
    margin: 30px auto 0 auto; }
    .secondaryIntro .sponsor p {
      font-weight: bold;
      margin: 0 0 15px 0; }
    .secondaryIntro .sponsor img {
      height: 80px; }
  .secondaryIntro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    color: #fff; }
    .secondaryIntro__content__titulo {
      text-align: center; }
      .secondaryIntro__content__titulo h1 {
        margin: 0;
        padding: 0; }
      .secondaryIntro__content__titulo p {
        margin: 0; }
    .secondaryIntro__content__countdown {
      align-self: center;
      text-align: center; }
      .secondaryIntro__content__countdown ul {
        padding: 0; }
        .secondaryIntro__content__countdown ul li {
          display: inline-block;
          font-size: 1rem;
          list-style-type: none;
          padding: 1em;
          text-transform: uppercase; }
          .secondaryIntro__content__countdown ul li span {
            display: block;
            padding: 5px 10px;
            margin: 50px 0 10px 0;
            border: 1px solid #fff;
            font-size: 2rem; }
    .secondaryIntro__content__arrow {
      align-self: center;
      padding-top: 50px; }
      .secondaryIntro__content__arrow img {
        max-height: 100px; }

.welcome {
  background: #f6f6f6;
  padding: 85px 0; }

.venue {
  background: #f6f6f6;
  padding: 85px 0; }
  .venue .logo {
    height: 100px;
    margin: 0 0 30px 0; }

.speakers {
  background: #1796c6;
  padding: 85px 0; }
  .speakers h1 {
    color: #fff; }
    .speakers h1:after {
      background: #fff; }
  .speakers ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .speakers ul a {
      display: block;
      color: #333;
      padding: 25px; }
      .speakers ul a:hover {
        text-decoration: none; }
    .speakers ul li {
      display: inline-block;
      margin-bottom: 50px;
      vertical-align: top;
      transition: all 0.5s; }
      .speakers ul li:hover {
        background: rgba(12, 97, 130, 0.2); }
      .speakers ul li:last-of-type {
        margin-bottom: 0; }
      .speakers ul li h2 {
        font-size: 1rem;
        color: #fff;
        margin: 10px 0;
        text-align: center;
        vertical-align: bottom; }
        .speakers ul li h2 span {
          display: block;
          color: #333;
          font-size: 12px;
          font-style: italic;
          line-height: 1.4;
          margin-top: 10px; }
      .speakers ul li img {
        border-radius: 100%;
        display: block;
        margin: auto;
        margin-bottom: 25px;
        max-width: 50%; }

.keynoteSpeakers {
  padding: 85px 0; }
  .keynoteSpeakers h2 {
    font-size: 1.5rem;
    margin: 30px 0;
    text-align: center; }
  .keynoteSpeakers img {
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    max-width: 50%; }
  .keynoteSpeakers .returnBtn {
    display: inline-block;
    color: #1796c6;
    margin-top: 10px;
    transition: color .3s linear; }
    .keynoteSpeakers .returnBtn:hover {
      color: #117296;
      text-decoration: none; }
    .keynoteSpeakers .returnBtn .oi {
      margin-right: 5px; }

.city {
  padding: 85px 0; }
  .city__wrapper__video {
    margin: 30px 0 0 0; }

.committees {
  padding: 85px 0; }
  .committees h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase; }
  .committees ul {
    list-style: none;
    padding: 0; }
    .committees ul li {
      padding: 2px; }
      .committees ul li:last-of-type {
        padding-bottom: 0; }
  .committees .co {
    margin-bottom: 50px;
    -webkit-column-count: 2;
            column-count: 2; }
  .committees .cs {
    margin-bottom: 50px;
    -webkit-column-count: 3;
            column-count: 3; }

.news {
  padding: 85px 0; }
  .news h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase; }
  .news-wrapper {
    border-bottom: 1px solid #1796c6;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0; }

.abstracts {
  padding: 85px 0; }
  .abstracts .rules {
    padding-left: 0;
    margin: 0; }
  .abstracts ul {
    list-style: none;
    padding-left: 20px; }
    .abstracts ul li {
      padding: 2px; }
      .abstracts ul li:last-of-type {
        padding-bottom: 0; }
      .abstracts ul li .oi {
        color: #1796c6;
        margin-right: 5px; }
  .abstracts .important {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 15px; }
    .abstracts .important h2 {
      color: red;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase; }
    .abstracts .important p {
      margin: 0; }
    .abstracts .important .oi {
      color: #1796c6;
      margin-right: 5px; }

.registration {
  padding: 85px 0; }
  .registration .includes {
    padding: 20px;
    background: #f6f6f6; }
    .registration .includes ul {
      list-style: none;
      padding-left: 20px;
      margin: 0; }
      .registration .includes ul li {
        padding: 2px; }
        .registration .includes ul li:last-of-type {
          padding-bottom: 0; }
        .registration .includes ul li .oi {
          color: #1796c6;
          margin-right: 5px; }
  .registration .grid {
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #1079a0;
    border-right: 1px solid #1079a0; }
    .registration .grid span {
      padding: 15px 4px;
      border-left: 1px solid #1079a0;
      border-bottom: 1px solid #1079a0;
      text-align: center;
      align-self: stretch; }
    .registration .grid .title {
      background: #1796c6;
      color: #fff;
      font-weight: 700; }

.alojamento {
  padding: 85px 0; }
  .alojamento .hotel {
    margin: 0 0 25px 0;
    background: #f6f6f6; }
    .alojamento .hotel__descricao {
      display: flex;
      flex-direction: column;
      padding: 20px;
      margin-bottom: auto;
      min-height: 500px; }
      @media screen and (max-width: 991px) {
        .alojamento .hotel__descricao {
          min-height: auto; } }
      .alojamento .hotel__descricao h2 {
        font-size: 20px; }
    .alojamento .hotel__precos {
      margin-top: auto;
      color: #fff; }
      .alojamento .hotel__precos ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .alojamento .hotel__precos ul li {
          display: flex;
          justify-content: space-between;
          padding: 5px 10px;
          margin: 0 0 10px 0;
          background: #1796c6;
          text-transform: uppercase;
          transition: all .3s ease; }
          .alojamento .hotel__precos ul li:last-of-type {
            margin: 0;
            background: #1079a0; }
            .alojamento .hotel__precos ul li:last-of-type:hover {
              background: rgba(16, 121, 160, 0.8);
              text-decoration: none; }
            .alojamento .hotel__precos ul li:last-of-type a {
              color: #fff;
              display: block;
              width: 100%; }
              .alojamento .hotel__precos ul li:last-of-type a:hover {
                text-decoration: none; }
      .alojamento .hotel__precos--valor {
        color: #fff;
        font-weight: 700; }
  .alojamento .info {
    padding: 20px;
    margin: 0 0 25px 0;
    background: #f3f3f3; }
    .alojamento .info h2 {
      margin: 10px 0 5px;
      font-size: 16px; }
    .alojamento .info p {
      margin: 0; }

.sponsors {
  padding: 85px 0; }
  .sponsors h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase; }
  .sponsors ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .sponsors ul li {
      display: inline-flex;
      flex-wrap: wrap;
      margin: 0 0 50px 0; }
      .sponsors ul li img {
        max-height: 100px;
        margin: 0 5px; }

.program {
  padding: 85px 0; }
  .program .special-headline {
    display: inline-block;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #1796c6;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .program .keynote {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0; }
    @media screen and (max-width: 555px) {
      .program .keynote {
        margin: 0 auto; } }
    .program .keynote li {
      display: inline-block;
      margin-left: 15px; }
      @media screen and (max-width: 555px) {
        .program .keynote li {
          margin: 0 0 15px 10px; }
          .program .keynote li:first-of-type {
            margin-left: 0; } }
      .program .keynote li img {
        height: 80px;
        border-radius: 50px; }
  .program .botoes {
    display: flex;
    flex-wrap: nowrap;
    margin: 50px 0;
    text-align: center;
    width: 100%; }
    .program .botoes a {
      flex-grow: 1;
      background: transparent;
      border: 2px solid #1796c6;
      color: #1796c6;
      padding: 10px 50px;
      margin-bottom: 25px;
      transition: 0.2s linear; }
      .program .botoes a:hover {
        background: #1796c6;
        color: #fff;
        text-decoration: none; }
    .program .botoes .activo {
      background: #1796c6;
      color: #fff; }
    @media screen and (max-width: 778px) {
      .program .botoes {
        display: block; }
        .program .botoes a {
          display: block;
          margin-bottom: 25px; } }
  .program .conferencia .horas {
    text-align: center; }
  .program .conferencia .palestra {
    padding: 20px 0;
    border-bottom: 2px solid #1796c6; }
    .program .conferencia .palestra:first-of-type {
      border-top: 2px solid #1796c6; }
    .program .conferencia .palestra h2 {
      margin: 0;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.5; }
    .program .conferencia .palestra p {
      margin: 2px 0 0 0; }
    .program .conferencia .palestra .link {
      color: #333;
      box-shadow: inset 0 -0.1rem 0 0 #1079a0;
      transition: box-shadow 0.3s; }
      .program .conferencia .palestra .link:hover {
        color: #333;
        box-shadow: inset 0 -0.2rem 0 0 #1796c6;
        text-decoration: none; }
    .program .conferencia .palestra .room {
      padding: 2px 8px;
      margin-left: 5px;
      border-radius: 5px;
      background: rgba(16, 121, 160, 0.8);
      color: #fff;
      font-weight: 300; }

.form {
  padding: 85px 0; }
  .form .btn strong {
    color: #fff; }

footer {
  padding: 50px 0;
  background: #212121;
  color: #fff; }
  footer h1 {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase; }
    footer h1:after {
      content: none; }
  footer .sponsor {
    text-align: right; }
    @media screen and (max-width: 769px) {
      footer .sponsor {
        margin-top: 30px;
        text-align: left; } }
    footer .sponsor img {
      max-height: 100px; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer a {
    color: #fff;
    transition: color .3s linear; }
    footer a:hover {
      color: #1796c6;
      text-decoration: none; }
