@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,600,800");
html {
  font-size: 100%; }

body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px; }

.bg-light {
  background: #fff !important; }

.navbar-light .navbar-nav .nav-link {
  color: #3eadb3;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s linear; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #83bd3d; }

.botao {
  color: #79ba4f;
  display: inline-block;
  border: 2px solid #79ba4f;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.2s linear; }
  .botao--inverse {
    color: #f4e624;
    border: 2px solid #f4e624;
    margin-top: 15px; }
    .botao--inverse:hover {
      background: #f4e624; }
  .botao:hover {
    background: #79ba4f;
    color: #fff;
    text-decoration: none; }
  .botao--green {
    background: #41adae;
    color: #fff;
    border: 2px solid #41adae;
    text-transform: uppercase;
    padding: 10px 40px;
    margin-top: 50px; }
    .botao--green:hover {
      background: rgba(65, 173, 174, 0.8);
      border: 2px solid #41adaecc; }

.modal-dialog {
  max-width: 800px; }

#intro {
  padding: 100px 0; }

#webinar {
  padding: 100px 0; }
  #webinar h1 {
    color: #f4e624;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
    #webinar h1 span {
      color: #41adae;
      display: block;
      font-size: 26px; }
  #webinar .patrocinador {
    margin-bottom: 50px;
    text-align: center; }
    #webinar .patrocinador h2 {
      margin-bottom: 20px; }
    #webinar .patrocinador img {
      width: 300px; }
  #webinar h2 {
    color: #41adae;
    font-size: 30px;
    font-weight: 800;
    margin: 50px 0;
    text-align: center;
    text-transform: uppercase; }
    #webinar h2:first-child {
      margin-top: 0; }
  #webinar p span {
    font-weight: bold; }
  #webinar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #webinar ul li {
      display: inline-block;
      vertical-align: top;
      padding: 10px 10px 10px 0; }
      #webinar ul li img {
        width: 250px;
        max-width: 100%; }
      #webinar ul li p {
        color: #41adae;
        margin-top: 10px; }

#clean {
  padding: 0 0 100px 0; }
  #clean img {
    display: block;
    margin: 0 auto 50px;
    max-width: 200px; }

#regulamento {
  padding: 100px 0; }
  #regulamento h1 {
    color: #f4e624;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #regulamento h2 {
    color: #41adae;
    font-size: 30px;
    font-weight: 800;
    margin: 50px 0;
    text-transform: uppercase; }
    #regulamento h2:first-child {
      margin-top: 0; }
  #regulamento .link {
    color: #333;
    transition: 0.2s linear; }
    #regulamento .link:hover {
      border-top: 1px solid #41adae;
      border-bottom: 1px solid #41adae;
      color: #41adae;
      padding: 1px 0;
      text-decoration: none; }
  #regulamento ul {
    list-style: none;
    padding-left: 20px; }
    #regulamento ul .oi {
      color: #41adae;
      margin-right: 5px; }
    #regulamento ul strong {
      color: #41adae; }

#comissoes {
  padding: 100px 0; }
  #comissoes h1 {
    color: #f4e624;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #comissoes .presidencia {
    display: block;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin: 0 0 25px 0; }
  #comissoes .botoes {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 25px 0 50px 0; }
    #comissoes .botoes a {
      background: rgba(121, 186, 79, 0.5);
      color: #fff;
      border: 1px solid #79ba4f;
      border-radius: 5px;
      padding: 10px 30px;
      margin-left: 20px;
      text-align: center;
      transition: all 350ms ease-in-out; }
      #comissoes .botoes a:first-of-type {
        margin-left: 0; }
      #comissoes .botoes a:hover {
        background: #79ba4f;
        border: 1px solid #79ba4f;
        color: #fff;
        text-decoration: none; }
    #comissoes .botoes .activo {
      background: #79ba4f;
      border: #79ba4f;
      color: #fff; }
    @media all and (max-width: 1200px) {
      #comissoes .botoes {
        flex-direction: column; }
        #comissoes .botoes a {
          margin: 15px 0; } }
  #comissoes ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center; }
    #comissoes ul li {
      padding: 10px 0; }
    @media all and (max-width: 780px) {
      #comissoes ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }

#registration {
  background: #79ba4f;
  padding: 100px 0; }
  #registration h1 {
    color: #f4e624;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #registration ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    #registration ul li {
      border-radius: 25px; }
  #registration a {
    color: #333;
    transition: all .3s ease; }
    #registration a:hover {
      color: #f4e624;
      text-decoration: none; }
  #registration .taxas {
    border: 1px solid #21252917;
    border-radius: 15px;
    display: inline-block;
    margin: 50px 0;
    padding: 20px;
    width: 100%; }
    #registration .taxas h2 {
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 80px;
      text-align: left;
      text-transform: uppercase; }
      #registration .taxas h2 .esgotado {
        color: #fff;
        font-size: 20px;
        background-color: red;
        padding: 4px 8px;
        border-radius: 3px;
        vertical-align: middle; }
    #registration .taxas p {
      text-align: left; }
      #registration .taxas p:first-of-type {
        position: relative;
        font-size: 2.5rem;
        font-weight: 800;
        margin: 0;
        z-index: 1; }
        #registration .taxas p:first-of-type span {
          color: #21252917;
          position: absolute;
          display: inline-block;
          font-size: 5.625rem;
          font-weight: 800;
          z-index: -2;
          top: -45px;
          left: 100px; }
      #registration .taxas p:last-of-type {
        font-size: 0.9rem;
        font-weight: 600;
        margin: 0; }
  @media screen and (max-width: 1200px) {
    #registration ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
    #registration .alignCenter {
      margin-left: auto;
      margin-right: auto; }
    #registration .taxas {
      margin-bottom: 0; } }

