﻿/* AC0233 */

/* AC0234 */
.layout-modern .float-layout-toggle {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10123221;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--headerBgColor, #111111);
    color: var(--headerColor, #ffffff);
    font-size: 22px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .30);
    transition: transform .4s ease, box-shadow .3s ease, background-color .3s ease;
    text-decoration: none;
}

.layout-modern .float-layout-toggle:hover,
.layout-modern .float-layout-toggle:focus {
    transform: scale(1.08);
    box-shadow: 0 15px 36px rgba(0, 0, 0, .40);
    color: var(--headerColor, #ffffff);
    text-decoration: none;
}

/* AC0235 */
@media only screen and (max-width: 992px) {
    .layout-modern .float-layout-toggle {
        display: none !important;
    }
}

/* AC0236 */
@media (min-width: 993px) {
    body.is-scrolled .site-header {
        min-height: 62px;
        box-shadow: 0 6px 22px rgba(15, 23, 42, .18);
    }

    body.is-scrolled .site-header-inner {
        min-height: 62px;
    }

    body.is-scrolled .site-logo img {
        max-height: 50px;
    }

    body.is-scrolled .main-navigation > ul > li > a {
        min-height: 32px;
    }
}

/* AC0237 */
@media (min-width: 993px) {
    /* AC0238 */
    body.header-layout-2 .site-header-inner {
        position: relative;
    }

    /* AC0239 */
    body.header-layout-2 .site-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        float: none;
        flex: none;
        min-width: 0;
        z-index: 6;
        transition: transform .3s ease, left .3s ease, top .3s ease;
    }

    /* AC0240 */
    body.header-layout-2 .navbar {
        flex: 1 1 auto;
        margin-left: 0 !important;
        height: auto;
    }

    /* AC0241 */
    body.header-layout-2 .main-navigation {
        height: auto;
        flex: 1 1 auto;
        width: 100%;
    }

    body.header-layout-2 .main-navigation > ul {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 0;
    }

    /* AC0242 */
    body.header-layout-2 .main-navigation > ul > li.mobile {
        display: none !important;
    }

    /* AC0243 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(2) { order: 1; }  /* AC0244 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(4) { order: 2; }  /* AC0245 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(3) { order: 3; }  /* AC0246 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(5) { order: 4; }  /* AC0247 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(6) { order: 5; }  /* AC0248 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(7) { order: 6; }  /* AC0249 */
}

/* AC0250 */
@media (min-width: 993px) {
    body.header-layout-2 .site-header,
    body.header-layout-2 .site-header-inner {
        min-height: 130px;
        transition: min-height .3s ease;
    }

    body.header-layout-2.is-scrolled .site-header,
    body.header-layout-2.is-scrolled .site-header-inner {
        min-height: 90px;
    }

    /* AC0251 */
    body.header-layout-2 .site-logo img {
        max-width: clamp(245px, 14vw, 280px);
        max-height: 96px;
        width: auto;
        height: auto;
        object-fit: contain;
        transition: max-width .3s ease, max-height .3s ease;
    }

    body.header-layout-2.is-scrolled .site-logo img {
        max-height: 64px;
    }

    /* AC0252 */
    body.header-layout-2 .main-navigation > ul > li > a {
        padding: 0 clamp(8px, 0.9vw, 16px);
        font-size: clamp(11px, 0.95vw, 14px);
        white-space: nowrap;
    }

    /* AC0253 */
    body.header-layout-2 .main-navigation > ul {
        justify-content: flex-start;
    }

    /* AC0254 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(2) {
        margin-left: 0;
    }

    /* AC0255 */
    body.header-layout-2 .main-navigation > ul > li:nth-child(5) {
        margin-left: auto;
    }
}

/* AC0256 */
@media (min-width: 1100px) {
    body.header-layout-2 .main-navigation > ul > li:nth-child(7) {
        margin-right: 60px;
    }
    body.header-layout-2 .main-navigation > ul > li:nth-child(2) {
        margin-left: 60px;
    }
}

