@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800");
body {
  background-color: #fdfdfd;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5; }

#register {
  border: 2px solid #e91d25;
  color: #e91d25;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #register:hover {
    background: #e91d25;
    color: #fff; }
  @media screen and (max-width: 991px) {
    #register {
      display: inline-block;
      padding: 8px; }
      #register .navbar-nav {
        text-align: center; } }

.noPad {
  padding: 0; }

.padTop {
  padding-top: 75px; }

.navbar {
  border-bottom: 2px solid #f8a175; }
  .navbar .logo {
    height: 100%;
    width: auto; }

#mensagem {
  background-color: #f8a175;
  padding: 100px 0; }
  #mensagem .content {
    float: left;
    margin-right: 15px;
    padding: 0 35px;
    width: 100%; }
    #mensagem .content h1 {
      border-left: 5px solid #e91d25;
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 50px;
      padding: 10px 15px;
      text-transform: uppercase; }
    #mensagem .content .pareceres {
      display: -webkit-box;
      display: flex;
      align-content: stretch;
      margin-top: 50px; }
      @media (max-width: 992px) {
        #mensagem .content .pareceres {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          flex-wrap: wrap; } }
      #mensagem .content .pareceres .botao {
        -webkit-box-flex: 1;
                flex-grow: 1;
        border: 2px solid #e91d25;
        color: #e91d25;
        font-size: 12px;
        font-weight: 600;
        margin: 15px 0;
        padding: 15px 40px;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #mensagem .content .pareceres .botao:hover {
          background-color: #e91d25;
          color: #fff;
          text-decoration: none; }
        #mensagem .content .pareceres .botao:focus {
          text-decoration: none; }
  #mensagem img {
    float: right;
    margin: 0 0 0 15px; }

#comissoes {
  margin: 100px 0; }
  #comissoes h1 {
    border-left: 5px solid #e91d25;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 50px;
    padding: 10px 15px;
    text-transform: uppercase; }
  #comissoes ul {
    list-style: none;
    padding-left: 0; }
    #comissoes ul li {
      padding: 0 0 15px 0; }
      #comissoes ul li i {
        display: block;
        color: #e91d25; }

#local {
  background-color: #f8a175;
  padding: 150px 0;
  z-index: 50; }
  #local .content {
    background-color: #fdfdfd;
    padding: 50px; }
    #local .content:before {
      background-image: url("../img/boxed-white-bg.svg");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      display: block;
      height: 36px;
      left: 0;
      position: absolute;
      top: 1px;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      width: 100%; }
    #local .content h1 {
      border-left: 5px solid #e91d25;
      font-size: 20px;
      font-weight: 900;
      margin-top: 0;
      margin-bottom: 50px;
      padding: 10px 15px;
      text-transform: uppercase; }
    #local .content h2 {
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 50px;
      text-transform: uppercase; }
    #local .content .botao {
      border: 2px solid #e91d25;
      color: #e91d25;
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      margin-top: 50px;
      padding: 15px 40px;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #local .content .botao:hover {
        background-color: #e91d25;
        color: #fff;
        text-decoration: none; }
      #local .content .botao:focus {
        text-decoration: none; }
    #local .content .carousel {
      display: none; }
  #local .venueImg ul {
    list-style-type: none;
    padding-left: 0; }
    #local .venueImg ul li {
      margin-bottom: 10px; }

#inscricoes {
  background-color: #fdfdfd;
  padding: 50px;
  margin-top: -75px;
  margin-bottom: 0px;
  z-index: 100; }
  #inscricoes .content {
    margin-bottom: 50px; }
    #inscricoes .content h1 {
      border-left: 5px solid #e91d25;
      font-size: 20px;
      font-weight: 900;
      margin-top: 0;
      margin-bottom: 50px;
      padding: 10px 15px;
      text-transform: uppercase; }
  #inscricoes .tipo {
    margin-top: 20px; }
    #inscricoes .tipo:first-child {
      margin-top: 0; }
    #inscricoes .tipo .data {
      border: 2px solid #e4e4e4;
      display: inline-block;
      padding: 10px;
      text-align: left;
      width: 400px; }
    #inscricoes .tipo .valor {
      background-color: #f8a175;
      color: #fff;
      border-top: 2px solid #f8a175;
      border-right: 2px solid #f8a175;
      border-bottom: 2px solid #f8a175;
      display: inline-block;
      font-weight: 600;
      margin-left: -5px;
      padding: 10px;
      text-align: center;
      width: 100px; }
  #inscricoes .botao {
    border: 2px solid #e91d25;
    color: #e91d25;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #inscricoes .botao:hover {
      background-color: #e91d25;
      color: #fff;
      text-decoration: none; }
    #inscricoes .botao:focus {
      text-decoration: none; }
  #inscricoes .botaoReg {
    border: 2px solid #2A9134;
    color: #2A9134;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 50px 0 0 10px;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #inscricoes .botaoReg:hover {
      background-color: #2A9134;
      color: #fff;
      text-decoration: none; }
    #inscricoes .botaoReg:focus {
      text-decoration: none; }

