@charset "UTF-8";
@font-face {
  font-family: "muller-bold";
  src: url("../fonts/MullerNextTrial-ExtraBold.eot");
  src: url("../fonts/MullerNextTrial-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerNextTrial-ExtraBold.woff2") format("woff2"), url("../fonts/MullerNextTrial-ExtraBold.woff") format("woff"), url("../fonts/MullerNextTrial-ExtraBold.ttf") format("truetype"), url("../fonts/MullerNextTrial-ExtraBold.svg#MullerNextTrial-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "muller-heavy";
  src: url("../fonts/MullerNextTrial-Heavy.eot");
  src: url("../fonts/MullerNextTrial-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerNextTrial-Heavy.woff2") format("woff2"), url("../fonts/MullerNextTrial-Heavy.woff") format("woff"), url("../fonts/MullerNextTrial-Heavy.ttf") format("truetype"), url("../fonts/MullerNextTrial-Heavy.svg#MullerNextTrial-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "muller";
  src: url("../fonts/MullerNextTrial-Regular.eot");
  src: url("../fonts/MullerNextTrial-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerNextTrial-Regular.woff2") format("woff2"), url("../fonts/MullerNextTrial-Regular.woff") format("woff"), url("../fonts/MullerNextTrial-Regular.ttf") format("truetype"), url("../fonts/MullerNextTrial-Regular.svg#MullerNextTrial-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?45514423");
  src: url("../fonts/fontello.eot?45514423#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?45514423") format("woff2"), url("../fonts/fontello.woff?45514423") format("woff"), url("../fonts/fontello.ttf?45514423") format("truetype"), url("../fonts/fontello.svg?45514423#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontello";
    src: urlurl("../fonts/fontello.svg?45514423#fontello") format("svg");
  }
}
[class^=icon-]::before, [class*=" icon-"]::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu::before {
  content: "\e800";
}

.icon-cancel::before {
  content: "\e801";
}

.icon-down::before {
  content: "\e802";
}

.icon-left::before {
  content: "\e803";
}

.icon-right::before {
  content: "\e804";
}

.icon-up::before {
  content: "\e805";
}

.icon-mail::before {
  content: "\e809";
}

.icon-youtube::before {
  content: "\e80a";
}

.icon-tiktok::before {
  content: "\e80b";
}

.icon-location::before {
  content: "\e80c";
}

.icon-linkedin::before {
  content: "\f0e1";
}

.icon-instagram::before {
  content: "\f16d";
}

.icon-whatsapp::before {
  content: "\f232";
}

.icon-facebook::before {
  content: "\f30e";
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  border: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

header,
main,
footer {
  display: block;
}

p:last-child {
  margin-bottom: 0;
}

input[type=text],
input[type=submit],
.select select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.animado,
.animado:before,
.animado:after,
.animados,
.animados *,
.animados *::before,
.animados *::after,
.animados::before,
.animados::after {
  transition: all 0.25s ease-in-out;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.hidden {
  display: none !important;
}

@media only screen and (orientation: landscape) {
  .hidden-landscape {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .hidden-portrait {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #000;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 666;
  font-weight: 900;
  text-transform: uppercase;
  background: #000;
  border-bottom: 0.125rem solid #E6BD39;
}
header img {
  position: relative;
  z-index: 3;
  display: block;
  border: 0.125rem solid #E6BD39;
  border-top: 0;
  border-radius: 0 0 2.5rem 2.5rem;
}
header nav li {
  position: relative;
  text-align: center;
  list-style: none;
}
header nav li::before {
  position: absolute;
  background: #E6BD39;
  content: "";
}
header nav li:last-child::before {
  display: none;
}
header nav a {
  padding: 1rem 1.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}
header nav .current_page_item,
header nav .current_page_parent {
  color: #E6BD39;
}
header a {
  display: block;
}
header::after {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
  letter-spacing: 0.32em;
  background: linear-gradient(rgba(230, 189, 57, 0.36), rgba(230, 189, 57, 0.36)), url("../imagens/webp/fundo-horizontal.webp");
  background-size: auto, 50rem auto;
  content: "Ex-picolezeiro · Inventor · Multimilionário · Ceo de várias empresas";
}

main {
  position: relative;
  overflow: hidden;
}
main nav {
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}
main nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}
main nav li.current_page_item a {
  color: #000;
  background: #E6BD39;
}
main nav a {
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #E6BD39;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 0.125rem solid #E6BD39;
  border-radius: 2rem;
}
main section {
  position: relative;
  z-index: 1;
}
main h2 {
  margin-bottom: 2rem;
  line-height: 1;
}
main h2 strong, main h2 b, main h3 strong, main h3 b, main h4 strong, main h4 b {
  font-weight: inherit;
}
main hr {
  height: 0.125rem;
  margin: 1rem 0;
  background: #E6BD39;
}
main strong, main b {
  color: #E6BD39;
}

footer {
  padding: 2rem 0;
}
footer h2 {
  width: 100%;
  max-width: 29.93rem;
  margin: 0 auto 2rem auto;
  padding: 0 0 2rem 0;
  border-bottom: 0.125rem solid #E6BD39;
}
footer h2 img {
  width: 100%;
  height: auto;
  display: block;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer ul li {
  list-style: none;
}
footer ul a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
footer ul a:nth-child(1) figure {
  border: 0.125rem solid #2AA4DD;
}
footer ul a:nth-child(2) figure {
  border: 0.125rem solid #02CE14;
}
footer ul a:nth-child(3) figure {
  border: 0.125rem solid #FE6201;
}
footer ul a:nth-child(4) figure {
  border: 0.125rem solid #00D6F7;
}
footer ul figure {
  width: 4.5rem;
  padding: 0.25rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
footer ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
footer ul span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}
footer ul strong {
  display: block;
  font-weight: 800;
}
footer ul small {
  font-size: 0.5em;
  font-weight: 300;
}
footer p {
  padding: 2rem 0 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
}

.centralizado {
  width: calc(100% - 4rem);
  max-width: 106.25rem;
  margin: 0 auto;
}

.box {
  padding: 1rem;
  color: #000;
  background: #E6BD39;
  border-radius: 1.75rem;
}
.box.brilho {
  background: linear-gradient(rgba(230, 189, 57, 0.36), rgba(230, 189, 57, 0.36)), url("../imagens/webp/fundo-horizontal.webp");
  background-size: auto, 50rem auto;
}
.box.brilho strong, .box.brilho b {
  color: inherit;
}
.box.brilho.claro {
  background: linear-gradient(rgba(230, 189, 57, 0.7), rgba(230, 189, 57, 0.7)), url("../imagens/webp/fundo-vertical.webp") center;
  background-size: auto, 50rem auto;
}
.box.preto {
  color: #fff;
  background: #000;
  border: 0.125rem solid #E6BD39;
}
.box.preto strong, .box.preto b {
  color: inherit;
}
.box.amarelo strong, .box.amarelo b {
  color: #E6BD39 !important;
}
.box.sombra {
  box-shadow: 0 0 3rem rgba(230, 189, 57, 0.5);
}

.botao {
  padding: 1rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  background: #E6BD39;
  border-radius: 2rem;
  box-shadow: 0 0 3rem rgba(230, 189, 57, 0.5);
}

.seta {
  display: flex;
  align-items: center;
}
.seta::after {
  width: 2rem;
  position: relative;
  margin-left: 0.25rem;
  display: inline-block;
  color: transparent;
  background: url("../imagens/svg/seta.svg") center center no-repeat;
  background-size: contain;
  content: "A";
}

.frase {
  padding: 2rem 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-transform: uppercase;
}
.frase p {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
}

.com-ancora {
  position: relative;
}
.com-ancora .ancora {
  width: 0.0625rem;
  background: transparent;
  height: 10rem;
  top: 0;
  left: 0;
  position: absolute;
  transform: translateY(-100%);
}

.flutuante.icon-whatsapp {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  font-size: 2rem;
  right: 1rem;
  bottom: 1rem;
  position: fixed;
}
.flutuante.icon-whatsapp small,
.flutuante.icon-whatsapp span {
  display: none;
}

.bloco-colunas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bloco-colunas h3 {
  font-size: 2rem;
  text-transform: uppercase;
}
.bloco-colunas p {
  font-weight: 800;
}
.bloco-colunas ul li {
  padding: 0.35rem 0 0.35rem 2rem;
  position: relative;
  list-style: none;
}
.bloco-colunas ul li::before {
  width: 1.5rem;
  height: 0.1875rem;
  margin-top: -0.09375rem;
  left: 0;
  top: 50%;
  position: absolute;
  background: #E6BD39;
  content: "";
}
.bloco-colunas ol {
  margin-left: 1rem;
  list-style: disc;
}
.bloco-colunas ol li {
  padding: 0.35rem 0;
}
.bloco-colunas hr {
  margin: 0 !important;
}
.bloco-colunas .box {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bloco-colunas .preto {
  background: radial-gradient(ellipse at top, rgba(230, 189, 57, 0.15), transparent 70%), linear-gradient(#151515, #151515);
  border: 0;
}
.bloco-colunas .amarelo h3 {
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: #000;
  border-radius: 1rem;
}
.bloco-colunas .amarelo hr {
  background: #000;
}
.bloco-colunas .amarelo ul li::before {
  background: #000;
}
.bloco-colunas .amarelo strong, .bloco-colunas .amarelo b {
  color: #000 !important;
}

.bloco-texto,
.bloco-texto-imagem {
  margin: 2rem 0;
}
.bloco-texto figure,
.bloco-texto-imagem figure {
  overflow: hidden;
}
.bloco-texto figure img,
.bloco-texto-imagem figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2rem;
}
.bloco-texto .centralizado,
.bloco-texto-imagem .centralizado {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bloco-texto .centralizado::before,
.bloco-texto-imagem .centralizado::before {
  width: 70rem;
  height: 70rem;
  position: absolute;
  left: -35rem;
  top: -35rem;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
  content: "";
}
.bloco-texto .texto h2,
.bloco-texto-imagem .texto h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.bloco-texto .texto h3,
.bloco-texto-imagem .texto h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.bloco-texto .texto p,
.bloco-texto-imagem .texto p {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
.bloco-texto .texto p:last-child,
.bloco-texto-imagem .texto p:last-child {
  margin: 0;
}
.bloco-texto .botao-final,
.bloco-texto-imagem .botao-final {
  margin-top: 2rem;
  text-align: center;
}
.bloco-texto.sem-fundo .centralizado::before,
.bloco-texto-imagem.sem-fundo .centralizado::before {
  display: none;
}
.bloco-texto.com-linha .texto h2,
.bloco-texto-imagem.com-linha .texto h2 {
  padding-bottom: 2rem;
  border-bottom: 0.125rem solid #E6BD39;
}
.bloco-texto.com-simbolo h2::before,
.bloco-texto-imagem.com-simbolo h2::before {
  width: 7.5625rem;
  height: 7.5625rem;
  margin: 0 auto 1.5rem auto;
  display: block;
  background: url("../imagens/svg/h2-simbolo.svg") center center no-repeat;
  background-size: contain;
  content: "";
  border-radius: 2.35rem;
  box-shadow: 0 0 5rem rgba(230, 189, 57, 0.5);
}

.bloco-destaques .centralizado {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bloco-destaques .centralizado::before, .bloco-destaques .centralizado::after {
  width: 70rem;
  height: 70rem;
  position: absolute;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
  content: "";
}
.bloco-destaques .centralizado::before {
  right: -35rem;
  top: -35rem;
}
.bloco-destaques .centralizado::after {
  left: -35rem;
  bottom: -35rem;
}
.bloco-destaques .texto h2 {
  font-family: "muller-bold";
  font-size: 2rem;
}
.bloco-destaques .texto h3 {
  font-size: 1.15rem;
  color: #E6BD39;
}
.bloco-destaques .texto p {
  margin-bottom: 1rem;
  font-weight: 800;
}
.bloco-destaques .texto p:last-child {
  margin: 0;
}
.bloco-destaques .texto.segundo h2 {
  font-size: 1.34rem;
}
.bloco-destaques .destaques {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bloco-destaques .destaques li {
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  list-style: none;
}

.bloco-box {
  margin-top: 4rem;
  margin-bottom: 2rem;
  position: relative;
}
.bloco-box h2 {
  margin: -3rem 2rem 1rem 2rem;
  padding: 1rem 2rem;
  font-size: 1.59375rem;
  color: #000;
  text-transform: uppercase;
  background: #E6BD39;
  border-radius: 2rem;
  box-shadow: 0 0 3rem rgba(230, 189, 57, 0.5);
}
.bloco-box h3 {
  font-size: 1.59375rem;
  text-transform: uppercase;
}
.bloco-box li {
  padding: 1rem 0;
  font-size: 1.59375rem;
  font-weight: 800;
  text-transform: uppercase;
  list-style: none;
  border-bottom: 0.125rem solid #E6BD39;
}
.bloco-box li:last-child {
  padding-bottom: 0;
  border: 0;
}
.bloco-box p {
  margin-bottom: 1rem;
}
.bloco-box p:last-child {
  margin-bottom: 0;
}
.bloco-box .box {
  padding: 2rem;
}
.bloco-box::before, .bloco-box::after {
  width: 70rem;
  height: 70rem;
  position: absolute;
  left: -35rem;
  top: -35rem;
  z-index: -2;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
.bloco-box::after {
  z-index: -1;
  opacity: 0.5;
  background-image: url("../imagens/webp/simbolo-1.webp");
  background-size: 50%;
}

.bloco-blocos .sombra p {
  font-weight: 800;
}
.bloco-blocos .bloco-box {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.bloco-blocos .bloco-box::before, .bloco-blocos .bloco-box::after {
  display: none;
}
.bloco-blocos.com-fundo {
  position: relative;
}
.bloco-blocos.com-fundo::before, .bloco-blocos.com-fundo::after {
  width: 70rem;
  height: 70rem;
  position: absolute;
  z-index: -1;
  background: radial-gradient(closest-side, #E6BD39, transparent 70%);
  background-size: 100%;
  opacity: 0.3;
  content: "";
}
.bloco-blocos.com-fundo::before {
  margin-top: -35rem;
  right: -35rem;
  top: 50%;
  background: url("../imagens/webp/simbolo-1.webp") center center no-repeat, radial-gradient(closest-side, #E6BD39, transparent 70%);
  background-size: 35rem 35rem, 100%;
}
.bloco-blocos.com-fundo::after {
  left: -35rem;
  bottom: -25rem;
}
.bloco-blocos.com-espacamento {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.bloco-valor {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.bloco-valor h2 {
  font-size: 2rem;
}
.bloco-valor hr {
  margin: 1rem 0;
}
.bloco-valor p {
  margin-bottom: 1rem;
  font-weight: 800;
}
.bloco-valor p:last-child {
  margin-bottom: 0;
}
.bloco-valor a {
  margin-top: 2rem;
  display: block;
  font-size: 1rem;
  font-weight: 900;
  color: #E6BD39 !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
}
.bloco-valor .bloco1 {
  margin: 0 2rem;
  padding: 2rem;
  border-bottom: 0;
  border-radius: 2rem 2rem 0 0;
}
.bloco-valor .bloco1 h2 {
  margin: 0;
  line-height: 1.25;
}
.bloco-valor .bloco2 {
  padding: 2rem;
}
.bloco-valor .bloco2 h2 {
  margin-bottom: 1rem;
  line-height: 1;
}
.bloco-valor .bloco2 h2 small {
  margin-bottom: 1rem;
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.22rem;
}
.bloco-valor .bloco2 p small {
  font-size: 0.321em;
}
.bloco-valor .bloco2 p.preco {
  font-size: 2.25rem;
}
.bloco-valor .bloco2 li {
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
  list-style: none;
  font-size: 1.5rem;
}
.bloco-valor .bloco2 li::before {
  width: 1.5rem;
  height: 0.1875rem;
  margin-top: -0.09375rem;
  left: 0;
  top: 50%;
  position: absolute;
  background: #000;
  content: "";
}
.bloco-valor .bloco2.limitadas {
  padding-bottom: 1rem;
}
.bloco-valor .bloco2.limitadas::after {
  margin-top: 0.75rem;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  content: "Vagas limitadas";
}

.bloco-intro-final {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.bloco-intro-final h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  text-transform: uppercase;
  border-bottom: 0.125rem solid #E6BD39;
}
.bloco-intro-final p {
  font-size: 1.6rem;
  font-weight: 800;
}

.bloco-trechos {
  position: relative;
}
.bloco-trechos .centralizado {
  padding: 4rem 2rem;
}
.bloco-trechos .box.preto {
  padding: 2rem;
}
.bloco-trechos .box.preto h2 {
  font-size: 2rem;
  text-align: center;
}
.bloco-trechos .final {
  margin: -2rem auto 0 auto;
  text-align: center;
}
.bloco-trechos .lista {
  margin: 0 -4rem;
  position: relative;
}
.bloco-trechos .item {
  height: 40vh;
}
.bloco-trechos .item.largo {
  width: 71vh;
}
.bloco-trechos .item.alto {
  width: 22.5vh;
}
.bloco-trechos .item a {
  height: 100%;
  padding: 1rem;
  display: block;
  background: #000;
  border: 0.125rem solid #E6BD39;
  border-radius: 2rem;
}
.bloco-trechos .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.bloco-trechos .nav {
  width: 2rem;
  top: -0.5rem;
  bottom: -0.5rem;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bloco-trechos .nav.videos-prev {
  left: 0;
  background: linear-gradient(90deg, #000, transparent);
}
.bloco-trechos .nav.videos-next {
  right: 0;
  background: linear-gradient(-90deg, #000, transparent);
}
.bloco-trechos .nav[aria-disabled=true] {
  display: none;
}
.bloco-trechos .nav::before {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #E6BD39;
  border-radius: 50%;
}
.bloco-trechos::after {
  top: -8.5rem;
  bottom: -8.5rem;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: url("../imagens/webp/simbolo-3.webp") center center no-repeat;
  background-size: contain;
  content: "";
}

#bloco-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#bloco-intro #banner {
  position: relative;
  overflow: hidden;
}
#bloco-intro #banner h2 {
  position: relative;
  font-family: "muller-bold";
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 0.95;
}
#bloco-intro #banner p {
  line-height: 1.7;
}
#bloco-intro #banner figure {
  position: relative;
}
#bloco-intro #banner figure img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
#bloco-intro #banner figure::after {
  height: 6.25rem;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: linear-gradient(transparent, #000);
  content: "";
}
#bloco-intro #banner .texto {
  padding: 2rem 0;
}
#bloco-intro #banner .botoes {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#bloco-intro #banner .botoes a {
  display: block;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#bloco-intro #banner .botoes .box {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #000;
}
#bloco-intro #banner::before, #bloco-intro #banner::after {
  display: block;
  position: absolute;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.15), transparent 70%);
  background-size: 100%;
  content: "";
}
#bloco-intro #banner::before {
  width: 44rem;
  height: 44rem;
  top: -15.25rem;
  left: -15.25rem;
}
#bloco-intro #banner::after {
  width: 74rem;
  height: 74rem;
  bottom: -28.25rem;
  right: -28.25rem;
  opacity: 0;
}
#bloco-intro #frases {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  list-style: none;
  background: #E6BD39;
}
#bloco-intro #frases li {
  padding: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
#bloco-intro #frases li::after {
  width: 1rem;
  height: 1rem;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%);
  content: "";
}
#bloco-intro #frases li:last-child::after {
  display: none;
}
#bloco-intro #empresas h2 {
  font-size: 2.25rem;
}
#bloco-intro #empresas .lista {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#bloco-intro #empresas .lista li {
  list-style: none;
}
#bloco-intro #empresas .lista a {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  border: 0.25rem solid #E6BD39;
  border-radius: 2rem;
}
#bloco-intro #empresas .lista img {
  width: 100%;
  margin-top: auto;
  display: block;
  aspect-ratio: 10/5;
  -o-object-fit: contain;
     object-fit: contain;
}
#bloco-intro #empresas .lista span {
  margin-top: auto;
  padding: 0.75rem 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  background-color: #E6BD39;
  border-radius: 2rem;
  box-shadow: 0 0 1rem #E6BD39;
}
#bloco-intro #subbloco-intro-1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#bloco-intro #subbloco-intro-1 .titulo {
  font-family: "muller-bold";
}
#bloco-intro #subbloco-intro-1 .titulo h2 {
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.75rem;
  border-bottom: 0.25rem solid #E6BD39;
}
#bloco-intro #subbloco-intro-1 .figura {
  position: relative;
}
#bloco-intro #subbloco-intro-1 .figura figure {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 0.0625rem solid rgba(230, 189, 57, 0.5);
  border-radius: 1rem;
}
#bloco-intro #subbloco-intro-1 .figura figure::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  background: linear-gradient(transparent, transparent 50%, rgba(230, 189, 57, 0.1)), linear-gradient(135deg, rgba(230, 189, 57, 0.2), transparent);
  content: "";
}
#bloco-intro #subbloco-intro-1 .figura img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
#bloco-intro #subbloco-intro-1 .figura span {
  padding: 0.75rem 1.15rem;
  bottom: -1rem;
  right: -1rem;
  position: absolute;
  z-index: 4;
  display: block;
  color: #000;
  line-height: 0.9;
  background: #E6BD39;
  border-radius: 1rem;
  box-shadow: 0 0 1rem #E6BD39;
}
#bloco-intro #subbloco-intro-1 .figura strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
#bloco-intro #subbloco-intro-1 .figura small {
  font-weight: 600;
  font-size: 0.75rem;
}
#bloco-intro #subbloco-intro-1 .figura::before, #bloco-intro #subbloco-intro-1 .figura::after {
  position: absolute;
  z-index: 1;
  content: "";
}
#bloco-intro #subbloco-intro-1 .figura::before {
  width: 50rem;
  height: 50rem;
  left: 0;
  top: 50%;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
  transform: translate(-50%, -50%);
}
#bloco-intro #subbloco-intro-1 .figura::after {
  width: 30.75rem;
  height: 22.625rem;
  top: -4rem;
  left: -12.5rem;
  z-index: 2;
  background: url("../imagens/svg/fundo-nome.svg") center center no-repeat;
  background-size: contain;
}
#bloco-intro #subbloco-intro-1 .texto {
  font-size: 1.375rem;
}
#bloco-intro #subbloco-intro-1 .texto p {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
#bloco-intro #subbloco-intro-1 .texto strong, #bloco-intro #subbloco-intro-1 .texto b {
  font-size: 1.45em;
}
#bloco-intro #subbloco-intro-2 h2 {
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: "muller-bold";
  font-size: 1.75rem;
}
#bloco-intro #subbloco-intro-2 strong, #bloco-intro #subbloco-intro-2 b {
  font-weight: normal;
}
#bloco-intro #subbloco-intro-2 .preto {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: radial-gradient(ellipse at top, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
}
#bloco-intro #subbloco-intro-2 .box1 {
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  border-bottom: 0.125rem solid #E6BD39;
}
#bloco-intro #subbloco-intro-2 .box2,
#bloco-intro #subbloco-intro-2 .box3,
#bloco-intro #subbloco-intro-2 .box4 {
  font-size: 1.3125rem;
  font-weight: 800;
}
#bloco-intro #subbloco-intro-2 .box2 strong, #bloco-intro #subbloco-intro-2 .box2 b,
#bloco-intro #subbloco-intro-2 .box3 strong,
#bloco-intro #subbloco-intro-2 .box3 b,
#bloco-intro #subbloco-intro-2 .box4 strong,
#bloco-intro #subbloco-intro-2 .box4 b {
  font-weight: 800;
}
#bloco-intro #subbloco-intro-2 .box2 {
  font-size: 1.625rem;
}
#bloco-intro #subbloco-intro-2 .brilho {
  margin: -2rem 1rem 0 1rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0 3rem rgba(230, 189, 57, 0.5);
}
#bloco-intro #subbloco-intro-2 .brilho small {
  font-size: 1.3125rem;
}
#bloco-intro #subbloco-intro-2 .brilho span {
  font-size: 2.3125rem;
  line-height: 0.9;
}
#bloco-intro #subbloco-intro-3 {
  position: relative;
}
#bloco-intro #subbloco-intro-3 .centralizado {
  padding: 2rem 0;
  font-family: "muller-bold";
  font-size: 1.5rem;
  line-height: 1;
}
#bloco-intro #subbloco-intro-3 .texto {
  position: relative;
  z-index: 3;
}
#bloco-intro #subbloco-intro-3 .texto::after {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.2;
  aspect-ratio: 1/1;
  z-index: -1;
  background: url("../imagens/svg/aspas.svg") center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  content: "";
}
#bloco-intro #subbloco-intro-3::before, #bloco-intro #subbloco-intro-3::after {
  position: absolute;
  content: "";
}
#bloco-intro #subbloco-intro-3::before {
  height: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  opacity: 0.4;
  background: radial-gradient(circle at bottom left, #E6BD39, transparent 75%) no-repeat;
}
#bloco-intro #subbloco-intro-3::after {
  height: 85%;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  opacity: 0.25;
  background: radial-gradient(circle at center, #E6BD39, transparent 75%) no-repeat;
  transform: translate(-50%, -50%);
}

