@charset "UTF-8";
/* CSS específico para a página Empréstimo com Garantia */
/* Estilos desktop para banner emprestimo2 */
.passos-m {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.banner.emprestimo2 .titulo-emprestimo2 {
  text-align: left;
}
.banner.emprestimo2 .titulo-emprestimo2 .titulo-principal {
  font-size: 32px;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
.banner.emprestimo2 .titulo-emprestimo2 .titulo-principal .text-white {
  color: white;
}
.banner.emprestimo2 .titulo-emprestimo2 .titulo-principal .text-green-bold {
  color: #AAE85B;
  font-weight: bold;
}
.banner.emprestimo2 .titulo-emprestimo2 .caixa-texto {
  background-color: rgba(36, 84, 88, 0.9);
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 20px;
  color: white;
  line-height: 1.3;
  max-width: 480px;
}
.banner.emprestimo2 .titulo-emprestimo2 .caixa-texto .text-green {
  color: #AAE85B;
}
.banner.emprestimo2 .legenda .row {
  margin-top: 8%;
  justify-content: flex-end;
  padding-right: 8%;
}

/* Banner title styles */
.banner-title-container .banner-3d-wrapper {
  position: relative;
  display: inline-block;
  max-width: 440px;
  margin-top: 30px;
}
.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 56px 56px 56px;
  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 Empréstimo com Garantia */
@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: 260px;
    margin-top: 120px;
  }
  .banner-title-container .banner-3d-wrapper .banner-content-box {
    padding: 10px 20px 32px 20px;
    border-radius: 12px;
    overflow: visible !important;
    max-width: 260px;
    margin: 0 auto;
  }
  .banner-title-container .banner-3d-wrapper .banner-content-box::before {
    width: 4px;
    height: 50%;
  }
  .banner-title-container .texto-banner {
    font-size: 19px;
    text-align: center;
  }
  .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.emprestimo {
    background-image: url(../images/banner-emprestimo-mobile.jpg) !important;
  }
  .banner.emprestimo .legenda .row {
    margin-top: 35%;
    margin-left: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .banner.emprestimo2 {
    background-image: url(../images/banner-emprestimo-mobile2.png);
    background-position-x: 0%;
    height: 385px;
  }
  .banner.emprestimo2 .titulo-container {
    margin-right: 36px !important;
  }
  .banner.emprestimo2 .titulo-emprestimo2 .titulo-principal {
    font-size: 22px;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .banner.emprestimo2 .titulo-emprestimo2 .titulo-principal .text-white-italic {
    color: white;
  }
  .banner.emprestimo2 .titulo-emprestimo2 .titulo-principal .text-green-italic {
    color: #AAE85B;
  }
  .banner.emprestimo2 .titulo-emprestimo2 .caixa-texto {
    background-color: rgba(36, 84, 88, 0.9);
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 14px;
    color: white;
    line-height: 1.5;
    max-width: 280px;
  }
  .banner.emprestimo2 .titulo-emprestimo2 .caixa-texto .text-green {
    color: #AAE85B;
  }
  .banner.emprestimo2 .legenda .row {
    margin-top: 15% !important;
    margin-right: -5%;
  }
  .banner.emprestimo2 .legenda .row .btn-light-blue {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 6px !important;
  }

  .banner .legenda .row {
    margin-top: 6%;
    margin-left: 0px;
  }
  .banner .legenda .row .titulo {
    background-color: #0f2a2c;
    padding-top: 6px !important;
    padding-bottom: 6px;
    text-align: center !important;
    max-width: 340px;
    font-size: 20px;
  }
  .banner .legenda .row .titulo .texto {
    text-align: left !important;
    font-size: 16px !important;
  }
  .banner .legenda .row .titulo .texto.texto2 {
    font-size: 14px !important;
  }

  #descricao-produto.emprestimo {
    background-size: auto 129px !important;
    background-position: -28px calc(100% + 40px), calc(100% + 27px) -19px !important;
  }
  #descricao-produto.emprestimo .container h3 {
    font-size: 18px;
  }
  #descricao-produto.emprestimo .container .subtitle-emprestimo {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
  }

  /* Ajustes para a seção lista-itens */
  .lista-itens {
    flex-wrap: nowrap;
  }
  .lista-itens .item {
    margin-right: -16px;
  }
  .lista-itens .item .descricao {
    margin: 0 0px;
    width: 100%;
    height: auto;
  }
  .lista-itens .item .descricao > div {
    display: flex;
    align-items: flex-start;
  }
  .lista-itens .item .descricao > div img {
    display: block;
    margin: 0;
    max-width: 90%;
    height: auto;
    flex-shrink: 0;
  }

  /* Ajustes para a seção passos-emprestimo */
  #passos-emprestimo h3 {
    margin-top: 0px;
    margin-left: 13%;
  }
  #passos-emprestimo .container {
    padding: 2rem 1.5rem;
  }
  #passos-emprestimo.only-m .seta {
    background-image: url(../images/bg-passos-emprestimo.png);
    transform: rotate(90deg);
    width: 54px;
    height: 265px;
    background-size: 51px 167px;
    background-repeat: no-repeat;
    margin-top: -102px;
    /*margin-left: 30%;*/
  }
  #passos-emprestimo .passo-m {
    text-align: center;
    height: 216px;
  }
  #passos-emprestimo .passo-m .numero {
    font-size: 28px;
    color: #0f2a2c;
    margin-left: -18px;
  }
  #passos-emprestimo .passo-m .titulo {
    font-size: 24px;
    color: #0f2a2c;
    font-weight: 600;
    width: 150px;
    text-align: center;
    /*margin-left: 30%;*/
  }
  #passos-emprestimo .passo-m .texto {
    font-size: 16px;
    color: #0f2a2c;
    margin-top: 8px;
    width: 169px;
    text-align: center;
    /*margin-left: 30%;*/
  }

  /* Seção ícones das instituições */
  .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;
  }
}
#descricao-produto.emprestimo .container {
  text-align: center;
}

/* Large screens adjustment */
@media (min-width: 1600px) {
  .banner-title-container .banner-3d-wrapper {
    margin-top: 60px;
  }
}