/*
Theme Name: ABank

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* ESTILOS GLOBAIS Abank */
:root {
  --preto: #000000;
  --cinza-escuro: #18181e;
  --cinza: #2e2e34;
  --cinza-claro: #b2b2b2;
  --cinza-claro-novo: #58585b;
  --branco: #f8f8fa;
  --azul: #35b1d3;
  --titulo-lg: clamp(1.08rem, 1.5379vw + 0.7596rem, 2.4rem);
  --titulo-md: clamp(1.05rem, 0.3146vw + 0.9845rem, 1.32rem);
  --titulo-pq: clamp(1rem, 0.3275vw + 0.9442rem, 1.23rem);
  --texto-md: clamp(0.81rem, 0.2706vw + 0.7639rem, 1rem);
  --texto-pq: clamp(0.63rem, 0.1994vw + 0.596rem, 0.77rem);
  --texto-mini: clamp(0.48rem, 0.2136vw + 0.4436rem, 0.63rem);
}

html {
  font-size: 22px !important;
  line-height: 1.32;
}
body {
  font-family: "owners-text", sans-serif;
  font-weight: 300;
  color: var(--cinza-escuro);
  background-color: var(--branco);
  line-height: 1.32;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--branco);
  line-height: 1.2;
}
strong {
  font-weight: 700 !important;
}
h2 {
  font-size: var(--titulo-lg);
}
h3 {
  font-size: var(--titulo-md);
}
h4 {
  font-size: var(--titulo-pq);
}
.bg-preto {
  background-color: #040404;
  color: var(--branco);
}
.bg-cinza-escuro {
  background-color: var(--cinza-escuro);
  color: var(--branco);
}
.bg-cinza {
  background-color: var(--cinza);
  color: var(--branco);
}
.bg-azul {
  background-color: var(--azul);
  color: var(--cinza);
}
.bg-branco {
  background-color: var(--branco);
  color: var(--cinza-escuro);
}
.bg-branco h1,
.bg-branco h2,
.bg-branco h3,
.bg-branco h4,
.bg-branco h5,
.bg-branco h6 {
  color: var(--cinza-escuro);
}
.bg-branco p {
  color: var(--cinza-claro-novo);
}
.subtitulo-caixaalta {
  text-transform: uppercase;
  letter-spacing: 0.66rem;
  font-size: calc(var(--texto-pq) * 1.2);
  margin-bottom: 15px;
  color: var(--cinza) !important;
}