#bloco-origem {
  display: flex;
  flex-direction: column;
}
#bloco-origem #subbloco-origem-1 {
  padding: 2rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
#bloco-origem #subbloco-origem-1 h2 {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 800;
  font-size: 2rem;
  line-height: 0.8;
  border-bottom: 0.125rem solid #E6BD39;
}
#bloco-origem #subbloco-origem-1 h2 small {
  font-weight: 800;
  font-size: 0.65em;
}
#bloco-origem #subbloco-origem-1 p {
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.5;
}
#bloco-origem #subbloco-origem-1 p strong, #bloco-origem #subbloco-origem-1 p b {
  font-weight: 900;
  font-size: 1.15em;
}
#bloco-origem #subbloco-origem-1 p:last-child {
  margin-bottom: 0;
}
#bloco-origem #subbloco-origem-1 figure {
  position: relative;
}
#bloco-origem #subbloco-origem-1 figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 2rem;
}
#bloco-origem #subbloco-origem-1 figure::after {
  width: 30.75rem;
  height: 22.625rem;
  bottom: -4rem;
  left: -12.5rem;
  position: absolute;
  z-index: 1;
  background: url("../imagens/svg/fundo-nome.svg") center center no-repeat;
  background-size: contain;
  content: "";
}
#bloco-origem #subbloco-origem-2 h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  border-bottom: 0.125rem solid #000;
}
#bloco-origem #subbloco-origem-2 p {
  margin-bottom: 1rem;
  font-weight: 800;
}
#bloco-origem #subbloco-origem-2 p:last-child {
  margin-bottom: 0;
}
#bloco-origem #subbloco-origem-2 .preto {
  margin: 0 2rem;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#bloco-origem #subbloco-origem-2 .preto h2 {
  border-color: #E6BD39;
}
#bloco-origem #subbloco-origem-3 {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 600;
}
#bloco-origem #subbloco-origem-3 h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
#bloco-origem #subbloco-origem-3 p {
  margin-bottom: 1rem;
}
#bloco-origem #subbloco-origem-3 p:last-child {
  margin: 1rem 0 0 0;
}
#bloco-origem #subbloco-origem-3 p:last-child strong {
  font-size: 1.25em;
  color: #fff;
}
#bloco-origem #subbloco-origem-3 figure {
  position: relative;
  z-index: 3;
}
#bloco-origem #subbloco-origem-3 figure img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
  border-radius: 1rem;
}
#bloco-origem #subbloco-origem-3 figure::before, #bloco-origem #subbloco-origem-3 figure::after {
  position: absolute;
  z-index: 1;
  content: "";
}
#bloco-origem #subbloco-origem-3 figure::before {
  width: 50rem;
  height: 50rem;
  left: 0;
  top: 50%;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
  transform: translate(-50%, -50%);
}
#bloco-origem #subbloco-origem-3 figure::after {
  width: 30.75rem;
  height: 22.625rem;
  top: -4rem;
  left: -12.5rem;
  z-index: 2;
  background: url("../imagens/svg/fundo-nome.svg") center center no-repeat;
  background-size: contain;
}
#bloco-origem #subbloco-origem-3 ol {
  counter-reset: item;
  border-top: 0.125rem solid #E6BD39;
}
#bloco-origem #subbloco-origem-3 li {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  counter-increment: item;
}
#bloco-origem #subbloco-origem-3 li strong {
  width: calc(100% - 3rem);
}
#bloco-origem #subbloco-origem-3 li::before {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E6BD39;
  background: rgba(230, 189, 57, 0.2);
  border: 0.0625rem solid #E6BD39;
  border-radius: 0.5rem;
  content: counter(item);
}
#bloco-origem #subbloco-origem-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#bloco-origem #subbloco-origem-4 h2 {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 3rem rgba(230, 189, 57, 0.7);
}
#bloco-origem #subbloco-origem-4 h2 small {
  font-size: 0.5em;
}
#bloco-origem #subbloco-origem-4 h2 strong, #bloco-origem #subbloco-origem-4 h2 b {
  color: #000;
}
#bloco-origem #subbloco-origem-4 h2::before {
  width: 100vw;
  height: 0.125rem;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: -1;
  background: #E6BD39;
  transform: translate(-50%, -50%);
  content: "";
}
#bloco-origem #subbloco-origem-4 p {
  margin-bottom: 1rem;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}
