@font-face {
  font-family: "Objektiv Mk2 Trial Hair";
  src: url("../fonts/ObjektivMk2Trial-Hair.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial Hair";
  src: url("../fonts/ObjektivMk2Trial-HairItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial";
  src: url("../fonts/ObjektivMk2Trial-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial XBold";
  src: url("../fonts/ObjektivMk2Trial-XBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Objektiv Mk2 Trial XBold";
  src: url("../fonts/ObjektivMk2Trial-XBoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* =========================================
   IMPORTAÇÃO DE FONTES
========================================= */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

/* =========================================
   BASE — TIPOGRAFIA E BACKGROUND
========================================= */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

html {
  font-size: 62.5%;
  /* Faz 1rem = 10px */
}

body {
  font-family: "Objektiv Mk2 Trial";
  background-image: url(../image/bg.png);
  background-color: #ebf1f5;
  font-size: 1.4rem;
}

/* Mobile First — até 576px */
h1,
.h1 {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #001e36;
  /* ≈ 36px */
}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #001e36;
  /* ≈ 32px */
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #001e36;
  /* ≈ 24px */
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #001e36;
  /* ≈ 20px */
}

h5,
.h5 {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 500;
  color: #001e36;
}

h6,
.h6 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  color: #001e36;
  /* ≈ 15px */
}

p,
li {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  color: #525766;
  /* ≈ 14px */
}

/* Telas médias (Tablet ≥768px) */
@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }

  h1,
  .h1 {
    font-size: 4.8rem;
    /* ≈ 48px */
  }

  h2,
  .h2 {
    font-size: 4rem;
    /* ≈ 40px */
  }

  h3,
  .h3 {
    font-size: 3rem;
    /* ≈ 30px */
  }

  h4,
  .h4 {
    font-size: 2.4rem;
    /* ≈ 24px */
  }

  h6,
  .h6 {
    font-size: 1.5rem;
    /* ≈ 15px */
  }

  p,
  li {
    font-size: 1.5rem;
    /* ≈ 15px */
  }
}

/* Telas grandes (Desktop ≥1200px) */
@media (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }

  h1,
  .h1 {
    font-size: 5.6rem;
    /* ≈ 56px */
  }

  h2,
  .h2 {
    font-size: 4.8rem;
    /* ≈ 48px */
  }

  h3,
  .h3 {
    font-size: 3.2rem;
    /* ≈ 32px */
  }

  h4,
  .h4 {
    font-size: 2.8rem;
    /* ≈ 28px */
  }

  h5,
  .h5 {
    font-size: 2rem;
  }

  h6,
  .h6 {
    font-size: 1.5rem;
    /* ≈ 15px */
  }

  p,
  li {
    font-size: 1.6rem;
    /* ≈ 16px */
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* =========================================
   UTILITÁRIOS
========================================= */

.pt-8 {
  padding-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pt-9 {
  padding-top: 160px;
}

.pb-9 {
  padding-bottom: 160px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-8 {
  margin-bottom: 80px;
}

.text-on-dark {
  color: #ebf1f5;
}

.text-green {
  color: #97e700 !important;
}

.color-dark {
  color: #161e35;
}

.dark-bg {
  background-color: #001e36;
  color: #fff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #fff;
}

.dark-bg .accordion-item h4 {
  color: #ebf1f5;
  opacity: 0.6;
}

.dark-bg .accordion-item .collapse.show~h4,
.dark-bg .accordion-item .show h4 {
  color: #97e700;
  opacity: 1;
}

.section-faq-2__row .accordion-item h4 {
  color: #001e36;
  opacity: 1;
}

.dark-bg p {
  color: #ebf1f5;
}

.blue-bg {
  background-color: #001e36;
  color: #fff;
}

.white-bg {
  background-color: #fff;
  color: #001e36;
}

.white-bg h1,
.white-bg h2,
.white-bg h3,
.white-bg h4,
.white-bg h5,
.white-bg h6 {
  color: #001e36;
}

.white-bg p {
  color: #525766;
}

.green-bg {
  background-color: #97e700;
  color: #fff;
}

.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5,
.green-bg h6 {
  color: #2c2c2c;
}

.section-content h6 {
  text-transform: uppercase;
}

/* =========================================
   BOTÕES GERAIS
========================================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease,
    border-color 0.4s ease, transform 0.4s ease;
}

/* Icone dentro do botão */
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.4s ease, stroke 0.4s ease, color 0.4s ease;
}

.document-download__action svg {
  transition: transform 0.3s ease;
}

.document-download__item:hover .document-download__action svg {
  transform: translateX(4px);
}

/* ==========================
   Botão padrão (filled)
========================== */
.btn-filled {
  background-color: #97e700;
  color: #161e35;
}

.btn-filled:hover {
  background-color: #9be928;
  color: #001e36;
}

.btn-filled:hover svg {
  transform: translateX(5px);
}

.title-faq {
  position: sticky;
  top: 90px;
}

.btn-blue {
  background-color: #001e36;
  border: 1px solid #001e36;
  color: #97e700;
}

.btn-blue:hover svg {
  transform: translateX(4px);
  filter: brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(900%) hue-rotate(170deg) brightness(98%) contrast(96%);
}

.btn-blue:hover {
  border: 1px solid #001e36;
}

/* ==========================
   Botão outline
========================== */
.btn-outline {
  background-color: transparent;
  color: #161e35;
  border: 1.5px solid #161e35;
}

.btn-outline:hover {
  background-color: #001e36;
  color: #97e700;
  border-color: #001e36;
}

.btn-outline:hover svg {
  transform: translateX(5px);
  stroke: #97e700;
}

/* ==========================
   Botão outline verde
========================== */
h4.footer__card-title {
  font-size: 22px;
  color: #001e36;
  font-weight: 500;
}

.btn-outline-green {
  background-color: transparent;
  color: #97e700;
  border: 1.5px solid #97e700;
}

.btn-outline-green:hover {
  background-color: #001e36;
  color: #97e700;
  border-color: #97e700;
}

.btn-outline-green:hover svg {
  transform: translateX(5px);
  stroke: #97e700;
}

button,
.btn,
.accordion-button {
  outline: none !important;
  box-shadow: none !important;
}

button:focus,
button:active,
button:focus-visible,
.btn:focus,
.btn:active,
.btn:focus-visible,
.accordion-button:focus,
.accordion-button:active,
.accordion-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.white-bg .accordion-button:not(.collapsed) {
  color: #001e36;
}

.white-bg .accordion-button .icon {
  right: 0px;
}

.white-bg .faq__content:after {
  content: "";
  background-color: rgb(0 0 0 / 7%);
  width: 100%;
  display: table;
  height: 0.3px;
  margin-bottom: 30px;
}

.accordion-button {
  font-size: 2.2rem;
}

.faq__content .accordion-button {
  padding-right: 80px;
}

/* =========================================
   SECTION HERO
========================================= */
.section-hero__image {
  box-shadow: 0px 0px 120px 0px rgba(153, 195, 28, 0.3);
  border-radius: 16px;
}

.section-hero__image img {
  border-radius: 16px;
}

.section-hero__sub {
  font-weight: 400;
  color: #525766;
}

/* =========================================
   HERO BANNER
========================================= */

.hero-banner {
  background-color: #2b2f2f;
  background-image: url(../image/img-bg.png);
  background-repeat: no-repeat;
  background-position-x: right;
  color: #fff;
  max-width: calc(100% - 40px);
  margin-left: 20px;
  border-radius: 15px;
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background-size: contain;
}

.hero-banner__title {
  color: #fff;
}

.hero-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(267deg, rgba(0, 0, 0, 0) 0%, #001e36 48%);
  border-radius: 15px;
  z-index: 1;
}

.container.hero-banner__container {
  position: relative;
  z-index: 9;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-banner__selo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}

.hero-banner__description {
  max-width: 475px;
  display: block;
}

/* =========================================
   SECTION — TEXT BLOCK
========================================= */

.section-text-block__title,
.section-text-block__description {
  display: flex;
  align-items: center;
}

.section-text-block__title h2,
.section-text-block__description p {
  margin-bottom: 0;
}

.section-text-block__description p {
  font-size: 2rem;
  line-height: 1.5;
}

.section-text-block__selo {
  margin-top: 20px;
}

/* =========================================
   SECTION — CTA
========================================= */

.section-cta__container {
  position: relative;
  color: #fff;
  border-radius: 10px;
}

.section-cta__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-cta__bg {
  background-color: #001e36;
  color: #fff;
  transition: transform 0.5s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background-image: url(../image/bg-cambio.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.section-cta__container p {
  color: #fff;
}

#section-cta__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #001e3682;
}

#section-cta__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 30, 54, 0) 60%, #001e36 90%),
    linear-gradient(270deg, rgba(0, 30, 54, 0.6) 0%, #001e36 55.29%);
}

.section-cta__container {
  position: relative;
  z-index: 9;
}

/* =========================================
   SECTION — CTA 2
========================================= */

.section-cta-2 .container {
  position: relative;
  z-index: 99;
}

.section-cta-2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

p.section-cta-2__description {
  max-width: 700px;
}

.page-template-template-inovacao p.section-cta-2__description.p-4 {
  max-width: 900px;
}

/* =========================================
   SECTION — CTA IMAGE
========================================= */

.section-cta-image .container {
  padding: 72px 120px;
  border-radius: 16px;
}

.page-template-template-seja-correspondente-php .section-cta-image .container {
  padding: 72px 120px;
  border-radius: 16px;
  background-image: url(../image/bg-cta-granulado.png);
}

.page-template-template-rede-correspondente .section-cta-image .container {
  background-image: url(../image/bg-cta-granulado.png);
  padding: 72px 96px;
}

.page-template-template-seja-correspondente-php .section-cta-image .container {
  padding: 72px 96px;
}

.page-template-template-seja-correspondente-php .section-cta-image .container h3 {
  color: #525766;
}

.page-template-template-seja-correspondente-php .section-cta-image .container p {
  color: #525766;
}

.section-cta-image_card {
  position: relative;
}

.section-cta-image_card img {
  position: absolute;
  top: -120px;
  width: 100%;
  max-width: 94%;
  margin-bottom: 48px;
}

.section-box-insights__item img {
  max-width: 100%;
}

.info-card__title {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

/* =========================================
   ACCORDION FAQ
========================================= */

.section-faq__subtitle {
  text-transform: uppercase;
}

.section-faq__grafismo {
  display: flex;
  justify-content: end;
  align-items: center;
}

.transparent-bg .accordion-button {
  color: #2c2c2c !important;
}

.transparent-bg .faq__description img {
  margin-bottom: 15px;
}

.accordion-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

.accordion-title {
  flex: 1;
}

.accordion-arrow {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
  display: inline-block;
}

.accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-button.collapsed .accordion-arrow {
  transform: rotate(0deg);
}

.accordion-button .icon {
  position: absolute;
  right: 24px;
  width: 50px;
  height: 50px;
  background-color: #97e700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button.collapsed .icon {
  background: rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(10px);
  color: #fff;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button.collapsed .icon::before,
.accordion-button.collapsed .icon::after {
  background-color: #97e700;
}

.section-faq-2 .accordion-button.collapsed .icon::before,
.section-faq-2 .accordion-button.collapsed .icon::after {
  background-color: #001e36;
}

.section-faq__header .accordion-button.collapsed .icon {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.section-faq-2__row {
  background-image: url(../image/bg-faq.png);
}

.accordion-button .icon::before,
.accordion-button .icon::after {
  content: "";
  position: absolute;
  background-color: #161e35;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.accordion-button .icon::before {
  width: 12px;
  height: 2px;
}

.accordion-button .icon::after {
  width: 2px;
  height: 12px;
}

.accordion-button:not(.collapsed) .icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
}

.accordion-body {
  color: #ebf1f5;
  padding: 16px 24px;
  border-left: 3px solid #97e700;
  animation: fadeIn 0.4s ease;
}

.accordion-button:hover .icon {
  background-color: #97e700;
}

.accordion-button:hover .icon::before,
.accordion-button:hover .icon::after {
  background-color: #161e35;
}

.faq__description {
  max-width: 100%;
  display: table;
  margin-top: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   ACCORDION FAQ -2
========================================= */
.section-faq-2_content button {
  color: inherit;
}

.section-faq-2__row {
  border-radius: 16px;
}

/* =========================================
   SOLUÇÕES — SLIDER
========================================= */

.soluctions {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.soluctions .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.soluctions .owl-carousel .owl-nav .owl-next:focus,
.soluctions .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

.soluctions-nav {
  display: flex;
  justify-content: start;
  margin-top: 45px;
  gap: 10px;
}

.soluctions-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #54545608;
  border: 1px solid #2e2e2e;
}

.soluctions-nav button.disabled,
.soluctions-nav button.disabled span,
.soluctions-nav button.disabled svg,
.soluctions-nav button.disabled path {
  cursor: not-allowed !important;
  border-color: #cdd6dd !important;
  color: #cdd6dd !important;
  background: transparent !important;
  opacity: 1 !important;
}

.soluctions-nav button.disabled svg path {
  stroke: #cdd6dd !important;
}

/* =========================================
   SOLUÇÕES — CARD
========================================= */

.solutions__item {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(217, 217, 217, 0.1);
  border-radius: 15px;
  transition: background-color 0.4s ease, border 0.4s ease, transform 0.4s ease;
}

.soluctions .owl-carousel .owl-stage {
  display: flex;
  align-items: end;
}

.solutions__item:hover,
.solutions__item-hover {
  background-color: rgba(153, 195, 28, 0.12);
}

.solutions__item a {
  text-decoration: none;
}

figure.solutions__item-img {
  margin: 0;
  border-radius: 15px 15px 0 0;
  position: relative;
  overflow: hidden;
}

figure.solutions__item-img img {
  width: 100%;
  transition: transform 0.9s ease;
}

.solutions__item:hover figure.solutions__item-img img,
.solutions__item-hover figure.solutions__item-img img {
  transform: scale(1.1);
}

.solutions__item-content {
  background-color: #fff;
  padding: 46px;
  border-radius: 0 0 15px 15px;
  color: #001e36;
  transition: background-color 0.4s ease, color 0.4s ease;
  min-height: 340px;
}

.solutions__item:hover .solutions__item-content,
.solutions__item-hover .solutions__item-content {
  background-color: #97e700;
  color: #fff;
}

.solutions__item-title {
  transition: color 0.4s ease;
}

.solutions__item:hover .solutions__item-title {
  color: #525766;
}

p.solutions__item-description {
  color: #354062;
}

/* =========================================
   BOTÃO PLUS — DENTRO DO CARD
========================================= */

.solutions__btn-plus {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #354062;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.solutions__btn-plus:after,
.solutions__btn-plus:before {
  content: "";
  position: absolute;
  background-color: #97e700;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}

.solutions__btn-plus:after {
  width: 2px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 1px);
}

.solutions__btn-plus:before {
  width: 24px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 12px);
}

.solutions__item-hover .solutions__btn-plus {
  background-color: #354062;
}

.solutions__item-hover .solutions__btn-plus:after,
.solutions__item-hover .solutions__btn-plus:before {
  background-color: #fff;
}

.soluctions__item.first-item p {
  max-width: 269px;
}

/* =========================================
   insights —  BLOCK
========================================= */

.insights-card__image img {
  max-width: 100%;
  height: auto;
}

.insights-card a {
  text-decoration: none;
  color: inherit;
}

p.insights-card__description {
  color: #354062;
  opacity: 0.5;
}

.info-card__action {
  font-size: 1.5rem;
}

/* Wrapper da imagem */

.insights-card__image {
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

/* Imagem dentro do card */

.insights-card__image img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

/* Efeito zoom no hover do card */

.insights-card:hover .insights-card__image img,
.insights-card__hover .insights-card__image img {
  transform: scale(1.1);
}

/* Estado normal */

.date-news {
  opacity: 1;
  max-height: 40px;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, margin 0.4s ease;
}

/* Hover → Esconde */


a:hover .date-news {
  opacity: 0;
  max-height: 0;
  margin: 0;
  pointer-events: none;
}

.insights-card__header {
  position: relative;
}

a.insights-card__category {
  position: absolute;
  left: 16px;
  top: 16px;
  background-color: #97e700;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 5px;
  font-weight: 500;
  color: #161e35;
  z-index: 9;
}

.insights-card__title,
.insights-card__read-more {
  color: #161e35;
  transition: color 0.4s ease;
}
section.section-cta.pt-8.pb-8.overflow-hidden {
  position: relative;
}
.insights-card__read-more {
  font-weight: 600;
  color: #354062;
  transition: color 0.3s ease;
}

.insights-card__content .leia-mais {
  color: #001e36;
}

/* =========================================
   Section features
========================================= */
.section-features__item {
  position: relative;
}

.section-features__item:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #525766;
  left: 0px;
  opacity: 0.5;
}

.section-features__item {
  position: relative;
  padding: 0px 64px 0px 24px;
}

.section-features__item-description {
  max-width: 316px;
}

.section-features__item-description {
  margin-top: 10px;
}

.section-features__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* =========================================
   Info Cards
========================================= */
.fw-medium {
  font-weight: 500;
}

.info-card-item {
  position: relative;
}

.info-card {
  position: absolute;
  bottom: 0px;
  padding: 32px 32px 64px 32px;
  color: #fff;
}

.info-card-bg {
  overflow: hidden;
  border-radius: 16px;
}

.info-card-bg img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.info-card-item__hover .info-card-bg img {
  transform: scale(1.1);
}

.info-card-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg,
      rgba(0, 30, 54, 0) 0%,
      rgba(0, 30, 54, 0.67) 58.38%,
      #001e36 100%);
  border-radius: 16px;
}

.info-card__text {
  font-weight: 300;
  color: #ebf1f5;
}

/* =========================================
   Download Cards
========================================= */

a.document-download__item {
  display: table;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.02);
  padding: 24px;
  text-decoration: none;
  color: inherit;
  min-height: 250px;
  width: 100%;
}

a.document-download__item:hover {
  background: rgba(0, 0, 0, 0.08);
}

.document-download__filename {
  font-weight: 700;
  padding-top: 40px;
  transition: padding 0.3s ease;
  color: #001e36;
}

.document-download__item:hover .document-download__filename {
  padding-top: 20px;
}

.document-download__grid {
  gap: 30px 15px;
}

.document-download__container {
  width: 24%;
}

.section-documents__description {
  font-weight: 300;
  font-size: 1.8rem;
}

/* =========================================
   info-cards
========================================= */
.info-card__title {
  transition: color 0.3s ease;
}

a:hover .info-card__title {
  color: #97e700;
  transition: color 0.3s ease;
}

a .info-card {
  padding: 32px 32px 32px 32px;
}

/* Ícone dentro do botão */
.btn-text svg {
  transition: transform 0.3s ease;
  transform: translateX(0);
}

/* Hover: move o ícone suavemente para a direita */
.info-card-item:hover .btn-text svg {
  transform: translateX(4px);
}

/* =========================================
   Filtro
========================================= */

.section-filtro {
  background: #fff;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0) 71%,
      rgb(7 31 54) 71%);
}

.section-filtro__contant {
  padding-top: 30px;
  justify-content: center;
  display: flex;
  padding-bottom: 40px;
}

.btn-top {
  position: absolute;
  right: 3%;
  bottom: 24%;
}

#filtro-docs label,
#filtro-docs select {
  width: 30%;
  height: 54px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.page-template-template-solucoes-de-conta-corporativa-php .section-features__item-title {
  font-size: 28px;
}

#filtro-docs {
  max-width: 800px;
  width: 100%;
}

#filtro-docs label {
  font-size: 22px;
  color: #001e36;
}

/* =========================================
   Footer
========================================= */
footer {
  position: relative;
}

.footer__menu-content {
  display: table;
  background-color: #97e700;
  border-radius: 16px;
  padding: 40px 32px;
  width: 100%;
  height: 100%;
}

.footer__card {
  background-color: #97e700;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.footer__card-title {
  font-weight: 600;
  margin-bottom: 22px;
  color: #fff;
}

.footer__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__card-list li {
  margin-bottom: 12px;
}

.footer__card-list li a {
  color: #001e36;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1.4rem;
  position: relative;
}

.footer__card-list li a::after {
  content: "";
  position: absolute;
  background-image: url(../image/aft-seta.svg);
  width: 16px;
  height: 16px;
  right: -15px;
  bottom: 0;
  transition: all 0.4s ease;
  opacity: 0;
}

.footer__card-list li a:hover::after {
  right: -20px;
  opacity: 1;
}

.footer__card-list li a:hover {
  color: #354062;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0px;
}

.footer__menu-list li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}

h4.footer__menu-title {
  margin-bottom: 40px;
}

.footer__card-list-two li {
  width: 50%;
}

.grafismo-footer {
  margin-top: 40px;
}

.footer__card-list-two {
  display: flex;
  flex-wrap: wrap;
}

p.footer__description {
  color: #ebf1f5;
  font-weight: 300;
  max-width: 213px;
  display: table;
  margin: 24px 0px;
}

.footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer__selos ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  gap: 23px;
  align-items: end;
}

.footer__selos {
  display: flex;
  justify-content: end;
}

.footer__copyright,
.footer__copyright a,
.footer__credit {
  display: flex;
  gap: 16px;
  font-size: 14px;
  line-height: 1.2;
  color: #ebf1f5;
  text-decoration: none;
  align-items: center;
}

p.footer__credit {
  justify-content: end;
  opacity: 0.4;
}

.footer__bottom:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(93 90 136 / 40%);
  display: table;
  margin-bottom: 24px;
}