.black-text,
.black-text * {
  color: var(--preto) !important;
}
.white-text,
.white-text * {
  color: var(--branco) !important;
}
.texto-azul {
  color: var(--azul) !important;
}
.texto-cinza-claro {
  color: var(--cinza-claro);
}
p,
.texto-md,
li {
  font-size: var(--texto-md);
}
.btn,
input[type="submit"] {
  background-color: var(--azul);
  color: var(--cinza) !important;
  border: 2px solid var(--azul);
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-font-size: var(--texto-pq);
  font-weight: 500;
  border-radius: 0.375rem;
}
.btn:hover {
  background-color: var(--azul);
  color: var(--branco);
}
.btn.btn-branco {
  background-color: var(--branco);
  border: 2px solid var(--branco);
}
.btn.btn-branco:hover {
  background-color: var(--branco);
  color: var(--azul);
  border: 2px solid var(--azul);
  font-weight: 500;
}
.btn-lg {
  --bs-btn-padding-x: 27px;
  --bs-btn-padding-y: 0.3rem;
  border-radius: 9px;
}
.btn.btn-link {
  background-color: transparent;
  color: var(--azul) !important;
  border: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-font-size: calc(var(--texto-md) * 0.9);
  font-weight: 500;
  text-decoration: underline;
  transition: 0.5s ease all;
  width: initial;
}
.btn.btn-link:hover {
  opacity: 0.75;
}
.btn-link.black-text {
  color: var(--preto) !important;
}
.align-right {
  text-align: right;
}
.botoes-iguais {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.botoes-iguais.align-left {
  justify-content: flex-start;
}
.botao-right {
  margin: 0 0 0 auto;
  display: block;
}

/* HEADER */
header {
  z-index: 999999 !important;
}

header > .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar-nav {
  margin-right: 24px;
}
.nav-logo {
  width: 180px;
}
header a.nav-link,
header a.nav-link:visited {
  color: var(--branco);
  font-size: var(--texto-pq);
  border-bottom: 2px solid var(--preto);
  padding: 27px 12px !important;
}
header a.nav-link:hover {
  color: var(--azul);
  border-bottom: 2px solid var(--azul);
}

.mega-menu {
  display: block;
  position: absolute;
  top: 100%; /* abaixo do item de menu */
  left: 0;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.nav-item:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
}
.nav-item > .mega-menu {
  opacity: 0;
  visibility: hidden;
}
.mega-menu * {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1),
    transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: top left;
  color: var(--cinza-claro);
  text-decoration: none;
}
.nav-item:hover > .mega-menu * {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.mega-menu .container-submenu {
  padding-left: 1.75rem !important;
}
.mega-menu .container-submenu h6 {
  font-size: var(--texto-pq);
  border-bottom: 2px solid var(--cinza-claro);
  color: var(--azul);
  width: fit-content;
  padding: 0 120px 9px 0;
}
.mega-menu .container-submenu li a {
  display: flex;
  font-size: var(--texto-md);
  padding: 3px 0;
}
.mega-menu .container-submenu li a:hover {
  color: var(--branco);
}
.mega-menu .destaque {
  align-items: center;
  gap: 18px;
}
.mega-menu .destaque h5 {
  font-size: var(--titulo-pq);
  color: var(--branco);
}
.mega-menu .destaque h5 span {
  color: var(--azul);
  display: block;
}
.mega-menu .destaque {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.mega-menu .destaque .img-wrapper {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem; /* opcional, já que tem rounded */
}

.mega-menu .destaque img {
  transition: transform 0.5s ease;
  display: block;
  transform-origin: center top;
}

.mega-menu .destaque:hover img {
  transform: scale(1.15);
}

.nav-item {
  position: initial !important;
}

.barra-de-cotacao {
  background-color: var(--preto);
  border-bottom: 1px solid #4d4d4d;
  color: var(--branco);
  font-size: var(--texto-mini);
}

.offcanvas.offcanvas-end {
  width: 27%;
  z-index: 99999;
}
.offcanvas-body {
  padding-right: 4.5vw;
}
.offcanvas-body .qr-code {
  width: 100%;
  max-width: 180px;
  border-radius: 9px;
  background-color: var(--branco);
  padding: 9px;
}
.offcanvas-header .btn-close {
  margin: 0 0 0 0px;
  padding: 15px;
  border: 3px solid var(--preto);
  border-radius: 100%;
  opacity: 1;
  filter: invert(1);
  transform: scale(0.45);
}
.offcanvas-header {
  padding-top: 15vh;
}
header .container-botao {
  display: flex;
  gap: 0.3rem;
}
header .container-botao .btn {
  --bs-btn-padding-x: 0.66rem;
}

.flutuante-solicite-proposta {
  position: fixed;
  right: 3px;
  top: 050%;
  width: 180px;
  z-index: 999;
  margin: 0 0 0 auto;
}
.flutuante-solicite-proposta img {
  width: 100%;
}
/* FRONT PAGE */

/* SWIPER BANNER */

.banner-intro .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-intro .botoes-iguais a {
  min-width: initial;
}
.mySwiper {
  width: 75%;
  height: 180px;
  margin: 0 auto;
  overflow: visible;
  z-index: 99;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
}
.mySwiper .swiper-slide {
  width: 275px;
  position: relative;
  border-radius: 9px;
}
.mySwiper .swiper-slide .slide-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  gap: 6px;
  height: 222px;
  position: relative;
}
.mySwiper .swiper-slide img {
  display: inline;
  height: 150px;
  width: 100%;
  margin-bottom: -50%;
  opacity: 0;
  cursor: pointer;
  object-fit: cover;
  transition: 0.5s ease all;
  border-radius: 9px;
  overflow: hidden;
}
.mySwiper .swiper-slide:hover img {
  transform: none;
}
.mySwiper .swiper-slide .slide-item:hover img {
  margin-bottom: 3px;
  opacity: 1;
  height: 150px;
}
.mySwiper .swiper-slide h2 {
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  color: var(--branco);
  z-index: 999;
  bottom: 18px;
  left: auto;
  text-align: center;
  width: 100%;
  mix-blend-mode: exclusion;
  /* opacity: 0; */
  cursor: pointer;
  transition: 0.3s ease all;
}
.mySwiper .swiper-slide-thumb-active h2 {
  /* opacity: 1; */
}

.mySwiper .swiper-slide .autoplay-progress {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(to right, lightgray 50%, var(--cinza) 100%);
  border-radius: 9px;
  transition: 0.3s ease all;
}
.mySwiper .swiper-slide-thumb-active .autoplay-progress,
.swiper-slide-thumb-active {
  height: 54px;
}
.swiper-wrapper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: -12%;
  background-image: url(img/seta-direita.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  color: transparent;
}
.swiper-button-next {
  right: -40px;
  top: 50%;
  transform: translateY(50%);
}
.swiper-button-prev {
  left: -40px;
  top: 50%;
  transform: rotate(180deg);
}
.cartao-expense .swiper-button-next,
.solucoes-container .swiper-button-next {
  right: 47.4%;
  top: initial;
  transform: none;
}
.cartao-expense .swiper-button-prev,
.solucoes-container .swiper-button-prev {
  left: 47.4%;
  transform: rotate(180deg);
  top: initial;
}

.mySwiper2 {
  height: 84vh;
  z-index: 999;
}
.mySwiper2 > .swiper-wrapper {
  position: relative;
}
.banner-intro .slide-content {
  width: 50%;
  text-wrap: pretty;
  margin-top: -3rem;
}
.mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.mySwiper .swiper-slide {
  display: flex;
  align-items: flex-start;
}
.banner-intro .botoes-iguais {
  justify-content: flex-start;
}
.app .swiper-slide img {
  object-fit: contain;
  width: 100%;
}
.banner-intro .slide-content.black-text h2 {
  font-size: var(--titulo-lg);
}
.banner-intro .slide-content p {
  font-size: var(--titulo-md);
  width: 81%;
}
/* SECTIONS HOME */
.somos-abank {
  padding: 3rem 0;
}
.somos-abank .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.somos-abank h1,
.cartao-expense h2 {
  font-size: var(--titulo-lg);
  text-wrap: balance;
}
.somos-abank p {
  text-wrap: pretty;
  width: 90%;
}

.cartao-expense {
  padding: 6rem 3rem 12rem 3rem;
}

img.leque-cartoes {
  width: 100%;
  max-width: 33vw;
  height: auto;
  margin: 0 auto;
  display: block;
}
/* NOSSAS SOLUCOES */

.solucoes-container {
  max-width: 1390px;
  margin: auto;
  margin-bottom: 4.5%;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d2d2d2;
}
.tab {
  cursor: pointer;
  /* font-weight: bold; */
  padding-bottom: 0.5rem;
  position: relative;
}
.tab.active {
  color: var(--cinza-escuro);
}

.tab.active::after {
  content: "";
  position: absolute;
  z-index: 9999;
  bottom: -1.5px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--cinza-claro-novo);
}
.solucoes-container .tab-content {
  padding-left: 0;
}