#bloco-origem #subbloco-origem-4 p:nth-child(2), #bloco-origem #subbloco-origem-4 p:nth-child(4) {
  font-size: 1.25em;
}
#bloco-origem #subbloco-origem-4 p:last-child {
  margin-bottom: 0;
}
#bloco-origem #subbloco-origem-4 figure {
  position: relative;
  z-index: 3;
}
#bloco-origem #subbloco-origem-4 figure img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
  border-radius: 1rem;
}
#bloco-origem #subbloco-origem-4 figure::before, #bloco-origem #subbloco-origem-4 figure::after {
  position: absolute;
  z-index: 1;
  content: "";
}
#bloco-origem #subbloco-origem-4 figure::before {
  width: 70rem;
  height: 70rem;
  right: -30rem;
  bottom: -25rem;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
}
#bloco-origem #subbloco-origem-5 {
  margin-top: 2rem;
  font-family: "muller-bold";
  font-size: 2rem;
  line-height: 1;
  background: radial-gradient(ellipse at top, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
}
#bloco-origem::before {
  height: 31.25rem;
  left: 0;
  top: 0;
  position: absolute;
  aspect-ratio: 1/1;
  opacity: 0.3;
  background: radial-gradient(circle at top left, #E6BD39, transparent 75%) no-repeat;
  content: "";
}