#alojamento {
  background-color: #fdfdfd;
  padding: 50px; }
  #alojamento .info {
    background: #ececec;
    margin: 25px 0;
    padding: 25px; }
    #alojamento .info h2 {
      color: #e91d25;
      font-size: 1.5rem;
      margin: 15px 0; }
    #alojamento .info p {
      font-size: 16px;
      margin: 0; }
    #alojamento .info a {
      color: #333;
      border-bottom: 1px solid #333;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      #alojamento .info a:hover {
        border-bottom: 1px solid #e91d25;
        color: #e91d25;
        text-decoration: none; }
      #alojamento .info a:focus {
        text-decoration: none; }
  #alojamento .content h1 {
    border-left: 5px solid #e91d25;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 10px 15px;
    text-transform: uppercase; }
  #alojamento .descritivo h2 {
    color: #f8a175;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase; }
    #alojamento .descritivo h2 span {
      font-size: 16px;
      color: #e91d25;
      padding-left: 15px; }
  #alojamento .descritivo .botao {
    border: 2px solid #e91d25;
    color: #e91d25;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #alojamento .descritivo .botao:hover {
      background-color: #e91d25;
      color: #fff;
      text-decoration: none; }
    #alojamento .descritivo .botao:focus {
      text-decoration: none; }
  #alojamento .descritivo .content {
    margin-top: 50px; }
    #alojamento .descritivo .content .tipo {
      margin-top: 10px; }
      #alojamento .descritivo .content .tipo:first-child {
        margin-top: 0; }
      #alojamento .descritivo .content .tipo .data {
        border: 2px solid #e4e4e4;
        display: inline-block;
        padding: 10px;
        text-align: left;
        width: 200px; }
      #alojamento .descritivo .content .tipo .valor {
        background-color: #f8a175;
        color: #fff;
        border-top: 2px solid #f8a175;
        border-right: 2px solid #f8a175;
        border-bottom: 2px solid #f8a175;
        display: inline-block;
        font-weight: 600;
        margin-left: -5px;
        padding: 10px;
        text-align: center;
        width: 100px; }

#programa {
  padding: 50px; }
  #programa .content h1 {
    border-left: 5px solid #e91d25;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 10px 15px;
    text-transform: uppercase; }
  #programa .prog h1 {
    color: #f8a175;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase; }
  #programa .botoes .activo {
    background-color: #e91d25;
    color: #fff; }
  #programa .botoes .download {
    border: 2px solid #f8a175;
    color: #333; }
    #programa .botoes .download:hover {
      background-color: #333;
      color: #fff; }
  #programa .botoes ul {
    list-style-type: none;
    padding-left: 0; }
    #programa .botoes ul li {
      margin-bottom: 15px;
      width: 100%; }
      #programa .botoes ul li a {
        background-color: #fff;
        border: 2px solid #e91d25;
        color: #e91d25;
        display: block;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #programa .botoes ul li a:hover {
          background-color: #e91d25;
          color: #fff; }
  #programa .conferencia {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0; }
    #programa .conferencia:last-child {
      border: none; }
    #programa .conferencia .horario {
      display: inline-block;
      width: 10%;
      font-weight: 300;
      padding-right: 50px;
      vertical-align: top; }
    #programa .conferencia .titulo {
      display: inline-block;
      width: 80%; }
      #programa .conferencia .titulo h2 {
        display: block;
        color: #e91d25;
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        padding: 0; }
        #programa .conferencia .titulo h2 span img {
          margin-left: 10px; }
        #programa .conferencia .titulo h2 + p {
          margin: 10px 0 0 0; }
      #programa .conferencia .titulo ul {
        margin-top: 25px;
        padding-left: 0; }
        #programa .conferencia .titulo ul li {
          list-style-type: none;
          padding: 10px 0; }
          #programa .conferencia .titulo ul li:last-child {
            padding-bottom: 0; }
            #programa .conferencia .titulo ul li:last-child h2,
            #programa .conferencia .titulo ul li:last-child p {
              margin-bottom: 0; }

footer {
  background-color: #f8a175;
  padding: 25px 0; }
  footer .content h1 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }
  footer .content ul {
    list-style-type: none;
    padding-left: 0; }
    footer .content ul li a {
      color: #333;
      border-bottom: 1px solid #333;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      footer .content ul li a:hover {
        border-bottom: 1px solid #fff;
        color: #fff;
        text-decoration: none; }
      footer .content ul li a:focus {
        text-decoration: none; }

@media screen and (max-width: 1190px) {
  #mensagem .content {
    width: 100%; }
  #mensagem img {
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 10px; }
  #local .content .carousel {
    display: block; }
  #local .venueImg ul {
    display: none; }
  #inscricoes .tipo .data {
    width: 70%; }
  #inscricoes .tipo .valor {
    width: 30%; }
  #inscricoes .botoes {
    text-align: left; }
  #programa .botoes {
    margin-bottom: 50px; }
  #alojamento .imgHotel {
    margin-top: 50px; } }

@media screen and (max-width: 768px) {
  #mensagem .content {
    width: 100%; }
    #mensagem .content p:last-of-type {
      margin-bottom: 50px; }
    #mensagem .content .pareceres .botao {
      display: block;
      text-align: center;
      margin-top: 15px; }
  #mensagem img {
    display: none; }
  #local .content .botao {
    display: block;
    text-align: center; }
  #inscricoes .tipo .data {
    width: 80%; }
  #inscricoes .tipo .valor {
    width: 20%; }
  #inscricoes .botoes {
    margin-top: 50px; }
    #inscricoes .botoes a {
      display: block;
      margin-top: 15px;
      text-align: center; }
  #inscricoes .botaoReg {
    margin: 0; }
  #alojamento .descritivo .botao {
    display: block;
    text-align: center; }
  #alojamento .descritivo .content .tipo .data {
    display: inline-block;
    width: 70%; }
  #alojamento .descritivo .content .tipo .valor {
    display: inline-block;
    width: 30%; } }
