/**
 * Page: Pix Automático (pg-solucoes-pix-automatico.php)
 */

/* Seção sobre: bg-image posicionada absolutamente */
#sobre-pix-automatico {
    position: relative;
    min-height: 580px;
}

#sobre-pix-automatico .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 768px) {
    #sobre-pix-automatico {
        padding-bottom: 30rem !important;
        padding-top: 0 !important;
    }
}

/* Botão de tab selecionado (benefícios) */
.botao-selecionado p {
    font-weight: bold !important;
    text-decoration: underline !important;
}

/* Fake form oculto */
.fakeForm {
    display: none !important;
}