#bloco-solucoes h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
#bloco-solucoes h2 strong {
  font-weight: inherit;
}
#bloco-solucoes h2 small {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 800;
  color: #E6BD39;
  letter-spacing: 0.25em;
}
#bloco-solucoes h2 small::before {
  width: 1rem;
  height: 0.0625rem;
  display: block;
  background: #E6BD39;
  content: "";
}
#bloco-solucoes h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 900;
}
#bloco-solucoes p {
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.5;
}
#bloco-solucoes ul {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 800;
}
#bloco-solucoes .centralizado {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#bloco-solucoes .box {
  padding: 1rem 2rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 0 3rem rgba(230, 189, 57, 0.5);
}

#bloco-midia-e-imprensa {
  padding: 2rem 0;
  position: relative;
}
#bloco-midia-e-imprensa .centralizado {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#bloco-midia-e-imprensa .texto {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#bloco-midia-e-imprensa .texto h2 {
  margin: 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}
#bloco-midia-e-imprensa .texto div {
  padding-top: 2rem;
  font-weight: 900;
  border-top: 0.25rem solid #E6BD39;
}
#bloco-midia-e-imprensa .box {
  font-weight: 900;
}
#bloco-midia-e-imprensa .lista {
  position: relative;
}
#bloco-midia-e-imprensa .materias a {
  width: calc(33.3333333333% - 0.6666666667rem);
  padding: 0.5rem;
  display: block;
  background: #000;
  border-radius: 1.5rem;
}
#bloco-midia-e-imprensa .materias figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1rem;
}
#bloco-midia-e-imprensa .materias img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#bloco-midia-e-imprensa .materias .item {
  height: auto;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
#bloco-midia-e-imprensa .materias .destaques,
#bloco-midia-e-imprensa .materias .coluna {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
#bloco-midia-e-imprensa .materias .destaques a:first-child {
  width: 100%;
}
#bloco-midia-e-imprensa .materias .destaques a:first-child figure {
  aspect-ratio: 10/6.5;
}
#bloco-midia-e-imprensa .materias .coluna a {
  width: calc(33.3333333333% - 0.6666666667rem);
}
#bloco-midia-e-imprensa .navegacao .nav {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  top: 50%;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #E6BD39;
  cursor: pointer;
}
#bloco-midia-e-imprensa .navegacao .materias-prev {
  left: -2rem;
}
#bloco-midia-e-imprensa .navegacao .materias-next {
  right: -2rem;
}
#bloco-midia-e-imprensa .swiper, #bloco-midia-e-imprensa .swiper-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

