:root {
    --aero-page-background: linear-gradient(135deg, #dfe5ea 0%, #c3ced9 52%, #9eb2c5 100%);
}

html,
body {
    background: var(--aero-page-background) !important;
    background-attachment: fixed !important;
}

.aeroconstrutor-header,
.aeroconstrutor-header * {
    box-sizing: border-box;
}

.aeroconstrutor-header {
    position: sticky;
    top: 0;
    z-index: 29;
    width: 100%;
    padding: 6px 20px 0;
    background: var(--aero-page-background);
    box-shadow: 0 4px 12px rgba(24, 33, 47, .08);
}

.aeroconstrutor-header__inner {
    width: min(100%, 1240px);
    min-height: 130px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(220px, 326px) minmax(0, 1fr);
    gap: 14px;
}

.aeroconstrutor-header__logo-box,
.aeroconstrutor-header__identity {
    min-width: 0;
    border-radius: 8px;
}

.aeroconstrutor-header__logo-box {
    border: 1px solid #d9e0e8;
    background: #9edcff url('ceu_nuvens.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.aeroconstrutor-header__logo-box img {
    width: min(100%, 142px);
    height: 112px;
    object-fit: contain;
}

.aeroconstrutor-header__identity {
    padding: 16px 18px;
    color: #18212f;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .38)),
        url('fundo.jpeg') center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.aeroconstrutor-header__headline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 7px;
}

.aeroconstrutor-header__headline strong {
    margin: 0;
    font: 700 28px/1.1 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

.aeroconstrutor-header__headline span {
    font: 400 14px/1.28 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

.aeroconstrutor-header__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 18px;
    width: 100%;
}

.aeroconstrutor-header__navigation-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.aeroconstrutor-header__navigation-group--right {
    margin-left: auto;
    justify-content: flex-end;
}

.aeroconstrutor-header__navigation a,
.aeroconstrutor-header__navigation button {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(24, 33, 47, .58);
    border-radius: 6px;
    background: rgba(255, 255, 255, .58);
    color: #18212f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 12px/1.1 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.aeroconstrutor-header__navigation a:hover,
.aeroconstrutor-header__navigation .is-current {
    border-color: #17644d;
    background: #1f7a5f;
    color: #fff;
}

.aeroconstrutor-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    min-height: 44px;
    border-top: 1px solid #d9e0e8;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -3px 12px rgba(24, 33, 47, .08);
}

.aeroconstrutor-footer__inner {
    width: min(calc(100% - 40px), 1240px);
    min-height: 44px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.aeroconstrutor-footer__cookies,
.aeroconstrutor-footer__cookie-actions {
    display: flex;
    align-items: center;
}

.aeroconstrutor-footer__cookies[hidden] {
    display: none !important;
}

.aeroconstrutor-footer__cookies {
    min-width: 0;
    gap: 10px;
    color: #5f6b7a;
    font: 400 11px/1.25 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

.aeroconstrutor-footer__cookie-actions {
    flex-shrink: 0;
    gap: 6px;
}

.aeroconstrutor-footer__cookie-actions button {
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #aeb8c3;
    border-radius: 5px;
    background: #fff;
    color: #18212f;
    font: 700 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    cursor: pointer;
}

.aeroconstrutor-footer__cookie-actions button:first-child {
    border-color: #1f7a5f;
    background: #1f7a5f;
    color: #fff;
}

.aeroconstrutor-footer__cookie-actions button.is-selected {
    outline: 2px solid #e0a82e;
    outline-offset: 1px;
}

.aeroconstrutor-footer__privacy {
    margin-left: auto;
    flex-shrink: 0;
    color: #1f7a5f;
    font: 700 12px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

body:has(.aeroconstrutor-footer) {
    padding-bottom: 44px !important;
}

.aeroconstrutor-header--compact {
    padding-inline: 12px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__inner {
    width: min(100%, 520px);
    min-height: 88px;
    grid-template-columns: minmax(82px, 112px) minmax(0, 1fr);
    gap: 8px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__logo-box img {
    width: min(100%, 82px);
    height: 72px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__identity {
    padding: 10px 12px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__headline strong {
    font-size: 20px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__headline span {
    font-size: 11px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__identity {
    gap: 7px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__navigation {
    gap: 5px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__navigation-group {
    gap: 5px;
}

.aeroconstrutor-header--compact .aeroconstrutor-header__navigation a,
.aeroconstrutor-header--compact .aeroconstrutor-header__navigation button {
    min-height: 27px;
    padding: 0 7px;
    font-size: 9px;
}

@media (max-width: 620px) {
    .aeroconstrutor-header {
        padding: 6px 10px 0;
    }

    .aeroconstrutor-header__inner {
        min-height: 96px;
        grid-template-columns: minmax(92px, 28%) minmax(0, 1fr);
        gap: 8px;
    }

    .aeroconstrutor-header__logo-box img {
        width: min(100%, 84px);
        height: 78px;
    }

    .aeroconstrutor-header__identity {
        padding: 10px 12px;
    }

    .aeroconstrutor-header__headline strong {
        font-size: 20px;
    }

    .aeroconstrutor-header__headline span {
        font-size: 11px;
    }

    .aeroconstrutor-header__identity {
        gap: 7px;
    }

    .aeroconstrutor-header__navigation {
        gap: 5px;
    }

    .aeroconstrutor-header__navigation-group,
    .aeroconstrutor-header__navigation-group--right {
        gap: 5px;
        margin-left: 0;
        justify-content: flex-start;
    }

    .aeroconstrutor-header__navigation a,
    .aeroconstrutor-header__navigation button {
        min-height: 28px;
        padding: 0 7px;
        font-size: 9px;
    }

    .aeroconstrutor-footer.has-cookie-notice .aeroconstrutor-footer__inner {
        width: calc(100% - 20px);
        min-height: 72px;
        padding: 5px 0;
        flex-wrap: wrap;
        gap: 4px 10px;
    }

    .aeroconstrutor-footer__cookies {
        width: 100%;
        justify-content: space-between;
        gap: 6px;
        font-size: 9px;
    }

    .aeroconstrutor-footer__cookie-actions button {
        min-height: 26px;
        padding: 0 7px;
        font-size: 9px;
    }

    .aeroconstrutor-footer__privacy {
        margin-left: auto;
        font-size: 10px;
    }

    body:has(.aeroconstrutor-footer.has-cookie-notice) {
        padding-bottom: 72px !important;
    }
}