.footer__bg {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.footer__bg img {
  max-width: 100%;
  height: auto;
}

/* MENU MOBILE OFFCANVAS MELHORADO */
.menu-mobile-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: transparent;
  z-index: 2000;
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  opacity: 1;
  pointer-events: none;
  transition: none;
}

.menu-mobile-offcanvas.open {
  display: flex;
  pointer-events: auto;
}

.menu-mobile-panel {
  background: #fff;
  width: 320px;
  max-width: 90vw;
  height: 100vh;
  box-shadow: 4px 0 32px rgba(22, 30, 53, 0.18);
  padding: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.menu-mobile-offcanvas.open .menu-mobile-panel {
  transform: translateX(0);
}

.menu-mobile-toggle {
  position: absolute;
  right: 24px;
  top: 32px;
  z-index: 1201;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  transition: none;
}

.menu-mobile-toggle .bar {
  display: block;
  width: 28px;
  height: 3px;
  margin: 6px auto;
  background: #161e35;
  border-radius: 2px;
  transition: 0.3s;
}

.menu-mobile-toggle.open .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-mobile-toggle.open .bar2 {
  opacity: 0;
}

.menu-mobile-toggle.open .bar3 {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu-mobile-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #161e35;
  cursor: pointer;
  z-index: 10;
}

.menu-mobile-step-btn,
.menu-mobile-step-link {
  border-radius: 8px;
}

.menu-mobile-step-btn:active,
.menu-mobile-step-btn:focus,
.menu-mobile-step-link:active,
.menu-mobile-step-link:focus {
  background: #f5f7f9;
  color: #99c31c;
}

.menu-mobile-step-btn span {
  color: #99c31c;
}

.menu-mobile-actions .menu-mobile-btn {
  background: #99c31c;
  color: #161e35;
}

.menu-mobile-actions .menu-mobile-btn:hover {
  background: #7fa016;
  color: #fff;
}

.menu-mobile-actions .menu-mobile-lang {
  background: #f5f7f9;
  color: #161e35;
}

.menu-mobile-actions .menu-mobile-lang:hover {
  background: #e6e9ef;
  color: #99c31c;
}

@media (max-width: 991px) {
  .menu-mobile-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: transparent;
    z-index: 2000;
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
    pointer-events: none;
  }

  .linha-relacionada {
    padding-top: 40px;
  }

  enu-mobile-offcanvas.open {
    pointer-events: auto;
  }

  .menu-mobile-panel {
    background: #fff;
    width: 320px;
    max-width: 95vw;
    height: 100vh;
    box-shadow: 4px 0 32px rgba(22, 30, 53, 0.18);
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  }

  .menu-mobile-offcanvas.open .menu-mobile-panel {
    transform: translateX(0);
  }
}

