* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
form * {
  outline: none;
}
a {
  color: #000;
  text-decoration: none;
}
body {
  font: 17px 'Montserrat', sans-serif;
}
.container {
  margin: 0 auto;
  max-width: 1260px;
  width: 95%;
}
#countdown {
  background: #283C1A;
  color: #fff;
}
#countdown .container {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
#countdown .txt {
  background: url(../../imagem/ico-contagem.png) left center no-repeat;
  padding-left: 30px;
  text-transform: uppercase;
}
#countdown #timer {
  display: flex;
  gap: 9px;
  padding: 15px 0 11px;
}
#countdown #timer p {
  background: #E49E20;
  border-radius: 10px;
  color: #000;
  padding: 12px 12px 9px;
  text-align: center;
}
#countdown #timer p strong {
  display: block;
  font-size: 20px;
  line-height: 15px;
}
#countdown #timer p span {
  font-size: 12px;
  line-height: 10px;
}
header {
  background: url(../../imagem/banner.png) center top no-repeat #E49E20;
  background-size: cover;
  height: 110px;
  position: relative;
  z-index: 2;
}
header .open_menu,
header .close_menu {
  display: none;
}
header .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
header .logo {
  left: 0;
  position: absolute;
  top: 0;
}
header nav ul {
  align-items: center;
  display: flex;
  gap: 20px;
  list-style: none;
}
header nav ul li {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
header nav ul li a {
  color: #373435;
  text-decoration: none;
  transition: all 0.3s ease;
}
header nav ul li a:hover {
  color: #A24222;
}
header nav ul li.highlight a {
  background: #A24222;
  border-radius: 11px;
  color: #fff;
  display: flex;
  gap: 10px;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
  transition: all 0.3s ease;
}
header nav ul li.highlight a:after {
  background: url(../../imagem/seta-link.png) center no-repeat #283C1A;
  border-radius: 11px;
  content: "";
  display: inline-flex;
  height: 41px;
  transition: all 0.2s ease;
  width: 45px;
}
header nav ul li.highlight a:hover {
  animation-name: upAndDown;
  animation-duration: 0.6s;
  animation-iteration-count: 2;
}
header.home {
  background: none;
  height: auto;
  margin: 0;
  position: absolute;
  top: 81px;
  width: 100%;
  z-index: 3;
}
header.home .container {
  justify-content: space-between;
}
header.home .logo {
  position: static;
}
#banner {
  background: #E49E20;
  overflow: hidden;
  position: relative;
}
#banner .foto {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
#banner .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 90vh;
  padding: 160px 0 35px;
  position: relative;
  z-index: 2;
}
#banner .texto {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#banner .texto .titulo h1 {
  color: #283C1A;
  font-size: 45px;
  font-weight: 900;
  line-height: 46px;
  margin: 0 0 20px;
}
#banner .texto .titulo p {
  color: #1B1B1B;
  font-size: 25px;
  font-style: italic;
}
#banner .texto .local {
  width: 235px;
}
#banner .texto .local h2 {
  background: #283C1A;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  height: 57px;
  line-height: 57px;
  margin: 0 0 8px;
  text-align: center;
  width: 100%;
}
#banner .texto .local a {
  background: #A24222;
  color: #fff;
  display: flex;
  gap: 10px;
  height: 41px;
  justify-content: space-between;
  line-height: 41px;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#banner .texto .local a span {
  font-size: 20px;
  font-weight: 600;
  flex: 1;
  text-align: center;
}
#banner .texto .local a:after {
  background: url(../../imagem/seta-link.png) center no-repeat #283C1A;
  content: "";
  display: inline-flex;
  height: 41px;
  transition: all 0.2s ease;
  width: 45px;
}
#banner .texto .local a:hover {
  transform: rotate(-2deg) translateY(5px);
}
@keyframes upAndDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
}
#tema {
  padding: 80px 0;
}
#tema .container {
  display: flex;
  gap: 33px;
  justify-content: space-between;
}
#tema .texto {
  flex: 0.45;
  font-size: 17px;
  line-height: 160%;
  text-align: justify;
}
#tema .texto h2 {
  background: #283C1A;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 105%;
  margin: 0 0 25px;
  padding: 10px 15px;
  text-align: center;
}
#tema .foto {
  flex: 0.55;
}
#tema .foto img {
  height: auto;
  width: 100%;
}
#video {
  background: #A24222;
  padding: 40px 0 40px;
}
#video .container {
  max-width: 800px;
}
#video .embed-container {
  height: 0;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
}
#video .embed-container iframe,
#video .embed-container object,
#video .embed-container embed {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#programacao {
  background: #E49E20;
  padding: 100px 0 70px;
  position: relative;
}
#programacao:before {
  background: url(../../imagem/seta-secao.png) center no-repeat #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 70px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: 77px;
}
#programacao h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 50px;
  text-align: center;
}
#programacao ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0 0 65px;
}
#programacao ul li {
  border-bottom: 2px solid #1B1B1B;
  position: relative;
}
#programacao ul li:before {
  background: #1B1B1B;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 70%;
  width: 2px;
  z-index: 3;
}
#programacao ul li:after {
  background: #1B1B1B;
  border-radius: 50%;
  bottom: 70%;
  content: "";
  display: block;
  height: 16px;
  left: -8px;
  position: absolute;
  width: 16px;
  z-index: 3;
}
#programacao ul li .titulo {
  background: #E6B972;
  display: inline-block;
  padding: 15px 45px;
  transform: translateX(-10%);
}
#programacao ul li .titulo h3 {
  color: #A24222;
  font-size: 30px;
  font-weight: 900;
}
#programacao ul li .titulo p {
  font-size: 25px;
  font-weight: 300;
}
#programacao ul li .desc {
  line-height: 160%;
  padding: 30px 30px 20px 30px;
}
#programacao .descricao {
  line-height: 160%;
  margin: 0 auto;
  max-width: 1020px;
  text-align: center;
}
#palestrantes {
  padding: 85px 0 60px;
}
#palestrantes.interna {
  padding-top: 0;
}
#palestrantes h2 {
  color: #A24222;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 75px;
  text-align: center;
}
#palestrantes ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  list-style: none;
  margin: 0 0 37px;
}
#palestrantes ul li {
  position: relative;
}
#palestrantes ul li .foto {
  aspect-ratio: 1/1;
  border-radius: 20px;
  margin: 0 0 14px;
  overflow: hidden;
  width: 100%;
}
#palestrantes ul li .foto img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#palestrantes ul li h3 {
  background: #A24222;
  border-radius: 12px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  padding: 20px;
  text-align: center;
}
#palestrantes ul li .mais {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#palestrantes ul li:hover .foto img {
  transform: scale(1.1);
}
#palestrantes .botao {
  background: #A24222;
  border-radius: 16px;
  color: #fff;
  display: flex;
  gap: 10px;
  height: 61px;
  justify-content: space-between;
  line-height: 61px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 300px;
}
#palestrantes .botao span {
  font-size: 17px;
  font-weight: 700;
  flex: 1;
  text-align: center;
}
#palestrantes .botao:after {
  background: url(../../imagem/seta-link-g.png) center no-repeat #283C1A;
  border-radius: 16px;
  content: "";
  display: inline-flex;
  height: 61px;
  transition: all 0.2s ease;
  width: 65px;
}
#palestrantes .botao:hover {
  animation-name: upAndDown;
  animation-duration: 0.6s;
  animation-iteration-count: 2;
}
.fancybox-slide--iframe .fancybox-content {
  background: #191919;
  max-width: 400px;
  max-height: 85%;
  margin: 0;
}
#botao-inscricao {
  background: #E49E20;
  padding: 100px 0 70px;
  position: relative;
}
#botao-inscricao:before {
  background: url(../../imagem/seta-secao.png) center no-repeat #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 70px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: 77px;
}
#botao-inscricao h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 60px;
  text-align: center;
}
#botao-inscricao ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
}
#botao-inscricao ul li {
  background: #A24222;
  border-radius: 22px;
  color: #fff;
  padding: 40px 60px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
