@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;
}

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/EC-logo-6-e1745451137763.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 85px;
  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: absolute;
  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/bakground-10-1.png');
  background-position: 50% 15%;
  background-size: cover;
  height: 800px;
}

.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;
}

.hero._1 {
  background-image: url('../images/bakground-4.png');
}

.hero._2 {
  background-image: url('../images/bakground-5.png');
}

.hero.ci {
  background-image: linear-gradient(#000, #0c0c0c00 19%), url('../images/site2.png');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
}

.hero.mt {
  background-image: radial-gradient(circle, #0000005e, #000), url('../images/2150536598.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.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;
  display: none;
}

.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 {
  color: #fff;
  background-color: #b38724;
  border-radius: 4px;
  height: 45px;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.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 {
  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 {
  z-index: 5;
  margin-top: -165px;
  padding-top: 20px;
  position: relative;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  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 {
  color: #c9c6c6f7;
  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: #f7f7f7c9;
  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;
}

.paragraph.lite {
  color: #fff;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.lite._2 {
  color: #f0ac3e;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph.center {
  text-align: center;
}

.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 {
  background-image: radial-gradient(circle, #ffffffd9, #fff), url('../images/Imagem-WhatsApp-2025-04-11-as-23.52.34_ff599d48.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  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;
}

.sess-o {
  background-color: #000000f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sess-o._1 {
  background-color: #1f1d3f;
  display: flex;
}

.sess-o.white {
  background-image: url('../images/Imagem-WhatsApp-2025-04-11-as-23.52.35_463afd13.jpg');
  background-position: 50% 20%;
  background-size: cover;
  height: 600px;
}

.sess-o.historias {
  background-color: #fff;
  padding-bottom: 0;
}

.sess-o._2 {
  background-color: #fff;
}

.sess-o._2.img1 {
  background-image: linear-gradient(#3333337d, #3333337d), url('../images/IMG_9206-scaled.jpg');
  background-position: 0 0, 100% 10%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 120px;
  position: relative;
}

.sess-o._2.img2 {
  background-image: radial-gradient(circle, #0000003d, #161515), url('../images/2150065635.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.sess-o.black {
  background-color: #000;
}

.sess-o.black.hide {
  display: none;
}

.sess-o.b {
  background-image: radial-gradient(circle, #00000070, #000), url('../images/3682.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sess-o.mt {
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/vista-traseira-de-mulher-escrita-uma-nota_53876-20869-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sess-o._5 {
  padding-top: 60px;
}

.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;
}

.orador-conteudo {
  -webkit-user-select: none;
  user-select: none;
  margin-top: 60px;
  display: inline-flex;
}

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

.div-block-7 {
  text-align: left;
  background-image: linear-gradient(#20202024, #d5b367);
  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;
  display: none;
}

.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 {
  background-color: #d5b366;
  border-bottom-width: 1px;
  border-bottom-color: #e4ebf3;
  padding: 10px 30px;
  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: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.footer-legal-link.icon:hover {
  color: #000;
}

.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;
}

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

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

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

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

.overlay-banner._2 {
  background-image: linear-gradient(#0000006b, #0000006b);
}

.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;
  width: 50%;
  margin-top: -99px;
  display: flex;
  position: relative;
}

.div-block-10._1 {
  justify-content: space-around;
  width: 40%;
  height: 100%;
}

.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: 70px;
}

.heading-2.s {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.heading-2.c {
  text-transform: uppercase;
}

.heading-2.c._1 {
  margin-bottom: 0;
  line-height: 65px;
}

.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: 80px;
  display: flex;
}

.div-block-12._1 {
  padding-top: 0;
}

.text-block-5 {
  color: #ddd9d9;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-5._1 {
  font-weight: 300;
}

.text-block-5._1.mobile {
  display: none;
}

.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: #252323eb;
  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.white._1 {
  margin-bottom: 0;
}

.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;
}

.heading-3._1 {
  color: #fff;
  text-align: center;
}

.heading-3.m {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 800;
}

.linha {
  background-color: #f0ac3e;
  border-bottom: 2px #f0ac3e;
  width: 200px;
  height: 2px;
  margin-bottom: 15px;
}

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

.linha.dot {
  background-color: #f0ac3e;
  border-bottom-style: none;
  border-radius: 200%;
  width: 3px;
  height: 3px;
}

.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;
  display: grid;
}

.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: row;
  justify-content: space-between;
  display: flex;
}

.text-block-10 {
  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: wrap;
  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 {
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.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;
  display: none;
  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;
  text-align: center;
  width: 600px;
  font-size: 15px;
}

.text-block-14._1 {
  color: #f1f0f0f7;
}

.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;
}

.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;
  display: none;
}

.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: 30px;
}

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

.sala {
  z-index: 10;
  width: 600px;
  margin-top: 20px;
  position: relative;
}

.div-block-70 {
  border-right: 2px solid #f0ac3e;
  height: 400px;
  position: relative;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-4._1 {
  object-position: 50% 25%;
}

.image-4._2 {
  object-position: 50% 60%;
}

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

.text-block-16 {
  z-index: 5;
  color: #f0ac3e;
  text-shadow: 0 1px 1px #0003;
  border-radius: 6px;
  padding: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-16._1 {
  padding-top: 5px;
}

.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;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 2% 0%;
}

.div-block-72._1 {
  flex-flow: column;
}

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

.overlay-sala {
  z-index: 1;
  background-image: linear-gradient(#2626275c 62%, #1f1f1fc9 78%, #333 100%, #12112714);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

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

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

.portfolio._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.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;
}

.image-6 {
  object-fit: cover;
  height: 600px;
}

.video {
  height: 50vh;
}

.div-block-76 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.video-yt {
  height: 300px;
}

.mentorias {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.mentorias._2.ci {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mentorias._2.ci.m {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.item-mentoria {
  border-radius: 10px;
  width: 100%;
  height: 500px;
  transition: all .37s;
  display: flex;
  position: relative;
}

.item-mentoria:hover {
  transform: translate(0, 2px);
  box-shadow: 0 2px 5px #000000bf;
}

.item-mentoria._1 {
  background-color: #111111d4;
  height: 420px;
}

.item-mentoria._1._2 {
  border: 1px solid #dd522b;
}

.item-mentoria._1.ci {
  background-color: #2e2d2ddb;
  flex-flow: column;
  height: 300px;
}

.item-mentoria._1.ci._3, .item-mentoria._1.ci._3._4 {
  height: 500px;
}

.item-mentoria.hide {
  display: none;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 10%;
  border-right: 2px solid #f0ac3e;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 100%;
}

.image-7._2 {
  border-left: 2px solid #f0ac3e;
  border-right-style: none;
  border-radius: 0 5px 5px 0;
}

.text-block-20 {
  color: #f0ac3e;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.text-block-20._1 {
  color: #fff;
  font-weight: 500;
}

.text-block-20._2 {
  font-weight: 500;
}

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

.div-block-77 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-78 {
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-21 {
  color: #d8d8d8f7;
  font-size: 18px;
  line-height: 25px;
}

.text-block-21._1 {
  color: #d8d8d896;
  margin-left: 35px;
  font-size: 16px;
}

.text-block-21._1.hide {
  display: none;
}

.div-block-79 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.div-block-80 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.button-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #b78f36;
  border-radius: 5px;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  transition: all .37s;
}

.button-4:hover {
  background-color: #c0a15a;
}

.button-4._1 {
  color: #fff;
  background-color: #bd8429;
  width: 70%;
}

.button-4._1:hover {
  background-color: #ca9133;
}

.button-4._1._2 {
  width: 50%;
}

.div-block-81 {
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
}

.div-block-81._1 {
  justify-content: flex-start;
  padding-left: 40px;
}

.tela {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.item-tela {
  width: 500px;
  height: 400px;
  position: relative;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 50px;
}

.div-block-83 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.div-block-84 {
  width: 60%;
}

.text-block-22 {
  font-size: 25px;
}

.text-block-22.bold {
  font-weight: 500;
}

.text-block-23 {
  color: #fffc;
  font-size: 18px;
}

.historias {
  position: relative;
}

.history {
  display: inline-flex;
}

.image-9 {
  object-fit: contain;
  margin-top: 10px;
}

.div-block-85 {
  position: relative;
}

.image-10 {
  object-fit: contain;
  height: 850px;
}

.div-block-86 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

.section-5 {
  z-index: 100;
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
}

.section-5.black {
  background-color: #29292b;
  padding-bottom: 20px;
}

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

.section-6 {
  background-color: #c94520;
  background-image: linear-gradient(#df4d25f2, #df4d25f2), url('../images/Imagem-WhatsApp-2025-02-23-as-21.25.24_f4ae01b5.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-88 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.div-block-89 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.svg {
  color: #fff;
  width: 35px;
}

.div-block-90 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  padding: 25px;
  display: flex;
}

.div-block-90._2 {
  justify-content: flex-start;
  height: 250px;
  padding-top: 40px;
  padding-bottom: 5px;
}

.text-block-24 {
  width: 60%;
}

.slide-eri {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.slide-eri.fixo {
  flex-flow: column;
  position: sticky;
  inset: 0%;
}

.slide-eri.fixo._2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.item-1 {
  width: 49%;
  height: 500px;
  position: relative;
}

.item-1._2 {
  height: 400px;
}

.item-1._3 {
  background-image: linear-gradient(#000000f0, #000000f0);
  height: 200px;
}

.item-1._4 {
  width: 100%;
  height: 240px;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-slide {
  background-image: linear-gradient(#000000b8, #000000b8);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-slide._1 {
  background-image: linear-gradient(#000000e6, #000000e6);
  border-radius: 10px;
}

.div-block-91 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-25 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-25._1 {
  color: #f0ac3e;
}

.paragraph-6 {
  color: #fafafaf7;
  font-size: 18px;
  line-height: 24px;
}

.div-block-92 {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-93 {
  height: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-93._1 {
  height: auto;
}

.div-block-94 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-94._1 {
  flex-flow: column;
}

.svg-2 {
  color: #fff;
  width: 18px;
}

.div-block-95 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-96 {
  border: 1px dashed #fff;
  border-radius: 5px;
  padding: 20px;
}

.div-block-96._2 {
  background-color: #252525;
  border-width: 1px;
  border-color: #000000bf;
}

.div-block-96._2.q {
  border-color: #f0ac3e4f;
  width: 32%;
  height: 150px;
}

.div-block-96._1 {
  border-color: #f0ac3e;
}

.div-block-96.hide {
  display: none;
}

.div-block-97 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
  box-shadow: 1px 1px 14px -4px #c78a296b;
}

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

.div-block-98 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-26 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.image-12 {
  object-fit: cover;
}

.div-block-99 {
  justify-content: center;
  display: flex;
}

.image-13 {
  width: 250px;
}

.text-span-3 {
  color: #bd8429;
}

.div-block-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  display: flex;
}

.div-block-101 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.section-7 {
  background-image: linear-gradient(108deg, #1a19198a, #000000c9), url('../images/bakground-5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.text-block-27 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.text-block-28 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.div-block-103 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.image-14 {
  object-fit: cover;
}

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

.text-block-29 {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
}

.div-block-105 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 60%;
  display: flex;
}

.text-span-4 {
  color: #bd8429;
}

.div-block-106 {
  height: 230px;
}

.div-block-106._1 {
  height: 100px;
}

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

.text-block-30 {
  font-size: 18px;
  font-weight: 600;
}

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

.div-block-109 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.list-item-2 {
  color: #fff;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.section-8 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8._1 {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Imagem-WhatsApp-2025-02-23-as-21.25.24_9c9b70f0.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.section-8._2 {
  padding-bottom: 100px;
}

.section-8._2._3 {
  padding-bottom: 40px;
}

.section-8.hide {
  display: none;
}

.div-block-111 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.text-block-32 {
  color: #f0ac3e;
  font-size: 20px;
}

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

.image-15 {
  object-fit: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 250px;
  transition: all .37s;
  position: absolute;
  inset: auto 0% 0%;
}

.image-15:hover {
  transform: scale(1);
}

.image-15._2 {
  border-radius: 5px;
  height: 100%;
}

.image-15._1 {
  height: 250px;
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: square;
  display: grid;
}

.text-block-33 {
  color: #fff;
  font-size: 18px;
}

.text-span-5 {
  font-style: italic;
}

.text-block-34 {
  color: #f0ac3e;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-35 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.div-block-114 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.div-block-115._1 {
  display: flex;
}

.div-block-116 {
  background-color: #313131d1;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-116._2 {
  width: 50%;
}

.text-block-36 {
  color: #ccccccc4;
  font-size: 18px;
}

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

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

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

.text-block-37 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-38 {
  color: #e9e5e5e3;
  font-size: 18px;
  line-height: 23px;
}

.text-block-39 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-120 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.div-block-121 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-40 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}

.div-block-122 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-123, .div-block-124 {
  margin-bottom: 20px;
}

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

.heading-5 {
  color: #fff;
  font-size: 65px;
  font-weight: 800;
  line-height: 70px;
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-start;
  height: 300px;
  display: flex;
}

.div-block-127 {
  height: 760px;
  display: flex;
}

.div-block-128 {
  flex-flow: column;
  justify-content: center;
  width: 40%;
  display: flex;
}

.div-block-129 {
  width: 60%;
}

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

.div-block-131 {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-132 {
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  margin-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-133 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-134 {
  border: 1px dashed #ffffff5e;
  border-radius: 5px;
  width: 60%;
  padding: 40px;
}

.div-block-135 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.text-span-6 {
  color: #b9b2b2;
  font-size: 16px;
  font-weight: 300;
}

.pagamento-treinamento {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-136 {
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tab-link-tab-1 {
  font-size: 18px;
}

.pagamento {
  color: #fff;
  background-color: #0000;
  border: 1px solid #c7c5c580;
  height: 45px;
  margin-right: 2px;
  padding-top: 13px;
  font-size: 20px;
  font-weight: 500;
}

.pagamento.w--current {
  background-color: #b37b22;
  border-style: none;
  font-weight: 500;
}

.div-block-137 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-span-7 {
  font-weight: 300;
}

.div-block-138 {
  justify-content: center;
  display: flex;
}

.text-span-8 {
  color: #f0ac3e;
}

.div-block-139 {
  background-image: linear-gradient(#000000de, #000000de);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-16 {
  object-fit: cover;
  object-position: 50% 80%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-140 {
  border-radius: 12px;
  height: 500px;
  display: none;
  position: relative;
}

.div-block-141 {
  background-image: linear-gradient(#000, #000);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 20px 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-142 {
  flex-flow: column;
  width: 60%;
  margin-top: 70px;
  display: flex;
}

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

.text-span-9 {
  font-weight: 500;
}

.treinamento {
  z-index: 100;
  background-image: linear-gradient(#77777780, #77777780);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block {
  background-color: #141414;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  width: 450px;
  height: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form-block.hide {
  display: none;
}

.text-block-41 {
  color: #e6ae54;
  font-size: 16px;
  font-weight: 400;
}

.text-block-42 {
  display: none;
}

.div-block-145 {
  flex-flow: column;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #a38136;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  margin-top: 40px;
  font-size: 16px;
  transition: all .37s;
}

.submit-button:hover {
  background-color: #c69b3b;
}

.input-form {
  color: #fff;
  background-color: #e7e7e712;
  border: 1px #000;
  border-bottom: 1px solid #424242;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.input-form::placeholder {
  color: #fafafab3;
}

.formulario {
  flex-flow: column;
  display: flex;
}

.fechar-modal {
  color: #ccc;
  text-transform: uppercase;
  background-color: #04040445;
  border: 1px solid #c3bebe26;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 20px;
  font-size: 16px;
  transition: all .37s;
  display: flex;
}

.fechar-modal:hover {
  color: #fff;
  background-color: #3333334f;
  border-color: #c3bebe00;
}

.abrir-formulario {
  text-align: center;
  text-transform: uppercase;
  background-color: #bd8429;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

  .header2 {
    height: 85px;
  }

  .hero.mt {
    background-image: radial-gradient(circle, #00000082, #000), url('../images/2150536598.jpg');
    background-position: 0 0, 50% 15%;
    background-size: auto, cover;
  }

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

  .section {
    padding-bottom: 0;
  }

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

  .paragraph.white {
    width: auto;
  }

  .paragraph.black.n {
    text-align: left;
  }

  .paragraph.center {
    text-align: center;
  }

  .sess-o.white {
    height: 500px;
  }

  .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;
  }

  .footer-legal-block {
    justify-content: center;
  }

  .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%;
  }

  .div-block-10._1 {
    width: 70%;
  }

  .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;
  }

  .text-block-5._1.desktop {
    display: none;
  }

  .text-block-5._1.mobile {
    display: block;
  }

  .header-setion._2.container-3 {
    align-items: center;
    max-width: none;
  }

  .heading-3 {
    text-align: center;
  }

  .heading-3._4 {
    text-align: left;
  }

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

  .patrocinador {
    width: 20%;
  }

  .div-block-16 {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .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;
  }

  .div-block-27 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .div-block-28 {
    align-items: center;
  }

  .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;
  }

  .image-6 {
    z-index: 5;
    object-fit: cover;
  }

  .mentorias, .mentorias._2.ci, .mentorias._2.ci.m {
    grid-template-columns: 1fr 1fr;
  }

  .item-mentoria._1.ci._5 {
    margin-top: 5px;
  }

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

  .div-block-87 {
    grid-template-columns: .5fr;
  }

  .item-1._3, .div-block-96 {
    width: 100%;
  }

  .div-block-96._2.q {
    width: 45%;
  }

  .div-block-116._2 {
    width: 80%;
  }

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

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

  .div-block-127 {
    position: relative;
  }

  .div-block-128 {
    z-index: 2;
    width: 70%;
    position: relative;
  }

  .div-block-129 {
    opacity: .78;
    width: auto;
    position: absolute;
    right: -161px;
  }

  .div-block-132 {
    width: 70%;
  }

  .div-block-134 {
    width: 90%;
  }
}

@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: 10px;
    padding-bottom: 60px;
  }

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

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

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

  .sess-o {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sess-o.b {
    padding-bottom: 100px;
  }

  .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 {
    z-index: 5;
    width: 100%;
  }

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

  .div-block-10._2 {
    margin-top: 0;
  }

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

  .div-block-11.img {
    position: absolute;
  }

  .heading-2.c {
    padding-left: 10px;
  }

  .heading-2.c._1 {
    text-align: center;
  }

  .div-block-12 {
    flex-flow: column;
    align-items: flex-start;
    height: 700px;
    padding-top: 150px;
    position: relative;
  }

  .div-block-12._1 {
    padding-top: 45px;
  }

  .text-block-5._1 {
    text-align: center;
    width: 90%;
    line-height: 25px;
  }

  .text-block-5._1.mobile {
    text-align: center;
    width: 100%;
  }

  .text-block-5._1._2 {
    text-align: left;
  }

  .header-setion._2.container-3 {
    align-items: flex-start;
    max-width: none;
  }

  .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;
  }

  .text-block-14 {
    width: 70%;
  }

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

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

  .image-6 {
    opacity: .43;
    object-position: 0% 50%;
  }

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

  .item-mentoria._1.ci, .item-mentoria._1.ci._5._2 {
    height: 300px;
  }

  .text-block-20 {
    text-transform: uppercase;
    font-weight: 500;
  }

  .text-block-20._3, .text-block-20._5 {
    text-transform: capitalize;
  }

  .button-4._1 {
    width: 100%;
  }

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

  .div-block-85.hide {
    display: none;
  }

  .div-block-86 {
    align-items: center;
  }

  .div-block-87 {
    grid-template-columns: .5fr;
    width: 100%;
    display: block;
  }

  .div-block-90 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .item-1._4._1 {
    height: 400px;
  }

  .div-block-91._1 {
    justify-content: center;
  }

  .div-block-96._2.q {
    width: 100%;
    height: auto;
  }

  .section-8._1 {
    background-image: linear-gradient(#000000b0, #000000b0), url('../images/Imagem-WhatsApp-2025-02-23-as-21.25.24_9c9b70f0.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .list-2, .div-block-115 {
    grid-template-columns: 1fr;
  }

  .div-block-118 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-120 {
    width: 100%;
  }

  .text-block-40 {
    text-align: center;
  }

  .div-block-122 {
    width: 100%;
  }

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

  .div-block-129 {
    right: -200px;
  }

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

  .div-block-132 {
    justify-content: flex-end;
    width: 100%;
  }

  .tabs-menu {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-main {
    padding-left: 10px;
    padding-right: 0;
  }

  .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 {
    margin-top: -81px;
    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;
  }

  .sess-o {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sess-o.black {
    padding-bottom: 40px;
  }

  .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;
  }

  .footer-legal-block {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .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;
  }

  .div-block-10._2 {
    margin-top: -30px;
  }

  .header-setion._2.container-3 {
    align-items: center;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 55px;
  }

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

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

  .heading-3.bg-white {
    font-size: 45px;
    line-height: 50px;
  }

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

  .heading-3._1 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-3.m {
    font-size: 35px;
    line-height: 40px;
  }

  .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;
  }

  .mentorias._2.ci, .mentorias._2.ci.m {
    grid-template-columns: 1fr;
  }

  .item-mentoria {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 550px;
  }

  .item-mentoria._1.ci._5.f {
    height: 300px;
  }

  .item-mentoria.back {
    height: 160px;
  }

  .image-7 {
    border-bottom: 2px solid #f0ac3e;
    border-right-style: none;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .div-block-80 {
    width: 100%;
    padding-bottom: 20px;
  }

  .button-4._1 {
    width: 100%;
  }

  .button-4._1._2 {
    width: 90%;
  }

  .div-block-81 {
    margin-top: 10px;
  }

  .slide-eri.fixo._2 {
    grid-template-columns: 1fr;
  }

  .item-1._3 {
    height: 300px;
  }

  .div-block-116._2 {
    width: 100%;
  }

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

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

  .div-block-128 {
    width: 90%;
  }

  .div-block-129 {
    opacity: .7;
  }

  .div-block-134 {
    padding: 10px;
  }

  .pagamento {
    width: 180px;
  }

  .div-block-142 {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: row;
    overflow: auto;
  }

  .tabs-menu-2 {
    display: flex;
  }
}


@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;
}