.tab-content .swiper-wrapper-container {
  display: none;
}

.tab-content.active .swiper-wrapper-container {
  display: block;
}
.solucoes-container .swiper {
  overflow: visible;
}
.solucoes-container .swiper-slide {
  border-radius: 9px;
  padding: 0;
}

.card-image {
  overflow: hidden;
  border-radius: 9px;
  aspect-ratio: 278 / 175;
}
.card-image img {
  webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.swiper-slide {
  color: var(--cinza-escuro);
  text-decoration: none !important;
}
.swiper-slide .card-title {
  font-size: 1.43rem;
  font-weight: 500;
}
.swiper-slide:hover img {
  transform: scale(1.14);
}
.swiperApp {
  margin-top: 1.5rem;
}
.swiperApp:hover img {
  transform: none;
}

.card-text {
  font-size: calc(var(--texto-md) * 0.9);
  color: #242424b3;
  margin-top: 8px;
  max-width: 90%;
  text-wrap: balance;
  min-height: 55px;
}
.cartao-beneficios {
  padding: 9rem 3rem 0rem 3rem;
}
.cartao-beneficios .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cartao-beneficios p {
  width: 81%;
  margin-top: 1rem;
}
.cartao-beneficios h2 {
  font-size: var(--titulo-lg);
}
.nossas-solucoes .swiper-slide {
  min-height: 550px; /* c6 530px */
  width: 100%;
  text-align: left;
  max-width: 556px;
}
.nossas-solucoes .slide-wrapper {
  padding: 24px 16px 16px 16px;
}
#cartao-black {
  padding: 6rem 3rem;
  background: url(img/fundo-img-cinza.jpg) no-repeat center center;
  background-size: cover;
}
#cartao-black .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cartao-black .texto p {
  line-height: 1.5;
}
#cartao-black img {
  width: 100%;
  max-width: 810px;
  display: block;
}