/* MENU DESKTOP/MOBILE VISIBILIDADE */
.menu-mobile-offcanvas {
  display: none;
}

.menu-mobile-offcanvas.open {
  display: flex;
}

@media (max-width: 991px) {
  .mega-menu-wrapper {
    display: none !important;
  }

  .menu-mobile-toggle {
    display: block !important;
  }

  @keyframes fadeInMenu {
    from {
      opacity: 0;
      transform: translateX(30px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

@media (min-width: 992px) {

  .mobile-menu-trigger,
  .offcanvas-backdrop-mobile,
  .offcanvas-mobile {
    display: none !important;
  }

  .mega-menu-wrapper {
    display: flex !important;
  }

  .menu-mobile-offcanvas {
    display: none !important;
  }

  .menu-mobile-toggle {
    display: none !important;
  }
}

/* MENU DESKTOP */
.mega-menu-wrapper {
  position: relative;
}

.mega-menu-main {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
}

.mega-menu-item {
  position: relative;
}

.mega-menu-link {
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1rem;
  color: #161e35;
  padding: 8px 0;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.mega-menu-item.open>.mega-menu-link,
.mega-menu-link:focus,
.mega-menu-link:hover {
  background: #f5f7f9;
  color: #99c31c;
}

.mega-menu-dropdown {
  display: none;
  position: fixed;
  left: 0;
  top: 110px;
  width: 100vw;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 24px 24px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  padding: 0;
}

.mega-menu-item.open .mega-menu-dropdown {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.mega-menu-dropdown-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 48px 32px 48px;
  display: flex;
  gap: 64px;
  flex-direction: row;
}

.mega-menu-col {
  flex: 1 1 0;
  min-width: 250px;
}

.mega-menu-col h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #161e35;
  letter-spacing: -0.5px;
}

.mega-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-col ul li {
  margin-bottom: 16px;
}

.mega-menu-col ul li a {
  color: #161e35;
  text-decoration: none;
  font-size: 1.08rem;
  border-radius: 4px;
  padding: 4px 0 4px 0;
  display: inline-block;
  transition: color 0.2s, background 0.2s;
}

.mega-menu-col ul li a:hover {
  color: #99c31c;
  background: #f5f7f9;
}

.mega-menu-close {
  position: absolute;
  top: 32px;
  right: 48px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #161e35;
  cursor: pointer;
  transition: color 0.2s;
}

.mega-menu-close:hover {
  color: #99c31c;
}

.mega-menu-btn {
  background: #99c31c;
  color: #161e35;
  border-radius: 24px;
  padding: 8px 24px;
  font-weight: 600;
  border: none;
  font-size: 1rem;
  margin-left: 8px;
  transition: background 0.2s, color 0.2s;
}

.mega-menu-btn:hover {
  background: #7fa016;
  color: #fff;
}

.mega-menu-lang {
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 18px;
  background: #f5f7f9;
  color: #161e35;
  border: none;
  margin-left: 8px;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}

.mega-menu-lang:hover {
  background: #e6e9ef;
  color: #99c31c;
}

.menu-mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #161e35;
  position: absolute;
  right: 24px;
  top: 32px;
  z-index: 1201;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .mega-menu-dropdown-inner {
    max-width: 98vw;
    padding: 32px 16px 24px 16px;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .mega-menu-dropdown-inner {
    flex-direction: column;
    min-width: 0;
    width: 95vw;
  }

  .mega-menu-col {
    min-width: 0;
  }
}

.menu-mobile-steps {
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}

.menu-mobile-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0 32px;
  margin: 0;
  background: #fff;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.3s;
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

.menu-mobile-step.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.menu-mobile-step.prev {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.header-dark {
  background-color: #061e36;
}

.header-dark .header-menu-link {
  color: #ebf1f5;
}

/* =========================================
   HEADER E MENU DESKTOP
========================================= */
header {
  padding: 18px 0;
  background-image: url(../image/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #ebf1f5;
}

.header-logo {
  display: inline-block;
  padding: 10px;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu-item {
  position: relative;
}

.header-menu-link {
  font-size: 1.5rem;
  font-weight: 400;
  color: #161e35;
  padding: 8px 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}

.header-menu-link:hover,
.header-menu-item.active .header-menu-link {
  color: #99c31c;
}

.header-menu-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #99c31c;
  color: #161e35;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 24px;
  transition: all 0.2s;
}

.header-menu-btn:hover {
  background: #7fa016;
  color: #fff;
}

.header-menu-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f5f7f9;
  color: #161e35;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.2s;
}

.header-menu-lang:hover {
  background: #e6e9ef;
  color: #99c31c;
}

.header-menu-lang span {
  font-size: 1.2rem;
  margin-top: 2px;
}

.header-submenu {
  position: fixed;
  top: 90px;
  /* Altura do header */
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 40px 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.header-menu-item.active .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Container do submenu */
.header-submenu .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Grupos do submenu */
.header-submenu-group {
  margin-bottom: 0;
  padding: 0 20px;
}

.header-submenu-group h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #161e35;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.header-submenu-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-submenu-group ul li {
  margin-bottom: 16px;
}

.header-submenu-group ul li:last-child {
  margin-bottom: 0;
}

.header-submenu-group ul li a {
  font-size: 1.5rem;
  color: #161e35;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
  padding: 4px 0;
}

.header-submenu-group ul li a:hover {
  color: #99c31c;
}

/* Remover transformações antigas */
.has-submenu .header-submenu {
  transform: translateY(-10px);
}

.has-submenu.active .header-submenu {
  transform: translateY(0);
}

/* Ajuste do padding do body */
body {
  padding-top: 94px;
}

/* Esconder menu mobile em desktop */
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}

/* Estilos do dropdown de idiomas */
.has-lang-dropdown {
  position: relative;
}

.header-menu-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f5f7f9;
  color: #161e35;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.2s;
}

.header-menu-lang:hover {
  background: #e6e9ef;
}

.header-menu-lang span {
  font-size: 1.2rem;
  margin-top: 2px;
  transition: transform 0.2s;
}

.has-lang-dropdown.active .header-menu-lang span {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s;
}

.has-lang-dropdown.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: block;
  padding: 8px 24px;
  color: #161e35;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.lang-option:hover {
  color: #99c31c;
  background: #f5f7f9;
}

.transparent-bg .faq__content h4 {
  display: table;
  width: 100%;
  min-height: 75px;
}

.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg p {
  color: #fff;
}

.outline-2 {
  border: 2px solid #fff;
}

/* =========================================
   TEMPLATE EDUCAÇÃO FINANCEIRA
========================================= */

.resposta-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00000011;
  display: table;
  margin-top: 60px;
}

.educacao-financeira-sidebar .accordion-button {
  background: none;
  color: #0a2239;
  font-weight: 500;
}

.educacao-financeira-sidebar .accordion-item {
  background-color: #ffffff7a;
  border-radius: 10px;
}

.educacao-financeira-sidebar .accordion-body {
  color: inherit;
  border: none !important;
  padding: 0px;
}

.educacao-financeira-sidebar .accordion-title {
  color: #001e36;
  font-size: 1.6rem;
}

.educacao-financeira-sidebar .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.educacao-financeira-sidebar .accordion-body li {
  list-style: none;
  padding: 16px 24px;
  margin: 0;
}

.educacao-financeira-sidebar .accordion-body li a {
  font-size: 1.4rem;
  color: #0a2239;
  transition: color 0.3s ease;
}

.educacao-financeira-sidebar .accordion-body li.active {
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-radius: 5px;
}

.educacao-financeira-sidebar .accordion-body li a:hover {
  text-decoration: none;
}

.educacao-financeira-sidebar .accordion-body li.active a {
  transition: color 0.3s ease;
}

.educacao-financeira-sidebar .accordion-button {
  padding: 16px 24px;
}

.educacao-financeira-sidebar ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.educacao-financeira-sidebar li {
  margin-bottom: 0.5rem;
  list-style: disc inside;
}

.educacao-financeira-sidebar a {
  color: #0a2239;
  text-decoration: none;
  transition: color 0.2s;
}

.educacao-financeira-sidebar a:hover {
  color: #c6ff00;
  text-decoration: underline;
}

.resposta-conteudo ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0px 10px 15px;
}