#venue {
  padding: 100px 0 0 0; }
  #venue h1 {
    color: #f4e624;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #venue .slider {
    color: white;
    overflow: hidden;
    margin-top: 50px;
    padding: 0;
    width: 100%;
    text-align: center; }
    #venue .slider .parent-slide {
      padding: 15px; }
    #venue .slider img {
      padding-left: 10px;
      display: inline-block;
      margin: auto;
      width: 100%; }

#programa {
  padding: 100px 0; }
  #programa h1 {
    color: #79ba4f;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #programa h2 {
    color: #79ba4f;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #programa .botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    text-align: center; }
    #programa .botoes a {
      background: transparent;
      border: 2px solid #79ba4f;
      color: #79ba4f;
      padding: 10px 50px;
      width: 100%;
      transition: 0.2s linear; }
      #programa .botoes a:hover {
        background: #79ba4f;
        color: #fff;
        text-decoration: none; }
    #programa .botoes .activo {
      background: #79ba4f;
      color: #fff; }
  #programa .conferencia {
    margin: 50px 0; }
  #programa .hora {
    padding: 20px;
    display: inline-block;
    float: left;
    width: 15%; }
  #programa .palestra {
    display: inline-block;
    border: 1px solid #79ba4f;
    border-radius: 10px;
    padding: 20px;
    width: 85%; }
    #programa .palestra h3 {
      color: #83bd3d;
      font-size: 1.25rem;
      font-weight: 400;
      margin: 0; }
    #programa .palestra ul {
      list-style: none;
      padding-left: 0;
      margin: 25px 0 0 0; }
      #programa .palestra ul li {
        margin-bottom: 25px; }
        #programa .palestra ul li:last-of-type {
          margin-bottom: 0; }
    #programa .palestra .simposioSponsor {
      height: 50px; }
    #programa .palestra p {
      color: #7f7872;
      font-weight: 400;
      margin: 5px 0 0 0; }
    #programa .palestra .sponsor {
      margin-top: 25px; }
      #programa .palestra .sponsor .simposioSponsor {
        height: 50px; }
  @media screen and (max-width: 768px) {
    #programa .botoes {
      flex-direction: column; }
      #programa .botoes a {
        margin: 5px 0; }
        #programa .botoes a:hover {
          background: transparent;
          color: #79ba4f;
          text-decoration: none; } }
  @media screen and (max-width: 680px) {
    #programa .hora {
      float: none;
      display: block;
      text-align: center;
      width: 100%; }
    #programa .palestra {
      width: 100%; } }

#patrocinadores {
  padding: 100px 0; }
  #patrocinadores h1 {
    color: #79ba4f;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #patrocinadores h2 {
    color: #79ba4f;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 50px 0;
    text-align: center; }
  #patrocinadores .sponsor {
    margin: 80px 0; }
    #patrocinadores .sponsor:first-of-type {
      margin: 0 0 50px 0; }
  #patrocinadores ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #patrocinadores ul li {
      display: inline-block;
      margin: 0 25px 25px 0; }
      @media screen and (max-width: 502px) {
        #patrocinadores ul li {
          display: block; } }
      #patrocinadores ul li:last-of-type {
        margin: 0; }
      #patrocinadores ul li img {
        height: 75px; }

footer {
  background: #41adae;
  padding: 50px 0; }
  footer ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    footer ul li {
      color: #fff;
      text-align: center; }
      footer ul li a {
        color: #fff;
        transition: 0.2s linear; }
        footer ul li a:hover {
          border-top: 1px solid #f4e624;
          border-bottom: 1px solid #f4e624;
          color: #f4e624;
          padding: 1px 0;
          text-decoration: none; }
  @media screen and (max-width: 680px) {
    footer ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