#botao-inscricao ul li h3 {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 24px;
}
#botao-inscricao ul li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
#botao-inscricao ul li .link {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-indent: -99999px;
  top: 0;
  width: 100%;
}
#botao-inscricao ul li:before {
  background: url(../../imagem/seta-inscricao.png) center no-repeat #283C1A;
  border-radius: 50%;
  content: "";
  display: block;
  height: 57px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 57px;
}
#botao-inscricao ul li:hover {
  transform: rotate(-2deg);
}
#botao-inscricao ul li:nth-child(odd):hover {
  transform: rotate(2deg);
}
#empresas {
  padding: 80px 0 50px;
  text-align: center;
}
#empresas h2 {
  color: #A24222;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 40px;
}
#empresas ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 30px;
  list-style: none;
  justify-content: center;
  margin: 0 0 50px;
}
#empresas ul li img {
  max-height: 105px;
  max-width: 240px;
  width: auto;
}
#empresas .box:first-child h2 {
  font-size: 30px;
}
#titulo {
  background: #A24222;
  color: #fff;
  margin: 0 0 50px;
  padding: 70px 0 50px;
}
#titulo h1 {
  text-transform: uppercase;
}
#pagina_interna {
  padding: 0 0 50px;
}
#pagina_interna.contato .destaque {
  align-items: center;
  border: 3px solid #A24222;
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 30px;
}
#pagina_interna.contato .destaque strong {
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}
#pagina_interna.contato .destaque a {
  font-weight: 700;
  text-decoration: none;
}
#pagina_interna.contato ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
#pagina_interna.contato ul li {
  border: 3px solid #A24222;
  font-size: 15px;
  font-weight: bold;
  line-height: 160%;
  padding: 20px;
  list-style: none;
  width: 31.5%;
}
#pagina_interna.contato ul li strong {
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}
#pagina_interna.contato ul li a.email {
  background: #283C1A;
  padding: 0 5px;
  text-decoration: none;
}
#pagina_interna.contato ul li p {
  margin: 0;
}
#pagina_interna.contato ul li a {
  text-decoration: none;
}
#programacao_completa .container .titulo-programa {
  border-bottom: 2px solid #000;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 0 0 10px;
  text-transform: uppercase;
}
#programacao_completa .container.programa {
  font-size: 16px;
  margin: 0 auto 15px;
  padding: 25px 20px 15px;
}
#programacao_completa .container.programa p {
  margin: 0 0 15px;
}
#programacao_completa .container.programa ul,
#programacao_completa .container.programa ol {
  margin: 0 0 15px 15px;
}
#inscricao {
  padding: 0 0 60px;
}
#inscricao table {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 15px #eee;
  width: 100%;
}
#inscricao table caption {
  background: #283C1A;
  color: #fff;
  font: 700 18px 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  padding: 15px 10px;
}
#inscricao table th {
  background: #A24222;
  color: #fff;
  font: 600 13px 'Montserrat', sans-serif;
  letter-spacing: 0.14em;
  padding: 13px 10px;
  text-transform: uppercase;
}
#inscricao table td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 18px 15px;
  text-align: center;
}
#inscricao table td.txt-left {
  text-align: left;
}
#inscricao table td.ingresso {
  color: #333;
  display: flex;
  align-items: center;
}
#inscricao table td.ingresso img {
  margin: 0 15px 0 0;
}
#inscricao table td.total {
  color: #333;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
