/* Reset / base */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: "Roobert 55 Roman", "Roobert", system-ui, -apple-system, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background-color: #fff;
    margin: 0;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Dissuasão anti-cópia (não é segurança real; campos do formulário continuam normais) */
.site-anti-copy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.site-anti-copy input,
.site-anti-copy textarea,
.site-anti-copy select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
}

.site-anti-copy img {
    -webkit-user-drag: none;
    user-select: none;
}

/* Preenche a viewport: hero cresce, rodapé fica colado embaixo */
.page-fill {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
}

#ctl05 {
    display: block;
    min-height: 100vh;
    min-height: 100dvh;
}

/* Campos ocultos do WebForms não devem ocupar espaço se o CSS do ASP.NET não carregar */
.aspNetHidden {
    display: none !important;
}

/* Banner — igual ao CSS que você mandou; flex:1 estica até o rodapé */
.banner {
    font-family: "Roobert", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
        Arial, sans-serif;
    padding-top: 158px;
    padding-bottom: 45px;
    box-sizing: border-box;
    background-color: #008c5a;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    color: #fff;
    width: 100%;
}

.banner-corporativo {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url("img/bg_equatorial.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

/* Layout como na página de referência */
.banner .equatorial-logo {
    position: absolute;
    top: 32px;
    left: 40px;
    z-index: 2;
    line-height: 0;
}

.banner .equatorial-logo img {
    display: block;
    height: auto;
    max-height: 48px;
    width: auto;
}

.banner .breadcrumb:empty {
    display: none;
}

.banner .title.banner-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    margin: 0.75rem auto 2.5rem;
    padding: 0 1rem;
    letter-spacing: -0.02em;
}

.banner .subtitle.hidden {
    display: none;
}

.banner .form.container-fluid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.banner .formulario-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem 1.25rem;
}

.banner .formulario-content > .d-flex.gap-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem 1.25rem;
}

.banner .DivLabel {
    margin-bottom: 6px;
}

.banner .DivLabel .label {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    display: block;
}

.banner .DivText .banner-input,
.banner input.banner-input {
    min-width: 200px;
    width: 100%;
    max-width: 280px;
    padding: 12px 14px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
}

.banner .button-banner {
    padding-bottom: 2px;
}

.banner .button-banner .button {
    appearance: none;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    padding: 12px 2.25rem;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background-color: #008c5a;
    min-height: 46px;
    line-height: 1.2;
    transition: background-color 0.15s ease, filter 0.15s ease;
}

.banner .button-banner .button:hover {
    filter: brightness(1.08);
}

.banner .button-banner .button:active {
    filter: brightness(0.95);
}

@media (max-width: 767px) {
    .banner {
        padding-top: 128px;
        padding-bottom: 40px;
    }

    .banner .equatorial-logo {
        left: 1rem;
        top: 24px;
    }

    .banner .equatorial-logo img {
        max-height: 40px;
    }

    .banner .title.banner-title {
        margin-bottom: 1.75rem;
    }
}

/* Rodapé (azul + branco), abaixo do banner */
.site-footer {
    background: #003b7a;
    color: #fff;
    padding: 1.75rem 1.25rem 2rem;
    flex-shrink: 0;
    width: 100%;
}

.site-footer__inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1.25rem;
}

.site-footer__links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
}

.site-footer__links a:hover {
    text-decoration: underline;
    opacity: 0.92;
}

.site-footer__bottom {
    font-size: 0.8125rem;
    opacity: 0.95;
}

.site-footer__bottom a {
    color: #fff;
    text-decoration: none;
}

.site-footer__bottom a:hover {
    text-decoration: underline;
}

.site-footer__sep {
    margin: 0 0.35rem;
    opacity: 0.7;
}

@media (max-width: 600px) {
    .site-footer__links {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Modal ASP.NET: não aparecer no fluxo sem Bootstrap */
#dialogo.modal {
    display: none !important;
}

#dialogo.modal.show,
#dialogo.modal.in {
    display: block !important;
}
