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

.bg-light {
  background: #0f7291 !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.nav-link {
  color: #fff !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .nav-link:hover {
    color: #fffce1 !important;
    background: rgba(255, 252, 225, 0.2); }

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

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

#register {
  border-bottom: 2px solid #12b4e2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  #register:hover {
    background: rgba(255, 252, 225, 0.2);
    color: #fff !important; }

.cta {
  display: inline-block;
  border-radius: 25px;
  margin: 10px 0 0 0;
  padding: 10px 30px;
  background: #12b4e2;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .cta:hover {
    background: rgba(18, 180, 226, 0.6);
    color: #fff;
    text-decoration: none; }

.link {
  color: #333;
  box-shadow: inset 0 -0.3rem 0 0 #12b4e2;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .link:hover {
    color: #12b4e2;
    box-shadow: inset 0 -0.3rem 0 0 rgba(18, 180, 226, 0.5);
    text-decoration: none; }

.banner {
  background-image: url("../img/banner_web.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 400px;
  margin-top: 55px; }
  @media (max-width: 991px) {
    .banner {
      height: 200px; } }

.intro {
  padding: 50px 0 100px; }
  @media (max-width: 991px) {
    .intro {
      padding: 0 0 50px 0; } }
  .intro h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #0f7291; }

.venue {
  display: -webkit-inline-box;
  display: inline-flex; }
  .venue__description {
    align-self: center;
    padding: 40px; }
    @media (max-width: 991px) {
      .venue__description {
        padding: 20px; } }
    .venue__description h1 {
      margin: 0 0 25px 0;
      font-weight: 700;
      color: #0f7291; }
  .venue__image {
    align-self: center; }
    @media (max-width: 991px) {
      .venue__image {
        margin: 25px 0; } }

.inscricoes {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .inscricoes {
      padding: 0 0 50px 0; } }
  .inscricoes h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #0f7291; }
    .inscricoes h1 span {
      font-weight: 300;
      font-size: 20px;
      vertical-align: middle; }
  .inscricoes ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .inscricoes ul li {
      margin: 0 0 20px 0;
      background: #0f7291;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
      .inscricoes ul li .inscricoes__content {
        display: -webkit-box;
        display: flex; }
        .inscricoes ul li .inscricoes__content__taxa {
          padding: 0 0 0 20px;
          align-self: center;
          -webkit-box-flex: 1;
                  flex-grow: 1; }
          .inscricoes ul li .inscricoes__content__taxa--inclui {
            display: -webkit-box;
            display: flex;
            font-weight: 300;
            text-transform: initial; }
            @media screen and (max-width: 991px) {
              .inscricoes ul li .inscricoes__content__taxa--inclui {
                display: -webkit-inline-box;
                display: inline-flex; } }
        .inscricoes ul li .inscricoes__content__preco {
          align-self: center;
          padding: 25px;
          margin: 0 0 0 50px;
          background: #12b4e2;
          color: #fff;
          font-size: 24px;
          font-weight: 900;
          width: 20%;
          text-align: center; }
          @media screen and (max-width: 991px) {
            .inscricoes ul li .inscricoes__content__preco {
              min-width: 20%;
              text-align: center; } }

#alojamento {
  padding: 100px 0; }
  @media (max-width: 991px) {
    #alojamento {
      padding: 0 0 50px 0; } }
  #alojamento h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #0f7291; }
  #alojamento .info {
    padding: 20px;
    margin: 0 0 25px 0;
    background: #f3f3f3; }
    #alojamento .info h2 {
      margin: 10px 0 5px;
      font-size: 16px;
      font-weight: 700; }
    #alojamento .info p {
      margin: 0; }
  #alojamento .hotel {
    margin: 0 0 100px 0; }
    #alojamento .hotel:last-of-type {
      margin-bottom: 0; }
    #alojamento .hotel h2 {
      color: #0f7291;
      font-size: 1.5rem;
      font-weight: 800;
      margin: 0 0 25px 0;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        #alojamento .hotel h2 {
          margin-top: 25px; } }
      #alojamento .hotel h2 .completo {
        padding: 2px 5px;
        border-radius: 5px;
        background: secondary;
        color: #fff;
        font-size: 12px;
        vertical-align: 5px; }
    #alojamento .hotel .venueLeft img {
      display: block;
      max-width: 100%; }
    #alojamento .hotel .venueLeft .side {
      display: inline-block;
      color: secondary;
      font-weight: 800;
      padding: 0 5px 0 0;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      text-orientation: sideways;
      text-align: center;
      text-transform: uppercase; }
    #alojamento .hotel .precos {
      background: #f5f5f5; }
      #alojamento .hotel .precos ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        list-style: none;
        padding-left: 0; }
        #alojamento .hotel .precos ul li {
          -webkit-box-flex: 1;
                  flex-grow: 1;
          display: inline-block;
          border-left: 2px solid #0f7291;
          font-weight: 600;
          padding: 15px 0;
          text-align: center; }
          #alojamento .hotel .precos ul li:first-of-type {
            border: none; }
          #alojamento .hotel .precos ul li span {
            color: #0f7291;
            font-weight: 800; }