.alert-white {
  padding: 40px;
  border-radius: 25px;
  background-image: url(../image/textura-alert.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  height: auto;
}

.alert-white p {
  font-size: 16px;
  font-weight: 400;
}

.list-denuncia {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.list-denuncia li {
  color: #ebf1f5;
}

.title-politica {
  position: sticky;
  top: 109px;
}

.title-politica h1 {
  color: #5f6d95;
}

.title-politica h2 {
  color: #001e36;
}

.wpcf7-form label {
  display: none !important;
}

/* Deixa o fundo do form mais claro e sem borda */
.form-contato .wpcf7-form .form-control,
.form-contato .wpcf7-form select.form-control,
.form-contato .wpcf7-form textarea.form-control {
  background: transparent;
  border: none;
  color: #525766;
  padding-left: 10px;
  font-size: 16px;
  min-height: 60px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  border-radius: 0px;
  margin-bottom: 30px;
}

.form-content-style {
  padding-top: 30px;
}

.form-contato input::placeholder {
  color: #000;
  opacity: 1;
}

.form-contato .wpcf7-form .mb-3 {
  margin-bottom: 22px !important;
}

/* Ícones dentro dos campos usando ::before */
.form-contato .wpcf7-form-control-wrap[data-name="your-name"]::before {
  content: url(../image/icon-name.svg);
  position: absolute;
  margin-top: 12px;
  right: 20px;
}

.form-contato .wpcf7-form-control-wrap[data-name="your-email"]::before {
  content: url(../image/icon-email.svg);
  position: absolute;

  margin-top: 12px;
  right: 20px;
}

.form-contato .wpcf7-form-control-wrap[data-name="your-tel"]::before {
  content: url(../image/icon-phone.svg);
  position: absolute;

  margin-top: 12px;
  right: 20px;
}

.form-contato .wpcf7-form-control-wrap[data-name="produtos-servicos"]::before {
  content: url(../image/icon-servico.svg);
  position: absolute;
  margin-top: 12px;
  right: 20px;
}

.form-contat-section {
  background-color: #001e36;
}

.form-contact_row {
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.btn-container {
  position: relative;
  display: inline-block;
}

.form-contato {
  background-color: transparent;
}

.form-contact_row {
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
}

.wpcf7-spinner {
  display: none;
}

.form-contact_row {
  background-color: #ebf1f5;
  border-radius: 25px;
  position: relative;
}

.form-contact_row:after {
  content: "";
  position: absolute;
  width: 49%;
  height: 100%;
  background: #ebf1f5;
  background: linear-gradient(90deg,
      rgba(235, 241, 245, 1) 12%,
      rgba(235, 241, 245, 0.98) 18%,
      rgba(235, 241, 245, 0) 66%);
  right: 20px;
}
.wpcf7-response-output {
  color: #001e36;
}
/* Wrapper relativo para posicionar ícones */
.form-contato .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

/* Placeholder com cor leve */
.form-contato .wpcf7-form ::placeholder {
  color: #525766;
  opacity: 1;
}

/* Checkbox estilo */
.form-contato .wpcf7-form .form-check-input {
  accent-color: #c1f50e;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  margin-right: 7px;
}

/* Botão igual da imagem */
.form-contato .wpcf7-form button[type="submit"] {
  background: #c1f50e !important;
  color: #222 !important;
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 34px;
  border: none;
  box-shadow: 0 2px 12px #d5f89238;
  font-weight: bold;
  transition: filter 0.2s;
}

.form-contato .wpcf7-form button[type="submit"]:hover {
  filter: brightness(0.95);
}

.header-dark:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #061e36;
  top: 0px;
  z-index: -99999;
}

/* Checkbox e links na linha */
.form-contato .wpcf7-form .form-check p {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
  flex-wrap: wrap;
}

/* Links dos termos */
.form-contato .wpcf7-form .form-check a {
  color: #525766;
  text-decoration: underline;
}

.form-contato {
  padding: 40px;
  border-radius: 30px 0px 0px 30px;
  background-color: #ebf1f5;
}

.form-contato h3 {
  color: #001e36;
}

.cta-img-mapa {
  position: relative;
}

.cta-img-mapa::after {
  content: "";
  position: absolute;
  width: 70%;
  left: 266px;
  background-image: url(../image/map-solu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 1;
  top: 302px;
}

.img-cambio {
  text-align: end;
}

.bg-sobre-map {
  background-color: #001e36;
  background-image: url(../image/map-sobre.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-filled-plus {
  position: absolute;
  left: 44px;
  bottom: 34px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #001e36;
  transition: all 0.4s ease;
}

a:hover .btn-filled-plus {
  background-color: #001e36;
}

.btn-filled-plus::before,
btn-filled-plus::after {
  background-color: #97e700;
}

.btn-filled-plus::before {
  width: 12px;
  height: 2px;
}

.btn-filled-plus::before,
.btn-filled-plus::after {
  content: "";
  position: absolute;
  background-color: #161e35;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.page-template-template-rede-correspondente .header-dark:after {
  display: none;
}

a:hover .btn-filled-plus::before,
a:hover .btn-filled-plus::after {
  background-color: #97e700;
}

.btn-filled-plus::before,
.btn-filled-plus::after {
  background-color: #97e700;
}

.btn-filled-plus::after {
  width: 2px;
  height: 12px;
}

.btn-filled-plus::before,
.btn-filled-plus::after {
  content: "";
  position: absolute;
  background-color: #161e35;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.font-22 {
  font-size: 22px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #001e36;
  background-color: #97e700;
  padding: 15px 50px 15px 35px;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.4s ease;
  position: relative;
  border: none;
  opacity: 1;
}

.icon-enviar {
  position: absolute;
  right: 27px;
  top: 42%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../image/icon-enviar.svg);
  transition: all 0.4s ease;
}

.btn-container:hover .icon-enviar {
  right: 22px;
}

.wpcf7 .wpcf7-submit:disabled .icon-enviar {
  opacity: 0.4;
}

.page-template-template-trabalhe-conosco .section-hero__subtitle {
  font-size: 46px;
}

.page-template-template-trabalhe-conosco .section-cta-image .container {
  background-image: url(../image/bg-faq.png);
}

.hero-banner-correspondente {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 113vh;
  display: flex;
  align-items: end;
  padding-bottom: 260px;
}

.hero-banner-correspondente h1,
.hero-banner-correspondente p {
  color: #fff;
}

.img-detalhe img {
  width: auto;
}

.content-informar h5 {
  font-size: 22px;
}

.content-informar ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.content-informar ul li {
  font-size: 16px;
}

.content-informar .section-features__item {
  justify-content: unset;
}

.content-informar .section-features__item {
  padding: 0px 50px 0px 24px;
}

.form-check {
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner-blog {
  background-size: cover;
  position: relative;
}

.form-check span,
.form-check a,
.form-check p {
  color: #525766;
  font-size: 14px;
  font-weight: 500;
}

.blog-desk {
  overflow: hidden;
}

.blog-desk .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.form-contato .wpcf7-form .form-check a {
  color: 525766 !important;
}

.content-registro h2 {
  font-size: 28px;
}

.lgpd-content a {
  color: #525766;
}

.content-registro a {
  color: #525766;
}

.blog-mobile {
  display: none;
}

#posts-container {
  row-gap: 80px;
}

.card-news {
  position: relative;
}

.cat-news {
  position: absolute;
  left: 20px;
  background-color: #97e700;
  top: 20px;
  font-size: 12px;
  color: #001e36;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 5px;
  z-index: 99;
}

article a {
  text-decoration: none;
}

.date-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.date-news span {
  font-size: 14px;
  color: #525766;
  font-weight: 500;
}

.conteudo-card-blog {
  background-color: #fff;
  border-radius: 0px 0px 16px 16px;
  padding: 20px;
}

.conteudo-card-blog h3 {
  color: #001e36;
}

.conteudo-card-blog p {
  color: #525766;
  font-size: 16px;
  font-weight: 400;
}

.leia-mais {
  color: #fff;
}

.conteudo-card-blog .leia-mais {
  color: #525766;
}

.post-content ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-left: 30px;
}

.conteudo-card-news h3 {
  color: #97e700;
  margin-bottom: 20px;
}

.post-content h2 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.post-content li {
  color: #FFF !important;
}

.conteudo-card-news {
  padding: 16px 8px;
}

.conteudo-card-news p {
  margin-bottom: 20px;
}

.card-blog .imagem-container {
  border-radius: 16px;
}

.card-blog .imagem-container .zoom-img img {
  border-radius: 16px 16px 0px 0px;
}

.zoom-img {
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
}

.zoom-img img {
  transition: all 0.6s ease;
}

a:hover .zoom-img img {
  transform: scale(1.2);
}

.leia-mais {
  position: relative;
}

.leia-mais::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../image/arrow-right.svg);
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}

a:hover .leia-mais::after {
  right: -30px;
}

.card-news .leia-mais::after {
  background-image: url(../image/arrow-right-white.svg);
}

.card-news .leia-mais {
  color: #fff;
}

.carrossel .owl-stage {
  display: flex;
  align-items: end;
}

#searchform {
  position: relative;
}