#bloco-faq {
  padding: 2rem 0;
}
#bloco-faq h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
#bloco-faq h2 strong {
  font-weight: inherit;
}
#bloco-faq h2 small {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 800;
  color: #E6BD39;
  letter-spacing: 0.25em;
}
#bloco-faq h2 small::before {
  width: 1rem;
  height: 0.0625rem;
  display: block;
  background: #E6BD39;
  content: "";
}
#bloco-faq figure {
  margin-top: 2rem;
  position: relative;
}
#bloco-faq figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 2rem;
}
#bloco-faq figure::before {
  width: 50rem;
  height: 50rem;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 1;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
  transform: translate(-50%, -50%);
  content: "";
}
#bloco-faq .faq {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#bloco-faq .faq input {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
#bloco-faq .faq label {
  padding: 1rem 1.5rem;
  display: block;
  position: relative;
  color: #000;
  font-weight: 900;
  background: #E6BD39;
  border: 0.0625rem solid #E6BD39;
  border-radius: 2rem;
  cursor: pointer;
}
#bloco-faq .faq label::after {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0 0.125rem 0.125rem;
  top: 50%;
  right: 0.75rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 0.5;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  content: "+";
  transform: translateY(-50%);
}
#bloco-faq .faq input:checked ~ .resposta {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 1;
}
#bloco-faq .faq input:checked ~ label {
  color: #E6BD39;
  background: #000;
}
#bloco-faq .faq input:checked ~ label::after {
  color: #E6BD39;
  border-color: #E6BD39;
  content: "-";
}
#bloco-faq .item {
  position: relative;
}
#bloco-faq .resposta {
  height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  opacity: 0;
}

#bloco-contatos {
  margin-top: 4.5rem;
  padding: 3.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#bloco-contatos h3 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 900;
  color: #000;
  line-height: 0.8;
}
#bloco-contatos h3 strong {
  display: block;
  font-size: 1.25em;
  color: #000 !important;
}
#bloco-contatos h3 small {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
#bloco-contatos h3 small::before {
  width: 1rem;
  height: 0.0625rem;
  display: block;
  background: #000;
  content: "";
}
#bloco-contatos .titulo {
  width: 80%;
  height: 5rem;
  max-width: 66.35rem;
  top: 0;
  left: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "muller-bold";
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border: 0.25rem solid #E6BD39;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
}
#bloco-contatos .titulo h2 {
  margin: 0;
}
#bloco-contatos .whatsapp {
  font-size: 2rem;
  font-weight: 900;
}
#bloco-contatos .whatsapp small {
  font-size: 0.62em;
}
#bloco-contatos .colunas {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#bloco-contatos .colunas label {
  display: none;
}
#bloco-contatos .colunas input,
#bloco-contatos .colunas textarea {
  width: 100%;
  padding: 1rem;
  color: #000;
  background: #fff;
  border-radius: 2rem;
}
#bloco-contatos .colunas button {
  padding: 1rem;
  font-weight: 900;
  color: #fff;
  background: #000;
  border-radius: 2rem;
}

#bloco-palestra .bloco-colunas .amarelo ul {
  margin-top: -1.5rem;
}
#bloco-palestra .bloco-colunas .amarelo ul li {
  padding-left: 0.95rem;
}
#bloco-palestra .bloco-colunas .amarelo ul li::before {
  width: 0.75rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
  content: "✓";
}
#bloco-palestra .bloco-texto {
  position: relative;
}
#bloco-palestra .bloco-texto::before, #bloco-palestra .bloco-texto::after {
  width: 70rem;
  height: 70rem;
  position: absolute;
  z-index: -1;
  background: radial-gradient(closest-side, #E6BD39, transparent 70%);
  background-size: 100%;
  opacity: 0.3;
  content: "";
}
#bloco-palestra .bloco-texto::before {
  margin-top: -35rem;
  right: -15rem;
  top: 50%;
  background: url("../imagens/webp/simbolo-1.webp") center center no-repeat, radial-gradient(closest-side, #E6BD39, transparent 70%);
  background-size: 35rem 35rem, 100%;
}

#bloco-mentoria-em-grupo .bloco-texto p {
  font-weight: 800;
}
#bloco-mentoria-em-grupo .bloco-valor {
  margin-bottom: 0 !important;
}

#bloco-socio .bloco1 h2 {
  font-family: "muller-bold";
  font-size: 2rem;
}
#bloco-socio .bloco1 h2 small {
  font-size: 1rem;
}
#bloco-socio .bloco1 .box {
  margin-top: 5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#bloco-socio .bloco1 .box ul {
  padding: 1rem;
  list-style-type: none;
  background: radial-gradient(ellipse at top, rgba(230, 189, 57, 0.15), transparent 70%), linear-gradient(#151515, #151515);
  border-radius: 2rem;
}
#bloco-socio .bloco1 .box li {
  padding: 0.5rem 0;
  font-weight: 800;
  border-bottom: 0.125rem solid #E6BD39;
}
#bloco-socio .bloco1 .box li:Last-child {
  border: 0;
}
#bloco-socio .bloco1 .box p {
  font-weight: 800;
}
#bloco-socio .bloco1 .box .box {
  margin-top: -5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
}
#bloco-socio .bloco1 .box .box strong, #bloco-socio .bloco1 .box .box b {
  font-size: 2rem;
  color: #000;
}
#bloco-socio .bloco1 .frase {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#bloco-motivos #bloco-lista {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#bloco-motivos #bloco-lista h2 {
  margin: 0;
}
#bloco-motivos #bloco-lista h2 img {
  width: 100%;
  height: auto;
  display: block;
}
#bloco-motivos #bloco-lista ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#bloco-motivos #bloco-lista li {
  list-style: none;
}
#bloco-motivos #bloco-lista .texto {
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: justify;
}
#bloco-motivos .botao-final {
  padding: 2rem 0;
  text-align: center;
}

#bloco-tabela {
  position: relative;
  z-index: 10;
}
#bloco-tabela strong, #bloco-tabela b {
  font-weight: 600;
}
#bloco-tabela table {
  width: 100%;
  padding: 0 1rem;
  position: relative;
  font-weight: 600;
  line-height: 1;
  background: radial-gradient(ellipse at top, rgba(230, 189, 57, 0.15), transparent 70%), linear-gradient(#111, #111);
  border-radius: 1.75rem;
}
#bloco-tabela table thead {
  font-family: "muller-bold";
}
#bloco-tabela table thead td {
  padding: 1rem 0;
  border-bottom: 0.125rem solid #E6BD39;
}
#bloco-tabela table tbody tr td {
  padding: 0.25rem 0.5rem 0.25rem 0;
  text-align: left;
}
#bloco-tabela table tbody tr td:last-child {
  padding-right: 0;
  text-align: center;
}
#bloco-tabela table tbody tr:first-child td {
  padding-top: 2rem;
  font-size: 0.5em;
}
#bloco-tabela table tbody tr:last-child td {
  padding-bottom: 2rem;
  font-size: 0.5em;
}
#bloco-tabela table tfoot td {
  padding: 1rem 0;
  border-top: 0.125rem solid #E6BD39;
}
#bloco-tabela table::before, #bloco-tabela table::after {
  width: 70rem;
  height: 70rem;
  position: absolute;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
  background-size: 100%;
  content: "";
}
#bloco-tabela table::before {
  right: -35rem;
  top: -35rem;
}
#bloco-tabela table::after {
  left: -35rem;
  bottom: -35rem;
}

#bloco-final {
  position: relative;
  z-index: 0;
}
#bloco-final .fundo {
  padding: 2rem 0;
  position: relative;
  text-transform: uppercase;
}
#bloco-final .fundo p {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
}
#bloco-final .fundo small {
  display: block;
  font-size: 0.56em;
}
#bloco-final .fundo::before {
  top: -4rem;
  bottom: -4rem;
  right: -4rem;
  position: absolute;
  z-index: -1;
  aspect-ratio: 10/8.85;
  opacity: 0.5;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#bloco-final .fundo.menor::before {
  background-image: url("../imagens/webp/simbolo-3.webp");
}
#bloco-final .fundo.maior {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#bloco-final .fundo.maior::before {
  background-image: url("../imagens/webp/simbolo-1.webp");
}
#bloco-final .amarelo {
  padding: 2rem 0;
  color: #000;
  line-height: 1.5;
  background: #E6BD39;
}
#bloco-final .amarelo p {
  font-size: 1.125rem;
  font-weight: 200;
}
#bloco-final .amarelo strong, #bloco-final .amarelo b {
  font-weight: 800;
}

#abrirmenu {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 665;
  transform: translate(-100%, -100%);
}

