.elementor-2090 .elementor-element.elementor-element-18c3573{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2090 .elementor-element.elementor-element-8cd8ea9 .elementor-button{background-color:#E9128A;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;border-radius:30px 30px 30px 30px;padding:16px 32px 16px 32px;}.elementor-2090 .elementor-element.elementor-element-8cd8ea9 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2090 .elementor-element.elementor-element-55bd09b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2090 .elementor-element.elementor-element-55bd09b{text-align:start;}.elementor-2090 .elementor-element.elementor-element-55bd09b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:700;line-height:36px;color:#621313;}.elementor-2090 .elementor-element.elementor-element-c93c46a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2090 .elementor-element.elementor-element-c93c46a{text-align:start;}.elementor-2090 .elementor-element.elementor-element-c93c46a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;line-height:22px;color:#621313;}@media(max-width:767px){.elementor-2090 .elementor-element.elementor-element-55bd09b > .elementor-widget-container{margin:-10px 0px 15px 0px;padding:0px 0px 0px 0px;}.elementor-2090 .elementor-element.elementor-element-55bd09b{text-align:center;}.elementor-2090 .elementor-element.elementor-element-55bd09b .elementor-heading-title{font-size:28px;line-height:32px;}.elementor-2090 .elementor-element.elementor-element-c93c46a > .elementor-widget-container{margin:-10px 0px 15px 0px;padding:0px 0px 0px 0px;}.elementor-2090 .elementor-element.elementor-element-c93c46a{text-align:center;}.elementor-2090 .elementor-element.elementor-element-c93c46a .elementor-heading-title{font-size:28px;line-height:32px;}}/* Start custom CSS for button, class: .elementor-element-8cd8ea9 */#meu-botao {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
  transition: transform 0.3s ease;
  background-size: 200% auto;
  background-image: linear-gradient(45deg, #621313 , #ffa7a7, #621313 );
  animation: animacaoGradiente 3s ease infinite;
}

#meu-botao:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

@keyframes animacaoGradiente {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-183b2f2 *//* WRAPPER GERAL */
.pc-financeiro-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* CARD PRINCIPAL */
.pc-financeiro-card {
    background: #FBECEF;
    border: 1px solid #E8BCC8;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(123, 30, 53, 0.08);
}

/* TÍTULO DO CURSO */
.pc-financeiro-titulo {
    font-size: 24px;
    font-weight: 700;
    color: #6B1830;
    margin-bottom: 15px;
}

/* TEXTOS */
.pc-financeiro-card p {
    font-size: 16px;
    color: #7B4A58;
    margin: 6px 0;
}

/* STATUS */
.pc-status-pago {
    color: #2E8B57;
    font-weight: 600;
}

.pc-status-pendente {
    color: #B23A5B;
    font-weight: 600;
}

/* BOTÃO */
.pc-financeiro-botao-wrap {
    margin-top: 20px;
}

.pc-financeiro-botao {
    display: inline-block;
    background: #7B1E35;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pc-financeiro-botao:hover {
    background: #5E1228;
    transform: translateY(-2px);
}

/* HISTÓRICO */
.pc-financeiro-historico {
    margin-top: 25px;
}

.pc-financeiro-historico h4 {
    font-size: 20px;
    color: #6B1830;
    margin-bottom: 10px;
}

/* LISTA */
.pc-financeiro-historico-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E8BCC8;
}

/* ITEM DO HISTÓRICO */
.pc-financeiro-historico-lista li {
    padding: 15px 20px;
    background: #FBECEF;
    border-bottom: 1px solid #E9C9D2;
    font-size: 15px;
    color: #6B1830;
}

/* REMOVE BORDA DO ÚLTIMO */
.pc-financeiro-historico-lista li:last-child {
    border-bottom: none;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .pc-financeiro-card {
        padding: 20px;
    }

    .pc-financeiro-titulo {
        font-size: 20px;
    }

    .pc-financeiro-botao {
        width: 100%;
        text-align: center;
    }
}

.pc-financeiro-linha {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.pc-financeiro-linha p {
    margin: 0;
    font-size: 16px;
    color: #7B4A58;
}

@media (max-width: 600px) {
    .pc-financeiro-linha {
        flex-direction: column;
        gap: 5px;
    }
}/* End custom CSS */