@charset "UTF-8";
/* CSS específico para a página Home */
/* Banner Parceiro */
.banner-parceiro {
  margin-top: 40px;
}
.banner-parceiro a {
  cursor: pointer;
  display: block;
}

/* Banner title styles */
.banner-title-container .banner-3d-wrapper {
  position: relative;
  display: inline-block;
}
.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: 18px 60px 56px 60px;
  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;
}
.banner-title-container .texto-banner .text-light {
  font-weight: 300;
}
.banner-title-container .texto-banner .text-bold {
  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 home banner */
@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;
    max-width: 320px;
    margin-top: 170px;
  }
  .banner-title-container .banner-3d-wrapper .banner-content-box {
    padding: 14px 24px 40px 24px;
    border-radius: 12px;
    overflow: visible !important;
    max-width: 320px;
    margin: 0 auto;
  }
  .banner-title-container .banner-3d-wrapper .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;
  }

  .texto-banner {
    margin-left: 4px;
    font-size: 18px;
  }

  .banner.home .legenda .row {
    margin-top: 21%;
    margin-left: -6px;
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    /* Ajustes específicos do texto no banner da home */
  }
  .banner.home .legenda .row .flex-btn-titulo {
    justify-content: flex-start;
    margin-top: 1.2rem;
    /* Botão com largura máxima para quebrar o texto em 2 linhas */
  }
  .banner.home .legenda .row .flex-btn-titulo .btn-blue {
    width: 160px;
    text-align: center;
    line-height: 1.3;
    white-space: normal;
    word-wrap: break-word;
  }
  .banner.home .legenda .row .col-9 {
    text-align: left;
  }

  /* Layout específico da seção portfolio no mobile */
  #portfolio {
    display: flex;
    flex-direction: row;
    height: 300px;
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-size: auto 300px !important;
    background-position: -142px top, 100% bottom !important;
    /* Lado direito com o texto (50%) */
  }
  #portfolio .portfolio-container {
    display: flex;
    width: 100%;
    height: 100%;
    /* Lado esquerdo com a imagem (50%) */
    /* Sobrescrever regras conflitantes do CSS global */
  }
  #portfolio .portfolio-container::before {
    content: "";
    flex: 1;
    width: 50%;
    background-image: url("../images/bg-portolio-mobile.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
  }
  #portfolio .portfolio-container .portfolio-legenda {
    font-size: 0.9rem !important;
    text-shadow: none !important;
    margin-right: 0 !important;
  }
  #portfolio .portfolio-container .portfolio-legenda .text-white {
    font-size: 0.9rem !important;
  }
  #portfolio .portfolio-legenda {
    flex: 1;
    width: 50%;
    height: 100%;
    background-color: #0F2A2C;
    color: white;
    padding: 1.5rem 0.8rem 1.5rem 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    box-sizing: border-box;
    margin-left: 0;
  }
  #portfolio .portfolio-legenda .text-green {
    color: #AAE85B !important;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  #portfolio .portfolio-legenda .text-white {
    color: white !important;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  /* Ajuste do título da seção diferenciais no mobile */
  #diferenciais .titulo {
    margin-top: 36px;
  }

  /* Slider arrows - ocultar no mobile */
  #produtos .slider-arrow {
    display: none !important;
  }

  /* Diminuir ícones das instituições no mobile */
  .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 home banner */
@media (min-width: 768px) and (max-width: 991px) {
  .banner.home .legenda .row {
    margin-top: 15%;
    text-align: center;
    padding-left: 0;
  }
  .banner.home .legenda .row .flex-btn-titulo {
    justify-content: center;
  }

  /* Mostrar slider arrows no tablet */
  #produtos .slider-arrow {
    display: block !important;
  }
}
/* Desktop adjustments for home banner */
@media (min-width: 992px) {
  .banner.home .legenda .row {
    margin-top: 12%;
    margin-left: 8%;
    text-align: center;
  }
  .banner.home .legenda .row .flex-btn-titulo {
    justify-content: center;
  }

  /* Mostrar slider arrows no desktop */
  #produtos .slider-arrow {
    display: block !important;
  }
}