@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: #5588bf !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(255, 0, 0, 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 #e84138;
  -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;
  margin: 10px 0 0 0;
  padding: 10px 30px;
  background: #e84138;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .cta:hover {
    background: rgba(232, 65, 56, 0.6);
    color: #fff;
    text-decoration: none; }

.link {
  color: #333;
  box-shadow: inset 0 -0.3rem 0 0 #e84138;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .link:hover {
    color: #e84138;
    box-shadow: inset 0 -0.3rem 0 0 rgba(232, 65, 56, 0.5);
    text-decoration: none; }

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

.intro {
  padding: 100px 0;
  background: #fffce1; }
  .intro h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #5588bf; }

.venue {
  display: -webkit-inline-box;
  display: inline-flex; }
  .venue__description {
    align-self: center;
    padding: 40px; }
    .venue__description h1 {
      margin: 0 0 25px 0;
      font-weight: 700;
      color: #5588bf; }
  .venue__image {
    align-self: center; }

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

#alojamento {
  padding: 100px 0; }
  #alojamento h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #5588bf; }
  #alojamento h2 {
    color: #5588bf;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 25px 0;
    text-transform: uppercase; }
  #alojamento .hotel {
    margin: 0 0 100px 0; }
    #alojamento .hotel:last-of-type {
      margin-bottom: 0; }
    #alojamento .hotel h2 {
      color: #5588bf;
      font-size: 1.5rem;
      font-weight: 800;
      margin: 0 0 25px 0;
      text-transform: uppercase; }
      #alojamento .hotel h2 .completo {
        padding: 2px 5px;
        border-radius: 5px;
        background: red;
        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: red;
      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 #5588bf;
          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: #5588bf;
            font-weight: 800; }

.cursos {
  padding: 100px 0; }
  .cursos h1 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #5588bf; }
  .cursos .programa .botoes {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    margin: 50px 0;
    text-align: center;
    width: 100%; }
    .cursos .programa .botoes a {
      -webkit-box-flex: 1;
              flex-grow: 1;
      background: transparent;
      border: 2px solid #5588bf;
      color: #5588bf;
      padding: 10px 50px;
      margin-bottom: 25px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .cursos .programa .botoes a:hover {
        background: #5588bf;
        color: #fff;
        text-decoration: none; }
    .cursos .programa .botoes .activo {
      background: #5588bf;
      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 #e84138; }
    .cursos .programa .palestra:nth-child(even) {
      border-top: 2px solid #e84138; }
    .cursos .programa .palestra:last-of-type {
      border-bottom: 2px solid #e84138; }
    .cursos .programa .palestra .horas {
      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;
      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: #5588bf; }

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 #e84138;
    -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(232, 65, 56, 0.5);
      text-decoration: none; }
