@font-face {
  font-family: Dejavusans;
  src: url('../fonts/DejaVuSans.ttf') format("truetype"), url('../fonts/DejaVuSans.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dejavusans;
  src: url('../fonts/DejaVuSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url('../fonts/open-sans.italic.ttf') format("truetype"), url('../fonts/open-sans.regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-contast: #303149;
  --medium: #a7a724;
  --secondary: #e31d2a;
  --primary: #0075bc;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
}

.body {
  font-family: Barlow, sans-serif;
}

.brand {
  background-image: url('../images/Artboard-35-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
  margin-left: -10px;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.container.col {
  max-width: 610px;
  margin-right: 0;
}

.container.hero-main {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  position: relative;
}

.container.page {
  max-width: 1100px;
}

.header2 {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.header2.page {
  background-color: #1f1d3f;
}

.header {
  background-color: var(--primary-contast);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.icon {
  color: var(--medium);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-weight: 400;
}

.icon.close {
  color: var(--secondary);
}

.icon.white {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 26px;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.div-block._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block {
  padding-top: 0;
}

.hero {
  background-image: url('../images/36031cbe-5dce-4cdf-aef8-cee821949560-1-1.png');
  background-position: 50%;
  background-size: cover;
  height: 760px;
}

.hero.page {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/waiting-room-with-monitors-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
}

.background-video {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 360px;
}

.section {
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 20px;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

.logo-img._50-r-m {
  background-color: #fff;
  border-radius: 5px;
  margin-right: 200px;
  padding: 20px;
}

.title {
  text-align: left;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
}

.title._2 {
  text-align: left;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--secondary);
  border-radius: 4px;
  height: 45px;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.full {
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  transition: all .35s;
}

.button.full:hover {
  background-color: var(--primary-contast);
}

.button.full.red {
  background-color: var(--secondary);
}

.button.full._1 {
  background-color: var(--secondary);
  text-transform: uppercase;
  width: 250px;
  margin-top: 20px;
}

.button.full._1:hover {
  background-color: var(--primary-contast);
}

.button.full.wht {
  width: 40%;
}

.button.whats {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #23b559;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  box-shadow: 0 2px 5px #00000082;
}

.button.whats:hover {
  background-color: #1da14e;
}

.btn-wrapper {
  margin-top: 25px;
}

.dinamicas {
  background-color: #fff;
  background-image: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #1f1d3f;
  border-radius: 20px;
  grid-template-rows: auto;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.grid._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.subtitle {
  color: var(--secondary);
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 38px;
}

.subtitle.white {
  color: #fff;
}

.subtitle.no-space {
  margin-bottom: 5px;
}

.paragraph {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 23px;
}

.paragraph.item {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}

.paragraph._2 {
  text-align: left;
}

.paragraph.section {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.p-section {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.white {
  color: #f7f7f7;
  text-align: left;
  width: 60%;
  line-height: 25px;
}

.paragraph.white.bg {
  width: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.black {
  color: #333;
  text-align: left;
  line-height: 25px;
}

.paragraph.black.n {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.paragraph.red {
  color: #e5303c;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph.azul {
  color: #0075bc;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph.verde {
  color: #a7a724;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph._3 {
  font-weight: 500;
}

.paragraph.s {
  font-weight: 500;
  line-height: 28px;
}

.div-block-3 {
  transform-style: preserve-3d;
  background-image: url('../images/2150167424-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 360px;
}

.div-block-3:hover {
  transform: translate3d(0, 3px, 1px);
  box-shadow: 0 2px 5px #0003;
}

.sobre {
  margin-top: 0;
}

.dinamicas-copy {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.title-3._2 {
  margin-bottom: 0;
}

.div-block-4 {
  margin-top: 40px;
}

.oradores {
  background-color: #1f1d3f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.line {
  background-color: var(--medium);
  width: 160px;
  height: 8px;
  margin-top: 20px;
}

.card.dinamica {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 20px 15px;
  display: flex;
}

.card-image {
  background-image: url('../images/63837-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 200px;
}

.card-image._2 {
  background-image: url('../images/97910-1.jpg');
}

.card-image._3 {
  background-image: url('../images/6821cc50e3887ce82acbe313_Screen-Shot-2022-02-03-at-15.34.16.png');
  background-position: 50%;
  height: 300px;
}

.info-orador {
  opacity: 0;
  background-image: linear-gradient(45deg, #e31d2ad1, #303149);
  border-top: 1px #eeeeee29;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  padding: 20px;
  transition: all .45s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info-orador:hover {
  opacity: 100;
  color: #fff;
  border-radius: 6px 6px 0 0;
  flex-flow: column;
}

.info-orador._2 {
  margin-top: 40px;
}

.session-img {
  background-image: url('../images/36031cbe-5dce-4cdf-aef8-cee821949560-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 550px;
}

.div-block-6 {
  color: #fff;
  background-color: #4a4a4a;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.faixa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: inline-flex;
  overflow: hidden;
}

.faixa._2 {
  margin-top: 40px;
}

.div-block-7 {
  text-align: left;
  background-image: linear-gradient(45deg, #e31d2aa3, #303149c7);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 100%;
  height: 85px;
  padding: 10px 20px;
}

.slide {
  width: 25%;
}

.slide.dinamica {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 20px 15px;
  display: flex;
}

.acesso {
  background-color: #0e2e4e12;
  padding-top: 100px;
}

.feature-text {
  font-size: 15px;
}

.feature-text.white {
  color: #ddd8d8;
}

.pricing-features {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
  display: flex;
}

.price-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 24%;
  height: auto;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 32px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 2px 5px #00000017;
}

.price-card:hover {
  border-color: var(--primary);
}

.price-card.black {
  background-color: #314158;
  border-style: none;
  width: 24%;
  margin-right: 3px;
  transition: all .35s;
}

.price-card.black:hover {
  border-style: solid;
  border-color: var(--medium);
}

.price-card.black.indisponivel {
  border-style: solid;
}

.price-card.indisponivel {
  border-color: var(--secondary);
}

.price-card.indisponivel.hide {
  display: none;
}

.price-card._1 {
  background-color: #314158;
  border-color: #96979942;
}

.price-card._1.indisponivel {
  border-color: #e31d2aa3;
}

.check-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.price-type {
  color: #333;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.price-type.azul {
  color: #1a98e6;
  text-transform: capitalize;
}

.price-type.azul._1 {
  color: #fff;
  font-weight: 600;
}

.price-type.verde {
  color: #e2e233;
  text-transform: capitalize;
}

.price-type.verde._1 {
  color: #adad0c;
}

.price-type.white {
  color: #fff;
  text-transform: capitalize;
}

.price-type.red {
  color: #f47f7f;
  text-transform: capitalize;
}

.price-type.red._1 {
  color: var(--secondary);
}

.price-type.dark {
  color: var(--primary-contast);
  font-weight: 600;
}

.price-type.exclusivo {
  color: #dfb10c;
}

.button-2 {
  color: #f496d1;
  background-color: #fef5fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.slider-modalidade {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.top-card {
  text-align: center;
  background-color: #303149;
  border-bottom: 1px dashed #cccccc85;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  justify-content: center;
  height: 100px;
  padding: 30px;
  display: flex;
}

.top-card._2 {
  background-color: var(--medium);
}

.top-card._3 {
  background-color: #1f1d3f;
}

.top-card._4 {
  background-color: var(--secondary);
}

.top-card._1 {
  background-color: #314158;
  border-bottom-color: #cccccc29;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.info-pacote {
  height: 770px;
  margin-bottom: 25px;
  padding: 15px 30px 10px;
}

.info-pacote.dark {
  height: 700px;
}

.info-pacote.dark._1 {
  height: 450px;
}

.text-block-2 {
  font-family: Dejavusans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2.white {
  color: #fff;
  font-size: 16px;
}

.price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.price._1 {
  margin-bottom: 0;
}

.expositor {
  color: #fff;
  background-color: #1f1d3f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.juntar-se {
  background-color: #1f1d3f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.noticias {
  background-color: #f1f5f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pacotes-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.footer-subscribe {
  border-bottom-width: 1px;
  border-bottom-color: #e4ebf3;
  padding: 75px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--secondary);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #4d4e62;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.footer-copyright {
  color: #b8b4b4;
}

.footer-legal-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-legal-link {
  color: #b3adb0;
  text-decoration: none;
  display: flex;
}

.footer-legal-link:hover {
  text-decoration: none;
}

.footer-legal-link.icon {
  color: #b8b4b4;
  margin-left: 0;
  margin-right: 18px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.footer-legal-link.icon:hover {
  color: var(--medium);
}

.accordion-content {
  padding-bottom: 25px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.accordion-content._1 {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid-content {
  max-width: 500px;
}

.grid-content.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.plus-vertical {
  background-color: #3461ff;
  width: 2px;
  height: 16px;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px #f3f6fc;
  border-radius: 4px;
  margin-bottom: 8px;
  box-shadow: 0 1px 20px #e3e9fa;
}

.accordion-item._1 {
  box-shadow: none;
  background-color: #0000;
}

.grid-3._2-column {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3._2-column.odd {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.h2-header {
  margin-bottom: 0;
}

.faq-wrap {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-rich-text {
  margin-bottom: -10px;
}

.container-3 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h4-header {
  margin-bottom: 0;
}

.h4-header.faq-header {
  font-family: Dejavusans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-2 {
  padding: 100px 70px;
}

.accordion-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.accordion-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 16px 24px;
  display: flex;
}

.plus {
  background-color: #3461ff;
  width: 16px;
  height: 2px;
}

.header-wrap {
  margin-bottom: 32px;
}

.pre-header {
  color: #3461ff;
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.pre-header-wrap {
  margin-bottom: 24px;
}

.text-field {
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #bfbf5312;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 15px;
}

.text-field::placeholder {
  color: #ffffffd9;
}

.text-field._1 {
  height: 160px;
}

.textarea {
  height: 133px;
  min-height: 100px;
  margin-bottom: 25px;
}

.whatsapp-wrapper {
  z-index: 1100;
  opacity: 0;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 8% auto;
}

.text-block-3 {
  font-size: 16px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  transition: all .37s;
}

.nav-link:hover, .nav-link:visited {
  border-bottom: 1px solid #fff;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link.hide {
  display: none;
}

.perguntas-frequentes {
  padding: 100px 70px;
}

.home {
  height: 760px;
  margin-top: 0;
  position: relative;
}

.nav-menu {
  align-items: center;
  height: 100%;
  display: flex;
}

.overlay-banner {
  background-image: linear-gradient(#12111ff2, #12111ff2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  justify-content: space-between;
  height: 90px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: #cac8c8;
  font-size: 20px;
  line-height: 25px;
}

.heading {
  max-width: 600px;
}

.div-block-11 {
  padding-top: 40px;
  padding-left: 10px;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 63px;
  font-weight: 800;
  line-height: 55px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 760px;
  padding-top: 100px;
  display: flex;
}

.text-block-5 {
  color: #cac8c8;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.header-setion {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-setion._2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.header-setion._2.container-3 {
  width: auto;
}

.header-setion.hide {
  display: none;
}

.header-setion._3 {
  align-items: flex-start;
  width: 700px;
}

.heading-3 {
  color: #e31d2aeb;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 800;
  line-height: 58px;
}

.heading-3._3 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.heading-3._2 {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
}

.heading-3._2.white {
  text-transform: capitalize;
  width: 300px;
  font-size: 45px;
  line-height: 55px;
}

.heading-3._2._1 {
  width: 700px;
  font-weight: 800;
}

.heading-3._2.auto {
  width: auto;
}

.heading-3._2.d {
  width: 600px;
}

.heading-3.white {
  color: #fff;
  text-align: left;
  width: 600px;
  font-size: 30px;
  line-height: 40px;
}

.heading-3.bg {
  width: 700px;
}

.heading-3.bg-white {
  color: #fff;
}

.heading-3.small {
  width: 400px;
}

.linha {
  border-bottom: 2px solid var(--medium);
  width: 200px;
  margin-bottom: 10px;
}

.linha._1 {
  border-bottom-color: var(--medium);
}

.linha.dot {
  width: 5px;
}

.patrocinio {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.patrocinador {
  box-shadow: none;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 13%;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .37s;
  display: flex;
}

.patrocinador:hover {
  border-color: var(--secondary);
}

.image {
  object-fit: contain;
  background-color: #0000;
  border-radius: 5px;
  height: 100px;
}

.text-block-6 {
  margin-top: 5px;
  font-size: 13px;
}

.text-block-6._1 {
  color: #c9c6c6f7;
}

.slider {
  background-color: #0000;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  font-size: 10px;
  inset: auto 0% 0% auto;
}

.slide-2 {
  border-radius: 5px;
  width: 77%;
  margin-left: 20px;
  padding: 40px;
}

.text-block-7 {
  color: var(--primary);
  font-size: 56px;
  font-weight: 600;
  line-height: 65px;
}

.div-block-13 {
  background-color: #bfbf5312;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  display: flex;
}

.text-block-8 {
  color: var(--primary);
  font-weight: 500;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.text-block-9 {
  margin-top: 10px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.div-block-17 {
  border-radius: 20px;
  align-items: center;
  height: 250px;
  margin-top: 40px;
  padding: 50px;
  display: none;
}

.div-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.list {
  color: #fff;
}

.div-block-19 {
  height: auto;
}

.image-2 {
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.altura-pequena1 {
  color: #f7f7f7;
  padding-left: 20px;
  overflow: hidden;
}

.div-block-20 {
  height: 45px;
}

.slider-2 {
  background-color: #0000;
  height: 580px;
  display: none;
}

.div-block-21 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 1px dashed #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 520px;
  margin-right: 10px;
  display: grid;
}

.left-arrow-2 {
  border: 1px solid #fff;
  border-radius: 200px;
  width: 35px;
  height: 35px;
  padding: 10px;
  font-size: 20px;
  inset: auto auto 0% 0%;
}

.right-arrow-2 {
  border: 1px solid #fff;
  border-radius: 200px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  inset: auto auto 0% 4%;
}

.slide-nav-2 {
  font-size: 10px;
  display: none;
}

.bold-text {
  text-transform: uppercase;
}

.div-block-22 {
  cursor: pointer;
  background-color: #eeeeeead;
  border: 1px solid #8ea0b21c;
  border-radius: 5px;
  padding: 40px;
  transition: all .4s;
  overflow: hidden;
}

.div-block-22:hover {
  border-color: var(--secondary);
  height: auto;
  transform: translate(0);
}

.div-block-22._1 {
  background-color: var(--medium);
}

.div-block-22._2 {
  background-color: var(--primary-contast);
}

.div-block-22._3 {
  background-color: var(--secondary);
}

.div-block-22._5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
}

.capa {
  justify-content: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.capa._1 {
  height: 350px;
}

.nome {
  color: #e3e36e;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.imagem-orador {
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 100%;
}

.imagem-orador:hover {
  transform: scale3d(1.001, 1.001, 2);
}

.orador-item {
  cursor: pointer;
  touch-action: none;
  transform-style: preserve-3d;
  flex-flow: wrap;
  align-items: flex-start;
  min-width: 300px;
  margin-right: 10px;
  padding: 0;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.orador-item:hover {
  transform: translate3d(0, 2px, 1px);
}

.mini-bio {
  color: #ddd7d7;
  -webkit-text-stroke-color: #e2dbdb;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-toggle {
  text-align: center;
  width: 100%;
}

.dropdown {
  width: 100%;
}

.cargo {
  color: #fff;
}

.div-block-24 {
  padding-left: 30px;
  padding-right: 30px;
}

.list-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.expositor2 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.apoio {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-26 {
  height: 200px;
}

.map {
  border-radius: 6px;
  height: 100%;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-size: 16px;
}

.text-block-10._1 {
  color: #b8b4b4;
  margin-bottom: 20px;
}

.div-block-28 {
  flex-flow: column;
  display: flex;
}

.slide-news {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-top: 50px;
  display: flex;
}

.noticia {
  transform-style: preserve-3d;
  flex-flow: column;
  width: 48%;
  margin-right: 15px;
  transition: all .35s;
  display: flex;
}

.noticia:hover {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transform: translate3d(0, 2px, 1px);
  box-shadow: 0 2px 5px #00000029;
}

.link-2 {
  color: var(--secondary);
  text-align: right;
  width: 100%;
  font-weight: 600;
  text-decoration: underline;
  transition: all .35s;
}

.link-2:hover {
  color: var(--primary-contast);
}

.titulo-noticia {
  color: #333;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

.titulo-noticia:hover {
  color: var(--secondary);
}

.list-item {
  color: #333;
  margin-bottom: 14px;
}

.div-block-29 {
  background-color: #e5303c2b;
  border-radius: 6px;
  width: 75%;
  padding-left: 10px;
}

.div-block-30 {
  background-color: #0075bc61;
  border-radius: 6px;
  width: 65%;
  padding-left: 10px;
}

.div-block-31 {
  background-color: #a7a72421;
  border-radius: 6px;
  width: 50%;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-32 {
  text-align: center;
}

.text-block-11 {
  background-color: var(--medium);
  color: #fff;
  border-radius: 6px;
  width: 25%;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
}

.div-block-33 {
  opacity: 0;
}

.grid-4 {
  grid-template-rows: auto;
}

.altura-pequena {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.accordion-wrapper {
  background-color: #f1f5f952;
  border: 1px solid #f1f5f9;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all .6s;
}

.accordion-wrapper:hover, .accordion-wrapper:active {
  border-color: var(--secondary);
}

.accordion-item-2 {
  margin-bottom: 0;
  padding: 8px 35px;
}

.div-block-43 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.accordion-trigger-2 {
  float: left;
  width: 95%;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}

.arrox {
  float: left;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 25px;
}

.resposta-apear {
  border-top: 1px #f5f5f5;
  margin-top: 0;
  padding: 0 35px;
  display: block;
  overflow: hidden;
}

.paragraph-3 {
  color: #2e2e2e;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 170%;
}

.div-block-44 {
  height: 70px;
}

.gatilho {
  background-color: var(--secondary);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 45px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .35s;
  display: flex;
}

.gatilho:hover {
  background-color: var(--primary-contast);
}

.div-block-45 {
  height: 45px;
}

.link-3 {
  color: #2e2e2e;
  transition: all .35s;
}

.link-3:hover {
  color: #84c707;
}

.link-4 {
  color: var(--secondary);
}

.link-4:hover {
  color: var(--primary);
}

.div-block-46 {
  height: auto;
}

.div-block-47 {
  display: none;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  display: grid;
}

.ver {
  color: var(--medium);
  cursor: pointer;
  text-decoration: underline;
  display: none;
}

.div-block-49 {
  text-align: center;
}

.div-block-50 {
  height: 60px;
}

.div-block-51 {
  background-image: url('../images/favicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53 {
  background-image: linear-gradient(#121127c9, #121127c9), url('../images/2150951407.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}

.contador {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.div-block-56 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
  flex-flow: column;
  padding: 40px;
  transition: all .37s;
  display: flex;
}

.div-block-56:hover {
  border-style: solid;
  border-color: var(--secondary);
}

.div-block-56._1 {
  background-color: #e31d2ab0;
}

.section-id {
  color: #f4724f;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.image-3 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 400px;
}

.section-h2 {
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
}

.section-3.main {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.container-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-57 {
  text-align: center;
  padding-top: 25px;
}

.section-header-wrapper {
  margin-bottom: 80px;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header.centered {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  border-bottom: 1px solid #cce5ffcc;
  border-left: 1px solid #cce5ffcc;
  border-right: 1px solid #cce5ffcc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 140px;
  padding: 35px;
  display: flex;
}

.link-block-2 {
  color: #00091a;
  border: 1px #cce5ffcc;
  border-radius: 5px;
  text-decoration: none;
}

.wrapp-big-cards {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  min-width: 100%;
  margin-left: 30px;
  margin-right: 0;
  position: relative;
}

.subtext {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
}

.subtext.in-hero {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  line-height: 1.4;
}

.subtext.in-hero._7000 {
  color: #667081;
  font-size: 20px;
}

.text-block-14 {
  color: #c9c6c6f7;
}

.orador-container {
  touch-action: pan-y;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.btn-top {
  width: 25px;
}

.div-block-58 {
  background-color: var(--primary);
  opacity: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 60px;
  font-weight: 600;
  transition: all .36s;
  display: none;
  position: fixed;
  inset: auto 5% 8% auto;
  box-shadow: 0 2px 10px #00000091;
}

.div-block-58:hover {
  background-color: var(--primary-contast);
}

.info-noticia {
  background-color: #fff;
  background-image: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 20px;
}

.div-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.div-block-60._1 {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.div-block-61 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#1f1d3fa1, #1f1d3fa1), url('../images/63838.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  height: auto;
  transition: all .35s;
}

.div-block-61:hover {
  transform: translate3d(0, 2px, 1px);
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block-63 {
  margin-top: 40px;
}

.heading-4 {
  color: #fff;
}

.div-block-64 {
  background-color: #1f1d3f;
}

.divis-o {
  border-bottom: 1px solid #fafafa14;
}

.menu-site {
  display: flex;
}

.div-block-65 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.div-block-66 {
  align-items: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.plus-contador {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.link-5 {
  color: #b8b4b4;
}

.link-5:hover {
  color: var(--medium);
}

.link-6 {
  color: #b8b4b4;
}

.text-span {
  color: #ecb7b7;
}

.div-block-68 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-69 {
  padding-bottom: 100px;
}

.sala {
  width: 680px;
  margin-top: 20px;
  margin-right: 10px;
}

.div-block-70 {
  height: 400px;
  position: relative;
}

.image-4 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.text-block-15 {
  font-size: 19px;
}

.text-block-16 {
  z-index: 5;
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  border-radius: 6px;
  padding: 20px;
  font-size: 25px;
  font-weight: 600;
}

.info-sala {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#12112775, #12112775);
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info-sala:hover {
  opacity: 100;
  color: #fff;
  background-image: linear-gradient(#121127c2, #121127c2);
}

.div-block-72 {
  z-index: 4;
  justify-content: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 2% 0%;
}

.paragraph-4 {
  color: #fff;
  text-align: justify;
  width: 75%;
  font-size: 18px;
  line-height: 30px;
}

.overlay-sala {
  z-index: 1;
  background-image: linear-gradient(#12112714 59%, #27272fab 73%, #333 100%, #12112714);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.sala-container {
  touch-action: pan-y;
  width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.sala-conteudo {
  -webkit-user-select: none;
  user-select: none;
  display: inline-flex;
  position: relative;
  inset: 0%;
}

.text-block-17 {
  text-align: center;
  margin-bottom: 30px;
}

.valor {
  color: #fff;
  margin-top: 11px;
  font-size: 26px;
}

.valor-dark {
  margin-top: 10px;
  font-size: 26px;
}

.text-span-2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.div-block-73 {
  height: 90px;
  margin-bottom: 20px;
}

.titulo-page {
  margin-bottom: 40px;
}

.titulo-noticia-page {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 25px;
}

.imagem-destque {
  height: 500px;
}

.image-5 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-18 {
  color: #7a7a7a;
}

.div-block-74 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-3 {
  background-color: var(--primary);
  border-radius: 5px;
  transition: all .37s;
}

.button-3:hover {
  background-color: var(--primary-contast);
}

.text-block-19 {
  color: #504d4d;
  font-weight: 500;
}

.creditos {
  color: #fff;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 10px;
}

.paragraph-6 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 45px;
  }

  .header2 {
    height: 85px;
  }

  .background-video {
    width: 100%;
    height: 280px;
  }

  .section {
    padding-bottom: 0;
  }

  .title {
    font-size: 34px;
    line-height: 43px;
  }

  .paragraph.white {
    width: auto;
  }

  .price-card {
    position: relative;
  }

  .price-card.black {
    margin-bottom: 10px;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .top-card {
    height: 90px;
  }

  .expositor {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .juntar-se {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .pacotes-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .grid-content {
    text-align: left;
    max-width: 420px;
  }

  .grid-content.centered {
    max-width: 420px;
  }

  .grid-3._2-column.odd {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    max-width: none;
  }

  .container-3 {
    max-width: 770px;
  }

  .h4-header.faq-header {
    font-size: 22px;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .whatsapp-wrapper {
    bottom: 20px;
  }

  .nav-link {
    color: #fff;
  }

  .perguntas-frequentes {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    background-color: var(--primary-contast);
    color: #fff;
    width: 65%;
    padding: 40px;
    box-shadow: 0 2px 5px #25242457;
  }

  .div-block-10 {
    width: 50%;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .div-block-11 {
    width: 50%;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-12 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .patrocinio {
    flex-flow: row;
    margin-bottom: 0;
  }

  .patrocinador {
    width: 20%;
  }

  .div-block-17 {
    height: auto;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .right-arrow-2 {
    left: 7%;
  }

  .expositor2 {
    margin-top: 40px;
  }

  .apoio {
    margin-top: 50px;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .noticia {
    width: 47%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .altura-pequena {
    width: 100%;
  }

  .icon-2 {
    color: #f1efefed;
    font-size: 30px;
    font-weight: 300;
  }

  .div-block-48 {
    grid-template-columns: 1fr;
  }

  .div-block-53 {
    height: auto;
    padding-bottom: 60px;
  }

  .div-block-54 {
    grid-template-columns: 1.5fr;
  }

  .image-3 {
    height: 170px;
  }

  .section-h2 {
    font-size: 45px;
  }

  .section-3.main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-5 {
    height: 100px;
    padding: 10px 20px;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 15px;
  }

  .subtext.in-hero {
    font-size: 18px;
  }

  .subtext.in-hero._7000 {
    font-size: 13px;
  }

  .div-block-61 {
    display: none;
  }

  .div-block-62 {
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header2 {
    height: 89px;
  }

  .hero {
    height: auto;
  }

  .title {
    font-size: 30px;
    line-height: 38px;
  }

  .dinamicas {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .sobre {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .oradores {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .acesso {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .price-card {
    padding-left: 0;
    padding-right: 0;
  }

  .expositor {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .juntar-se {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .noticias {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-item {
    margin-bottom: 4px;
    box-shadow: 0 1px 12px #e3e9fa;
  }

  .grid-3._2-column {
    grid-template-columns: 1fr;
  }

  .grid-3._2-column.odd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .h4-header.faq-header {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .accordion-icon-wrap {
    margin-left: 16px;
  }

  .perguntas-frequentes {
    padding-left: 0;
    padding-right: 0;
  }

  .home {
    height: auto;
  }

  .nav-menu {
    width: 70%;
  }

  .div-block-10, .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
  }

  .header-setion._3 {
    width: auto;
  }

  .heading-3._2 {
    font-size: 40px;
  }

  .heading-3._2.white._1, .heading-3._2._1 {
    width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-3.bg {
    width: auto;
  }

  .slider-2 {
    height: 680px;
  }

  .div-block-21 {
    height: 600px;
  }

  .div-block-25 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .div-block-44 {
    height: 25px;
  }

  .gatilho {
    width: 35%;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-53 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .div-block-55 {
    grid-template-columns: 1fr 1fr;
  }

  .container-4 {
    max-width: 550px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subtext.in-hero {
    font-size: 18px;
  }

  .div-block-59 {
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-flow: row;
    align-items: flex-start;
  }

  .div-block._2 {
    flex-flow: row;
    display: flex;
  }

  .title {
    font-size: 27px;
    line-height: 36px;
  }

  .button.full._1 {
    width: 100%;
  }

  .dinamicas {
    padding-bottom: 50px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    text-align: left;
  }

  .div-block-3 {
    height: 300px;
  }

  .sobre {
    padding-bottom: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .oradores, .acesso {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .expositor, .juntar-se {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .noticias {
    padding-bottom: 60px;
  }

  .pacotes-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .footer-copyright {
    text-align: center;
  }

  .grid-content {
    max-width: 320px;
  }

  .grid-content.centered {
    text-align: left;
    max-width: 320px;
  }

  .accordion-item {
    margin-bottom: 8px;
  }

  .grid-3._2-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-3._2-column.odd {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 380px;
  }

  .h4-header.faq-header {
    font-size: 18px;
  }

  .section-2 {
    background-color: #f9fafc;
    padding: 7vh 16px;
  }

  .accordion-icon-wrap {
    width: 40px;
  }

  .accordion-trigger {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-wrap {
    margin-bottom: 24px;
  }

  .header-wrap._0-on-mobile {
    margin-bottom: 0;
  }

  .pre-header-wrap {
    align-self: flex-start;
  }

  .whatsapp-wrapper {
    bottom: 20px;
  }

  .perguntas-frequentes {
    background-color: #f9fafc;
    padding: 7vh 16px;
  }

  .nav-menu {
    width: 65%;
  }

  .menu-button {
    min-width: 1px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .heading-3._2 {
    width: auto;
  }

  .heading-3._2.white {
    width: auto;
    font-size: 40px;
  }

  .heading-3.small {
    width: auto;
  }

  .div-block-17 {
    padding: 30px 20px;
  }

  .altura-pequena1 {
    padding-left: 12px;
  }

  .slider-2 {
    height: auto;
  }

  .div-block-21 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .left-arrow-2 {
    bottom: 1%;
    left: 5%;
  }

  .right-arrow-2 {
    bottom: 1%;
    left: 20%;
  }

  .div-block-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .expositor2 {
    margin-top: 40px;
  }

  .div-block-29, .div-block-30, .div-block-31 {
    width: auto;
  }

  .accordion-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-trigger-2 {
    width: 90%;
    font-size: 16px;
  }

  .arrox {
    width: 10%;
  }

  .resposta-apear {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .gatilho {
    width: 45%;
  }

  .slide-3 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-4, .slide-5, .slide-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-56 {
    padding: 20px;
  }

  .section-id {
    font-size: 13px;
  }

  .image-3 {
    height: 200px;
  }

  .section-h2 {
    font-size: 33px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-header-wrapper {
    margin-bottom: 60px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .subtext.in-hero {
    font-size: 17px;
  }

  .div-block-68 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .imagem-destque {
    height: 400px;
  }
}


@font-face {
  font-family: 'Dejavusans';
  src: url('../fonts/DejaVuSans.ttf') format('truetype'), url('../fonts/DejaVuSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dejavusans';
  src: url('../fonts/DejaVuSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open-sans.italic.ttf') format('truetype'), url('../fonts/open-sans.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}