#searchform span {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding-right: 75px;
  background: rgba(255, 255, 255, 0.04);
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  border-radius: 100px 0px 0px 100px;
  z-index: 1;
}

#searchform input {
  border: none;
  background: rgb(20 48 70);
  border-radius: 60px;
  height: 66px;
  padding-left: 20px;
}

#searchform input::placeholder {
  color: #5f6d95;
  font-size: 16px;
}

#searchform button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #001e37;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  z-index: 2;

  justify-content: center;
}

#searchform button svg {
  width: 22px;
  height: 22px;
}

input#s {
  color: #fff;
  font-size: 16px;
  margin-left: -32px;
  z-index: 2;
}

.carrossel .owl-nav {
  display: flex;
  gap: 10px;
  padding-top: 60px;
}

.categorias-navegacao {
  overflow: hidden;
}

.categorias-navegacao .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.categorias-carrossel {
  padding-top: 64px;
}
.text-ili {
  text-align: right;
}
.categorias-carrossel a {
  text-decoration: none;
}

.content-categorias {
  position: relative;
}

.content-categorias h3 {
  position: absolute;
  bottom: 35px;
  left: 20px;
  z-index: 2;
}

.content-categorias img {
  border-radius: 16px;
}

.content-categorias::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 30, 54, 0) 0%,
      rgba(0, 30, 54, 0.8) 61.67%,
      rgba(0, 30, 54, 0.95) 100%);
  z-index: 1;
}