#botaomenu {
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 668;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  cursor: pointer;
}
#botaomenu small {
  display: none;
}
#botaomenu::before {
  font-family: "fontello";
  font-size: 1.75rem;
  color: #E6BD39;
}

@media (max-width: 991px) {
  header {
    height: 5rem;
  }
  header img {
    width: auto;
    height: 5.5rem;
    border-bottom-left-radius: 0;
    border-left: 0;
  }
  header nav {
    height: 0;
    top: 10rem;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../imagens/webp/fundo-horizontal.webp") center bottom;
    background-size: 100%, auto 100%;
  }
  header nav li::before {
    height: 0.0625rem;
    bottom: 0;
    left: 2rem;
    right: 2rem;
  }
  header a {
    font-size: 1.0625rem;
  }
  header .logo {
    width: 14.3125rem;
  }
  header::after {
    height: 5rem;
    margin-top: -0.5rem;
    padding: 0 2rem;
  }
  main {
    padding-top: 10rem;
  }
  #abrirmenu:checked ~ #botaomenu::before {
    content: "\e801";
  }
  #abrirmenu:checked ~ header nav {
    height: calc(100vh - 10rem);
  }
}
@media (min-width: 768px) {
  main nav {
    padding: 4rem 0;
  }
  main nav ul {
    flex-direction: row !important;
  }
  main nav li {
    flex: 1 1 0;
  }
  main nav#submenu-1 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  main nav#submenu-1 ul {
    gap: 4rem;
  }
  main nav.interno {
    padding-bottom: 0 !important;
  }
  main hr {
    margin: 2rem 0;
  }
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer h2 {
    margin: 0;
    padding: 1rem 2rem 1rem 0;
    border: 0;
    border-right: 0.1875rem solid #E6BD39;
  }
  footer ul {
    width: calc(100% - 31.93rem);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  footer ul::before {
    width: 100%;
  }
  footer p {
    width: 100%;
  }
  .frase {
    padding: 4rem 0;
  }
  .frase p {
    position: relative;
  }
  .frase p::before {
    width: 13rem;
    height: 10rem;
    top: -1rem;
    left: -2rem;
    position: absolute;
    z-index: -1;
    opacity: 0.35;
    background: url("../imagens/svg/aspas.svg") top left no-repeat;
    background-size: contain;
    content: "";
  }
  .frase.sem-aspas p::before {
    display: none;
  }
  .bloco-colunas {
    flex-direction: row;
  }
  .bloco-colunas .box {
    gap: 1.5rem;
    flex: 1 1 0;
  }
  .bloco-colunas .preto {
    margin: 1.5rem 0;
  }
  .bloco-texto,
  .bloco-texto-imagem {
    margin: 4rem 0;
  }
  .bloco-texto figure,
  .bloco-texto-imagem figure {
    width: 35%;
    top: 0;
    right: 6rem;
    bottom: 0;
    position: absolute;
  }
  .bloco-texto figure img,
  .bloco-texto-imagem figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .bloco-texto .centralizado,
  .bloco-texto-imagem .centralizado {
    padding: 0 4rem;
    flex-direction: row;
  }
  .bloco-texto .texto,
  .bloco-texto-imagem .texto {
    width: 57%;
  }
  .bloco-texto .texto h2,
  .bloco-texto-imagem .texto h2 {
    font-size: 4rem;
  }
  .bloco-texto .texto p,
  .bloco-texto-imagem .texto p {
    font-size: 2rem;
  }
  .bloco-texto .texto ul,
  .bloco-texto-imagem .texto ul {
    margin-left: 2rem;
  }
  .bloco-texto .texto li,
  .bloco-texto-imagem .texto li {
    font-size: 2rem;
  }
  .bloco-texto .texto .box.preto.sombra,
  .bloco-texto-imagem .texto .box.preto.sombra {
    margin-left: -4rem;
    margin-bottom: 3rem;
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 0 2rem 2rem 0;
    border-left: 0;
  }
  .bloco-texto .botao-final,
  .bloco-texto-imagem .botao-final {
    margin-top: 4rem;
  }
  .bloco-texto.titulo-menor .texto h2,
  .bloco-texto-imagem.titulo-menor .texto h2 {
    margin-bottom: 0;
    font-size: 3.125rem;
  }
  .bloco-texto.invertido figure,
  .bloco-texto-imagem.invertido figure {
    left: 6rem;
    right: auto;
  }
  .bloco-texto.invertido .centralizado,
  .bloco-texto-imagem.invertido .centralizado {
    flex-direction: row-reverse;
  }
  .bloco-texto .texto {
    width: 100%;
  }
  .bloco-destaques {
    position: relative;
  }
  .bloco-destaques .centralizado {
    gap: 3rem;
  }
  .bloco-destaques .texto h2 {
    font-size: 4rem;
  }
  .bloco-destaques .texto h3 {
    font-size: 2rem;
  }
  .bloco-destaques .texto p {
    font-size: 1.75rem;
  }
  .bloco-destaques .texto.segundo h2 {
    font-size: 2.6875rem;
  }
  .bloco-destaques .texto.segundo p {
    font-size: 1.3125rem;
  }
  .bloco-destaques .destaques {
    padding: 0 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }
  .bloco-destaques .destaques li {
    width: calc(50% - 0.75rem);
    font-size: 1.6875rem;
  }
  .bloco-destaques .destaques.total-1 li {
    width: 100% !important;
  }
  .bloco-destaques::after {
    width: 35%;
    max-width: 37.5rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: -10rem;
    right: -5%;
    z-index: -1;
    opacity: 0.5;
    background: url("../imagens/webp/simbolo-1.webp") center center no-repeat;
    background-size: contain;
    content: "";
  }
  .bloco-destaques.fundo-simples::after {
    display: none;
  }
  .bloco-intro-final {
    padding: 1rem 4rem;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
  }
  .bloco-intro-final div {
    flex: 1 1 0;
  }
  .bloco-intro-final h2 {
    margin: 0;
    padding: 2rem 2rem 2rem 0;
    border-right: 0.125rem solid #E6BD39;
    border-bottom: 0;
  }
  .bloco-valor {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .bloco-valor .bloco1,
  .bloco-valor .bloco2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #bloco-intro #banner .centralizado {
    display: flex;
    align-items: center;
  }
  #bloco-intro #banner .texto,
  #bloco-intro #banner figure {
    flex: 1 1 0;
  }
  #bloco-intro #banner figure {
    display: flex;
  }
  #bloco-intro #banner .texto {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #bloco-intro #frases {
    padding: 1rem;
    display: flex;
    flex-direction: row;
  }
  #bloco-intro #frases li {
    position: relative;
    flex: 1 1 0;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  #bloco-intro #frases li::after {
    margin-top: -0.5rem;
    top: 50%;
    right: 0;
    position: absolute;
  }
  #bloco-intro #empresas h2 {
    font-size: 4.5rem;
  }
  #bloco-intro #empresas .lista {
    flex-direction: row;
  }
  #bloco-intro #empresas .lista a {
    height: 100%;
    align-items: center;
  }
  #bloco-intro #subbloco-intro-1 {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
  }
  #bloco-intro #subbloco-intro-1 .titulo {
    width: 100%;
  }
  #bloco-intro #subbloco-intro-1 .figura {
    width: 30%;
  }
  #bloco-intro #subbloco-intro-1 .texto {
    width: calc(70% - 2rem);
  }
  #bloco-intro #subbloco-intro-2 {
    position: relative;
  }
  #bloco-intro #subbloco-intro-2 h2 {
    font-size: 3.1875rem;
  }
  #bloco-intro #subbloco-intro-2 .preto {
    padding-bottom: 4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  #bloco-intro #subbloco-intro-2 .box1,
  #bloco-intro #subbloco-intro-2 .box2 {
    width: 100%;
  }
  #bloco-intro #subbloco-intro-2 .box3,
  #bloco-intro #subbloco-intro-2 .box4 {
    width: calc(50% - 1rem);
  }
  #bloco-intro #subbloco-intro-2 .box4 {
    position: relative;
  }
  #bloco-intro #subbloco-intro-2 .box4::before {
    width: 0.125rem;
    top: 0;
    bottom: 0;
    left: -1rem;
    position: absolute;
    background: #E6BD39;
    content: "";
  }
  #bloco-intro #subbloco-intro-2 .brilho {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  #bloco-intro #subbloco-intro-3 .centralizado {
    padding: 5rem 0 3rem 2rem;
    position: relative;
  }
  #bloco-intro #subbloco-intro-3 .centralizado::before {
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    aspect-ratio: 10/8.775;
    background: url("../imagens/webp/simbolo-1.webp") center center no-repeat;
    background-size: contain;
    content: "";
  }
  #bloco-origem #subbloco-origem-1 {
    padding: 4rem 0;
    flex-direction: row-reverse;
    gap: 3rem;
  }
  #bloco-origem #subbloco-origem-1 h2 {
    font-size: 4rem;
  }
  #bloco-origem #subbloco-origem-1 p {
    font-size: 2rem;
  }
  #bloco-origem #subbloco-origem-1 figure {
    width: 30%;
  }
  #bloco-origem #subbloco-origem-1 .texto {
    width: calc(70% - 3rem);
  }
  #bloco-origem #subbloco-origem-2 h2 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 4rem;
  }
  #bloco-origem #subbloco-origem-2 p {
    font-size: 2rem;
  }
  #bloco-origem #subbloco-origem-2 .box {
    padding: 2rem;
  }
  #bloco-origem #subbloco-origem-2 .brilho {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 4rem rgba(230, 189, 57, 0.5);
  }
  #bloco-origem #subbloco-origem-2 .preto {
    margin: 0 8rem;
  }
  #bloco-origem #subbloco-origem-2 .preto h2 {
    font-size: 3rem;
  }
  #bloco-origem #subbloco-origem-3,
  #bloco-origem #subbloco-origem-4 {
    padding-top: 4rem;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
  #bloco-origem #subbloco-origem-3 h2,
  #bloco-origem #subbloco-origem-4 h2 {
    width: 100%;
    padding: 2rem;
    line-height: 1.1;
  }
  #bloco-origem #subbloco-origem-3 figure,
  #bloco-origem #subbloco-origem-4 figure {
    width: calc(40% - 2rem);
  }
  #bloco-origem #subbloco-origem-3 .texto,
  #bloco-origem #subbloco-origem-4 .texto {
    width: 60%;
  }
  #bloco-origem #subbloco-origem-4 {
    flex-direction: row;
  }
  #bloco-origem #subbloco-origem-5 {
    margin-top: 4rem;
  }
  #bloco-origem #subbloco-origem-5 .box {
    padding: 2rem;
  }
  #bloco-solucoes {
    padding-top: 2rem;
    position: relative;
  }
  #bloco-solucoes .texto {
    width: 40%;
    position: relative;
    z-index: 2;
  }
  #bloco-solucoes .texto::after {
    width: 100vw;
    top: -6rem;
    bottom: 0;
    left: 110%;
    position: absolute;
    background: url("../imagens/webp/simbolo-1.webp") left center no-repeat;
    background-size: auto 100%;
    content: "";
  }
  #bloco-solucoes .box {
    padding: 2rem;
    font-size: 1.75rem;
  }
  #bloco-solucoes::before, #bloco-solucoes::after {
    width: 50rem;
    height: 50rem;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 1;
    background: radial-gradient(closest-side, rgba(230, 189, 57, 0.3), transparent 70%);
    background-size: 100%;
    transform: translate(-50%, -50%);
    content: "";
  }
  #bloco-solucoes::after {
    width: 80rem;
    height: 80rem;
    left: auto;
    right: 25%;
    top: 25%;
    transform: translate(75%, -50%);
  }
  #bloco-midia-e-imprensa {
    padding: 4rem;
    position: relative;
  }
  #bloco-midia-e-imprensa .centralizado {
    gap: 4rem;
  }
  #bloco-midia-e-imprensa .texto {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
  }
  #bloco-midia-e-imprensa .texto div {
    padding: 0 0 0 4rem;
    border: 0;
    border-left: 0.25rem solid #E6BD39;
  }
  #bloco-midia-e-imprensa .materias a {
    width: calc(16.6666666667% - 0.8333333333rem);
  }
  #bloco-midia-e-imprensa .materias .item {
    flex-direction: row;
  }
  #bloco-midia-e-imprensa .materias .destaques,
  #bloco-midia-e-imprensa .materias .coluna {
    width: calc(50% - 0.5rem);
  }
  #bloco-midia-e-imprensa::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: url("../imagens/webp/simbolo-1.webp") center center no-repeat;
    background-size: contain;
    opacity: 0.5;
    content: "";
  }
  #bloco-faq {
    padding: 4rem;
    display: flex;
    justify-content: space-between;
  }
  #bloco-faq .texto {
    width: 35%;
  }
  #bloco-faq .faq {
    width: calc(65% - 4rem);
  }
  #bloco-contatos {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  #bloco-contatos h3 {
    margin-bottom: 2rem;
  }
  #bloco-contatos .formulario {
    width: calc(55% - 2rem);
  }
  #bloco-contatos .colunas {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #bloco-contatos .colunas div {
    width: 100%;
  }
  #bloco-contatos .colunas div.coluna {
    width: calc(50% - 0.25rem);
  }
  #bloco-contatos .colunas button {
    width: calc(50% - 0.25rem);
    margin-left: auto;
  }
  #bloco-contatos .texto {
    width: 45%;
    font-size: 1.375rem;
  }
  #bloco-contatos .base {
    width: 100%;
  }
  #bloco-socio .intro .destaques li {
    padding: 2rem;
  }
  #bloco-socio .bloco1 h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  #bloco-socio .bloco1 h2 small {
    font-size: 2rem;
  }
  #bloco-socio .bloco1 .box {
    margin-top: 5rem;
    padding: 4rem;
    gap: 3rem;
  }
  #bloco-socio .bloco1 .box p {
    font-size: 1.75rem;
  }
  #bloco-socio .bloco1 .box li {
    padding: 0.75rem 0;
    font-size: 2rem;
  }
  #bloco-socio .bloco1 .box .box {
    margin-top: -7rem;
    font-size: 2rem;
  }
  #bloco-socio .bloco1 .box .box strong, #bloco-socio .bloco1 .box .box b {
    font-size: 4rem;
  }
  #bloco-socio .bloco1 .frase p {
    font-size: 3.125rem !important;
  }
  #bloco-motivos #bloco-lista {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #bloco-motivos #bloco-lista h2 {
    width: 27%;
  }
  #bloco-motivos #bloco-lista .texto {
    width: calc(73% - 2rem);
  }
  #bloco-motivos .botao-final {
    padding: 4rem 0;
  }
  #bloco-final .fundo.maior p {
    position: relative;
  }
  #bloco-final .fundo.maior p::before {
    width: 13rem;
    height: 10rem;
    top: -1rem;
    left: -2rem;
    position: absolute;
    z-index: -1;
    opacity: 0.35;
    background: url("../imagens/svg/aspas.svg") top left no-repeat;
    background-size: contain;
    content: "";
  }
}
@media (min-width: 992px) {
  header {
    padding-left: 30vw;
    display: flex;
    flex-direction: column-reverse;
  }
  header img {
    width: 100%;
    height: auto;
  }
  header nav ul {
    display: flex;
    justify-content: center;
  }
  header nav li a {
    height: 6.25rem;
  }
  header nav li::before {
    width: 0.0625rem;
    right: 0;
    top: 1.5rem;
    bottom: 1.5rem;
  }
  header nav a {
    display: flex;
    align-items: center;
  }
  header nav a:hover {
    color: #E6BD39;
    text-shadow: 0 0 2rem #bc9b2d;
  }
  header .logo {
    width: 30vw;
    top: 0;
    left: 0;
    position: absolute;
  }
  header::after {
    height: 2.75rem;
    margin-top: 1.25rem;
    padding: 0 2rem;
  }
  main {
    padding-top: 10.15rem;
  }
  main nav a:hover {
    color: #000;
    background: #E6BD39;
  }
  main nav#submenu-1 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  main nav#submenu-2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  main nav.interno#submenu-2 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  footer ul a:hover {
    color: #E6BD39;
  }
  .frase {
    padding: 6rem 0;
  }
  .frase p {
    font-size: 3.875rem;
  }
  .botao:hover {
    background: #fff;
  }
  .com-ancora .ancora {
    height: 10.15rem;
  }
  .bloco-texto,
  .bloco-texto-imagem {
    gap: 4rem;
  }
  .bloco-texto h2,
  .bloco-texto-imagem h2 {
    padding: 3rem 3rem 3rem 0;
    font-size: 4rem;
  }
  .bloco-texto p,
  .bloco-texto-imagem p {
    font-size: 2rem;
  }
  .bloco-texto .centralizado,
  .bloco-texto-imagem .centralizado {
    padding: 0 6rem;
  }
  .bloco-texto h2 {
    padding: 0;
  }
  .bloco-destaques .destaques {
    padding: 0 6rem;
  }
  .bloco-box {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
  .bloco-box h2 {
    margin: -5rem 4rem 2rem 4rem;
    padding: 1.5rem 2rem;
  }
  .bloco-box h2,
  .bloco-box h3,
  .bloco-box li {
    font-size: 3.1875rem;
  }
  .bloco-box p {
    font-size: 2.375rem;
  }
  .bloco-blocos {
    padding: 4rem 0;
  }
  .bloco-blocos .sombra p {
    font-size: 2.6875rem;
  }
  .bloco-blocos.com-espacamento {
    padding-left: 6rem;
    padding-right: 6rem;
    gap: 8rem;
  }
  .bloco-intro-final {
    padding: 0 6rem;
    gap: 4rem;
  }
  .bloco-intro-final h2 {
    width: 50%;
    padding: 3rem 3rem 3rem 0;
    font-size: 4rem;
  }
  .bloco-intro-final p {
    width: 50%;
    font-size: 2rem;
  }
  .bloco-valor {
    margin-top: 6rem;
    margin-bottom: 6rem;
    flex-direction: row;
  }
  .bloco-valor h2 {
    font-size: 2.5rem;
  }
  .bloco-valor a:hover {
    color: #000;
    background: #fff;
  }
  .bloco-valor .bloco1 {
    width: 65%;
    margin: 3rem 0;
    border-right: 0;
    border-bottom: 0.125rem solid #E6BD39;
    border-radius: 2rem 0 0 2rem;
  }
  .bloco-valor .bloco1 p {
    font-size: 1.5rem;
  }
  .bloco-valor .bloco2 {
    width: 35%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bloco-valor .bloco2 p.preco {
    font-size: 4.5rem;
  }
  .bloco-valor.invertido {
    flex-direction: row-reverse;
  }
  .bloco-valor.invertido .bloco1 {
    border: 0.125rem solid #E6BD39;
    border-left: 0;
    border-radius: 0 2rem 2rem 0;
  }
  .bloco-trechos .centralizado {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .bloco-trechos .box.preto {
    padding-bottom: 4rem;
  }
  .bloco-trechos .box.preto h2 {
    font-size: 4rem;
  }
  .bloco-trechos .lista {
    margin: 0 -6rem;
  }
  .bloco-trechos .nav {
    width: 5.5rem;
  }
  #bloco-intro #banner {
    margin-top: 0;
  }
  #bloco-intro #banner h2 {
    font-size: 5rem;
  }
  #bloco-intro #banner .botoes {
    margin-top: 4rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
  #bloco-intro #banner .botoes .box {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  #bloco-intro #empresas .lista a {
    -moz-filter: sepia(1);
    -ms-filter: sepia(1);
    filter: sepia(1);
  }
  #bloco-intro #empresas .lista a:hover {
    -moz-filter: sepia(0);
    -ms-filter: sepia(0);
    filter: sepia(0);
  }
  #bloco-intro #subbloco-intro-1 .titulo h2 {
    font-size: 3.5rem;
  }
  #bloco-intro #subbloco-intro-1 .titulo p {
    font-size: 2rem;
  }
  #bloco-intro #subbloco-intro-3 .centralizado {
    padding: 8rem 0 6rem 10rem;
    font-size: 3rem;
  }
  #bloco-intro #subbloco-intro-3 .centralizado::before {
    height: calc(100% + 4rem);
    right: -2rem;
  }
  #bloco-origem #subbloco-origem-1 {
    padding: 6rem 0;
  }
  #bloco-origem #subbloco-origem-3 {
    padding-top: 6rem;
  }
  #bloco-origem #subbloco-origem-3 h2 {
    font-size: 4rem;
  }
  #bloco-origem #subbloco-origem-3 p {
    font-size: 2rem;
  }
  #bloco-origem #subbloco-origem-3 ol {
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 2rem;
  }
  #bloco-origem #subbloco-origem-3 li {
    padding-top: 1rem;
    gap: 1rem;
  }
  #bloco-origem #subbloco-origem-3 li strong, #bloco-origem #subbloco-origem-3 li b {
    width: calc(100% - 5rem);
  }
  #bloco-origem #subbloco-origem-3 li::before {
    width: 3.6rem;
    height: 3.6rem;
  }
  #bloco-origem #subbloco-origem-4 {
    gap: 3rem;
    font-size: 2rem;
  }
  #bloco-origem #subbloco-origem-4 figure {
    width: calc(40% - 3rem);
  }
  #bloco-origem #subbloco-origem-5 {
    font-size: 4rem;
  }
  #bloco-solucoes h2 {
    font-size: 4.5rem;
  }
  #bloco-solucoes .centralizado {
    padding-left: 6rem;
    padding-right: 6rem;
    gap: 4rem;
  }
  #bloco-mentoria-em-grupo .bloco-texto p {
    font-size: 2.9375rem;
  }
  #bloco-midia-e-imprensa .texto h2 {
    font-size: 5rem;
  }
  #bloco-midia-e-imprensa .texto div {
    font-size: 2rem;
  }
  #bloco-midia-e-imprensa .box {
    padding: 2rem 4rem;
    font-size: 1.75rem;
  }
  #bloco-faq {
    padding: 6rem;
  }
  #bloco-faq h2 {
    font-size: 4.5rem;
  }
  #bloco-faq .item label:hover {
    background-color: yellow;
  }
  #bloco-palestra .bloco-colunas {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 6rem;
  }
  #bloco-videochamada {
    padding: 0 6rem;
  }
  #bloco-contatos {
    margin-top: 7.5rem;
    padding: 10.5rem 3rem 3rem 3rem;
  }
  #bloco-contatos h3 {
    font-size: 4rem;
  }
  #bloco-contatos .titulo {
    height: 15rem;
    font-size: 5.56rem;
  }
  #bloco-contatos .whatsapp {
    margin-top: 2rem;
    font-size: 5.125rem;
  }
  #bloco-contatos .whatsapp:hover {
    color: #fff;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  }
  #bloco-contatos .colunas input,
  #bloco-contatos .colunas textarea {
    padding: 1.25rem 2rem;
  }
  #bloco-contatos .colunas button {
    cursor: pointer;
  }
  #bloco-contatos .colunas button:hover {
    font-size: 1.5rem;
  }
  #bloco-tabela table {
    padding: 0 2rem;
    font-size: 3.75rem;
  }
  #bloco-tabela table thead td,
  #bloco-tabela table tfoot td {
    padding: 2rem 0;
  }
  #bloco-final .fundo {
    padding: 4rem 0;
  }
  #bloco-final .fundo p {
    font-size: 4.875rem;
  }
  #bloco-final .fundo.maior p {
    font-family: "muller-bold";
    font-size: 3.875rem;
  }
  #bloco-final .amarelo {
    padding: 3rem 0;
  }
  #botaomenu {
    display: none;
  }
}
@media (min-width: 1900px) {
  header {
    padding-left: 41.125rem;
  }
  header nav a {
    font-size: 1rem;
  }
  header .logo {
    width: 39.125rem;
    left: 2rem;
  }
  header::after {
    font-size: 1.15rem;
  }
  main {
    padding-top: 15rem;
  }
  footer ul {
    flex-wrap: nowrap;
  }
  footer ul span {
    font-size: 1.65rem;
  }
  .com-ancora .ancora {
    height: 15rem;
  }
  .bloco-blocos.com-espacamento {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .bloco-destaques .destaques {
    padding: 0 12rem;
  }
  #inicial main {
    padding-top: 10.15rem;
  }
  #inicial .com-ancora .ancora {
    height: 15rem;
  }
  #bloco-intro #banner h2 {
    font-size: 7rem;
  }
  #bloco-intro #banner p {
    font-size: 1.125rem;
  }
  #bloco-intro #banner figure::after {
    opacity: 0;
  }
  #bloco-intro #banner .centralizado {
    align-items: stretch;
  }
  #bloco-intro #banner::after {
    opacity: 1;
  }
  #bloco-intro #subbloco-intro-1 {
    gap: 3rem;
  }
  #bloco-intro #subbloco-intro-1 .texto {
    width: calc(70% - 3rem);
  }
  #bloco-intro #subbloco-intro-3 .centralizado {
    font-size: 4rem;
  }
  #bloco-intro #subbloco-intro-3 .centralizado::before {
    height: calc(100% + 8rem);
    right: -6rem;
  }
  #bloco-contatos {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}/*# sourceMappingURL=style.css.map */