@charset "UTF-8";
/* CSS específico para a página Quem Somos */
/* Banner title styles */
.banner-title-container .banner-3d-wrapper {
  position: relative;
  display: inline-block;
  max-width: 500px;
  margin-top: 20px;
}
.banner-title-container .banner-3d-wrapper .banner-3d-border {
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #AAE85B;
  border-radius: 16px;
  z-index: 0;
}
.banner-title-container .banner-3d-wrapper .banner-content-box {
  background-color: #0A2426;
  border-radius: 16px;
  padding: 28px 40px 28px 24px;
  position: relative;
  z-index: 1;
}
.banner-title-container .banner-3d-wrapper .banner-content-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 55%;
  background-color: #AAE85B;
}
.banner-title-container .texto-banner {
  line-height: 1.2;
  color: white;
  font-size: 31px;
  white-space: nowrap;
  text-align: left;
}
.banner-title-container .texto-banner .line {
  display: block;
}
.banner-title-container .texto-banner .text-light {
  font-weight: 300;
}
.banner-title-container .texto-banner .text-bold {
  font-weight: 500;
}
.banner-title-container .texto-banner .text-green-lime {
  color: #aae85b;
  font-weight: 500;
}
.banner-title-container .flex-btn-titulo {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.banner-title-container .flex-btn-titulo .btn-green-custom {
  background-color: #AAE85B !important;
  color: #0A2426 !important;
  padding: 6px 48px !important;
  border-radius: 999px !important;
  text-decoration: none;
  font-size: 23px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.banner-title-container .flex-btn-titulo .btn-green-custom:hover {
  background-color: #45969D !important;
  transform: translateY(-2px);
}
.banner-title-container .flex-btn-titulo .btn-green-custom b {
  font-weight: 700;
}

/* Mobile adjustments for Quem Somos */
@media (max-width: 767px) {
  .banner-title-container {
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-title-container .banner-3d-wrapper {
    position: relative;
    overflow: visible !important;
    width: 100%;
    max-width: 320px;
    margin-top: 126px;
  }
  .banner-title-container .banner-content-box {
    padding: 20px 24px 20px 24px;
    border-radius: 12px;
    overflow: visible !important;
    max-width: 320px;
    margin: 0 auto;
  }
  .banner-title-container .banner-content-box::before {
    width: 4px;
    height: 50%;
  }
  .banner-title-container .texto-banner {
    font-size: 22px;
  }
  .banner-title-container .flex-btn-titulo {
    margin-top: -18px !important;
    position: relative;
    z-index: 10;
    display: flex !important;
    justify-content: center !important;
    width: 252px;
  }
  .banner-title-container .flex-btn-titulo .btn-green-custom {
    font-size: 17px;
    padding: 4px 28px !important;
    display: inline-block;
  }

  .banner.quemsomos {
    /* Remover margin-top negativo no mobile */
    margin-top: 0px;
    background-image: url(../images/banner-quemsomos-mobile.png);
    background-position: center top;
  }
  .banner.quemsomos .legenda .row {
    margin-top: 21%;
    margin-left: -6px;
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .banner.quemsomos .legenda .row .col-9 {
    text-align: left;
  }

  .banner.quemsomos2 {
    /* Remover margin-top negativo no mobile */
    /* margin-top: 0px; */
    background-image: url(../images/banner-quemsomos-mobile02.png);
    /* background-position: center top; */
  }

  #descricao-produto.quemsomos {
    background-size: auto 127px !important;
    background-position: -35px calc(100% + 20px), calc(100% + 75px) -57px !important;
  }
  #descricao-produto.quemsomos .container {
    padding: 0rem 1.5rem;
  }
  #descricao-produto.quemsomos .container .text-justify {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  #descricao-produto.quemsomos .container .lista-itens {
    flex-wrap: nowrap;
  }
  #descricao-produto.quemsomos .container .lista-itens .item {
    margin-bottom: 1.5rem;
    margin-right: -16px;
    /* Quando o item está ativo (clicado) */
  }
  #descricao-produto.quemsomos .container .lista-itens .item .descricao {
    margin: 0 0px;
    width: 100%;
    height: auto;
  }
  #descricao-produto.quemsomos .container .lista-itens .item .descricao > div {
    display: flex;
    align-items: flex-start;
  }
  #descricao-produto.quemsomos .container .lista-itens .item .descricao > div img {
    display: block;
    margin: 0;
    max-width: 90%;
    height: auto;
    flex-shrink: 0;
  }
  #descricao-produto.quemsomos .container .lista-itens .item .descricao > div .titulo {
    font-size: 0.9rem;
    line-height: 1.4;
    display: none;
  }
  #descricao-produto.quemsomos .container .lista-itens .item .descricao > div .titulo .bold {
    font-weight: bold;
    color: #AAE85B;
  }
  #descricao-produto.quemsomos .container .lista-itens .item.active .descricao > div img {
    display: none;
  }
  #descricao-produto.quemsomos .container .lista-itens .item.active .descricao > div .titulo {
    display: block;
    margin-left: 0;
    max-width: 140px;
    padding-right: 20px;
  }

  #diferenciais.quemsomos .lista-itens.instituicoes .item {
    text-align: center;
  }

  /* Segundo banner */
  .banner.quemsomos2 .legenda .row {
    margin-top: 15%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
  .banner.quemsomos2 .legenda .row .interno {
    margin-left: 55% !important;
  }
  .banner.quemsomos2 .legenda .row .titulo {
    font-size: 1.05rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  .banner.quemsomos2 .legenda .row .titulo p {
    font-weight: 500;
    text-wrap: auto;
    color: #aae85b;
  }
  .banner.quemsomos2 .legenda .row .titulo .texto {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-top: 1rem;
    white-space: normal;
    max-width: 280px;
  }
  .banner.quemsomos2 .legenda .titulo {
    padding: 12px !important;
    max-width: 180px;
    font-size: 1.05rem !important;
  }
  .banner.quemsomos2 .legenda .titulo .texto {
    font-size: 0.9rem !important;
  }

  /* Seção diferenciais com logos dos bancos */
  #diferenciais.quemsomos {
    overflow: visible;
  }
  #diferenciais.quemsomos .container {
    padding: 2rem 1.5rem;
    padding-top: 0px;
    margin-top: -24px;
    overflow: visible;
  }
  #diferenciais.quemsomos .container h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 10px;
  }
  #diferenciais.quemsomos .container h3 .bold {
    color: #AAE85B;
    font-weight: bold;
  }
  #diferenciais.quemsomos .container .lista-itens.instituicoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    overflow: visible;
  }
  #diferenciais.quemsomos .container .lista-itens.instituicoes .item {
    margin: 0 1.5rem;
    margin-left: 12px;
    overflow: visible;
  }
  #diferenciais.quemsomos .container .lista-itens.instituicoes .item img {
    height: auto;
    filter: grayscale(0);
    transition: all 0.3s ease;
  }
  #diferenciais.quemsomos .container .lista-itens.instituicoes .item img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
  }

  .icones.flex-wrap.instituicoes img {
    max-width: 80px !important;
    height: auto !important;
  }
  .icones.flex-wrap.instituicoes img.inter-branco {
    max-width: 60px !important;
  }
  .icones.flex-wrap.instituicoes img.itau-branco {
    width: 36px;
  }
  .icones.flex-wrap.instituicoes a {
    margin-right: 0.5rem !important;
  }
}
/* Tablet adjustments for Quem Somos */
@media (min-width: 768px) and (max-width: 991px) {
  .banner.quemsomos .legenda .row {
    margin-top: 20%;
    text-align: center;
  }

  .banner.quemsomos2 .legenda .row {
    margin-top: 18%;
  }

  #diferenciais.quemsomos .lista-itens.instituicoes .item img {
    max-width: 165px;
  }
}
/* Desktop adjustments for Quem Somos */
@media (min-width: 992px) {
  .banner.quemsomos .legenda .row {
    margin-top: 15%;
    text-align: center;
  }

  .banner.quemsomos2 .legenda .row {
    margin-top: 6%;
  }

  #descricao-produto.quemsomos .lista-itens .item .descricao > div .titulo {
    font-size: 1.1rem;
  }

  #diferenciais.quemsomos .lista-itens.instituicoes .item img {
    max-width: 185px;
    padding-left: 11px;
    padding-bottom: 10px;
  }
  #diferenciais.quemsomos .lista-itens.instituicoes .item img:hover {
    transform: scale(1.05);
  }
}