.categorias-navegacao {
  background-image: url(../image/bg-cat-navegacao.png);
  background-size: cover;
  background-position: center;
}

.form-news input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: none;
  height: 56px;
  border-radius: 8px;
  width: 98%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.04);
}

.form-news input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
  color: #525766;
  font-size: 16px;
}

.form-news .form-check {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.form-news .form-check span,
.form-news .form-check a,
.form-news .form-check p {
  color: #525766;
  font-size: 14px;
  font-weight: 500;
}

.newsletter-content h3 {
  color: #525766;
}

.posts-categorias .row {
  row-gap: 80px;
}

.contudo-side-post img {
  border-radius: 16px;
}

.conteudo-destaque-cat img {
  border-radius: 16px;
}

.linha-categoria a {
  text-decoration: none;
}

.contudo-side-post {
  position: relative;
  display: flex;
  gap: 16px;
}

.linha-relacionada {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

article.conteudo-destaque-cat {
  position: relative;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.post-meta span,
.post-meta a {
  color: #525766;
  font-size: 14px;
  font-weight: 500;
}

.img-single-post {
  box-shadow: 0px 0px 120px 0px rgba(153, 195, 28, 0.3);
  border-radius: 16px;
  overflow: hidden;
}

.img-single-post img {
  border-radius: 16px;
  width: 100%;
}

.conteudo-destaque-cat h2 {
  color: #97e700;
  font-size: 28px;
}

.contudo-side-post h4 {
  color: #97e700;
  font-size: 22px;
}

.category .leia-mais::after {
  background-image: url(../image/arrow-right-white.svg);
}

nav.navigation.pagination {
  justify-content: center;
}

.categoria-link a {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 12px;
  font-size: 14px;
  color: #5f6d95;
  text-decoration: none;
}

.page-categoria h2 {
  padding: 40px 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}

.conteudo-lateral-single {
  position: sticky;
  top: 110px;
  z-index: 2;
}

.conteudo-lateral-single h3 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #97e700;
  text-transform: uppercase;
}

.conteudo-lateral-single ul {
  list-style: none;
}

.post-category {
  border-radius: 5px;
  background: #97e700;
  padding: 6px 12px;
  color: #001e36;
  font-size: 14px;
}

.cat-single-conten a {
  text-decoration: none;
}

.cat-single-conten {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 40px;
}

.post-content {
  padding-right: 60px;
}

.indice ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px;
  padding-top: 24px;
}

.indice ul li {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 16px 24px;
}

.indice ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.post-share {
  padding-top: 80px;
}

.list-sociais-single {
  display: flex;
  gap: 24px;
  padding: 0px;
  padding-top: 20px;
}

.resultado {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 40px;
}
.content-video {
  border-radius: 16px;
  overflow: hidden;
}
.content-video video {
  border-radius: 16px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.video-mask.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-button {
  width: 100px;
  z-index: 3;
}

video {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  /* será removido via JS */
}
nav.navigation.pagination .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #354062;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #97e700;
  font-size: 16px;
  text-decoration: none;
}

nav.navigation.pagination .page-numbers a {
  text-decoration: none;
}

.prev.page-numbers {
  display: none;
}

.nav-links {
  display: flex;
  gap: 10px;
}

span.page-numbers.current {
  background-color: #97e700;
  color: #001e36 !important;
}

.nav-links .next,
.nav-links .prev {
  display: none !important;
}

.faq-page.white-bg {
  background-color: transparent;
}
.faq-page .accordion-button {
  font-size: 17px;
}
.faq-page .accordion-item {
  background-color: #ffffff33;
  padding: 30px;
  border-radius: 15px !important;
}

.insights-card__title {
  min-height: 90px;
  display: flex;
  align-items: center;
}
.search-section {
  position: relative;
}
.btn-top-search {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #001e36;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.btn-top-search img {
  width: 48px;
  height: 48px;
}

.btn-top-search.hide {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .form-contact_row:after {
    right: 30px;
  }

  .btn-top {
    bottom: 10%;
  }
}

@media (min-width: 992px) {}

p.solutions__item-description {
  min-height: 90px;
}

@media (max-width: 991px) {
  .text-ili {
    text-align: center;
  }
  p.footer__credit {
    justify-content: center;
    margin-top: 20px;
  }
  .page-template.page-template-template-demonstracao-financeiras .section-hero__image img {
    width: 100%;
  }
  .linha-blog-home {
    row-gap: 60px;
  }
  .content-video { 
    padding-top: 40px;
  }
  .conteudo-title-disp {
    padding-top: 90px;
  }

  .page-template.page-template-template-demonstracao-financeiras .section-hero__sub br {
    display: none;
  }

  .info-card-item_first {
    padding-right: 30px;
    display: flex;
    align-items: center;
  }

  .info-card-item_first {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .info-card-item_first br {
    display: none;
  }

  .document-download__container {
    width: 48%;
  }

  .hero-banner {
    background-size: cover;
  }

  .row-footer-menu {
    row-gap: 40px;
  }

  .post-content {
    padding-right: 0px;
  }

  .blog-mobile {
    display: block;
  }

  .form-contact_row {
    padding-top: 240px;
  }

  .blog-desk {
    display: none;
  }

  .form-contato {
    position: relative;
    z-index: 9;
    background-color: transparent;
  }

  .form-contato::backdrop {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ebf1f5;
    background: linear-gradient(90deg,
        rgba(235, 241, 245, 1) 12%,
        rgba(235, 241, 245, 0.98) 18%,
        rgba(235, 241, 245, 0) 66%);
    top: 0;
  }

  .m .page-template-template-seja-correspondente .section-hero {
    padding-bottom: 0px;
  }

  .footer__card-list-two li {
    width: 100%;
  }

  .footer__selos {
    justify-content: start;
  }

  .footer__brand {
    display: flex;
    justify-content: start;
    margin-bottom: 40px;
  }

  p.footer__description {
    text-align: center;
    max-width: 100%;
  }

  .footer__social {
    justify-content: center;
  }

  .footer__brand-content {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .footer__copyright {
    flex-direction: column;
    align-items: start;
  }

  .footer__copyright_item {
    order: 4;
  }

  .mobile-menu-trigger.hamburger {
    position: relative;

    z-index: 99999;
    background: transparent;
    color: #fff;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: background 0.2s;
  }

  .mobile-menu-trigger.hamburger:hover {
    background: transparent;
  }

  .mobile-menu-trigger .hamburger-box {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
  }

  .mobile-menu-trigger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: background-color 0.2s;
    transition-property: transform, background-color;
    transition-duration: 0.35s;
  }

  .mobile-menu-trigger .hamburger-inner,
  .mobile-menu-trigger .hamburger-inner::before,
  .mobile-menu-trigger .hamburger-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #97e700;
    border-radius: 2px;
    transition: all 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  }

  .header-dark .mobile-menu-trigger .hamburger-inner,
  .header-dark .mobile-menu-trigger .hamburger-inner::before,
  .header-dark .mobile-menu-trigger .hamburger-inner::after {
    background-color: #fff;
  }

  .mobile-menu-trigger .hamburger-inner::before {
    top: -10px;
  }

  .mobile-menu-trigger .hamburger-inner::after {
    bottom: -10px;
  }

  /* Estado animado (menu aberto) */
  .mobile-menu-trigger.hamburger.is-active .hamburger-inner {
    background-color: #b7cf41;
    transform: rotate(45deg);
  }

  .mobile-menu-trigger.hamburger.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    background-color: #b7cf41;
  }

  .mobile-menu-trigger.hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    opacity: 0;
    background-color: #b7cf41;
    width: 32px;
  }

  button.mobile-menu-trigger.hamburger.is-active .hamburger-inner {
    width: 100% !important;
  }

  /* Botão de fechar (X fixo) */
  .close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    padding: 0;
  }

  .close-mobile-menu svg {
    width: 28px;
    height: 28px;
    display: block;
  }

  .offcanvas-backdrop-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    backdrop-filter: blur(2px);
  }

  .offcanvas-backdrop-mobile.show {
    opacity: 1;
    visibility: visible;
  }

  .offcanvas-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80vw;
    max-width: 400px;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.18, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background-color: #061e36;
  }

  .offcanvas-mobile.open {
    transform: translateX(0);
  }

  .mobile-header {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    top: 0;
    display: table;
    z-index: 999999;
  }

  .form-contat-section .col-lg-6 {
    padding: 0;
  }

  .mobile-header {
    display: flex;
    justify-content: end;
    padding: 20px 40px;
  }

  #mobileBackTop {
    background-color: inherit;
    border: none;
  }

  .mobile-nav-level1,
  .mobile-nav-level2,
  .mobile-nav-level3 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;

    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1),
      opacity 0.45s cubic-bezier(0.77, 0, 0.18, 1);
    justify-content: center;
  }

  .mobile-nav-level1.active,
  .mobile-nav-level2.active,
  .mobile-nav-level3.active {
    z-index: 2;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.18);
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-nav-level1.active {
    background: #061e36;
  }

  .mobile-nav-level2.active,
  .mobile-nav-level3.active {
    background-color: white;
  }

  .mobile-nav-level2,
  .mobile-nav-level3 {
    z-index: 3;
  }

  .mobile-nav-level1 li,
  .mobile-nav-level2 li,
  .mobile-nav-level3 li {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.7rem;
  }

  .mobile-nav-level1 li:last-child,
  .mobile-nav-level2 li:last-child,
  .mobile-nav-level3 li:last-child {
    border-bottom: none;
  }

  .mobile-nav-level1 a,
  .mobile-nav-level2 a,
  .mobile-nav-level3 a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    transition: color 0.2s;
  }

  .mobile-nav-level2 a,
  .mobile-nav-level3 a {
    color: #000;
  }

  .mobile-nav-level1 a:hover,
  .mobile-nav-level2 a:hover,
  .mobile-nav-level3 a:hover {
    color: #b7cf41;
  }

  .mobile-nav-level1 li a[data-mobile-submenu]:after,
  .mobile-nav-level2 li a[data-mobile-subsubmenu]:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23b7cf41" height="18" width="18" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.29 6.71a1 1 0 0 1 1.42 0l4 4a1 1 0 0 1 0 1.42l-4 4a1 1 0 1 1-1.42-1.42L12.59 12l-3.3-3.29a1 1 0 0 1 0-1.42z"/></svg>') no-repeat center center;
    background-size: 18px 18px;
  }

  .mobile-back {
    margin-bottom: 1.5rem;
    color: #b7cf41;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .mobile-back:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg fill="%23b7cf41" height="18" width="18" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15.41 7.41a1 1 0 0 0-1.41 0L9 12l5 5a1 1 0 0 0 1.41-1.41L11.83 12l3.58-3.59a1 1 0 0 0 0-1.41z"/></svg>') no-repeat center center;
    background-size: 18px 18px;
  }

  .section-cta-image_card img {
    position: relative;
    top: 0px;
    max-width: 100%;
  }

  .linha-title-blog {
    row-gap: 40px;
    padding-bottom: 60px;
  }

  .section-hero__media {
    padding-top: 0px;
  }

  .section-hero__content-text {
    order: 1;
  }

  .conteudo-card-blog {
    min-height: auto;
  }

  .section-hero {
    padding-top: 40px;
  }

  .conteudo-lateral-single {
    padding-top: 40px;
  }

  .section-cta-image_text {
    order: 1;
  }

  .section-features__content {
    row-gap: 40px;
  }

  .blog-mobile .zoom-img img {
    width: 100%;
  }

  .section-faq-2__row {
    padding: 40px;
    row-gap: 40px;
  }

  .section-cta-image_card {
    margin-top: -120px;
  }

  .soluctions__item.first-item p {
    max-width: 100%;
  }

  .soluctions__item.first-item {
    margin-bottom: 44px;
  }

  .section-hero {
    padding-bottom: 100px;
  }

  .form-contact_row:after {
    width: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(0deg,
        rgba(235, 241, 245, 1) 12%,
        rgba(235, 241, 245, 0.98) 53%,
        rgba(235, 241, 245, 0) 91%);
    border-radius: 0px 0px 25px 25px;
  }

  .form-contact_row {
    background-size: 100%;
    background-position-y: -106px;
  }

  article.card-blog {
    position: relative;
  }
}

