html.bp-public-loading-v5696ib,
html.bp-public-loading-v5696ib body {
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #011426 !important;
}

html.bp-public-loading-v5696ib body #app {
    position: relative !important;
    min-height: calc(100vh - 96px) !important;
    background: linear-gradient(145deg,#011426 0%,#052540 58%,#0e3c6d 100%) !important;
}

html.bp-public-loading-v5696ib body #app::before {
    content: "" !important;
    position: absolute !important;
    top: 66px !important;
    left: 50% !important;
    z-index: 5 !important;
    width: 38px !important;
    height: 38px !important;
    margin-left: -19px !important;
    border: 4px solid rgba(255,255,255,.16) !important;
    border-top-color: #21d394 !important;
    border-right-color: #128cff !important;
    border-radius: 50% !important;
    animation: bpSpinV5696ib .75s linear infinite !important;
}

html.bp-public-loading-v5696ib body #app::after {
    content: "Carregando..." !important;
    position: absolute !important;
    top: 118px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 5 !important;
    color: rgba(225,242,255,.78) !important;
    -webkit-text-fill-color: rgba(225,242,255,.78) !important;
    font: 750 13px/1.2 Inter,Arial,sans-serif !important;
    text-align: center !important;
}

@keyframes bpSpinV5696ib {
    to { transform: rotate(360deg); }
}

html.bp-route-contato-v5696ib body #app .bp-contact-clean,
html.bp-route-contato-v5696ib body #app main,
html.bp-route-contato-v5696ib body #app section {
    margin-top: 0 !important;
}

html.bp-route-contato-v5696ib body #app .bp-contact-clean {
    padding-top: 0 !important;
}

html.bp-route-contato-v5696ib body #app .bp-contact-clean-header,
html.bp-route-contato-v5696ib body #app .bp-contact-clean-hero,
html.bp-route-contato-v5696ib body #app [class*="contact"][class*="hero"],
html.bp-route-contato-v5696ib body #app .landing-section.route-page {
    min-height: 0 !important;
    margin-top: 0 !important;
    padding-top: 32px !important;
    padding-bottom: 28px !important;
}

html.bp-route-contato-v5696ib body #app .bp-contact-clean h1,
html.bp-route-contato-v5696ib body #app [class*="contact"] h1 {
    margin-top: 8px !important;
}

@media (max-width: 900px) {
    html.bp-public-loading-v5696ib body #app {
        min-height: calc(100vh - 90px) !important;
    }

    html.bp-route-contato-v5696ib body #app .bp-contact-clean-header,
    html.bp-route-contato-v5696ib body #app .bp-contact-clean-hero,
    html.bp-route-contato-v5696ib body #app [class*="contact"][class*="hero"],
    html.bp-route-contato-v5696ib body #app .landing-section.route-page {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }
}