/* INTERNA PESSOA JURIDICA */
.padding-padrao {
  padding: 6rem 0;
}
.padding-pequeno {
  padding: 1.8rem 0;
}
.pessoa-juridica .banner-intro .slide-content p {
  text-wrap: balance;
}
img.img-padrao-section {
  aspect-ratio: 624/567;
  object-fit: cover;
  width: 100%;
  max-width: 600px;
}
.width-90 {
  width: 90%;
}
.cards-cinza {
  gap: 1.5rem 1.5rem;
  flex-wrap: wrap;
}
.cards-cinza li {
  display: flex;
  flex-direction: column;
  background: var(--cinza);
  width: 30%;
  min-height: 270px;
  border-radius: 15px;
}
.cards-cinza li .card-body {
  padding: 1.2rem;
  height: 100%;
}
.cards-cinza li .card-text {
  max-width: 84%;
}
.cards-cinza li .card-body h4 {
  font-size: var(--titulo-pq);
  font-weight: 500;
  margin-bottom: 0.45rem;
  text-wrap: balance;
  min-height: 66px;
}
.cards-cinza li .card-body p {
  font-size: var(--texto-md);
  text-wrap: initial;
}
.cards-cinza li .icon img {
  width: 24px;
  object-fit: contain;
  display: block;
  height: auto;
  margin-bottom: 0.9rem;
}
.sticky-top.top-header {
  top: 150px;
}
.solucoes-corporativas .sticky-top.top-header > p {
  font-size: var(--titulo-md);
  width: 81%;
}
ul.lista-empilhada li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #36363f;
}
ul.lista-empilhada li:last-child {
  border-bottom: 0;
}
ul.lista-empilhada ul {
  list-style: initial;
  padding: 0.6rem 0 0 1rem;
}
ul.lista-empilhada ul li {
  border: 0;
  padding: 0 0 0.3rem 0;
}
.produtos-logisticos {
  background: url(img/bg-organico-preto.jpg) no-repeat center center;
  background-size: cover;
}
.produtos-logisticos p {
  width: 78%;
  margin: 0 auto;
  text-wrap: balance;
}
.section-conta-pj .botoes-iguais {
  justify-content: flex-start;
}
.section-relative {
  position: relative;
}
.img-bg {
  min-height: 690px;
}
.img-bg img {
  width: 48%;
  height: 100%;
  position: absolute;
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.bg-cinza-999 {
  background-color: #999;
}
.bg-cinza-999 .bg-grafismo-cinza-claro {
  background: url(img/bg-grafismo-cinza-claro-direita.svg) no-repeat right
    bottom #999;
  background-size: contain;
}
.produto-card {
  display: block;
  background: var(--cinza-escuro); /* sua cor base */
  color: var(--branco);
  padding: 2rem 0 0 0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.5s ease;
  height: 354px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 9px;
}
.produto-card h3 {
  font-size: var(--titulo-pq);
  margin-bottom: 1rem;
  text-align: center;
}
.produto-card p {
  font-size: var(--texto-md);
  margin-bottom: 2rem;
  text-align: center;
  text-wrap: balance;
}
.produto-card .btn-produto {
  display: inline-block;
  background: var(--azul);
  color: var(--preto);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
}
.produto-card .bg-button {
  background-color: #828386;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 9px 9px;
}
.produto-card .card-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
}
.produto-card .card-info h3 {
  line-height: 1.32;
}
.produto-card:hover {
  background: var(--cinza-claro);
  color: var(--preto);
}
.produto-card:hover .bg-button {
  background: var(--preto);
}
.produto-card:hover h3 {
  color: var(--preto);
}
.interna-pj .barra-cinza-claro {
  background: var(--cinza-claro);
  position: relative;
  z-index: 9;
}
.interna-pj .leque-de-cartoes {
  width: 100%;
  max-width: 690px;
  margin: 0 auto -24% auto;
  display: block;
}
.cards-interna-logisticos .tab-content .swiper-wrapper-container {
  display: block;
}
.cards-interna-logisticos .tabs {
  max-width: 1200px;
  border-bottom: 2px solid var(--preto);
  margin: 0 auto 2rem auto;
  justify-content: space-around;
  font-size: var(--texto-md);
}
.cards-interna-logisticos .tab.active {
  color: var(--azul);
}
.cards-interna-logisticos .tab.active::after {
  display: none;
}
.cards-interna-logisticos .swiper-slide {
  background-color: #2d2d30;
}
.cards-interna-logisticos .card-title {
  text-align: center;
  color: var(--branco);
  font-size: var(--titulo-pq);
  margin: 4.5% 0 2.4% 0;
}
.cards-interna-logisticos .card-text {
  font-size: var(--texto-md);
  color: var(--cinza-claro);
  margin-bottom: 0.6rem;
  text-align: center;
  text-wrap: balance;
}
.cards-interna-logisticos img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}
.cards-interna-logisticos .swiper-slide:hover {
  background-color: #828386;
  transition: 0.5s ease all;
}
.cards-interna-logisticos .swiper-slide:hover .card-text {
  color: var(--branco);
  transition: 0.5s ease all;
}
.cards-servicos-oferecidos .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 1rem;
}

