@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");

h1,
h2 {
  color: #0b294f;
  font-weight: 700;
}

.navbar,
.container {
  overflow: hidden;
}

.navbar-brand img {
  max-height: 75px;
  transition: transform 0.5s ease;
}

.font-titulo {
  font-family: "Alatsi";
}

.font-titulo-novo {
  font-family: "Great Vibes";
  font-size: 1.4rem;
}

.font-link {
  font-family: "Alexandria";
}

.font-texto {
  font-family: "Alexandria";
}

.titulo-primeira-secao {
  font-size: 40px;
}

.wave-invert img {
  transform: scaleX(-1) scaleY(-1);
}

.titulo-terceira-secao {
  font-size: 30px;
}

.titulo-secao-baixe-app {
  font-size: 25px;
}

.texto-primeira-secao {
  font-size: 20px;
}

.tamanho-icone-botao {
  font-size: 20px;
}

.btn {
  text-decoration: none;
}

.navbar-brand img:hover {
  transform: scale(1.1);
}

.navbar-nav .nav-link {
  transition: color 0.5s ease, transform 0.5s ease;
}

.navbar-nav .nav-link:hover {
  transform: scale(1.1);
  font-weight: bold;
  color: #18d3c0;
}

.botao-navbar {
  transition: color 0.5s ease, transform 0.5s ease;
  background: var(--bs-primary);
  color: var(--bs-light);
}

.botao-navbar-cliente {
  transition: color 0.5s ease, transform 0.5s ease;
  background: var(--bs-primary);
  color: var(--bs-light);
}

.botao-navbar:hover {
  color: var(--bs-light);
  background: #0b294f;
}

.botao-navbar-cliente:hover {
  color: var(--bs-light);
  background: #18d3c0;
}

.container-fluid {
  padding: 12px;
}

.top-divider {
  opacity: 0.3;
}

.Section-slider {
  min-height: 90vh;
}

.aba_nav_bar_principal {
  margin-top: 58px;
}

@media (min-width: 861px) {
  .aba_nav_bar_principal {
    position: sticky;
    top: 58px; /* Ajuste para que fique logo abaixo da primeira barra */
    width: 100%;
    z-index: 1010;
  }
}

.aba_nav_bar {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0b294f;
}

.aba_nav_bar a {
  font-size: 17px;
}
@media (max-width: 1024px) {
  .aba_nav_bar a {
    font-size: 12px;
  }
}

@media (max-width: 860px) {
  .aba_nav_bar {
    display: none;
  }
  .aba_nav_bar_principal {
    margin-top: 0px;
  }
}

/* BANNER */

/* Estilo do container do Swiper */
.swiper-container {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

/* Estilo de cada slide */
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Estilo do conteúdo do banner */
.banner-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10vw;
}

/* Texto do banner */
.banner-texto {
  color: white;
  text-align: left;
  /* Alinha o texto à esquerda */
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

/* Imagem de fundo */
.banner-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  /* Coloca a imagem atrás do texto */
}

.banner-texto p {
  font-size: 1.5em;
  text-align: start;
}

.banner-texto h1 {
  color: white;
  font-size: 46px;
  margin: 0px;
  text-align: start;
  display: table-cell;
  vertical-align: middle;
}

.item-banner-texto {
  padding-bottom: 25px;
}

.banner-texto .btn {
  background-color: transparent;
  /* Cor de fundo do botão */
  color: white;
  /* Cor do texto */
  border: 2px solid #18d3c0;
  /* Cor da borda */
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 50px;
  /* Botão arredondado */
  transition: all 0.3s ease-in-out;
}

.banner-texto .btn:hover {
  background-color: #18d3c0;
  /* Cor de fundo transparente ao passar o mouse */
  /* Cor do texto ao passar o mouse */
  border-color: #18d3c0;
  /* Cor da borda ao passar o mouse */
}

.swiper-button-next,
.swiper-button-prev {
  color: #18d3c0 !important;
  /* Cor das setas de navegação */
}

.swiper-pagination-bullet {
  background-color: #18d3c0 !important;
  /* Cor das bolinhas de navegação */
}

.swiper-pagination-bullet-active {
  background-color: #18d3c0 !important;
  /* Cor da bolinha ativa */
}

@media (max-width: 578px) {
  .banner-texto h1 {
    font-size: 36px;
  }

  .banner-texto p {
    font-size: 1em;
  }
}

@media (max-width: 425px) {
  .banner-texto h1 {
    font-size: 28px;
  }

  .banner-texto p {
    font-size: 0.8em;
  }
}

@media (max-width: 375px) {
  .banner-texto p {
    font-size: 0.7em;
  }
}

.banner-section {
  margin-bottom: 150px;
  box-shadow: 0 50px 60px rgba(0, 0, 0, 0.15);
}

/* BANNER */

.img-home {
  border-radius: 25% 10%;
  transition: transform 0.5s ease-in-out;
  width: 90%;
  outline: solid 2px rgba(83, 195, 186, 0.7);
  outline-offset: 8px;
  margin: 20px;
}

.img-home:hover {
  transform: scale(1.05);
}

.secao-plataforma-inovadora {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}

.titulo-finanzas {
  padding-bottom: 90px;
}

.cor-diferente-titulo {
  color: #18d3c0;
}

.texto-secao-servico {
  font-weight: 600;
}

.secao-cards-servicos {
  padding: 40px 0px 40px 0px;
  background: radial-gradient(
    circle at top,
    rgba(83, 195, 186, 0.19) 50%,
    #53c3ba
  );
  box-shadow: 0 -45px 55px rgba(0, 0, 0, 0.15), 0 45px 55px rgba(0, 0, 0, 0.15);
  margin-bottom: 150px;
}

