@charset "utf-8";
/* Topo estilo referência — Contemplado SP */
.topo-ref-util { background: #bf1e23; color: #fff; font-size: 13px; line-height: 1.45; padding: 7px 0; }
.topo-ref-util a { color: #fff; text-decoration: none; }
.topo-ref-util a:hover { text-decoration: underline; color: #fff; }
.topo-ref-util-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px 18px; }
.topo-ref-util-item { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.topo-ref-util-sep { opacity: 0.5; }
.topo-ref-main { background: #fff; color: #222; padding: 11px 0 9px; border-bottom: 1px solid #ececec; }
.topo-ref-main-inner {
    display: flex;
    align-items: center;
    gap: 10px 24px;
    width: 100%;
    padding: 0 28px;
}
.topo-ref-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
}
.topo-ref-logo-wrap > a { display: inline-flex; align-items: center; flex-shrink: 0; }
.topo-ref-logo-wrap .logoTopo { max-width: 236px; width: auto; max-height: 46px; height: auto; margin: 0; }
.topo-ref-main #menuAtivar { color: #bf1e24; }
.topo-ref-main #menuAtivar:hover { color: #9a181c; }
.topo-ref-nav-center {
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}
.topo-ref-nav-center .menuFlex { margin: 0; width: 100%; max-width: 100%; }
.topo-ref-nav-center .menuFlex ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 32px;
}
.topo-ref-main .menuFlex li {
    position: relative;
}
/* .topo-ref-main .menuFlex li + li { margin-left: 24px; } */
/* .topo-ref-main .menuFlex li + li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background: #ebebeb;
} */
.topo-ref-main .menuFlex li a:link,
.topo-ref-main .menuFlex li a:visited,
.topo-ref-main .menuFlex li a:active {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 2px;
    color: #222 !important;
    background: transparent !important;
    font-weight: 400;
    line-height: 1.1;
    border-radius: 0;
}
.topo-ref-main .menuFlex li a:hover,
.topo-ref-main .menuFlex li a.atual {
    background: transparent !important;
    color: #bf1e24 !important;
}
.topo-ref-cta-block {
    text-align: right;
    flex-shrink: 0;
    margin-left: 6px;
    padding-left: 22px;
    border-left: 1px solid #ebebeb;
}
.topo-ref-cta-mobile { padding: 4px 0 2px; }
.topo-ref-cta-btn {
    display: inline-block;
    background: #bf1e24;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none !important;
    border: none;
    white-space: nowrap;
    line-height: 1.1;
}
.topo-ref-cta-btn:hover { background: #9a181c; color: #fff !important; text-decoration: none !important; }
.topo-ref-wa-xs { margin-top: 8px; }
.topo-ref-wa-xs .btn-success a { color: #fff; }
@media (max-width: 767px) {
    .topo-ref-util-inner { justify-content: center; text-align: center; }
    .topo-ref-util-item { white-space: normal; }
    .topo-ref-main-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
        padding: 0 15px;
    }
    .topo-ref-logo-wrap { justify-content: space-between; width: 100%; }
    .topo-ref-nav-center { order: 3; width: 100%; }
    .topo-ref-cta-block {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    .topo-ref-main .menuFlex ul { flex-direction: column; align-items: stretch; }
    .topo-ref-main .menuFlex li {
        text-align: left;
        margin-left: 0 !important;
    }
    .topo-ref-main .menuFlex li + li:before { display: none; }
    .topo-ref-main .menuFlex li a:link,
    .topo-ref-main .menuFlex li a:visited,
    .topo-ref-main .menuFlex li a:active {
        font-size: 17px;
        padding: 8px 0;
    }
    .topo-ref-cta-btn {
        font-size: 15px;
        padding: 11px 24px;
        border-radius: 10px;
    }
}
