/* Força o header a virar fixed, ignorando o problema do container */
.sticky-top {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}
  @media(min-width:992px){
    body {
    padding-top: 140px !important; /* Ajuste a altura de acordo com o tamanho do seu cabeçalho */
}
  }

/* Cor azul idêntica à do print */
.text-primary-custom {
    color: #0033a0 !important;
}
.bg-primary-custom {
    background-color: #0033a0 !important;
}

/* Círculos com a borda sutil cinza */
.step-circle {
    width: 120px;
    height: 120px;
    border: 1px solid #e2e8f0;
    border-color: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.step-circle img {
    width: auto;
    max-height: 72px;
    object-fit: contain;
}

/* Box de destaque inferior */
.info-box-custom {
    background-color: #f1f5f9; /* Tom de azul bem claro/cinza de fundo */
}










/* Escopo da Seção Geração Distribuída */
.gd-section-wrapper .gd-title {
    color: #002575; /* Tom azul escuro dos títulos */
    font-size: 24px;
}

.gd-section-wrapper .gd-text-blue {
    color: #0033a0; /* Azul destacado dos textos e ícones */
}

.gd-section-wrapper .gd-desc {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.5;
}

/* Box Informativo da Esquerda */
.gd-section-wrapper .gd-info-box {
    background-color: #f3f7ff;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.gd-section-wrapper .gd-icon-box {
    width: 52px;
    height: auto;
}

/* Box de Vantagens */
.gd-section-wrapper .gd-advantages-box {
    border-color: #e2e8f0 !important;
    background-color: #ffffff;
}

.gd-section-wrapper .gd-check-icon {
    width: 22px;
    height: auto;
    margin-top: 2px;
}

/* Box de Simulação */
.gd-section-wrapper .gd-simulation-box {
    background-color: #f3f7ff;
}

.gd-section-wrapper .gd-simulation-content {
    z-index: 2;
}

/* Setinhas azuis customizadas do box */
.gd-section-wrapper .gd-blue-arrow {
    color: #0033a0;
    font-weight: bold;
}

/* Camada de transição/fade por cima da imagem da usina */
.gd-section-wrapper .gd-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f7ff 0%, rgba(243, 247, 255, 0.8) 20%, transparent 100%);
    z-index: 1;
}

/* Ajustes responsivos adicionais */
@media (max-width: 575.98px) {
    .gd-section-wrapper .gd-simulation-box {
        background: #f3f7ff;
    }
}

















/* Escopo da Seção Qual Solução Ideal */
.qs-section-wrapper .qs-main-title {
    color: #002575;
    font-size: 24px;
}

.qs-section-wrapper .qs-subtitle {
    color: #334155;
    font-size: 15px;
}

/* Estrutura da Tabela */
.qs-section-wrapper .qs-compare-table {
    border-color: #e2e8f0 !important;
    background-color: #ffffff;
}

.qs-section-wrapper .qs-table-header {
    background-color: #0033a0;
    font-size: 16px;
}

.qs-section-wrapper .qs-table-row {
    background-color: #ffffff;
}

.qs-section-wrapper .qs-table-row:nth-child(even) {
    background-color: #fafafa; 
}

.qs-section-wrapper .qs-table-row .border-end {
    border-color: #e2e8f0 !important;
}

.qs-section-wrapper .border-bottom {
    border-color: #e2e8f0 !important;
}

/* Ícones das Linhas */
.qs-section-wrapper .qs-row-icon {
    width: auto;
    height: 40px;
}

/* Textos internos da tabela */
.qs-section-wrapper .qs-row-text {
    color: #334155;
    font-size: 14px;
    line-height: 1.4;
}

.qs-section-wrapper .qs-row-text-title {
    font-size: 14px;
}

.qs-section-wrapper .qs-row-desc {
    color: #64748b;
    font-size: 13px;
    line-height: 1.4;
}

/* Responsividade fina para telas Mobile */
@media (max-width: 767.98px) {
    .qs-section-wrapper .qs-table-header {
        font-size: 14px;
        line-height: 1.3;
    }
    .qs-section-wrapper .qs-row-icon {
        width: 24px;
    }
    .qs-section-wrapper .qs-row-text,
    .qs-section-wrapper .qs-row-text-title {
        font-size: 13px;
    }
    .qs-section-wrapper .qs-row-desc {
        font-size: 12px;
    }
}

















/* Escopo do FAQ */
.faq-section-wrapper .faq-main-title {
    color: #0033a0;
    font-size: 24px;
}

.faq-section-wrapper .faq-title-line {
    width: 40px;
    height: 3px;
    background-color: #0033a0;
}

/* Customização dos itens do Accordion - Apenas borda inferior cinza fina */
.faq-section-wrapper .faq-item {
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important; /* Linha fina e cinza */
    background-color: transparent !important;
}

.faq-section-wrapper .faq-btn {
    padding: 1.25rem 0;
    font-size: 15px;
    font-weight: 500;
    color: #1a202c;
    background-color: transparent !important;
    box-shadow: none !important; /* Remove qualquer sombra padrão do Bootstrap */
    border: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

/* O sinal de + azul */
.faq-section-wrapper .faq-icon {
    color: #0033a0;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.2s ease;
    display: inline-block;
}

/* Remove a setinha padrão da biblioteca */
.faq-section-wrapper .faq-btn::after {
    display: none !important;
}

/* Ajuste do texto da resposta */
.faq-section-wrapper .faq-body {
    padding: 0 0 1.25rem 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568 !important;
}




.accordion-item, .faq-section-wrapper .faq-item{
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0px !important;
}