.cursos {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .cursos {
      padding: 0 0 50px 0; } }
  .cursos h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #0f7291; }
  .cursos .programa .botoes {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 50px 0;
    text-align: center;
    width: 100%; }
    .cursos .programa .botoes a {
      -webkit-box-flex: 1;
              flex-grow: 1;
      background: transparent;
      border: 2px solid #0f7291;
      color: #0f7291;
      padding: 10px 50px;
      margin-bottom: 25px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .cursos .programa .botoes a:hover {
        background: #0f7291;
        color: #fff;
        text-decoration: none; }
    .cursos .programa .botoes .activo {
      background: #0f7291;
      color: #fff; }
    @media screen and (max-width: 778px) {
      .cursos .programa .botoes {
        display: block; }
        .cursos .programa .botoes a {
          display: block;
          margin-bottom: 25px; } }
  .cursos .programa .data {
    margin-top: 50px; }
    .cursos .programa .data h2 {
      font-weight: 300; }
    .cursos .programa .data .sala {
      float: right;
      font-size: 1rem;
      font-weight: 700;
      line-height: 3;
      text-transform: uppercase; }
  .cursos .programa .palestra {
    padding: 20px 0; }
    .cursos .programa .palestra:nth-child(odd) {
      border-top: 2px solid #12b4e2; }
    .cursos .programa .palestra:nth-child(even) {
      border-top: 2px solid #12b4e2; }
    .cursos .programa .palestra:last-of-type {
      border-bottom: 2px solid #12b4e2; }
    .cursos .programa .palestra .horas {
      color: #0f7291;
      text-align: center; }
      @media (max-width: 768px) {
        .cursos .programa .palestra .horas {
          text-align: left;
          margin-bottom: 15px; } }
    .cursos .programa .palestra h2 {
      margin: 0;
      font-size: 1rem;
      font-weight: 700;
      color: #0f7291;
      line-height: 1.5; }
    .cursos .programa .palestra .tema {
      text-transform: uppercase;
      line-height: 1.5; }
    .cursos .programa .palestra p {
      margin: 2px 0 0 0; }
    .cursos .programa .palestra ul {
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0; }
      .cursos .programa .palestra ul li {
        padding: 0 0 5px 0; }
        .cursos .programa .palestra ul li:first-of-type {
          padding-top: 0; }

.formulario {
  padding: 100px 0; }
  .formulario h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #0f7291; }

footer {
  padding: 50px 0;
  background: #212121;
  color: #fff; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      padding: 2px 0; }
  footer a {
    color: #fff;
    box-shadow: inset 0 -0.3rem 0 0 #12b4e2;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s; }
    footer a:hover {
      color: #fff;
      box-shadow: inset 0 -0.3rem 0 0 rgba(18, 180, 226, 0.5);
      text-decoration: none; }
