:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.s1-section {
  background-image: linear-gradient(215deg, rgba(3, 20, 51, .62), rgba(255, 255, 255, 0)), url('../images/Group-1171274728.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: auto;
}

.s2-section {
  background-image: linear-gradient(13deg, #1b3861, #22536b);
  height: auto;
}

.s3-section {
  background-image: linear-gradient(#063156, rgba(255, 255, 255, 0)), url('../images/background-s3.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 856px;
}

.s5-section {
  background-image: linear-gradient(rgba(7, 50, 85, .43), rgba(255, 255, 255, 0)), url('../images/back-ground-planos.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
}

.s6-section-depoimentos {
  background-image: linear-gradient(#fafdff, #fafdff);
}

.s7-section-faqudivdas {
  background-image: linear-gradient(#073255, #0c384d);
}

.s8-section-canaldoyoutube {
  background-image: url('../images/background-youtube-000002.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-image: linear-gradient(#00141d, #00141d);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  background-color: #fafdff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.logo-menu {
  margin-top: 0;
  padding: 15px 5px;
}

.menu-nav-1 {
  padding-left: 10px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.bt-nav {
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.bt-nav.bt-acessar {
  text-align: center;
  border-width: 1.5px;
  border-color: #05155e;
  padding-right: 20px;
  font-size: 11px;
}

.bt-nav.bt-abra-conta {
  color: #fff;
  background-image: linear-gradient(#1b3861, #22536b);
  border-color: rgba(0, 0, 0, 0);
  padding-right: 20px;
  font-size: 11px;
}

.container {
  display: flex;
}

.container.hero {
  flex-flow: column;
}

.base-texto {
  width: 450px;
  margin-top: 255px;
}

.base-texto.hero {
  margin-bottom: 20px;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-boton-hero-base {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #fff, #b5bac2);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.heading.hero {
  background-image: linear-gradient(199deg, #fff 58%, #b5bac2);
  margin-bottom: 20px;
  font-size: 22px;
}

.paragraph {
  color: #e6eaec;
  width: 390px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph.s3 {
  text-align: center;
  width: auto;
  font-size: 18px;
}

.title-hero-bold {
  font-size: 32px;
}

.title-hero-bold.s3hero {
  font-family: Montserrat, sans-serif;
}

.bt-base {
  background-image: linear-gradient(61deg, #1b3861, #22536b);
  border-radius: 8px;
  width: 200px;
  margin-top: 0;
  margin-right: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.bt-base.hero {
  padding-left: 20px;
  padding-right: 20px;
}

.container-2 {
  flex-flow: column;
  display: flex;
}

.div-block, .div-block-2 {
  height: 35px;
}

.background-div-hero {
  background-image: linear-gradient(#012f45, #012f45);
  height: 35px;
}

.background-div-hero._2 {
  background-image: linear-gradient(#174155, #033146);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 42px;
  display: flex;
}

.background-div-hero._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block.mini-title-parteners {
  font-weight: 600;
}

.div-block-3 {
  width: 180px;
  height: 35px;
}

.div-block-3.img-hero-parceiros.img2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
}

.div-block-3.img-hero-parceiros.img1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image {
  margin-top: 5px;
}

.image-2 {
  margin-top: 0;
}

.container-3 {
  flex-flow: column;
  display: flex;
}

.bloco-lateral-base {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-base {
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 435px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.img-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.img-icon.bt-destaque {
  background-image: linear-gradient(#3466fe, #1c3989);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -50px;
}

.img-icon.bx2 {
  margin-top: -18px;
}

.txt-base-intrabox {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 10px;
}

.titulo-box-base {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragrafo-box-base {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: #fff;
}

.div-divisor-blue {
  background-image: linear-gradient(213deg, #0c384d, #002962);
  height: 45px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-lateral-numeros {
  justify-content: center;
  align-items: center;
}

.base-textos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.base-boxes-laterais {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.bloco-base-numeros, .div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bloco-base-boxes-s3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border: 2px solid #0b77a1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: auto;
  margin-right: 20px;
  display: flex;
}

.img-1 {
  margin: 20px 10px;
}

.image-3, .image-4 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.s3-hero-bold {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.txt-boxes-base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.title-boxes-bolds {
  color: #fdfdfd;
  text-align: center;
  height: 60px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-desc-boxes {
  color: #fff;
  text-align: center;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-5, .div-block-5.s4 {
  background-image: linear-gradient(181deg, #073255 34%, #0c384d);
}

.bloco-txt-paragraph.s4 {
  margin-top: -12px;
}

.bold-text-2 {
  font-weight: 400;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  background-color: rgba(255, 255, 255, 0);
}

.tab-link.w--current {
  background-color: #0050fe;
  background-image: linear-gradient(260deg, #3466fe 32%, #1c3989 81%);
}

.tab-link.forex.w--current {
  background-image: linear-gradient(271deg, #320eeb 32%, #070935 81%);
}

.tab-link.forex.blackarrow.w--current {
  background-image: linear-gradient(271deg, #030304 32%, #191b48 81%);
}

.tab-link.b3comstop.w--current {
  background-image: linear-gradient(260deg, #058c5a 32%, #00a277 81%);
}

.tab-link.b3semstop.w--current {
  background-image: linear-gradient(260deg, #058c5a 32%, #10bd4f 81%);
}

.tab-link.b3semstop2.w--current {
  background-image: linear-gradient(260deg, #046807 32%, #086335 81%);
}

.text-block-3 {
  color: #fefefe;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tab-planos {
  margin-top: 60px;
}

.base-block-boxes {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.boxes-base {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 450px;
  margin: 20px 10px;
}

.boxes-base.forex {
  height: 680px;
}

.boxes-base.forex.blackarrow {
  height: 700px;
}

.boxes-base.forex.b3comstop {
  height: 650px;
}

.boxes-base.forex.b1-edit-base {
  height: 740px;
}

.tab-menu-principal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-hero-boxes {
  background-image: linear-gradient(239deg, #3466fe 1%, #1c3989 64%);
  border: 1px solid rgba(71, 2, 2, 0);
  border-left-width: 0;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 90px;
  margin-top: -1px;
  display: flex;
}

.div-hero-boxes.forex {
  background-image: linear-gradient(239deg, #3466fe 1%, #070935 64%);
  height: 90px;
}

.div-hero-boxes.forex.blackarrow {
  background-image: linear-gradient(239deg, #000 1%, #292a40 64%);
}

.div-hero-boxes.forex.b3-comstop {
  background-image: linear-gradient(239deg, #058c5a 1%, #00a277 64%);
}

.div-hero-boxes.forex.b3-semstop {
  background-image: linear-gradient(239deg, #046807 1%, #086335 64%);
}

.txt-title-boxes-planos {
  color: #fff;
  font-family: Oxanium, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.box-hero-interno-txt {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.box-hero-interno-txt.b3-comstop {
  margin-top: 15px;
}

.boxe-infos-interno-txt {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.headline-hero._2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.headline-hero._1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.txt-sub-base {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.plano-valor {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.valor-plano {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.price {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.bt-base-planos {
  margin-top: 10px;
}

.button {
  background-image: linear-gradient(#3466fe, #1c3989);
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 10px;
}

.button.forex.blackarrow {
  background-image: linear-gradient(#000, #050b1d);
}

.button.forex.b3-comstop {
  background-image: linear-gradient(#3466fe, #1c3989);
}

.button.b3comstop {
  background-image: linear-gradient(#058c5a, #00a277);
}

.button.b3-semstopbt {
  background-image: linear-gradient(#09b141, #1c3989);
}

.selector-type {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-profit-type {
  margin-top: 20px;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pragraph-base-sessoes {
  color: #fff;
  text-align: center;
  width: auto;
}

.acordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 1rem;
  font-weight: 600;
  display: flex;
}

.heading-base-sessoes {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
}

.txt {
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt.s5 {
  order: -1;
  justify-content: center;
  align-items: center;
  width: auto;
}

.base-s5-lateral {
  justify-content: center;
  align-items: center;
}

.base-s5-lateral.s5 {
  flex-flow: column;
}

.acordion {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 700px;
  margin-bottom: 20px;
}

.acordion-panel {
  pointer-events: auto;
  color: #fff8f8;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 300;
  display: none;
}

.topicos {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.topicos.s5 {
  width: auto;
}

.acordion-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hero-base-depoimentos {
  justify-content: center;
  align-items: center;
}

.base-bloco-depoimentos {
  justify-content: center;
  align-items: center;
  width: 300px;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lateral-depoimentos {
  margin-top: 40px;
  margin-bottom: 40px;
}

.texto-hero-session-depoimentos {
  justify-content: center;
  align-items: center;
}

.img-depoimento {
  margin-bottom: 20px;
}

.trader-name {
  color: #031e71;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.depoimento-trader {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textos-base {
  width: 400px;
  margin-right: 40px;
}

.video-youtube {
  width: 600px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 40px;
}

.div-lateral-1-ytb {
  display: flex;
}

.img-ytb {
  margin-right: 20px;
  display: flex;
}

.bt-ytb.ytb-bt1 {
  width: 200px;
  height: 45px;
  margin-top: 10px;
}

.image-5 {
  margin-top: 0;
}

.block-mae-ytb {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.hero-footer-lateral {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.links-blocks-paginas-lateral {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.redes-sociais-base {
  display: flex;
}

.logo-img {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.txt-redes-sociais-footer {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.base-links-pages {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 200px;
  margin-right: 40px;
  display: flex;
}

.menu-footer {
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-4 {
  text-align: left;
  text-decoration: none;
}

.hero-footer-menu-links {
  color: #fffefe;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 11px;
}

.azlink {
  color: #fff;
  text-decoration: none;
}

.html-embed {
  display: block;
}

.html-embed.versao-mobile {
  display: none;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: #000;
}

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

.text-block-12 {
  margin-bottom: 10px;
}

.text-block-13 {
  color: red;
}

.text-block-13.b3-comstop {
  color: #000;
}

.text-block-13.b3-comstop._2 {
  color: red;
}

.text-block-13.conta {
  color: #000;
}

.text-block-14 {
  color: red;
}

.text-block-14.b3-comstop {
  margin-bottom: 5px;
}

.text-block-14.conta {
  color: #000;
}

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

.text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27 {
  text-align: center;
  margin-bottom: 5px;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55 {
  text-align: center;
}

.base-regulamento {
  margin-top: 60px;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-regulamento {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section {
  background-image: linear-gradient(#082386, #011d40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: 600px;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  color: #fff;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  margin-top: 20px;
}

.navbar {
  background-color: #fff;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2 {
  width: 350px;
  height: 45px;
  margin-bottom: 20px;
}

.button-3 {
  width: 350px;
  height: 45px;
}

.button-4 {
  display: block;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.button-5 {
  background-color: #003e73;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-5.voltar {
  background-color: #000;
  margin-top: 40px;
}

.button-5.b3 {
  padding-left: 30px;
  padding-right: 30px;
}

.section-2 {
  background-image: url('../images/Group-1171274728_1.png');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.flex-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.flex-block-3.conta-alavancada {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .s3-section {
    height: 800px;
  }

  .menu-nav-1 {
    padding-bottom: 10px;
  }

  .bt-nav.bt-acessar {
    width: 200px;
    margin-top: 0;
    margin-left: 297px;
    margin-right: 0;
  }

  .bt-nav.bt-abra-conta {
    width: 200px;
    margin-bottom: 10px;
    margin-left: 300px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .base-boxes-laterais {
    width: 700px;
    max-width: 700px;
    position: static;
  }

  .txt-boxes-base {
    width: 160px;
    height: 250px;
  }

  .title-boxes-bolds {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-desc-boxes {
    height: 200px;
    font-size: 10px;
  }

  .base-block-boxes {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .div-hero-boxes {
    margin-top: -6px;
  }

  .topicos.s5 {
    width: 350px;
  }

  .container-7 {
    width: 700px;
    max-width: 700px;
  }

  .lateral-depoimentos {
    width: 700px;
  }

  .container-8 {
    width: 700px;
    max-width: 700px;
  }

  .textos-base {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-lateral-1-ytb {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .img-ytb {
    justify-content: center;
    align-items: center;
    width: 90px;
  }

  .image-5 {
    margin-left: 0;
  }

  .block-mae-ytb {
    max-width: 700px;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-radius: 0 0 35px 35px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .s3-section {
    background-position: 0 0, 50%;
    height: auto;
  }

  .bt-nav.bt-acessar {
    margin-left: 142px;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 177px;
  }

  .bt-nav.bt-abra-conta {
    width: 325px;
    margin-left: 140px;
    margin-right: 100px;
  }

  .base-texto.hero {
    margin-left: 20px;
  }

  .paragraph.s3 {
    font-size: 12px;
  }

  .container-3 {
    width: 540px;
  }

  .box-base {
    height: 200px;
    margin-left: auto;
    margin-right: 10px;
  }

  .img-icon {
    width: 40px;
    height: 30px;
    margin-top: -9px;
    margin-bottom: 20px;
  }

  .img-icon.bt-destaque {
    padding-left: 20px;
    font-size: 10px;
  }

  .txt-base-intrabox {
    height: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .titulo-box-base {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .paragrafo-box-base {
    width: 150px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .base-boxes-laterais {
    flex-flow: wrap;
    width: 530px;
    margin-top: 0;
  }

  .bloco-base-boxes-s3 {
    width: 200px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .s3-hero-bold {
    font-size: 20px;
  }

  .tab-menu-principal {
    flex-flow: row;
  }

  .txt.s5 {
    order: -1;
  }

  .base-s5-lateral.s5 {
    flex-flow: column;
  }

  .acordion {
    width: 500px;
  }

  .acordion-panel {
    display: none;
  }

  .acordion-wrapper {
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-7, .lateral-depoimentos, .container-8 {
    width: 500px;
  }

  .textos-base {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .video-youtube {
    width: 500px;
  }

  .div-lateral-1-ytb {
    justify-content: center;
    align-items: center;
  }

  .block-mae-ytb {
    flex-flow: column;
    max-width: 500px;
  }

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

  .tabs-content {
    flex-flow: wrap;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .s3-section {
    background-position: 0 0, 50%;
  }

  .bt-nav.bt-acessar {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bt-nav.bt-abra-conta {
    width: 250px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    width: 320px;
  }

  .base-texto.hero {
    width: 320px;
    margin-top: 117px;
    margin-left: 0;
  }

  .heading.hero {
    width: 300px;
    padding-left: 10px;
  }

  .paragraph.hero {
    width: 300px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .paragraph.s3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .bt-base.hero {
    margin-left: 10px;
  }

  .div-block-3.img-hero-parceiros.img2, .div-block-3.img-hero-parceiros.img1 {
    width: 150px;
  }

  .container-3 {
    width: 300px;
  }

  .bloco-lateral-base {
    flex-flow: column;
  }

  .box-base {
    width: 280px;
    margin-bottom: 20px;
  }

  .img-icon.bt-destaque {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    top: -245px;
  }

  .txt-base-intrabox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titulo-box-base {
    width: 150px;
  }

  .paragrafo-box-base {
    width: 200px;
    font-size: 9px;
  }

  .base-boxes-laterais {
    width: 320px;
  }

  .bloco-base-numeros {
    flex-flow: column;
  }

  .s3-hero-bold {
    line-height: 25px;
  }

  .paragraph-desc-boxes {
    width: 200px;
    margin-top: 20px;
  }

  .tab-planos {
    width: 300px;
  }

  .boxes-base {
    width: 270px;
  }

  .tab-menu-principal {
    flex-flow: column;
  }

  .div-hero-boxes {
    width: 270px;
  }

  .selector-type {
    flex-flow: column;
  }

  .pragraph-base-sessoes {
    width: 300px;
  }

  .heading-base-sessoes {
    font-size: 19px;
    line-height: 24px;
  }

  .txt.s5, .base-s5-lateral.s5, .acordion {
    width: 300px;
  }

  .acordion-panel {
    display: none;
  }

  .topicos.s5, .acordion-wrapper, .container-7 {
    width: 300px;
  }

  .lateral-depoimentos {
    flex-flow: column;
    width: 300px;
  }

  .container-8, .textos-base, .video-youtube {
    width: 300px;
  }

  .heading-2, .paragraph-2 {
    text-align: center;
  }

  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .links-blocks-paginas-lateral {
    flex-flow: wrap;
  }

  .txt-redes-sociais-footer {
    font-size: 10px;
    line-height: 15px;
  }

  .base-links-pages {
    height: 180px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 40px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .tfx {
    width: 300px;
  }

  .html-embed {
    width: auto;
    display: block;
  }

  .html-embed.versao-mobile, .text-block-6 {
    display: block;
  }

  .nav-menu-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .versao-desktop {
    display: block;
  }

  .base-regulamento {
    justify-content: center;
    align-items: center;
  }

  .paragraph-3, .paragraph-4, .flex-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon {
    color: #000;
  }

  .flex-block-3 {
    text-align: center;
  }
}