#inscricao table td.total strong {
  display: inline-block;
  font-size: 16px;
  margin-left: 3px;
}
#inscricao table td input {
  border: 0;
  font: 300 15px 'Montserrat', sans-serif;
  text-align: center;
  width: 40px;
}
#inscricao table tfoot td {
  background: #EFEFEF;
}
#inscricao .wrap-botoes {
  text-align: center;
}
#inscricao .erro {
  background: #FB3636;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 5px 15px;
}
#inscricao .botao {
  background: #CA1147;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 600 13px/38px 'Montserrat', sans-serif;
  height: 38px;
  letter-spacing: 0.14em;
  margin: 20px auto 0;
  text-transform: uppercase;
  width: 250px;
}
#inscricao .wrap_botao {
  display: flex;
  justify-content: space-between;
}
#inscricao .wrap_botao .botao {
  margin: 0;
  width: 48%;
}
#inscricao .wrap_botao .botao.centro {
  margin: 0 auto;
}
#inscricao .btnQTD {
  background: #FFED00;
  border: 0;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  height: 20px;
  font: 300 18px/20px 'Montserrat', sans-serif;
  margin: 0 5px;
  width: 20px;
}
#inscricao .botao.link {
  display: inline-block;
  margin: 0 15px 15px;
  padding: 0 20px;
  text-decoration: none;
  width: auto;
}
#inscricao #form_inscricao {
  overflow: hidden;
}
#inscricao #participantes {
  float: left;
  width: 48%;
}
#inscricao .wrap h2 {
  font: 22px 'Montserrat', sans-serif;
  margin: 0 0 15px;
}
#inscricao .wrap .participante {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
#inscricao .wrap .box {
  background: #fff;
  box-shadow: 1px 1px 15px #eee;
  margin: 0 2% 3% 0;
  overflow: hidden;
  padding: 20px 30px;
}
#inscricao .wrap_input {
  display: block;
  margin: 0 0 15px;
}
#inscricao .wrap_input.pequeno {
  width: 48%;
}
#inscricao .wrap_input.left {
  float: left;
}
#inscricao .wrap_input.right {
  float: right;
}
#inscricao .wrap_input .clear {
  clear: both;
}
#inscricao .wrap_input label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
}
#inscricao .wrap_input input,
#inscricao .wrap_input select {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px #f0f0f0;
  border-radius: 3px;
  color: #707d83;
  display: block;
  font: 15px/38px 'Montserrat', sans-serif;
  height: 38px;
  padding: 0 10px;
  width: 100%;
}
#inscricao a.add {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#inscricao #dados-pedidos {
  float: right;
  width: 48%;
}
#inscricao #dados-pedidos h2 {
  font: 22px 'Montserrat', sans-serif;
  margin: 0 0 15px;
}
#inscricao #dados-pedidos .box {
  background: #fff;
  box-shadow: 1px 1px 15px #eee;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 15px 30px 25px;
}
#inscricao #resumo p {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  line-height: 27px;
  padding: 9px 0;
  justify-content: space-between;
}
#inscricao #resumo .desconto {
  color: #ffcb00;
}
#inscricao #resumo .total {
  color: #33BE3F;
}
footer {
  background: #283C1A;
  color: #fff;
  font-weight: 300;
  padding: 30px 0;
  text-align: center;
}
@media all and (max-width: 1320px) {
  header .logo img {
    max-width: 320px;
  }
}
@media all and (max-width: 1210px) {
  header .logo {
    max-width: 70%;
  }
  header .logo img {
    max-width: none;
    width: 100%;
  }
  header .open_menu {
    background: url(../../imagem/menu.png) center no-repeat #A24222;
    display: block;
    height: 40px;
    width: 50px;
  }
  header .close_menu {
    background: url(../../imagem/close.png) center no-repeat;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 12px;
    width: 40px;
    z-index: 9999;
  }
  header nav {
    background: #283C1A;
    display: none;
    height: 100%;
    left: 0;
    max-width: 480px;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  header nav:before {
    border-bottom: 1px solid #78866E;
    content: "Menu";
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
  }
  header nav ul {
    display: block;
  }
  header nav ul li a {
    color: #fff;
    display: block;
    padding: 15px 0;
  }
  header nav ul li.highlight {
    margin: 10px 0 0;
  }
  header nav ul li.highlight a {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 20px;
    width: 100%;
  }
  header nav ul li.highlight a:after {
    background-color: #E49E20;
    border-radius: 0;
  }
}
@media all and (max-width: 1060px) {
  #banner .texto {
    display: block;
  }
  #banner .texto .titulo {
    margin: 0 0 20px;
  }
  #tema {
    padding: 30px 0;
  }
  #tema .container {
    display: block;
  }
  #tema .texto {
    margin: 0 0 20px;
  }
  #programacao {
    padding: 60px 0 30px;
  }
  #programacao ul {
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  #palestrantes {
    padding: 30px 0 50px;
  }
  #palestrantes h2 {
    margin: 0 0 40px;
  }
  #palestrantes ul {
    row-gap: 30px;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  #palestrantes ul li h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 890px) {
  #botao-inscricao ul {
    display: block;
    padding-left: 15px;
  }
  #botao-inscricao ul li {
    margin: 0 0 20px;
  }
}
@media all and (max-width: 580px) {
  #countdown .container {
    justify-content: center;
  }
  #countdown .txt {
    display: none;
  }
  #programacao {
    padding: 60px 0 30px;
  }
  #programacao ul {
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
  }
}