.cards-servicos-oferecidos .tab {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.cards-interna-logisticos a.tab {
  color: #828386;
  text-decoration: none;
  transition: 0.5s ease all;
}
.cards-interna-logisticos a.tab:hover {
  color: var(--azul);
}
.cards-servicos-oferecidos .tab-content {
  display: none;
}

.cards-servicos-oferecidos .tab-content.active {
  display: block;
}
.cards-servicos-oferecidos .titulo {
  font-size: var(--titulo-lg);
}
.cards-servicos-oferecidos .tab-content .row > .col > a > div {
  display: flex;
  text-align: left;
  gap: 30px;
  align-items: center;
}
.cards-servicos-oferecidos .tabs {
  border-bottom: 2px solid var(--cinza-claro-novo);
  justify-content: space-between;
}
.cards-servicos-oferecidos .tab {
  font-weight: 500;
  color: var(--cinza-claro);
}
.cards-servicos-oferecidos .tab.active {
  font-weight: 500;
  color: var(--branco);
}
.cards-servicos-oferecidos .tab.active::after {
  background-color: var(--cinza-claro);
}
.cards-servicos-oferecidos .tab-content .row > .col > a {
  text-decoration: none;
}
.cards-servicos-oferecidos .tab-content:nth-of-type(3) > .row > .col > a > div {
  margin-left: 24%;
}
.cards-servicos-oferecidos .tab-content:nth-of-type(4) > .row > .col > a > div {
  /* flex-direction: row-reverse; */
  justify-content: center;
  /* text-align: right; */
  margin-left: 43.5%;
}
.cards-servicos-oferecidos .tab-content:nth-of-type(5) > .row > .col > a > div {
  flex-direction: row-reverse;
  justify-content: center;
  text-align: right;
  margin-right: 13%;
}
.cards-servicos-oferecidos .tab-content:nth-of-type(6) > .row > .col > a > div {
  flex-direction: row-reverse;
  text-align: right;
}
.interna-pj .somos-abank .texto {
  width: 100%;
}
.interna-pj .somos-abank .texto h3 {
  width: 42%;
}
.interna-pj .somos-abank .solucoes-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
/* .content-produtos-logisticos {
  display: none;
} */
.content-produtos-logisticos:first-child {
  display: flex;
}
.content-produtos-logisticos h3 {
  text-wrap: balance;
  width: 81%;
}

.ziguezague-cinza > .container-fluid > .container-fluid:nth-of-type(even) {
  background-color: #e8e6e6;
}
.ziguezague-cinza
  > .container-fluid
  > .container-fluid:nth-of-type(even)
  > .container
  > .row {
  flex-direction: row-reverse;
}

.swiper-multibeneficios {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.swiper-multibeneficios .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.swiper-multibeneficios .swiper-slide img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease all;
  display: block;
}
.swiper-multibeneficios .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s ease all;
  background-color: #00000075;
  top: 0;
  left: 0;
}
.swiper-multibeneficios .swiper-slide a div {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 99;
  padding: 30px 30px 0 30px;
  width: 100%;
}
.swiper-multibeneficios .swiper-slide a div img {
  width: 24px;
  border-radius: 0;
  margin-bottom: 18px;
}
.swiper-multibeneficios .swiper-slide h3 {
  font-weight: 500;
  transform: scale(0.81);
  transform-origin: top left;
}