/* AC0257 */
@media (min-width: 1400px) {
    body.header-layout-2 .site-header-inner {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* AC0258 */
@media (min-width: 993px) {
    /* AC0437 */
    body.header-layout-2 .header-right {
        position: fixed;
        right: calc(25px - (100vw - 100%));
        left: auto;
        top: 0;
        height: 130px;
        display: flex;
        align-items: center;
        transform: none;
        transition: height .3s ease;
        z-index: 7;
    }

    body.header-layout-2.is-scrolled .header-right {
        height: 90px;
    }

    body.header-layout-2 .navbar {
        width: 100%;
        margin: 0 !important;
    }
}

/* AC0259 */
.layout-modern .theme-toggle-top {
    display: none; /* AC0260 */
}

@media only screen and (max-width: 1099px) {
    .layout-modern .header-top-inner {
        justify-content: space-between !important;
        padding-left: 14px;
        padding-right: 14px;
        gap: 10px;
    }

    /* AC0261 */
    .layout-modern .header-top-info {
        margin-left: auto;
        text-align: right;
    }

    /* AC0262 */
    .layout-modern .theme-toggle-top {
        display: inline-flex;
        flex: 0 0 auto;
        order: -1;
    }

    /* AC0263 */
    .layout-modern .themeMenuHeader73 {
        display: none !important;
    }
}

/* AC0264 */
@media only screen and (min-width: 993px) {
    .layout-modern li.telefoneMenuHeader {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 992px) {
    .layout-modern li.telefoneMenuHeader {
        display: none !important;
    }
}
/* AC0265 */
@media (min-width: 993px) {
    body.header-layout-2 .body {
        display: flex;
        flex-direction: column;
    }

    body.header-layout-2 .site-header {
        order: -1;
    }
}
/* AC0266 */

/* AC0267 */
.header3-bar {
    display: none;
}

/* AC0268 */
.header3-fones-menu {
    display: none;
}

/* AC0269 */
body.header-layout-3 .site-header,
body.header-layout-3 .site-header-inner,
body.header-layout-3 .header3-bar,
body.header-layout-3 .header3-inner {
    transition: min-height 0.3s ease !important;
}

body.header-layout-3 .site-logo,
body.header-layout-3 .site-logo img,
body.header-layout-3 .header3-logo,
body.header-layout-3 .header3-logo img,
body.header-layout-3 .navbar,
body.header-layout-3 .main-navigation,
body.header-layout-3 .main-navigation > ul,
body.header-layout-3 .header-right,
body.header-layout-3 .header3-fones-menu {
    transition: none !important;
}

@media (min-width: 993px) {
    /* AC0270 */

    /* AC0271 */
    body.header-layout-3 .header-top {
        display: none;
    }

    /* AC0272 */
    body.header-layout-3 .header3-bar {
        display: block;
        background: var(--headerBgColor);
        color: var(--headerColor);
    }

    body.header-layout-3 .header3-inner {
        display: flex;
        align-items: center;
        gap: 24px;
        min-height: 116px;
        padding: 14px 28px;
    }

    body.header-layout-3.is-scrolled .header3-inner {
        min-height: 92px;
    }

    /* AC0273 */
    body.header-layout-3 .header3-logo {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    body.header-layout-3 .header3-logo img {
        max-width: 280px;
        max-height: 92px;
        width: auto;
        height: auto;
        object-fit: contain;
        transition: max-height .3s ease;
    }

    body.header-layout-3.is-scrolled .header3-logo img {
        max-height: 70px;
    }

    /* AC0274 */
    body.header-layout-3 .header3-horario {
        flex: 1 1 auto;
        min-width: 0;
        text-align: right;
        line-height: 1.5;
        padding-right: 140px
    }

    body.header-layout-3 .header3-horario strong {
        display: block;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 2px;
    }

    body.header-layout-3 .header3-horario strong i {
        margin-right: 6px;
    }

    body.header-layout-3 .header3-horario span {
        font-size: 14px;
        opacity: .92;
    }

    /* AC0275 */
    body.header-layout-3 .header3-fones {
        flex: 0 0 auto;
        position: relative;
    }

    body.header-layout-3 .header3-fones-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 22px;
        border: 0;
        border-radius: 999px;
        background: var(--menuBgColor);
        color: var(--menuColor);
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(15, 23, 42, .22);
        transition: filter .2s ease, transform .2s ease;
        white-space: nowrap;
    }

    body.header-layout-3 .header3-fones-btn:hover {
        filter: brightness(112%);
        transform: translateY(-1px);
        color: var(--menuColor);
    }

    body.header-layout-3 .header3-fones-arrow {
        font-size: 11px;
        transition: transform .25s ease;
    }

    /* AC0276 */
    body.header-layout-3 .header3-fones-list {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        z-index: 1200;
        min-width: 210px;
        margin: 0;
        padding: 6px;
        list-style: none;
        background: #ffffff;
        border: 1px solid var(--acBordaClara);
        border-radius: 10px;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .22);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s;
    }

    body.header-layout-3 .header3-fones:hover .header3-fones-list,
    body.header-layout-3 .header3-fones:focus-within .header3-fones-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    body.header-layout-3 .header3-fones:hover .header3-fones-arrow,
    body.header-layout-3 .header3-fones:focus-within .header3-fones-arrow {
        transform: rotate(180deg);
    }

    body.header-layout-3 .header3-fones-list li {
        padding: 7px 10px;
        border-radius: 7px;
    }

    body.header-layout-3 .header3-fones-list li + li {
        margin-top: 2px;
        border-top: 1px solid #f1f3f6;
    }

    body.header-layout-3 .header3-fones-list small {
        display: block;
        font-size: 11px;
        line-height: 15px;
        color: var(--acTextoTer);
    }

    body.header-layout-3 .header3-fones-list a {
        display: block;
        color: var(--acTextoForte);
        font-weight: 700;
        font-size: 14px;
    }

    body.header-layout-3 .header3-fones-list li:hover {
        background: #f3f5f8;
    }

    /* AC0277 */
    body.header-layout-3 .site-header-inner {
        justify-content: space-between;
        gap: 14px;
        padding: 0 28px;
    }

    body.header-layout-3.is-scrolled .site-header-inner {
        min-height: 56px;
    }

    /* AC0278 */
    body.header-layout-3 .site-logo {
        display: none;
    }

    /* AC0279 */
    body.header-layout-3 .navbar {
        flex: 1 1 auto;
        width: auto;
        margin: 0 !important;
        position: static;
    }

    body.header-layout-3 .main-navigation {
        width: 100%;
        text-align: center;
    }

    /* AC0280 */
    body.header-layout-3 .main-navigation > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
        width: 100%;
    }

    /* AC0281 */
    body.header-layout-3 .main-navigation > ul > li.mobile {
        display: inline-flex !important;
    }

    /* AC0282 */
    body.header-layout-3 .main-navigation > ul > li.telefoneMenuHeader {
        display: none !important;
    }

    /* AC0283 */
    /* AC0438 */
    body.header-layout-3 .site-header-inner {
        position: static;
        padding-right: 63px;
    }

    /* AC0439 */
    body.header-layout-3 .header-right {
        position: absolute;
        right: calc(25px - (100vw - 100%));
        left: auto;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        margin-left: 0;
        transform: none;
        z-index: 7;
    }

    /* AC0284 */
    /* AC0285 */
    body.header-layout-3.is-scrolled .site-header-inner {
        justify-content: space-between;
        gap: 20px;
    }

    body.header-layout-3.is-scrolled .site-logo {
        display: flex;
        flex: 0 0 auto;
        min-width: 0;
    }

    body.header-layout-3.is-scrolled .site-logo img {
        max-width: 180px;
        max-height: 42px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* AC0286 */
    body.header-layout-3.is-scrolled .navbar {
        flex: 0 1 auto;
        min-width: 0;
    }

    body.header-layout-3.is-scrolled .main-navigation {
        width: auto;
    }

    body.header-layout-3.is-scrolled .main-navigation > ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: auto;
        gap: 4px;
    }

    /* AC0287 */
    body.header-layout-3.is-scrolled .main-navigation > ul > li.telefoneMenuHeader {
        display: none !important;
    }

    /* AC0288 */
    body.header-layout-3.is-scrolled .header3-fones-menu {
        display: flex;
        flex: 0 0 auto;
        margin: 0;
    }

    /* AC0289 */
    body.header-layout-3.is-scrolled .header3-fones-menu .header3-fones-btn {
        background: var(--headerBgColor);
        color: var(--headerColor);
    }

    body.header-layout-3.is-scrolled .header3-fones-menu .header3-fones-btn:hover {
        color: var(--headerColor);
    }

    /* AC0290 */
    body.header-layout-3.is-scrolled .header-right {
        display: flex;
        transform: none;
        flex: 0 0 auto;
    }
}

/* AC0291 */
@media (min-width: 1400px) {
    body.header-layout-3 .header3-inner,
    body.header-layout-3 .site-header-inner {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* AC0386 */
.header-top-endereco {
    display: none;
}

/* AC0387 */
body.layout-modern.header-layout-4 .header3-bar {
    display: none !important;
}

/* AC0388 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-4 .site-header {
        height: 110px;
        padding: 0;
        background: var(--headerBgColor) !important;
        box-shadow: 0 13px 6px -12px rgba(0, 0, 0, .75);
        border-bottom: 0;
        transition: height .3s ease;
    }

    /* AC0389 */
    body.layout-modern.header-layout-4 .site-header-inner {
        height: 100%;
        display: block;
        position: relative;
        padding-left: 24px;
        padding-right: 24px;
    }

    /* AC0390 */
    body.layout-modern.header-layout-4 .site-logo {
        float: left;
        display: flex;
        align-items: center;
        height: 100%;
    }

    body.layout-modern.header-layout-4 .site-logo img {
        max-width: 380px;
        max-height: 92px;
        transition: max-height .3s ease;
    }

    /* AC0391 */
    body.layout-modern.header-layout-4 .header-top {
        position: absolute;
        top: 0;
        right: 24px;
        left: auto;
        width: auto;
        height: 52px;
        min-height: 0;
        padding: 14px 0 0;
        background: transparent !important;
        border: 0;
    }

    body.layout-modern.header-layout-4 .header-top-inner {
        justify-content: flex-end;
        gap: 14px;
        padding: 0;
        min-height: 0;
    }

    /* AC0392 */
    body.layout-modern.header-layout-4 .header-top-info {
        display: none;
    }

    /* AC0393 */
    body.layout-modern.header-layout-4 .header-top-endereco {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: var(--headerColor);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

    body.layout-modern.header-layout-4 .header-top-endereco i {
        font-size: 16px;
    }

    /* AC0394 */
    body.layout-modern.header-layout-4 .navbar {
        position: absolute;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        float: none;
        width: auto;
        height: 57px;
        min-height: 57px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: var(--menuBgColor) !important;
        z-index: 3;
    }

    /* AC0395 */
    body.layout-modern.header-layout-4 .navbar:before,
    body.layout-modern.header-layout-4 .navbar:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        background: var(--headerBgColor);
        transform: skewX(-34deg);
        z-index: 1;
    }

    body.layout-modern.header-layout-4 .navbar:before {
        left: -19px;
        width: 37px;
    }

    body.layout-modern.header-layout-4 .navbar:after {
        left: 29px;
        width: 7px;
    }

    /* AC0396 */
    body.layout-modern.header-layout-4 .main-navigation {
        height: 57px;
        margin: 0;
        padding-left: 71px !important;
        padding-right: 59px;
        text-align: center;
        background: transparent;
        position: relative;
        z-index: 2;
    }

    body.layout-modern.header-layout-4 .main-navigation > ul {
        display: flex;
        align-items: center;
        margin: 0;
        gap: 0;
    }

    body.layout-modern.header-layout-4 .main-navigation > ul > li {
        float: none;
        display: inline-block;
        position: relative;
    }

    /* AC0397 */
    body.layout-modern.header-layout-4 .main-navigation > ul > li > a {
        display: block;
        min-height: 0;
        height: 57px;
        line-height: 57px;
        padding: 0 12px;
        border-radius: 0;
        color: var(--menuColor) !important;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    /* AC0398 */
    body.layout-modern.header-layout-4 .main-navigation > ul > li > a:before,
    body.layout-modern.header-layout-4 .main-navigation > ul > li > a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        height: auto;
        background: var(--menuBgColor);
        opacity: 1;
        transform: none;
        border-radius: 0;
    }

    body.layout-modern.header-layout-4 .main-navigation > ul > li > a:before {
        right: 0;
        filter: brightness(78%);
    }

    body.layout-modern.header-layout-4 .main-navigation > ul > li > a:after {
        right: 1px;
        filter: brightness(107%);
    }

    /* AC0399 */
    body.layout-modern.header-layout-4 .main-navigation > ul > li:last-child > a:before,
    body.layout-modern.header-layout-4 .main-navigation > ul > li:last-child > a:after {
        display: none;
    }

    /* AC0400 */
    body.layout-modern.header-layout-4 .main-navigation > ul > li > a:hover,
    body.layout-modern.header-layout-4 .main-navigation > ul > li.menu-ativo > a {
        background: var(--menuBgColor);
        filter: brightness(88%);
        color: var(--menuColor);
    }

    /* AC0401 */
    body.layout-modern.header-layout-4 .header3-fones-menu {
        display: none !important;
    }

    body.layout-modern.header-layout-4 .telefoneMenuHeader > a {
        display: flex;
        align-items: center;
        height: 57px;
        padding: 0 12px;
    }

    body.layout-modern.header-layout-4 .telefoneMenu {
        display: inline-flex;
        align-items: center;
        height: 34px;
        padding: 0 14px;
        border-radius: 17px;
        line-height: 1;
        white-space: nowrap;
    }

    /* AC0402 */
    /* AC0440 */
    body.layout-modern.header-layout-4 .header-right {
        position: absolute;
        right: 24px;
        left: auto;
        top: auto;
        bottom: 0;
        height: 57px;
        display: flex;
        align-items: center;
        transform: none;
        z-index: 4;
    }

    /* AC0403 */
    body.layout-modern.header-layout-4.is-scrolled .site-header {
        height: 57px;
    }

    body.layout-modern.header-layout-4.is-scrolled .site-logo img {
        max-height: 47px;
    }

    /* AC0404 */
    body.layout-modern.header-layout-4.is-scrolled .header-top {
        display: none;
    }
}

/* AC0405 */
@media (min-width: 993px) {
    /* AC0441 */
    body.layout-modern.header-layout-5 .site-header {
        height: 165px;
        padding: 3px 0 0;
        position: sticky;
        top: 0;
        z-index: 999;
        background: var(--headerBgColor) !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        border-bottom: 0;
        transition: height .3s ease;
    }

    body.layout-modern.header-layout-5 .site-header-inner {
        display: block;
        position: relative;
        height: 100%;
        padding-left: 24px;
        padding-right: 0;
    }

    /* AC0406 */
    body.layout-modern.header-layout-5 .header-top {
        position: absolute;
        top: 0;
        right: 24px;
        left: auto;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 4px 0 0;
        background: transparent !important;
        border: 0;
        z-index: 2;
    }

    body.layout-modern.header-layout-5 .header-top-inner {
        display: block;
        text-align: right;
        padding: 0;
        min-height: 0;
    }

    /* AC0407 */
    body.layout-modern.header-layout-5 .header-top-info,
    body.layout-modern.header-layout-5 .header-top-endereco {
        display: block;
        color: var(--headerColor);
        font-size: 15px;
        line-height: 1.5;
    }

    /* AC0408 */
    /* AC0442 */
    /* AC0452 */
    body.layout-modern.header-layout-5 .body {
        position: relative;
    }

    /* AC0448 */
    body.layout-modern.header-layout-5 .site-logo {
        position: absolute;
        left: 24px;
        top: 0;
        bottom: 0;
        float: none;
        display: flex;
        align-items: center;
        height: auto;
    }

    body.layout-modern.header-layout-5 .site-logo img {
        max-width: 380px;
        max-height: 130px;
        padding: 0;
        transition: max-height .3s ease;
    }

    /* AC0409 */
    /* AC0449 */
    body.layout-modern.header-layout-5 .navbar {
        position: absolute;
        top: auto;
        right: 0;
        left: auto;
        bottom: 0;
        float: none;
        width: auto;
        height: 90px;
        min-height: 90px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: var(--menuBgColor) !important;
        transition: top .3s ease;
        z-index: 3;
    }

    body.layout-modern.header-layout-5 .main-navigation {
        height: 90px;
        margin: 0;
        padding: 0 59px 0 0 !important;
        text-align: center;
        background: var(--menuBgColor);
    }

    body.layout-modern.header-layout-5 .main-navigation > ul {
        display: flex;
        align-items: center;
        margin: 0;
        gap: 0;
    }

    body.layout-modern.header-layout-5 .main-navigation > ul > li {
        float: none;
        display: inline-block;
        font-size: 15px;
    }

    /* AC0410 */
    body.layout-modern.header-layout-5 .main-navigation > ul > li > a {
        display: block;
        min-height: 0;
        height: 90px;
        line-height: 90px;
        padding: 0 24px;
        border-radius: 0;
        border-left: solid 1px;
        color: var(--menuColor) !important;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    body.layout-modern.header-layout-5 .main-navigation > ul > li > a:before,
    body.layout-modern.header-layout-5 .main-navigation > ul > li > a:after {
        display: none;
    }

    /* AC0411 */
    body.layout-modern.header-layout-5 .main-navigation > ul > li > a:hover,
    body.layout-modern.header-layout-5 .main-navigation > ul > li.menu-ativo > a {
        background: var(--menuBgColor);
        filter: brightness(88%);
        color: var(--menuColor) !important;
    }

    /* AC0412 */
    body.layout-modern.header-layout-5 .telefoneMenuHeader > a {
        display: flex;
        align-items: center;
        height: 90px;
        padding: 0 18px;
    }

    body.layout-modern.header-layout-5 .telefoneMenu {
        display: inline-flex;
        align-items: center;
        height: 36px;
        padding: 0 16px;
        border-radius: 18px;
        line-height: 1;
        white-space: nowrap;
    }

    body.layout-modern.header-layout-5 .header3-fones-menu,
    body.layout-modern.header-layout-5 .header3-bar {
        display: none !important;
    }

    /* AC0413 */
    /* AC0443 */
    body.layout-modern.header-layout-5 .header-right {
        position: absolute;
        right: 24px;
        left: auto;
        top: auto;
        bottom: 0;
        height: 90px;
        display: flex;
        align-items: center;
        transform: none;
        z-index: 4;
    }

    /* AC0414 */
    body.layout-modern.header-layout-5.is-scrolled .site-header {
        height: 90px;
    }

    body.layout-modern.header-layout-5.is-scrolled .site-logo img {
        max-height: 70px;
    }

    body.layout-modern.header-layout-5.is-scrolled .header-top {
        display: none;
    }
}

/* AC0415 */
body.layout-modern.header-layout-6 .header3-bar {
    display: none !important;
}

/* AC0416 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-6 .header-top {
        height: 30px;
        min-height: 30px;
        padding-top: 4px;
        color: var(--headerColor);
        font-size: 15px;
        background: color-mix(in srgb, var(--headerBgColor) 75%, #ffffff) !important;
    }

    body.layout-modern.header-layout-6 .header-top-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 0;
        padding: 0 24px;
    }

    /* AC0417 */
    body.layout-modern.header-layout-6 .header-top-info,
    body.layout-modern.header-layout-6 .header-top-endereco {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--headerColor);
        font-size: 15px;
    }

    /* AC0418 */
    body.layout-modern.header-layout-6 .site-header {
        height: 90px;
        padding: 0;
        background: var(--menuBgColor) !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
        border-bottom: 0;
    }

    body.layout-modern.header-layout-6 .site-header-inner {
        display: block;
        position: relative;
        height: 100%;
        padding-left: 24px;
        padding-right: 0;
    }

    /* AC0419 */
    body.layout-modern.header-layout-6 .site-logo {
        position: relative;
        float: left;
        display: flex;
        align-items: center;
        height: 100%;
        padding-right: 30px;
        background: var(--headerBgColor) !important;
        z-index: 2;
        width: 30%;
        justify-content: center;
    }

    body.layout-modern.header-layout-6 .site-logo img {
        max-width: 380px;
        max-height: 76px;
    }

    /* AC0420 */
    body.layout-modern.header-layout-6 .site-logo:before {
        content: "";
        position: absolute;
        right: 98%;
        top: 0;
        width: 1000px;
        height: 100%;
        background: var(--headerBgColor);
    }

    /* AC0421 */
    body.layout-modern.header-layout-6 .site-logo:after {
        content: "";
        position: absolute;
        top: 0;
        right: -24px;
        width: 50px;
        height: 100%;
        background: var(--headerBgColor);
        transform: skewX(-25deg);
    }

    /* AC0422 */
    body.layout-modern.header-layout-6 .navbar {
        position: absolute;
        right: 0;
        top: 0;
        bottom: auto;
        left: auto;
        float: none;
        width: auto;
        height: 90px;
        min-height: 90px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: var(--menuBgColor) !important;
        z-index: 3;
    }

    body.layout-modern.header-layout-6 .main-navigation {
        height: 90px;
        margin: 0;
        padding: 0 59px 0 0 !important;
        text-align: center;
        background: transparent;
    }

    body.layout-modern.header-layout-6 .main-navigation > ul {
        display: flex;
        align-items: center;
        margin: 0;
        gap: 0;
    }

    body.layout-modern.header-layout-6 .main-navigation > ul > li {
        float: none;
        display: inline-block;
        font-size: 15px;
    }

    /* AC0423 */
    body.layout-modern.header-layout-6 .main-navigation > ul > li > a {
        display: block;
        min-height: 0;
        height: 90px;
        line-height: 90px;
        padding: 0 14px;
        border-radius: 0;
        color: var(--menuColor) !important;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    body.layout-modern.header-layout-6 .main-navigation > ul > li > a:before,
    body.layout-modern.header-layout-6 .main-navigation > ul > li > a:after {
        display: none;
    }

    /* AC0424 */
    body.layout-modern.header-layout-6 .main-navigation > ul > li > a:hover,
    body.layout-modern.header-layout-6 .main-navigation > ul > li.menu-ativo > a {
        background: var(--menuBgColor);
        filter: brightness(88%);
        color: var(--menuColor) !important;
    }

    /* AC0425 */
    body.layout-modern.header-layout-6 .telefoneMenuHeader > a {
        display: flex;
        align-items: center;
        height: 90px;
        padding: 0 14px;
    }

    body.layout-modern.header-layout-6 .telefoneMenu {
        display: inline-flex;
        align-items: center;
        height: 36px;
        padding: 0 16px;
        border-radius: 18px;
        line-height: 1;
        white-space: nowrap;
    }

    body.layout-modern.header-layout-6 .header3-fones-menu {
        display: none !important;
    }

    /* AC0426 */
    /* AC0444 */
    body.layout-modern.header-layout-6 .header-right {
        position: absolute;
        right: 24px;
        left: auto;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        transform: none;
        z-index: 4;
    }
}

/* AC0445 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-4 .main-navigation > ul > li > a {
        padding: 0 clamp(4px, calc(1.18vw - 6.7px), 12px);
        font-size: clamp(11px, calc(0.34vw + 7.6px), 13px);
        white-space: nowrap;
    }

    body.layout-modern.header-layout-4 .telefoneMenuHeader > a {
        padding: 0 clamp(5px, calc(1.18vw - 6.7px), 12px);
    }

    body.layout-modern.header-layout-4 .telefoneMenu {
        padding: 0 clamp(9px, calc(0.84vw - 4.4px), 14px);
        font-size: clamp(12px, calc(0.34vw + 7.6px), 14px);
    }

    body.layout-modern.header-layout-4 .site-logo img {
        max-width: clamp(175px, 20vw, 380px);
    }
}

/* AC0446 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-5 .main-navigation > ul > li > a {
        padding: 0 clamp(6px, calc(3.04vw - 24.2px), 24px);
        font-size: clamp(12px, calc(0.51vw + 7px), 15px);
        white-space: nowrap;
    }

    body.layout-modern.header-layout-5 .telefoneMenuHeader > a {
        padding: 0 clamp(6px, calc(2.03vw - 14.1px), 18px);
    }

    body.layout-modern.header-layout-5 .telefoneMenu {
        padding: 0 clamp(10px, calc(1.01vw - 0.1px), 16px);
        font-size: clamp(12px, calc(0.51vw + 7px), 15px);
    }

    body.layout-modern.header-layout-5 .site-logo img {
        max-width: clamp(230px, 24vw, 380px);
    }
}

/* AC0447 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-6 .main-navigation > ul > li > a {
        padding: 0 clamp(4px, calc(1.69vw - 12.8px), 14px);
        font-size: clamp(11px, calc(0.68vw + 4.3px), 15px);
        white-space: nowrap;
    }

    body.layout-modern.header-layout-6 .telefoneMenuHeader > a {
        padding: 0 clamp(4px, calc(1.69vw - 12.8px), 14px);
    }

    body.layout-modern.header-layout-6 .telefoneMenu {
        padding: 0 clamp(8px, calc(1.35vw - 5.4px), 16px);
        font-size: clamp(11px, calc(0.68vw + 4.3px), 15px);
    }

    body.layout-modern.header-layout-6 .site-logo img {
        max-width: clamp(200px, 22vw, 380px);
    }
}

/* AC0450 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-5 .theme-toggle-top {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        order: 0;
    }

    /* AC0451 */
    body.layout-modern.header-layout-5.is-scrolled .site-header {
        box-shadow: 0 6px 22px rgba(15, 23, 42, .18);
    }
}

/* AC0453 */
@media only screen and (min-width: 993px) and (max-width: 1099px) {
    body.header-layout-3 .themeMenuHeader73,
    body.layout-modern.header-layout-4 .themeMenuHeader73,
    body.layout-modern.header-layout-5 .themeMenuHeader73 {
        display: flex !important;
    }

    body.header-layout-3 .theme-toggle-top,
    body.layout-modern.header-layout-4 .theme-toggle-top,
    body.layout-modern.header-layout-5 .theme-toggle-top {
        display: none;
    }
}

/* AC0454 */
@media (min-width: 993px) {
    body.layout-modern.header-layout-4.is-scrolled .site-header,
    body.layout-modern.header-layout-6.is-scrolled .site-header {
        box-shadow: 0 6px 22px rgba(15, 23, 42, .18);
    }
}

/* AC0517 */
body.header-layout-2 .site-logo img {
    width: clamp(245px, 14vw, 280px);
}

body.header-layout-3 .header3-logo img {
    width: 280px;
}

body.layout-modern.header-layout-4 .site-logo img {
    width: clamp(175px, 20vw, 380px);
}

body.layout-modern.header-layout-5 .site-logo img {
    width: clamp(230px, 24vw, 380px);
}

body.layout-modern.header-layout-6 .site-logo img {
    width: clamp(200px, 22vw, 380px);
}

/* AC0518 */
body.header-layout-3.is-scrolled .site-logo img {
    width: 180px;
}

/* AC0534 - botao de modo noturno da barra superior: era 21x21 */
@media only screen and (max-width: 1099px) {
    .layout-modern .theme-toggle-top {
        min-width: 28px;
        min-height: 28px;
        align-items: center;
        justify-content: center;
    }
}
