/********************************* CORES *********************************/
.croxo {
  color: #1E1148;
}
.broxo {
  background-color: #1E1148;
}
.froxo {
  fill: #1E1148;
}
.sroxo {
  stroke: #1E1148;
}
.croxoclaro {
  color: #2D1B69;
}
.broxoclaro {
  background-color: #2D1B69;
}
.froxoclaro {
  fill: #2D1B69;
}
.sroxoclaro {
  stroke: #2D1B69;
}
.claranja {
  color: #F37021;
}
.blaranja {
  background-color: #F37021;
}
.flaranja {
  fill: #F37021;
}
.slaranja {
  stroke: #F37021;
}
.cpink {
  color: #D72B6B;
}
.bpink {
  background-color: #D72B6B;
}
.fpink {
  fill: #D72B6B;
}
.spink {
  stroke: #D72B6B;
}
.crosa {
  color: #F8365B;
}
.brosa {
  background-color: #F8365B;
}
.frosa {
  fill: #F8365B;
}
.srosa {
  stroke: #F8365B;
}
.cdourado {
  color: #E8A426;
}
.bdourado {
  background-color: #E8A426;
}
.fdourado {
  fill: #E8A426;
}
.sdourado {
  stroke: #E8A426;
}
.cambar {
  color: #F99422;
}
.bambar {
  background-color: #F99422;
}
.fambar {
  fill: #F99422;
}
.sambar {
  stroke: #F99422;
}
.cverde {
  color: #2AA88F;
}
.bverde {
  background-color: #2AA88F;
}
.fverde {
  fill: #2AA88F;
}
.sverde {
  stroke: #2AA88F;
}
.cpreto {
  color: #000;
}
.bpreto {
  background-color: #000;
}
.fpreto {
  fill: #000;
}
.spreto {
  stroke: #000;
}
.cescuro {
  color: #1A1A2E;
}
.bescuro {
  background-color: #1A1A2E;
}
.fescuro {
  fill: #1A1A2E;
}
.sescuro {
  stroke: #1A1A2E;
}
.cgrafite {
  color: #333;
}
.bgrafite {
  background-color: #333;
}
.fgrafite {
  fill: #333;
}
.sgrafite {
  stroke: #333;
}
.ccinzaescuro {
  color: #666;
}
.bcinzaescuro {
  background-color: #666;
}
.fcinzaescuro {
  fill: #666;
}
.scinzaescuro {
  stroke: #666;
}
.ccinza {
  color: #999;
}
.bcinza {
  background-color: #999;
}
.fcinza {
  fill: #999;
}
.scinza {
  stroke: #999;
}
.ccinzaclaro {
  color: #DDD;
}
.bcinzaclaro {
  background-color: #DDD;
}
.fcinzaclaro {
  fill: #DDD;
}
.scinzaclaro {
  stroke: #DDD;
}
.cgelo {
  color: #F4F4F4;
}
.bgelo {
  background-color: #F4F4F4;
}
.fgelo {
  fill: #F4F4F4;
}
.sgelo {
  stroke: #F4F4F4;
}
.cbranco {
  color: #FFF;
}
.bbranco {
  background-color: #FFF;
}
.fbranco {
  fill: #FFF;
}
.sbranco {
  stroke: #FFF;
}
/********************************* GERAL *********************************/
::-webkit-scrollbar {
  width: 8px;
  background: #F4F4F4;
}
::-webkit-scrollbar-track {
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #1E1148;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #999;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
* {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  text-wrap: balance;
  color: #333;
}
.transition {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.fast {
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.slow {
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.clear {
  clear: both;
}
a,
button {
  text-decoration: none;
  color: inherit;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}
a:hover,
button:hover {
  text-decoration: none;
}
label {
  cursor: pointer;
  user-select: none;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
}
/*********************************** FORMAS ***********************************/
.il {
  display: inline;
}
.bl {
  display: block;
}
.ib {
  display: inline-block;
}
.fl {
  display: flex;
}
.if {
  display: inline-flex;
}
.gr {
  display: grid;
}
.rd100 {
  border-radius: 100vh;
}
.rd0 {
  border-radius: 0px;
}
.rd5 {
  border-radius: 5px;
}
.rd10 {
  border-radius: 10px;
}
.m0 {
  margin: 0;
}
.mb05 {
  margin-bottom: 0.5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
/*********************************** FONTES TEXTOS ***********************************/
.w100 {
  font-weight: 100;
}
.w200 {
  font-weight: 200;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w800 {
  font-weight: 800;
}
.w900 {
  font-weight: 900;
}
.i {
  font-style: italic;
}
.uc {
  text-transform: uppercase;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.t10 {
  font-size: 10px;
}
.t11 {
  font-size: 11px;
}
.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
.t14 {
  font-size: 14px;
}
.t15 {
  font-size: 15px;
}
.t16 {
  font-size: 16px;
}
.t18 {
  font-size: 18px;
}
.t20 {
  font-size: 20px;
}
.t22 {
  font-size: 22px;
}
.t24 {
  font-size: 24px;
}
.t26 {
  font-size: 26px;
}
.t28 {
  font-size: 28px;
}
.t32 {
  font-size: 32px;
}
.t36 {
  font-size: 36px;
}
.t37 {
  font-size: 37px;
}
.t40 {
  font-size: 40px;
}
.t42 {
  font-size: 42px;
}
.t48 {
  font-size: 48px;
}
.t56 {
  font-size: 56px;
}
.t60 {
  font-size: 60px;
}
.t72 {
  font-size: 72px;
}
.t86 {
  font-size: 86px;
}
.t96 {
  font-size: 96px;
}
.lh0 {
  line-height: 0;
}
.lh90 {
  line-height: 90%;
}
.lh100 {
  line-height: 100%;
}
.lh110 {
  line-height: 110%;
}
.lh120 {
  line-height: 120%;
}
.lh130 {
  line-height: 130%;
}
.lh140 {
  line-height: 140%;
}
.lh150 {
  line-height: 150%;
}
.lh160 {
  line-height: 160%;
}
.lh180 {
  line-height: 180%;
}
.lh200 {
  line-height: 200%;
}
/*********************************** VARIABLES ***********************************/
/*********************************** CONTAINERS ***********************************/
@media all {
  .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .container.sm {
    max-width: 575px;
  }
  .container.md {
    max-width: 768px;
  }
  .container.lg {
    max-width: 1200px;
  }
  .container.xl {
    max-width: 1400px;
  }
  body {
    overflow-x: hidden;
  }
  header,
  main,
  section,
  footer {
    width: 100%;
  }
}
@media all and (min-width: 575px) {
  .container {
    max-width: 575px;
  }
}
@media all and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
/*********************************** ANIMAÇÕES ***********************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*********************************** MIXINS DO PROJETO ***********************************/
/*********************************** COMPONENTES ***********************************/
.titulo {
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
  margin: 0;
}
@media (min-width: 768px) {
  .titulo {
    font-size: 48px;
  }
}
.subtitulo {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  margin: 0;
}
@media (min-width: 768px) {
  .subtitulo {
    font-size: 36px;
  }
}
.h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 28px;
  }
}
.h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 22px;
  }
}
.paragrafo {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
@media (min-width: 768px) {
  .paragrafo {
    font-size: 16px;
  }
}
.small {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (min-width: 768px) {
  .small {
    font-size: 14px;
  }
}
.botao {
  display: inline-block;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #FFF;
  cursor: pointer;
  padding: 14px 28px;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .botao {
    font-size: 16px;
    padding: 16px 32px;
  }
}
.botao:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.botao.btn-laranja {
  background-color: #F37021;
}
.botao.btn-laranja:hover {
  background-color: #df5b0c;
}
.botao.btn-rosa {
  background-color: #F8365B;
}
.botao.btn-rosa:hover {
  background-color: #f70f3b;
}
.botao.btn-verde {
  background-color: #2AA88F;
}
.botao.btn-verde:hover {
  background-color: #228773;
}
.botao.btn-roxoclaro {
  background-color: #2D1B69;
}
.botao.btn-roxoclaro:hover {
  background-color: #1f1349;
}
.botao.btn-outline {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.botao.btn-outline:hover {
  background-color: #FFF;
  color: #1E1148;
}
.botao.btn-lg {
  font-size: 16px;
  padding: 18px 40px;
}
@media (min-width: 768px) {
  .botao.btn-lg {
    font-size: 18px;
    padding: 20px 48px;
  }
}
.badge {
  display: inline-block;
  text-align: center;
  padding: 15px;
}
.badge .icone {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 100vh;
  background-color: #E8A426;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge .icone img {
  max-width: 50px;
  max-height: 50px;
}
.badge .numero {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 110%;
  color: #FFF;
}
@media (min-width: 768px) {
  .badge .numero {
    font-size: 24px;
  }
}
.badge .label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: #FFF;
}
@media (min-width: 768px) {
  .badge .label {
    font-size: 13px;
  }
}
.card {
  text-align: center;
  padding: 20px;
}
.card .card-icone {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 100vh;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.card .card-icone img {
  max-width: 40px;
  max-height: 40px;
}
.card .card-titulo {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .card .card-titulo {
    font-size: 22px;
  }
}
.card .card-texto {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  color: #666;
}
@media (min-width: 768px) {
  .card .card-texto {
    font-size: 14px;
  }
}
.item-lista {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .item-lista {
    gap: 20px;
    padding: 18px 0;
  }
}
.item-lista .numero {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  background-color: #D72B6B;
  line-height: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  white-space: nowrap;
  flex-shrink: 0;
}
.item-lista .texto {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 768px) {
  .item-lista .texto {
    font-size: 18px;
  }
}
.tab-nav {
  display: flex;
  justify-content: center;
  gap: 0;
}
.tab-nav label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 14px 24px;
  cursor: pointer;
  flex: 1;
}
@media (min-width: 768px) {
  .tab-nav label {
    font-size: 16px;
    padding: 16px 32px;
    flex: none;
  }
}
.tab-content {
  background-color: #1E1148;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .tab-content {
    padding: 40px;
  }
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #F4F4F4;
  border-radius: 10px;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video,
.video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smoothfadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}
.smoothfadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*********************************** HEADER ***********************************/
@media all {
  header {
    background-color: #F4F4F4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }
  header .container .logo {
    line-height: 0;
    flex-shrink: 0;
  }
  header .container .logo img,
  header .container .logo svg {
    height: 50px;
    width: auto;
  }
  header .container .tagline {
    color: #1E1148;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  body {
    padding-top: 50px;
  }
}
@media all and (min-width: 768px) {
  header .container {
    height: 56px;
  }
}
@media all and (min-width: 768px) {
  header .container .logo img,
  header .container .logo svg {
    height: 50px;
  }
}
@media all and (min-width: 768px) {
  body {
    padding-top: 56px;
  }
}
/*********************************** SECTIONS ***********************************/
@media all {
  section {
    padding: 60px 0;
  }
  section.dark {
    background-color: #1E1148;
  }
  section.dark * {
    color: #FFF;
  }
  section.pink-bg {
    background-color: #D72B6B;
    background: linear-gradient(135deg, #D72B6B 0%, #991d4b 100%);
  }
  section.pink-bg * {
    color: #FFF;
  }
  section.laranja-bg {
    background-color: #F37021;
    background: linear-gradient(135deg, #F37021 0%, #d5580c 100%);
  }
  section.laranja-bg * {
    color: #FFF;
  }
  section.gelo-bg {
    background-color: #F4F4F4;
  }
  section.hero {
    padding: 0;
    background-color: #1E1148;
    overflow: hidden;
  }
  section.hero .caroussel {
    position: relative;
    overflow: hidden;
    width: 100vw;
    /* telas verticais / celular */
    /* tablets e proporções intermediárias */
    /* desktop normal */
    /* monitores muito largos ou baixos */
  }
  section.hero .caroussel .caroussel-track {
    display: flex;
    height: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  section.hero .caroussel .caroussel-track.no-transition {
    transition: none;
  }
  section.hero .caroussel .caroussel-slide {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    position: relative;
  }
  section.hero .caroussel .caroussel-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.hero .caroussel .caroussel-prev,
  section.hero .caroussel .caroussel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 15px;
    opacity: 0.7;
    display: none;
  }
  section.hero .caroussel .caroussel-prev:hover,
  section.hero .caroussel .caroussel-next:hover {
    opacity: 1;
  }
  section.hero .caroussel .caroussel-prev svg,
  section.hero .caroussel .caroussel-next svg {
    display: block;
  }
  section.hero .caroussel .caroussel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-play {
    pointer-events: all;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.hero .caroussel .caroussel-overlay .caroussel-play:hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
  section.hero .caroussel .caroussel-overlay .caroussel-play svg {
    display: block;
    width: 54px;
    height: 54px;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-caption {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20%;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-caption strong {
    font-weight: 800;
    color: #FFF;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    pointer-events: all;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 100vh;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border: 2px solid #FFF;
    background: transparent;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-dots .dot.active {
    background-color: #FFF;
  }
  section.hero .caroussel .caroussel-overlay .caroussel-dots .dot:hover {
    background-color: #FFF;
    opacity: 0.7;
  }
  section.intro {
    background-color: #1E1148;
    background-image: url(../img/fundo_comunicacao.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  section.intro .intro-titulo {
    color: #F8365B;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    font-size: 42px;
    margin-bottom: 25px;
  }
  section.intro .intro-desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    max-width: 650px;
    margin: 0 auto 20px;
  }
  section.intro .intro-desc strong {
    font-weight: 700;
    color: #FFF;
  }
  section.intro .intro-stats {
    display: grid;
    gap: 0;
    margin-bottom: 45px;
    grid-template-columns: 1fr;
    align-items: end;
  }
  section.intro .stat {
    text-align: center;
    padding: 10px 20px;
    position: relative;
  }
  section.intro .stat + .stat::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    display: none;
    width: 1px;
    height: 90px;
    background-color: #FFF;
  }
  section.intro .stat:nth-child(2) + .stat::before {
    display: none;
  }
  section.intro .stat-numero {
    display: block;
  }
  section.intro .stat-numero,
  section.intro .stat-numero num {
    color: #F99422;
    font-weight: 800;
    line-height: 110%;
    font-size: 40px;
  }
  section.intro .stat-icone {
    display: block;
    margin: 0 auto 8px;
    height: 72px;
    width: auto;
  }
  section.intro .stat-label {
    display: block;
    text-transform: uppercase;
    line-height: 150%;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  section.intro .stat-label strong {
    color: #F99422;
    font-weight: 800;
  }
  section.intro .botao {
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  }
  section.intro .intro-sub {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    margin-top: 20px;
  }
  section.cta-venda {
    background-color: #F99422;
    padding: 40px 0;
  }
  section.cta-venda .container {
    display: flex;
    justify-content: flex-end;
  }
  section.cta-venda .cta-venda-content {
    width: 75%;
  }
  section.cta-venda h2 {
    color: #FFF;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    margin-bottom: 12px;
    font-size: 24px;
    padding-left: 25px;
    border-left: 3px solid #FFF;
  }
  section.cta-venda p {
    color: #2D1B69;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding-left: 25px;
  }
  section.cta-venda p strong {
    font-weight: 700;
    color: #2D1B69;
  }
  section.empresas-que {
    background-color: #F4F4F4;
    position: relative;
    z-index: 1;
  }
  section.empresas-que ~ section,
  section.empresas-que .container {
    position: relative;
    z-index: 5;
  }
  section.empresas-que #cestas {
    position: absolute;
    will-change: transform;
    left: 0;
    top: -30vw;
    width: 25vw;
  }
  section.empresas-que .empresas-titulo {
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    font-size: 36px;
    color: #F8365B;
    margin-bottom: 60px;
  }
  section.empresas-que .empresas-cards {
    display: grid;
    gap: 50px;
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    align-items: start;
  }
  section.empresas-que .empresa-card {
    background-color: #2D1B69;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 40px 20px 30px;
    box-shadow: 0 8px 25px #1e1148;
  }
  section.empresas-que .empresa-card p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
  }
  section.empresas-que .card-num {
    background-color: #F99422;
    color: #FFF;
    font-weight: 700;
    border-radius: 100vh;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.empresas-que .botao {
    font-size: 20px;
    padding: 8px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  }
  section.promessa {
    background-color: #2D1B69;
    background-image: url(../img/fundo_promessa.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  section.promessa .promessa-titulo {
    color: #F8365B;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    font-size: 32px;
    margin-bottom: 20px;
  }
  section.promessa .promessa-desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    margin: 0 auto 40px;
  }
  section.promessa .promessa-subtitulo {
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    margin-bottom: 30px;
  }
  section.promessa .promessa-subtitulo strong {
    font-weight: 800;
    color: #FFF;
  }
  section.promessa .promessa-lista {
    text-align: left;
    max-width: 750px;
    margin: 0 auto 60px;
    position: relative;
    padding-left: 35px;
  }
  section.promessa .promessa-item {
    position: relative;
    margin-bottom: 15px;
  }
  section.promessa .promessa-item:last-child {
    margin-bottom: 0;
  }
  section.promessa .promessa-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -26px;
    top: calc(50% + 25px);
    height: calc(100% - 35px);
    border-left: 5px dotted rgba(255, 255, 255, 0.5);
  }
  section.promessa .promessa-icone {
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: auto;
    z-index: 1;
  }
  section.promessa .promessa-card {
    position: relative;
    height: 160px;
    perspective: 800px;
  }
  section.promessa .card-frente,
  section.promessa .card-verso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #2D1B69;
    padding: 15px 15px;
    border: 1.5px solid #FFF;
    backface-visibility: hidden;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  section.promessa .card-frente h4,
  section.promessa .card-verso h4 {
    color: #F99422;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
  }
  section.promessa .card-frente {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.promessa .card-frente h4 {
    font-size: 14px;
  }
  section.promessa .card-verso {
    transform: rotateX(180deg);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.promessa .card-verso h4 {
    font-size: 14px;
  }
  section.promessa .card-verso ul {
    margin: 8px 0 0;
    padding-left: 15px;
    list-style-type: disc;
  }
  section.promessa .card-verso ul li {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px;
  }
  section.promessa .promessa-item:hover .card-frente {
    transform: rotateX(180deg);
  }
  section.promessa .promessa-item:hover .card-verso {
    transform: rotateX(0);
  }
  section.promessa .botao {
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  }
  section.informativo {
    background-color: #F99422;
    padding: 60px 0;
  }
  section.informativo .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.informativo h2 {
    color: #FFF;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
  section.informativo p {
    color: #2D1B69;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    text-align: center;
  }
  section.informativo p strong {
    font-weight: 700;
    color: #2D1B69;
  }
  section.video-full {
    padding: 0;
    width: 100%;
  }
  section.video-full iframe,
  section.video-full video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
    object-fit: cover;
    background-color: #000;
  }
  section.passos {
    background-color: #F4F4F4;
  }
  section.passos .passos-titulo {
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    font-size: 36px;
    color: #F8365B;
    margin-bottom: 60px;
  }
  section.passos .passos-cards {
    display: grid;
    gap: 120px;
    align-items: start;
    justify-items: center;
    grid-template-columns: 1fr;
    isolation: isolate;
  }
  section.passos .passo-card {
    background-color: #2D1B69;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 40px 20px 30px;
    box-shadow: 0 8px 25px #1e1148;
    max-width: 350px;
  }
  section.passos .passo-card h4 {
    color: #F99422;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    margin: 0;
    margin-bottom: 10px;
  }
  section.passos .passo-card p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
  }
  section.passos .passo-card:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    height: 120px;
    border-left: 5px dotted rgba(30, 17, 72, 0.4);
  }
  section.passos .passo-card:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 51%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-mask-image: url('../img/chevron-right-icon.svg');
    mask-image: url('../img/chevron-right-icon.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: #F99422;
    z-index: -1;
    animation: chevron-slide-down 1.5s linear infinite;
  }
  section.passos .passo-badge {
    border-radius: 100vh;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
    color: #1E1148;
    border: 2px solid #1E1148;
    background-color: #F4F4F4;
    padding: 5px 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.formulario {
    background-color: #F8365B;
    background-image: url(../img/fundo_solicite.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  section.formulario .formulario-titulo {
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    font-size: 36px;
    color: #FFF;
    margin-bottom: 15px;
  }
  section.formulario .formulario-desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    margin-bottom: 30px;
  }
  section.formulario .formulario-form {
    max-width: 750px;
    margin: 0 auto;
  }
  section.formulario .formulario-form input {
    display: block;
    width: 75%;
    border-radius: 100vh;
    padding: 14px 25px;
    margin: 12px auto;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #F8365B;
    letter-spacing: 0.5px;
  }
  section.formulario .formulario-form input::placeholder {
    color: #F8365B;
    opacity: 1;
  }
  section.formulario .formulario-form input:focus {
    background: #FFF;
  }
  section.formulario .formulario-consent {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    margin: 30px 0px;
  }
  section.formulario .formulario-campo-isca {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  section.formulario .formulario-retorno {
    display: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    width: 75%;
    margin: 0 auto 20px;
  }
  section.formulario .formulario-retorno.is-visible {
    display: block;
  }
  section.formulario .formulario-retorno.is-success {
    color: #FFF;
  }
  section.formulario .formulario-retorno.is-error {
    color: #FFE17A;
  }
  section.formulario .botao {
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  }
  section.formulario .formulario-smiley {
    display: block;
    margin: 45px auto 10px;
    width: 40px;
    height: 40px;
  }
  section.formulario .formulario-nota {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    max-width: 750px;
    margin: 0 auto;
  }
  .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
  }
  .lightbox.open {
    display: flex;
  }
  .lightbox .lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
  }
  .lightbox .lightbox-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    z-index: 1;
  }
  .lightbox .lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .lightbox .lightbox-close:hover {
    color: #F37021;
  }
  .lightbox .lightbox-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
  }
  .lightbox .lightbox-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .grid-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .grid-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .lista-pratica {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
@media all and (max-aspect-ratio: 3/4) {
  section.hero .caroussel {
    aspect-ratio: 3 / 5;
  }
}
@media all and (min-aspect-ratio: 3/4) and (max-aspect-ratio: 3/2) {
  section.hero .caroussel {
    aspect-ratio: 4 / 3;
  }
}
@media all and (min-aspect-ratio: 3/2) and (max-aspect-ratio: 16/9) {
  section.hero .caroussel {
    aspect-ratio: 16 / 8;
  }
}
@media all and (min-aspect-ratio: 16/9) {
  section.hero .caroussel {
    aspect-ratio: 16 / 7;
  }
}
@media all and (min-width: 768px) {
  section.hero .caroussel .caroussel-prev,
  section.hero .caroussel .caroussel-next {
    display: block;
  }
}
@media all and (min-width: 768px) {
  section.hero .caroussel .caroussel-prev {
    left: 25px;
  }
}
@media all and (min-width: 768px) {
  section.hero .caroussel .caroussel-next {
    right: 25px;
  }
}
@media all and (min-width: 768px) {
  section.hero .caroussel .caroussel-overlay .caroussel-play svg {
    width: 90px;
    height: 90px;
  }
}
@media all and (min-width: 768px) {
  section.hero .caroussel .caroussel-overlay .caroussel-caption {
    font-size: 28px;
  }
}
@media all and (min-width: 768px) {
  section.hero .caroussel .caroussel-overlay .caroussel-dots {
    bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  section.intro .intro-stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1200px) {
  section.intro .intro-stats {
    grid-template-columns: 1fr 1fr 1.3fr 1.3fr;
  }
}
@media all and (min-width: 768px) {
  section.intro .stat + .stat::before {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  section.intro .stat:nth-child(2) + .stat::before {
    display: block;
  }
}
@media all and (min-width: 768px) {
  section.intro .botao {
    font-size: 20px;
    padding: 8px 40px;
  }
}
@media all and (min-width: 768px) {
  section.cta-venda {
    padding: 50px 0;
  }
}
@media all and (min-width: 768px) {
  section.cta-venda .cta-venda-content {
    width: 65%;
  }
}
@media all and (min-width: 768px) {
  section.cta-venda h2 {
    font-size: 32px;
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) {
  section.cta-venda p {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media all and (max-width: 1399px) {
  section.empresas-que #cestas {
    transform: none !important;
  }
}
@media all and (min-width: 1400px) {
  section.empresas-que #cestas {
    width: 25vw;
    max-width: 450px;
  }
}
@media all and (min-width: 768px) {
  section.empresas-que .empresas-titulo {
    font-size: 42px;
  }
}
@media all and (min-width: 768px) {
  section.empresas-que .empresas-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1200px) {
  section.empresas-que .empresas-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .promessa-titulo {
    font-size: 32px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .promessa-item:not(:last-child)::after {
    left: -36px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .promessa-icone {
    left: -52px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .card-frente,
  section.promessa .card-verso {
    border-radius: 50px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .card-frente h4,
  section.promessa .card-verso h4 {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .card-verso {
    padding: 15px 30px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .card-verso ul li {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  section.promessa .botao {
    font-size: 20px;
    padding: 8px 40px;
  }
}
@media all and (min-width: 768px) {
  section.informativo {
    padding: 80px 0;
  }
}
@media all and (min-width: 768px) {
  section.informativo h2 {
    font-size: 32px;
  }
}
@media all and (min-width: 768px) {
  section.informativo p {
    font-size: 18px;
    max-width: 750px;
  }
}
@media all and (min-width: 768px) {
  section.passos .passos-titulo {
    font-size: 42px;
  }
}
@media all and (min-width: 768px) {
  section.passos .passos-titulo {
    max-width: 750px;
    margin: 0 auto 120px;
  }
}
@media all and (min-width: 1200px) {
  section.passos .passos-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
  }
}
@media all and (min-width: 1200px) {
  section.passos .passo-card:not(:last-child)::before {
    left: 100%;
    top: 50%;
    height: auto;
    width: 130px;
    border-left: none;
    border-top: 5px dotted rgba(30, 17, 72, 0.4);
  }
}
@media all and (min-width: 1200px) {
  section.passos .passo-card:not(:last-child)::after {
    left: auto;
    top: 51%;
    transform: translateY(-50%);
    animation: chevron-slide-right 1.5s linear infinite;
  }
}
@media all and (min-width: 1200px) {
  section.passos .passo-badge {
    top: -80px;
  }
}
@media all and (min-width: 768px) {
  section.formulario .formulario-titulo {
    font-size: 42px;
  }
}
@media all and (min-width: 768px) {
  section.formulario .formulario-titulo {
    max-width: 650px;
    margin: 0 auto 15px;
  }
}
@media all and (min-width: 768px) {
  section.formulario .formulario-desc {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  section.formulario .botao {
    font-size: 20px;
    padding: 8px 40px;
  }
}
@media all and (min-width: 575px) {
  .grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1200px) {
  .grid-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 768px) {
  .grid-badges {
    gap: 30px;
  }
}
/*********************************** FOOTER ***********************************/
@media all {
  footer {
    background-color: #F4F4F4;
    padding: 40px 0;
  }
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  footer .footer-main {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 1;
  }
  footer .footer-brand .logo {
    line-height: 0;
  }
  footer .footer-brand .logo img,
  footer .footer-brand .logo svg {
    height: 40px;
    width: auto;
  }
  footer .footer-divider {
    width: 1px;
    height: 80px;
    flex-shrink: 0;
    background: #2D1B69;
  }
  footer .footer-slogan {
    color: #2D1B69;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
  }
  footer .footer-slogan strong {
    font-weight: 700;
  }
  footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1;
  }
  footer .footer-links a {
    color: #2D1B69;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  footer .footer-links a:hover {
    color: #F8365B;
  }
  footer .footer-copy {
    color: #2D1B69;
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
  }
  footer .footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2D1B69;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  footer .footer-whatsapp:hover {
    color: #F8365B;
  }
  footer .footer-wpp-icon {
    display: block;
    flex-shrink: 0;
    -webkit-mask-image: url('../img/whatsapp_icon.svg');
    mask-image: url('../img/whatsapp_icon.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-color: #2D1B69;
  }
}
@media all and (min-width: 768px) {
  footer .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}
@media all and (min-width: 768px) {
  footer .footer-main {
    gap: 30px;
    grid-column: 2;
  }
}
@media all and (min-width: 768px) {
  footer .footer-whatsapp {
    grid-column: 3;
    justify-self: end;
    align-self: end;
  }
}
@keyframes chevron-slide-down {
  0% {
    top: calc(100% - 10px);
  }
  100% {
    top: calc(100% + 130px);
  }
}
@keyframes chevron-slide-right {
  0% {
    left: calc(100% - 10px);
  }
  100% {
    left: calc(100% + 140px);
  }
}