.swiper-multibeneficios .swiper-button-next,
.swiper-multibeneficios .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.swiper-multibeneficios .swiper-button-prev {
  left: 47.4%;
  transform: rotate(180deg);
  top: initial;
}
.swiper-multibeneficios .swiper-button-next {
  right: 47.4%;
  top: initial;
  transform: none;
}

/* FOOTER */
footer {
  background: var(--cinza-escuro) url(img/bg-grafismo-cinza-direita.svg)
    no-repeat 120% top;
  background-size: contain;
}
footer > .container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
footer hr.bg-white {
  width: 100%;
  margin: 1rem auto 0 auto;
  height: 2px;
}
footer p,
footer a,
footer h6 {
  font-size: var(--texto-pq);
}
footer a {
  color: var(--branco);
  text-decoration: none;
}
footer a:hover {
  color: var(--azul);
  text-decoration: underline;
}
footer h6 {
  color: var(--cinza-claro);
}
.btn-download-app {
  width: 100%;
  max-width: 270px;
}
footer .logo-footer {
  width: 100%;
  max-width: 210px;
}
footer .list-inline {
  display: flex;
  gap: 0.3rem;
}
footer .list-inline li {
  display: flex;
  width: fit-content;
  align-items: baseline;
  margin-top: 0.33rem;
}

/* FORM7 */
.wpcf7 form .hide-labels {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
form label {
  width: 100%;
}
form textarea,
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form select {
  background-color: transparent;
  color: #757575;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--cinza-claro-novo);
  padding: 6px 0;
  font-size: var(--texto-md);
}
form textarea {
  height: 60px;
}
.hide-desktop {
  display: none;
}

/* MEDIA QUERIES */

/* AJUSTE CONTAINER BOOTSTRAP LARGURA ABANK */
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1480px;
  }
}

@media screen and (max-width: 1563px) {
  .offcanvas.offcanvas-end {
    width: 33%;
  }
  .banner-intro .swiper-slide .container {
    max-width: 81%;
  }
  .mySwiper {
    width: 81%;
  }
  .banner-intro .slide-content {
    width: 75%;
    margin-top: -4.5rem;
  }
}
@media screen and (max-width: 1366px) {
  .somos-abank .texto {
    max-width: 100%;
  }
  .cartao-expense img.leque-cartoes {
    max-width: 660px;
    margin: 3% auto -15% auto;
  }
  .mySwiper .swiper-slide h2 {
    font-size: 13px;
  }
  .solucoes-container {
    padding: 0;
  }
  .solucoes-container .swiper {
    overflow: hidden;
  }
  .cards-cinza {
    gap: 1rem 1rem;
  }
  .cards-cinza li {
    max-width: 336px;
    width: 31%;
    min-width: initial;
  }
  .cards-cinza li .card-body {
    padding: 0.6rem;
  }
  .banner-intro .slide-content p {
    width: 66%;
  }
}
@media screen and (max-width: 1365px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
}