.bs-icon-sm.bs-icon-rounded.bs-icon-primary.bs-icon {
  background-color: #18d3c0;
}

.secao-mocap {
  margin-bottom: 150px;
}

.patterned-column {
  background-image: url("../../assets/img/FINANZAS%20HUB%20PNG.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20vw;
  min-height: 35vw;
}
.img-mockup {
  padding-left: 48vw;
  max-height: 450px;
}

.mackup-text {
  padding-left: 10vw;
  padding-right: 16vw;
}

.itens-mackup {
  margin-bottom: 30px;
}

.secao-paralax {
  box-shadow: 0 -50px 60px rgba(0, 0, 0, 0.15), 0 50px 60px rgba(0, 0, 0, 0.15);
  margin-bottom: 150px;
}

.container-fluid {
  max-width: 100%;
  overflow: hidden;
}

.fundo-footer {
  background: linear-gradient(
    to top,
    rgba(83, 195, 186, 0.53),
    rgba(0, 0, 0, 0)
  );
}

.img-baixe-app {
  width: 90%;
}

.logo-baixe-app {
  width: 70%;
}

.section-baixe-app {
  margin-bottom: 150px;
}

.icon-baixe-app {
  color: #18d3c0;
  margin: 0px 0px 0px 30px;
  font-size: 28px;
}

.titulo-baixe-app {
  padding-bottom: 15px;
}

.coluna-baixe-app {
  padding: 0px 25px 0px 25px;
}

.img-arco {
  width: 22px;
}

.botao-navbar {
  background-color: #18d3c0;
}

.botao-navbar-cliente {
  background-color: #0b294f;
}

.card-servico {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.5s ease;
  align-items: center;
}

.card-servico:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.link-card {
  margin-top: auto;
}

.card-servico-texo {
  margin: auto;
}

.bs-icon-sm.bs-icon-rounded.bs-icon-primary.bs-icon {
  width: 40px;
  height: 40px;
}

.titulo-card-servico {
  font-size: 22px;
}

.texto-card-servico {
  font-size: 14px;
}

.botao-card-servico {
  font-size: 12px;
  font-weight: 500;
}

.tamanho-icone-botao-servico {
  font-size: 13px;
}

.div-itens-paralax {
  max-width: 350px;
}

.div-icones-redes {
  text-align: left;
}

@media (max-width: 1024px) {
  .nav-link {
    font-size: 12px;
  }
  .botao-navbar {
    font-size: 12px;
  }
  .botao-navbar-cliente {
    font-size: 12px;
  }
  .mackup-text {
    padding-left: 14vw;
  }
}

@media (max-width: 540px) {
  .img-mockup {
    padding-left: 8vw;
  }
  .mackup-text {
    padding-top: 10vw;
  }
  .coluna-baixe-app {
    padding-top: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* svg arco footer*/

.dev__link,
.dev__arco {
  transition: all 0.3s;
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
  transition: all 0.3s;
}

.dev__link:hover .dev__arco,
.dev__link:hover .dev__logo svg {
  color: #f9a13f;
  filter: brightness(1);
}

/* Página Sobre */

.secao-banner {
  box-shadow: 0 50px 60px rgba(0, 0, 0, 0.15);
}

.banner {
  background: url("/assets/img/banner-sobre.png") no-repeat top center;
  background-size: cover;
  height: 90vh;
  margin-bottom: 150px;
  max-width: 100%;
  overflow: hidden;
}

.banner-text {
  position: absolute;
  top: 50%;
  /* Centraliza verticalmente */
  right: 3%;
  /* Posiciona o texto além dos 50% no lado direito */
  transform: translateY(-50%);
  color: white;
  max-width: 35%;
  /* Limita a largura máxima do texto */
  text-align: right;
  /* Alinha o texto à direita */
}

.secao-institucional-cards {
  margin-bottom: 150px;
  padding: 70px 0px;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  position: relative;
  box-shadow: 0 -45px 55px rgba(0, 0, 0, 0.15), 0 45px 55px rgba(0, 0, 0, 0.15);
}

.secao-institucional-cards::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #18d3c054;
}

.card-body {
  background-color: #18d3c0;
  border-radius: 15px;
  transition: 1s;
  height: 100%;
  z-index: 2;
}

.card-body:hover {
  transform: scale(1.085);
}

.custom-card {
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
}

.card-title {
  font-size: 24px;
  /* Define o tamanho padrão dos títulos */
  color: #0b294f;
  /* Define a cor azul clara */
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.card-text {
  color: #666666;
  /* Cor do texto um pouco mais clara */
  padding: 0 10px;
  /* Ajusta o espaçamento das bordas do texto */
  font-size: 16px;
}

.secao-abaixo-banner {
  margin-bottom: 150px;
}

.secao-fotos {
  margin-bottom: 150px !important;
}

.gallery-img-container {
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Efeito hover opcional para substituir o hvr-shrink se desejar */
.gallery-img:hover {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .banner-text {
    top: 20%;
  }
}

@media (max-width: 1024px) and (max-height: 600px) {
  .banner-text {
    top: 50%; /* Ajuste a posição da classe conforme desejado */
  }
}

@media (max-width: 820px) {
}

@media (max-width: 768px) {
}

@media (max-width: 540px) {
  .banner-text {
    top: 25%;
  }

  .banner-text h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  .banner-text h1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 344px) {
}

/* Página Serviços */

.secao-empresas-grupo {
  padding-bottom: 120px;
}