@media (max-width: 767px) {

  .page-template-template-cambio .section-hero,
  .page-template-template-ccme .section-hero,
  .page-template-template-remessas-digitais .section-hero,
  .page-template-template-solucoes-de-conta-corporativa .section-hero,
  .page-template-template-operacoes-de-hedge-cambial .section-hero,
  .page-template-template-cartao-de-incentivo .section-hero {
    padding-bottom: 0px !important;
  }

  .contudo-side-post {
    flex-direction: column;
  }

  .page-template-template-cartao-de-incentivo .section-feature-dark {
    padding-bottom: 0px;
  }

  .form-contact_row {
    background-size: 150%;
    background-position-y: -106px;
  }

  .section-cta-image .container {
    padding: 40px;
  }

  .section-conten_img {
    display: none;
  }

  #searchform button {
    width: 35px;
    height: 35px;
  }

  .btn {
    font-size: 1.4rem;
  }

  #searchform span {
    font-size: 18px;
    padding-left: 26px;
    padding-right: 44px;
  }

  .section-cta-image_card img {
    max-width: 80%;
  }

  .section-faq__text-header {
    order: 1;
  }

  .section-faq__grafismo {
    justify-content: start;
  }

  #section-cta__bg {
    scale: 1.5;
  }

  .hero-banner {
    background-size: cover;
  }

  .zoom-img img {
    width: 100%;
  }

  .hero-banner {
    align-items: end;
    padding-bottom: 20px;
  }

  .container.hero-banner__container {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .hero-banner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #001e36 58%);
  }

  .section-text-block__description p {
    font-size: 1.4rem;
  }

  .accordion-button {
    font-size: 1.6rem;
  }

  .faq__content .accordion-button .icon {
    right: 0px;
  }

  .pb-9 {
    padding-bottom: 100px;
  }

  .home .section-text-block__title {
    margin-bottom: 16px;
  }

  .pt-9 {
    padding-top: 100px;
  }

  a.header-logo {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .footer__selos {
    order: 1;
  }

  p.footer__credit {
    margin-top: 40px;
    justify-content: center;
  }

  span.footer__copyright_item {
    width: 100%;
    text-align: start;
    margin-top: 40px;
  }

  .document-download__container {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero-banner {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .btn-top {
    bottom: 14%;
    right: 6%;
  }

  .btn-top img {
    width: 40px;
    height: 40px;
  }

  .section-cta-image .container {
    max-width: calc(100% - 60px);
  }

  .hero-banner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #001e37 58%);
  }

  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .form-contact_row:after {
    background: linear-gradient(0deg,
        rgba(235, 241, 245, 1) 12%,
        rgba(235, 241, 245, 0.98) 64%,
        rgba(235, 241, 245, 0) 94% 94%);
  }

  form#filtro-docs {
    flex-direction: column;
    gap: 10px;
    padding: 0px 22px;
  }

  #filtro-docs label,
  #filtro-docs select {
    width: 100%;
  }
}