@media screen and (max-width: 1365px) {
  button.navbar-toggler {
    order: 3;
    padding: 0;
    font-size: 0.77rem;
    filter: invert(1);
    border: 0;
    outline: 0;
  }
}
@media screen and (max-width: 1240px) {
  .btn,
  .btn-lg {
    --bs-btn-font-size: var(--texto-pq);
  }
  .container-botao {
    margin: 0 18px 0 auto;
  }
  .somos-abank .texto {
    width: 100%;
  }
  .mySwiper .swiper-slide h2 {
    font-size: 0;
  }
  .mySwiper .swiper-slide .slide-item img,
  .mySwiper .swiper-slide .slide-item:hover img {
    opacity: 0;
    height: 45px;
  }
  .cartao-expense h5,
  .lista-bolinhas.align-right {
    text-align: left;
  }
  .lista-bolinhas.align-right li::before {
    content: "•";
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 30px;
    left: initial;
    left: 0;
    top: 1px;
  }
  .lista-bolinhas.align-right li::after {
    content: "";
    display: none;
  }
  .lista-bolinhas.align-right li {
    padding-left: 18px;
    padding-right: 0;
  }
  .cartao-expense .padding-right {
    padding-right: 0;
    border: 0;
  }
  .produto-card {
    height: 100%;
  }
  .interna-pj .leque-de-cartoes {
    margin: 1.5rem auto -6rem auto;
  }
  .cards-servicos-oferecidos .tabs {
    border-bottom: 2px solid var(--cinza-claro);
    justify-content: space-around;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto 3rem auto;
  }
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(2)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(3)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(4)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(5)
    > .row
    > .col
    > a
    > div {
    flex-direction: row;
    justify-content: center;
    text-align: left;
    margin: 0;
  }

  /* estado padrão do collapse no mobile */
  @media (max-width: 1199px) {
    /* ajusta o breakpoint do seu navbar-expand-xl */
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #1c1c1c; /* ou sua bg-cinza-escuro */
      z-index: -1;
      padding: 7rem 0.9rem 0 0.9rem;
      overflow-y: hidden;

      /* escondido por padrão */
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    /* quando abre */
    .navbar-collapse.show {
      visibility: visible;
      opacity: 1;
    }

    /* organiza os links */
    .navbar-collapse .navbar-nav {
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
    }

    /* garante que o botão fique acima */
    .navbar-toggler {
      z-index: 10000;
    }
  }
}
@media screen and (max-width: 1180px) {
  .cartao-expense {
    padding: 3rem 0rem 6rem 0rem;
  }
  .cartao-expense h2 {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .interna-pj .leque-de-cartoes {
    margin: 3rem auto -6rem auto;
  }
  .botoes a {
    width: 50%;
  }
  .cards-servicos-oferecidos .tabs {
    border-bottom: 0;
    margin: 0 0 3rem 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4.5vw;
    align-items: baseline;
  }
  .cards-servicos-oferecidos .tab {
    padding: 0;
  }
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(2)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(3)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(4)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(5)
    > .row
    > .col
    > a
    > div,
  .cards-servicos-oferecidos
    .tab-content:nth-of-type(6)
    > .row
    > .col
    > a
    > div {
    align-items: center;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    text-align: left;
  }
  .cards-servicos-oferecidos .tab-content > .row > .col > a > div img {
    width: 33%;
    margin-bottom: 0 !important;
  }
  .cards-servicos-oferecidos .tab-content > .row > .col > a > div h3 {
    width: 60%;
  }
  .somos-abank h1 {
    width: 100%;
    text-wrap: balance;
  }
  footer {
    background: var(--cinza-escuro);
  }
  footer .logo-footer {
    max-width: 165px;
    margin-bottom: 0.6rem;
  }
  .banner-intro .slide-content p {
    width: 100%;
  }
  .banner-intro .swiper-slide .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-intro .swiper-slide {
    background-size: cover;
    background-position: center left;
  }
  .mySwiper .swiper-slide .slide-item {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mySwiper .swiper-slide-thumb-active .autoplay-progress,
  .swiper-slide-thumb-active {
    height: 6px;
  }
  .app .swiper-slide img {
    width: 96%;
    margin: 0 auto;
    display: block;
  }
  .offcanvas.offcanvas-end {
    width: 100%;
  }
  .nav-logo {
    width: 120px;
  }
  .banner-intro .container {
    height: 100%;
  }
  .banner-intro .slide-content {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 27vh;
    position: relative;
    z-index: 9999;
  }
  .somos-abank .texto {
    width: 93%;
  }
  .mySwiper {
    height: 15px;
    bottom: 6%;
  }
  .mySwiper2 {
    height: 75vh;
  }
  .app h3 {
    width: 90%;
    margin: 0 auto;
  }
  .swiper-button-next {
    right: 0;
    width: 36px;
  }
  .swiper-button-prev {
    left: 0;
    width: 36px;
  }
  .cartao-beneficios img {
    margin: 2rem auto 1rem auto;
    display: block;
    width: 69%;
  }
  .cartao-beneficios h2 {
    font-size: var(--titulo-pq);
  }
  .subtitulo-caixaalta {
    letter-spacing: 0.33rem;
    font-size: calc(var(--texto-mini) * 1.2);
  }
  .cartao-beneficios h5 {
    width: 100%;
    text-align: center;
  }
  .cartao-expense img.leque-cartoes {
    margin: 3% auto -24% auto;
  }
  .tabs {
    justify-content: space-between;
    margin: 0 auto 1rem auto;
    gap: 0;
    width: 90%;
  }

  .tab {
    font-size: var(--texto-pq);
  }
  .card-image img {
    height: 281px;
  }
  .cards-interna-logisticos img {
    height: 180px;
  }
  .nossas-solucoes .swiper-slide {
    min-height: 471px;
  }
  .lista-bolinhas {
    padding: 0 1rem;
  }
  .botoes-iguais.botoes-grandes {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 36px;
  }
  #cartao-black {
    padding: 6rem 0rem;
  }
  .cartao-beneficios {
    padding: 6rem 0rem 1.5rem 0rem;
  }
  .solucoes-container .tab-content {
    padding-left: 0;
  }
  .cartao-expense .swiper-button-next,
  .solucoes-container .swiper-button-next {
    right: 36%;
    bottom: 0;
  }
  .cartao-expense .swiper-button-prev,
  .solucoes-container .swiper-button-prev {
    left: 36%;
    bottom: 0;
  }

  .cards-cinza {
    gap: 0.9rem 0.9rem;
  }
  .cards-cinza li {
    max-width: initial;
    width: 45%;
  }
  .img-bg {
    min-height: initial;
  }
  .img-bg img {
    aspect-ratio: 56 / 43;
    object-fit: cover;
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    height: initial;
    min-height: initial;
    position: initial;
  }
  .bg-branco,
  .padding-padrao {
    padding: 3rem 0;
  }
  img.leque-cartoes {
    max-width: 66vw;
    margin: 6vh auto;
  }
  .swiperApp {
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    bottom: -18%;
  }
  .banner-intro .slide-content p {
    font-size: var(--texto-md);
  }
  p.width-90,
  .somos-abank p {
    width: 93%;
  }
  .content-produtos-logisticos h3 {
    text-wrap: balance;
    width: 100%;
    font-size: var(--titulo-pq);
  }
  .flutuante-solicite-proposta {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .nav-logo {
    width: 90px;
  }
  .banner-intro .slide-content {
    width: 100%;
  }
  .cards-cinza li {
    max-width: initial;
    width: 100%;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    padding-top: 12vh;
  }

  .offcanvas-body {
    padding-right: 12vw;
    padding-top: 12vh;
  }
  #OffcanvasSoliciteProposta .offcanvas-body {
    padding-right: var(--bs-offcanvas-padding-x);
    padding-top: 0px;
  }
  .offcanvas-body .btn-download-app {
    max-width: 90%;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
    font-size: var(--texto-md);
  }
}
