@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700,800");
body {
  font-family: 'Muli', sans-serif;
  font-weight: 400; }

.navbar {
  padding: 1.5rem 1rem; }

.bg-light {
  background-color: #0c8059 !important; }

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase; }

.dropdown-item {
  padding: 15px 25px;
  text-align: left; }

.dropdown-item:focus,
.dropdown-item:hover {
  background: #0c8059;
  color: #fff; }

.cta {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background: #0c8059;
  color: #fff;
  border-radius: 5px;
  border-color: #0c8059;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s; }
  .cta:hover {
    background: rgba(12, 128, 89, 0.8);
    color: #fff;
    text-decoration: none; }

.link {
  border-bottom: 2px dotted transparent;
  color: #0c8059;
  transition: all .3s; }
  .link:hover {
    border-bottom: 2px dotted #0c8059;
    color: #0c8059;
    text-decoration: none; }

.botoes {
  margin: 0 0 100px 0;
  text-align: center; }
  .botoes a {
    padding: 15px 30px;
    background: #0c8059;
    color: #fff;
    border-radius: 5px;
    border-color: #0c8059;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s; }
    .botoes a:hover {
      background: rgba(12, 128, 89, 0.8);
      color: #fff;
      text-decoration: none; }

.banner {
  margin-top: 80px; }

.intro {
  position: relative;
  padding: 100px 0;
  background: #F0F4F6; }
  .intro h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800; }
  .intro p span {
    display: block;
    font-style: italic; }

.venue {
  display: inline-flex; }
  .venue__description {
    align-self: center;
    padding: 40px; }
    .venue__description h2 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 800;
      color: #0c8059; }
  .venue__image {
    align-self: center; }

.comissao {
  padding: 100px 0;
  background: #F0F4F6; }
  .comissao h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  .comissao ul {
    list-style: none;
    margin: 50px 0 0 0;
    text-align: center;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
    .comissao ul li {
      margin: 0 0 10px 0; }

.patrocinadores {
  padding: 100px 0;
  background: #F0F4F6; }
  .patrocinadores h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  .patrocinadores img {
    display: block;
    margin: 0 auto 50px auto; }
  .patrocinadores ul {
    list-style: none;
    margin: 0 0 0 0; }
    .patrocinadores ul li {
      margin: 0 0 10px 0; }
      .patrocinadores ul li a {
        border-bottom: 2px dotted transparent;
        color: #0c8059;
        transition: all .3s; }
        .patrocinadores ul li a:hover {
          border-bottom: 2px dotted #0c8059;
          color: #0c8059;
          text-decoration: none; }
  .patrocinadores .platinum,
  .patrocinadores .gold,
  .patrocinadores .silver {
    margin-bottom: 25px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #e4e4e4; }
  .patrocinadores .gold img {
    max-height: 80px; }
  .patrocinadores .silver img {
    max-height: 60px; }
  .patrocinadores .bronze {
    padding: 0; }
    .patrocinadores .bronze img {
      max-height: 40px; }
  .patrocinadores .sponsors {
    padding-top: 50px;
    text-align: center; }
    .patrocinadores .sponsors ul li {
      display: inline-block;
      margin: 5px; }
      .patrocinadores .sponsors ul li img {
        margin: 0; }

.premios {
  padding: 100px 0;
  background: #F0F4F6; }
  .premios h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  .premios .accordion .card {
    margin-bottom: 10px; }
    .premios .accordion .card:last-of-type {
      margin-bottom: 0; }
    .premios .accordion .card p:last-child {
      margin-bottom: 0; }
  .premios button {
    color: #0c8059;
    font-weight: 800;
    transition: all .3s; }
    .premios button:hover, .premios button:focus {
      color: rgba(12, 128, 89, 0.6);
      text-decoration: none; }

.cursos {
  padding: 100px 0;
  background: #F0F4F6; }
  .cursos h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
    .cursos h1 span {
      font-weight: 300; }
  .cursos h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 800;
    text-align: left; }
  .cursos .preco {
    padding: 20px;
    margin: 0 0 25px 0;
    background: #0c8059; }
    .cursos .preco p {
      margin: 0;
      color: #fff;
      text-align: center; }
  .cursos .info {
    background: #fdfdfd;
    padding: 20px;
    margin: 25px 0 25px 0; }
    .cursos .info:first-of-type {
      margin-top: 0; }
    .cursos .info h2 {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase; }
    .cursos .info ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .cursos .info ul li {
        padding: 0 0 10px 0; }
        .cursos .info ul li:last-child {
          padding-bottom: 0; }
        .cursos .info ul li strong {
          color: #0c8059; }
  .cursos .accordion .card {
    margin-bottom: 10px; }
    .cursos .accordion .card .card-header h2 button {
      line-height: 3;
      text-align: left;
      width: 100%;
      clear: both;
      white-space: inherit; }
      .cursos .accordion .card .card-header h2 button .oi {
        line-height: 3;
        float: right; }
        @media (max-width: 991px) {
          .cursos .accordion .card .card-header h2 button .oi {
            float: none;
            display: block;
            margin: 0 0 10px 0;
            text-align: center; } }
      .cursos .accordion .card .card-header h2 button .horario {
        font-weight: 300; }
      .cursos .accordion .card .card-header h2 button .cta {
        float: right;
        margin: 0; }
        @media (max-width: 991px) {
          .cursos .accordion .card .card-header h2 button .cta {
            float: none;
            display: block;
            margin: 0;
            text-align: center; } }
    .cursos .accordion .card .card-body ul {
      list-style-type: none;
      margin: 0;
      padding: 0 0 0 15px; }
      .cursos .accordion .card .card-body ul li {
        padding: 0 0 20px 0; }
        .cursos .accordion .card .card-body ul li:last-child {
          padding: 0; }
        .cursos .accordion .card .card-body ul li h2 {
          font-size: 1rem;
          font-weight: 800;
          margin: 0; }
        .cursos .accordion .card .card-body ul li p {
          margin: 10px 0 0 0; }
    .cursos .accordion .card .card-body .inner-info {
      margin: 40px 0 0 0;
      padding: 20px;
      background: #f7f7f7; }
      .cursos .accordion .card .card-body .inner-info li {
        padding: 0; }
    .cursos .accordion .card .card-body p {
      margin-bottom: 0 !important; }
    .cursos .accordion .card .card-body .sponsorLogo {
      display: block;
      margin: 0 auto 25px auto; }
    .cursos .accordion .card .card-body img {
      margin: 15px 0; }
  .cursos button {
    color: #0c8059;
    font-weight: 800;
    transition: all .3s; }
    .cursos button:hover, .cursos button:focus {
      color: rgba(12, 128, 89, 0.6);
      text-decoration: none; }

#acreditacao {
  padding: 100px 0; }
  #acreditacao h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  #acreditacao img {
    display: block;
    margin: 0 auto 30px auto; }

.abstracts {
  padding: 100px 0;
  background: #F0F4F6; }
  .abstracts h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  .abstracts h2 {
    margin: 40px 0;
    font-size: 20px;
    font-weight: 800;
    color: #0c8059;
    text-align: center; }
  .abstracts h3 {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 800;
    color: #0c8059;
    text-align: center; }

.editorial h2 {
  margin: 40px 0 10px 0;
  text-align: left; }

.editorial h3 {
  margin: 0 0 40px 0;
  text-align: left; }

.editorial span {
  display: block;
  font-style: italic; }

.taxas {
  padding: 100px;
  background: #F0F4F6; }
  .taxas h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  .taxas ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .taxas ul li span {
      color: #fff;
      margin-right: 15px; }
  .taxas .fees {
    margin: 25px 0; }
    .taxas .fees ul {
      margin: 0; }
  .taxas .rectangulo {
    background-color: #0c8059;
    border-radius: 5px;
    color: #fff;
    margin: 25px 0; }
    .taxas .rectangulo .content {
      padding: 40px; }
    .taxas .rectangulo p {
      background-color: #044024;
      border-radius: 5px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      font-weight: 600;
      padding: 20px 40px;
      margin-bottom: 0; }
    .taxas .rectangulo ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .taxas .rectangulo ul li {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 15px; }
        .taxas .rectangulo ul li:last-child {
          margin: 0; }
        .taxas .rectangulo ul li span {
          font-size: .8rem;
          font-weight: 400;
          margin-left: 15px; }
  .taxas .nota {
    background-color: #e4e4e4;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin: 25px 0; }
    .taxas .nota p {
      margin: 0; }

.alojamento {
  padding: 100px 0;
  background: #F0F4F6; }
  .alojamento h1 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
    text-align: center; }
  .alojamento .hotel {
    display: flex;
    flex-direction: row;
    margin: 50px 0 100px 0; }
    .alojamento .hotel:last-child {
      margin: 0; }
    @media screen and (max-width: 992px) {
      .alojamento .hotel {
        flex-direction: column; } }
  .alojamento .cta {
    display: block;
    text-align: center;
    margin: 25px 0; }
  .alojamento .precos {
    background: #e4e4e4;
    border-radius: 5px; }
    .alojamento .precos ul {
      display: flex;
      flex-direction: row;
      list-style: none;
      padding-left: 0; }
      .alojamento .precos ul li {
        flex-grow: 1;
        display: inline-block;
        border-left: 2px solid #0c8059;
        font-weight: 600;
        padding: 15px 0;
        text-align: center; }
        .alojamento .precos ul li:first-of-type {
          border: none; }
        .alojamento .precos ul li span {
          color: #0c8059;
          font-weight: 800; }

.programa {
  padding: 100px 0 50px;
  background: #F0F4F6; }
  .programa h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    font-weight: 800;
    color: #0c8059;
    text-align: center; }
  .programa__register {
    display: flex;
    justify-content: center;
    margin: 50px 0; }
  .programa__cartao {
    padding: 40px 20px 40px 20px;
    background: #fff; }
  .programa__botoes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    list-style: none; }
    @media screen and (max-width: 425px) {
      .programa__botoes {
        padding: 0; } }
    .programa__botoes li {
      padding: 0 20px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .programa__botoes li {
          padding: 0 10px; } }
      .programa__botoes li a {
        color: #0c8059;
        font-size: 16px;
        font-weight: 800;
        transition: all .3s; }
        @media screen and (max-width: 768px) {
          .programa__botoes li a {
            font-size: 14px; } }
        .programa__botoes li a:hover {
          color: #adbf90;
          text-decoration: none; }
      .programa__botoes li .activo {
        color: #adbf90; }
  .programa__base {
    padding: 0 40px; }
    @media screen and (max-width: 425px) {
      .programa__base {
        padding: 20px 5px; } }
    .programa__base__conferencia {
      padding: 20px; }
      @media screen and (max-width: 425px) {
        .programa__base__conferencia {
          padding: 20px 10px; } }
      .programa__base__conferencia:nth-child(odd) {
        background: #F0F4F6; }
      .programa__base__conferencia__horas {
        font-size: 16px;
        line-height: 1.4; }
        @media screen and (max-width: 991px) {
          .programa__base__conferencia__horas {
            margin-bottom: 10px;
            font-weight: 700;
            color: #04386a; } }
      .programa__base__conferencia__palestra h3 {
        font-size: 16px;
        line-height: 1.4; }
      .programa__base__conferencia__palestra p {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: #0c8059; }
        .programa__base__conferencia__palestra p strong {
          color: #04386a; }
      .programa__base__conferencia__palestra ul {
        list-style: none;
        padding-left: 20px;
        margin: 20px 0; }
        .programa__base__conferencia__palestra ul li {
          padding: 5px 0; }

.share-bar {
  position: fixed;
  top: 48%;
  right: 0;
  background: #cdcdcd;
  border-top: solid 1px #cdcdcd; }
  .share-bar .trigger {
    padding: 10px;
    width: 50px; }
    .share-bar .trigger a {
      display: block;
      text-align: center; }
      .share-bar .trigger a:hover i {
        color: rgba(12, 128, 89, 0.4); }
    .share-bar .trigger i {
      color: #0c8059; }

footer {
  padding: 50px 0;
  background: #0c8059; }
  footer h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff; }
    footer ul li:first-child {
      font-weight: 700; }
    footer ul li a {
      border-bottom: 2px dotted transparent;
      color: #fff;
      transition: all .3s; }
      footer ul li a:hover {
        border-bottom: 2px dotted #fff;
        color: #fff;
        text-decoration: none; }
