:root {
    --soea81-color-primary: #d64f96;
    --soea81-color-secondary: #f08f3e;
    --soea81-color-support-blue: #1f5fa8;
    --soea81-color-support-beige: #f4e3ce;
    --soea81-color-support-rose: #f8c8db;
    --soea81-color-text: #2f2f2f;
    --soea81-color-text-inverse: #ffffff;
    --soea81-color-border: #e7d2be;
    --soea81-color-surface: rgba(255, 255, 255, 0.92);
    --soea81-color-surface-strong: #ffffff;
    --soea81-shadow-soft: 0 12px 28px rgba(31, 95, 168, 0.14);
}

/* 1) Tipografia */
body,
button,
input,
select,
textarea {
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--soea81-color-text);
}

/* 2) Background global e correção do fundo preto */
html,
body {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

body {
    background-color: var(--soea81-color-support-beige) !important;
    background-image:
        linear-gradient(180deg, rgba(244, 227, 206, 0.92), rgba(248, 200, 219, 0.78)),
        url("../BANNER SITE 1920 × 1080/Banner 1_Bege.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wrapper,
.page-shell,
.page-shell__container,
.page-shell__content {
    background: transparent !important;
}

.wrapper,
.page-shell {
    min-height: 100%;
}

.page-shell {
    padding-top: 24px;
    padding-bottom: 32px;
}

/* 3) Header */
.header-v8 .navbar-default,
.header-v8 .header-sticky,
.header-v8 .header-static {
    background-color: rgba(255, 255, 255, 0.94);
    border-bottom: 2px solid rgba(214, 79, 150, 0.18);
}

/* 4) Navbar/menu */
.header-v8 .navbar-nav > li > a,
.header-v8 .dropdown-menu li > a,
.navbar-default .navbar-nav > li > a {
    color: var(--soea81-color-support-blue);
    font-weight: 600;
}

.header-v8 .navbar-nav > li > a:hover,
.header-v8 .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover {
    color: var(--soea81-color-primary);
}

/* 5) Área de banner/hero */
.tp-banner-container,
.fullwidthbanner-container,
.layer_slider,
#layerslider {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--soea81-shadow-soft);
}

/* 6) Cards e boxes */
.page-card,
.blog-grid,
.box-shadow,
.panel,
.thumbnail-style {
    background: var(--soea81-color-surface) !important;
    border: 1px solid var(--soea81-color-border) !important;
    color: var(--soea81-color-text) !important;
    box-shadow: var(--soea81-shadow-soft);
}

.page-card h1,
.page-card h2,
.page-card h3,
.page-card h4,
.page-card h5,
.page-card h6,
.page-card p,
.page-card label,
.page-card span,
.page-card li {
    color: var(--soea81-color-text) !important;
}

/* 7) Botões */
.btn-primary,
.btn-u,
.btn-u-default {
    background: var(--soea81-color-primary);
    border-color: var(--soea81-color-primary);
    color: var(--soea81-color-text-inverse);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-u:hover,
.btn-u-default:hover {
    background: #c03f84;
    border-color: #c03f84;
    color: var(--soea81-color-text-inverse);
}

.btn-default,
.btn-u.btn-u-sea {
    background: var(--soea81-color-secondary);
    border-color: var(--soea81-color-secondary);
    color: var(--soea81-color-text-inverse);
}

/* 8) Links */
a {
    color: var(--soea81-color-support-blue);
}

a:hover,
a:focus {
    color: var(--soea81-color-primary);
}

/* 9) Formulários */
.form-control,
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
    border-color: #dfc7b3;
    background-color: rgba(255, 255, 255, 0.98);
    color: var(--soea81-color-text);
}

.form-control:focus,
.sky-form .input input:focus,
.sky-form .textarea textarea:focus {
    border-color: var(--soea81-color-primary);
    box-shadow: 0 0 0 0.2rem rgba(214, 79, 150, 0.18);
}

/* 10) Tabelas/listagens */
.table > thead > tr > th {
    background: rgba(31, 95, 168, 0.08);
    color: var(--soea81-color-support-blue);
    border-bottom: 2px solid rgba(31, 95, 168, 0.18);
}

.table > tbody > tr > td {
    background-color: rgba(255, 255, 255, 0.86);
}

/* 11) Rodapé */
.footer,
.copyright {
    background: rgba(31, 95, 168, 0.92);
    color: var(--soea81-color-text-inverse);
}

.footer a,
.copyright a {
    color: #ffe4f2;
}

/* 12) Grafismo institucional auxiliar */
.page-shell::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: min(36vw, 380px);
    height: min(36vw, 380px);
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(214, 79, 150, 0.18), rgba(214, 79, 150, 0));
    z-index: 0;
}

.page-shell > * {
    position: relative;
    z-index: 1;
}

/* 13) Responsividade */
@media (max-width: 991px) {
    body {
        background-attachment: scroll;
        background-position: center top;
    }

    .page-shell {
        padding-top: 12px;
    }

    .page-card {
        padding: 18px;
    }
}
