.elementor-1527 .elementor-element.elementor-element-bedf0f4{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-1527:not(.elementor-motion-effects-element-type-background), body.elementor-page-1527 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-f567440 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Syne:wght@600&display=swap');

.painel-financeiro {
  margin-left: 260px;
  padding: 40px;
  background: transparent;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.painel-financeiro h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Cards Financeiros */
.painel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.card {
  background: #1b1b1b;
  padding: 30px;
  border-radius: 14px;
  color: white;
  flex: 1 1 280px;
  min-height: 160px;
  box-shadow: 0 0 8px #00000020;
  display: flex;
  flex-direction: column;
  flex-start
}

.card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.card p {
  font-size: 28px;
  font-weight: bold;
  color: #b9e901;
  margin-top: 10px;
}

/* Extrato Financeiro */
.extrato {
  background: #1b1b1b;
  border-radius: 14px;
  padding: 30px;
  color: white;
  box-shadow: 0 0 8px #00000020;
}

.extrato h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

.extrato-tabela {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.extrato-cabecalho,
.extrato-linha {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr; /* agora com Taxa */
  padding: 10px;
  border-radius: 5px;
}

.extrato-cabecalho {
  background: #2c2c2c;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
 
}

.extrato-linha {
  background: #1f1f1f;
  border-left: 3px solid #b9e901;
  transition: background 0.2s;
}

.extrato-linha:hover {
  background: #2a2a2a;
}

.titulo-boasvindas{
        font-family: 'Syne';
            margin-bottom: 35px;
}

.titulo-boasvindas span {
    color: #b9e901;
}


      .botao {
        background: #b9e901;
        color: #1b1b1b !important;
        padding: 12px 20px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        width: fit-content;
        margin-top: 20px;
        transition: background 0.3s;
      }

      .botao:hover {
        background: #d3ff00;
         color: #1b1b1b !important;
      }/* End custom CSS */