@charset "UTF-8";
@import "../bootstrap/dist/css/bootstrap.min.css";

[type="search"] {
    outline-offset: unset;
    --webkit-appearance: textfield;
    padding: 0.5rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: normal;
    border-radius: 4px;
    border-width: 1px;
    border-color: var(--zapex-black-alt);
    border-style: solid;
}

.grecaptcha-badge {
    visibility: hidden;
}

a {
    text-decoration: none;
}

:root {
    --zapex-text: #e05400;
    --zapex-primary: #000000;
    --zapex-alt-black: #262c30;
    --zapex-alt-orange: #c83c00;
    --zapex-background-dark: rgba(200, 60, 0, 0.12);
    --zapex-background-card-headers: rgba(0, 136, 90, 0.12);
    --zapex-secondary: #f1f1f1;
    --zapex-text-grey: #5a5857;
    --zapex-light-color: #219ebc;
    --zapex-disabled-color: #aaa;
    --zapex-primary-blue: #0077ed;
    --zapex-primary-blue-hover: #005eed;
    --zapex-custom-success: #2ecc71;
    --zapex-success: #00885a;

    --zapex-danger-red: #b00020;

    --zapex-nav-link-hover-color: var(--zapex-alt-orange);

    --zapex-bg-color-a: #024e75;
    --zapex-bg-color-b: #d9d9d9;
    --zapex-bg-color-c: #ffe4e4;

    --header-height: 4.5rem;

    --zapex-fs-1: 0.25rem;
    --zapex-fs-2: 0.5rem;
    --zapex-fs-3: 0.875rem;
    --main-title-size: 2.5rem;
    --line-height-padrao: 1.5rem;

    font-family: Inter;
    font-style: normal;
}

.bg-danger {
    background-color: var(--zapex-danger-red) !important;
}

#links__operacionais > * {
    line-height: var(--line-height-padrao);
    padding: 0.275rem !important;
    color: var(--zapex-primary);
    font-weight: 600;
    text-decoration: none;
}

#links__operacionais > a:hover {
    color: var(--zapex-nav-link-hover-color);
    border-bottom: 2px solid var(--zapex-nav-link-hover-color);
}

#gatilho_formBack > a {
    min-height: 1.5rem;
    display: block;
    cursor: pointer;
    color: #000;
    transition: 250ms;
    font-size: 0.875rem;
    margin-top: 0.75rem;
    width: max-content;
}

#gatilho_formBack > a:hover > * {
    color: var(--background-color-btn-cadastro) !important;
    transition: 250ms;
}

.btn__primary__zapex {
    background-color: var(--zapex-primary-blue) !important;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: var(--line-height-padrao);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem !important;
}

.btn__primary__zapex:hover {
    opacity: 0.8;
}

.bar {
    width: 100%;
    height: 0.25rem;
    background: var(--zapex-light-color);
    overflow: hidden;
    margin: 1rem 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
}

.bar div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--zapex-primary);
    animation: box-1 1.5s cubic-bezier(0.65, 0.81, 0.73, 0.4) infinite;
}

.bar div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--zapex-primary);
    animation: box-2 1.5s cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
    animation-delay: 950ms;
}

@keyframes box-1 {
    0% {
        left: -25%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@keyframes box-2 {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

/* CSS geral do app */
.flex-1 {
    flex: 1;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.hg-1 {
    height: 1rem;
}

body {
    overflow-x: hidden;
    font-family: Inter, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    line-height: 1.5rem;
}

#notice_flag {
    height: 32px;
    font-size: var(--zapex-fs-3);
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
}

.links_zapex {
    text-decoration: none;
    color: var(--zapex-alt-black);
    font-style: normal;
    line-height: 1.5rem;
}

.links_zapex:hover {
    color: var(--zapex-alt-orange);
    cursor: pointer;
}

#container__pre__header {
    background: var(--zapex-bg-color-a);
}

#email__pre__header {
    margin-right: 1.25rem;
}

.nav-link {
    font-size: 1rem;
    line-height: var(--line-height-padrao);
    padding: 0 !important;
    border-bottom: 2px solid transparent;
    --link--chevron: url("/assets/img/icones/chevron_down.svg");
}

.navbar-brand img {
    height: 1.5rem;
    width: auto;
}

.text-main-theme-color {
    color: var(--zapex-primary);
}

.bg-main-theme-color {
    background-color: var(--zapex-primary);
}

.btn-main-theme-color {
    color: #fff;
    background-color: var(--zapex-primary);
    border-color: #2c3e50;
}

.btn-main-theme-color:hover {
    color: #fff;
    background-color: #2c3e50;
    border-color: #12283e;
}

#footer__zapex__social__links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.footer__section__line {
    margin-bottom: 0.25rem;
}

.footer__section__title {
    display: block;
    font-weight: 600;
    padding-bottom: 1rem;
}

.social__link__circle {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0.75rem 0 0;
    padding: 0 !important;
}

.social__link__circle svg {
    height: 2rem;
    width: 2rem;
}

/* .social__link__circle * {
	fill: #fff;
} */

.container-input-calculadora > .form-control {
    font-weight: unset !important;
}

.back-to-top {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    display: none;
    border-radius: 0.18rem;
    z-index: 4;
}

.filter-invert {
    filter: invert(1);
}

.page-title,
.session-title {
    font-size: var(--main-title-size);
    line-height: var(--line-height-padrao);
    margin-bottom: 1rem;
    font-weight: 600;
}

.session-title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 4.5rem;
    color: var(--zapex-alt-black);
}

.page-section {
    flex: 1;
    width: 100%;
    padding-bottom: 1.5rem;
    background-color: #ffffff;
}

.page-section .page-section-heading {
    font-size: 2.25rem;
    line-height: 2rem;
}

#gatilho_formBack {
    margin-top: 18px;
}

#gatilho_formBack:hover {
    cursor: pointer;
}

.mh-100 {
    min-height: 100vh;
}

.btn-social {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #1abc9c;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    border-bottom: 2px solid var(--zapex-primary);
}

#mainNav .navbar-toggler {
    padding: 0.8rem 0;
    font-weight: 600;
}

#mainNav .navbar-toggler svg {
    height: 1.5rem;
}

.form-floating input.form-control,
.form-floating textarea.form-control {
    font-size: 1.5rem;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-width: 1px;
}

.form-floating input.form-control:focus,
.form-floating textarea.form-control:focus {
    box-shadow: none;
}

.form-floating label {
    font-size: 1.5rem;
    color: #6c757d;
}

.pointer {
    cursor: pointer;
}

.valor-frete {
    font-size: 1.3rem;
}

.highlight-carrier-card {
    border: 1px solid #ddd;
    padding: 0.3rem;
    text-decoration: none;
    font-size: 0.7rem;
    cursor: pointer;
    margin: 0 !important;
}

.border-highlight:hover {
    border-color: var(--zapex-primary);
}

.btn-outline-light:hover {
    color: #333 !important;
    background-color: var(--zapex-text);
    border-color: var(--zapex-primary);
}

.masthead {
    margin-top: 1rem;
    flex: 1;
    width: 100%;
}

.separator-vertical {
    height: 2.5rem;
    border-right: 2px solid var(--zapex-primary) !important;
}

.separator-horizontal {
    width: 100%;
    border-bottom: 2px solid var(--zapex-primary);
    margin-bottom: 0.5rem;
}

footer {
    padding-bottom: 1rem;
    background-color: var(--zapex-secondary);
    color: var(--zapex-primary);
    width: 100%;
    bottom: 8px;
}

.titulo_session_rodape {
    font-size: 1.2rem;
    font-weight: 600;
}

.zapex__bg__color__b {
    opacity: 1;
    background-color: #fff;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: var(--zapex-primary) !important;
    opacity: 0.98 !important;
}

.zap-small-fs {
    font-size: 0.8rem;
}

.nav-link.active {
    border-bottom: 2px solid var(--zapex-primary);
}

.nav-item,
.nav-item > a {
    margin: 0 calc(1.5rem / 2);
    height: inherit;
}

.login_link_header {
    border: 0.125rem solid #ec6227;
    border-radius: 0.25rem;
    background: #fff;
    color: var(--zapex-primary) !important;
    padding: 0.5rem 1.1875rem !important;
    box-shadow: 0rem 0.125rem 1rem rgba(27, 31, 35, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.icone__carrinho {
    font-size: 1.2rem;
}

#footer_texto__sobre {
    font-size: var(--zapex-fs-3);
}

#result_calc_list .divisao {
    border-top: solid 1px #ccc;
    padding: 15px;
    margin-top: 35px;
}

.cursorPointer {
    cursor: pointer;
}

.hide {
    display: none;
}

.gmaps__link {
    display: flex;
}

.link__maps {
    width: fit-content;
    padding: 0 1rem;
    border-radius: 0.5rem;
    transition: 150ms;
}

.image_link_gmaps {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.link__maps:hover {
    cursor: pointer !important;
    background-color: #ddd;
}

#gmap_canvas {
    width: 100%;
    height: 100%;
}

.texto_endereco_base {
    display: flex;
}

.informe__tooltip {
    color: var(--zapex-primary);
    display: flex;
    position: relative;
    border: 1px solid var(--zapex-primary);
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
}

.informe__tooltip__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px;
}

input:disabled {
    cursor: not-allowed;
    background-color: #eaeaea69;
}

#loaderAjaxZws,
#janelaFeedbackAjax {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    overflow: hidden;
    position: fixed;
    background: #f5f5f5;
    display: none;
}

.ajax-loader,
.feedback__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14rem;
    height: 5rem;
    margin-left: -7rem;
    margin-top: -3.5rem;
}

#janelaFeedbackAjax {
    background: rgba(27, 31, 35, 0.07);
}

.feedback__content {
    width: 20.5rem;
    height: 28.25rem;
    margin-left: calc((20.5rem / 2) * -1);
    margin-top: calc((28.25rem / 2) * -1);
    background-color: #f5f5f5;
    border-radius: 1.5rem;
    box-shadow: 0 0.125rem 1rem rgba(27, 31, 35, 0.3);
    padding: 0 1rem;
}

.icone__feedback {
    background-color: #00885a;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    margin-top: 5.5rem;
}

.icone__feedback > i {
    font-size: 2rem;
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.message__feedback {
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    color: var(--zapex-alt-black);
    max-width: 18.45rem;
    padding: 1rem 0px 0.5rem;
}

.message__feedback__subtexto {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #666666;
    max-width: 18.45rem;
    padding: 0px 0px 2rem;
}

.button__feedback {
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0.375rem;
    width: 100%;
    height: 3rem;
    background: var(--zapex-primary-blue);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

#message_loader {
    margin-top: 1.5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--zapex-alt-black);
}

.input__validation__message > #message_loader {
    font-size: unset;
    display: flex;
    align-items: center;
    margin-top: 0;
    flex-direction: row;
}

@keyframes blink {
    50% {
        color: transparent;
    }
}

.loader__dot {
    animation: 1s blink infinite;
}

.loader__dot:nth-child(2) {
    animation-delay: 250ms;
}

.loader__dot:nth-child(3) {
    animation-delay: 500ms;
}

footer {
    min-height: 12.25rem;
}

.footer__section {
    line-height: var(--line-height-padrao);
}

.footer__section a,
.footer__section p,
#footer__last__row,
#footer_texto__sobre {
    text-decoration: none;
    color: var(--zapex-primary);
    font-size: var(--zapex-fs-3);
    font-weight: 400;
    transition: 450ms;
}

#footer_texto__sobre {
    color: var(--zapex-primary);
}

.footer__section a > p:hover {
    color: var(--zapex-nav-link-hover-color);
    text-decoration: underline;
    transition: 450ms;
}

#mainNav {
    box-shadow: 0px 2px 16px 0px #1b1f2312;
}

.navbar-nav {
    margin-top: 0rem;
    align-items: center;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

ul.navbar-nav > li:last-child,
ul.navbar-nav > li:last-child > a {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.navbar-brand {
    margin: 0 calc(1.5rem / 2) 0 0 !important;
    padding: 0;
}

.layer__janela__warning {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 7;
    overflow-y: scroll;
    scrollbar-width: none;
}

.janela_alerta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 4.5rem;
    left: 50%;
    width: 30rem;
    height: fit-content;
    margin-left: calc((30rem / 2) * -1);
    margin-top: 0;
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 0.75rem;
}

.iconeFechaJanela {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    font-size: 1.5rem;
    color: var(--zapex-primary);
}

.icone__fechar > svg:hover,
.iconeFechaJanela .icone__fechar:hover {
    cursor: pointer;
}

.icone__fechar > svg:hover {
    fill: var(--zapex-danger-red);
}

.tituloAlert {
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--zapex-alt-black);
    margin: 0;
}

.messageAlert {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--zapex-alt-black);
    margin: 0;
    width: 100%;
}

.btns_group {
    margin: 0;
    margin-top: 2rem;
    display: flex;
    width: 25.125rem;
    justify-content: space-between;
}

.btns_group.acao__unica {
    justify-content: flex-end;
}

.btnmodal_janela {
    width: 11.8125rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.25rem;
    border-color: unset;
    border-width: 0.125rem;
}

.icone__fechar > svg {
    width: 1.5rem;
    height: 1.5rem;
}

.border_danger {
    border-width: 0.125rem;
    border-color: var(--zapex-danger-red);
}

.border_danger:hover {
    background-color: #a50015 !important;
}

.border_dark {
    color: #666 !important;
    border-color: #666 !important;
}

.border_dark:hover {
    color: var(--zapex-alt-black) !important;
    border-color: var(--zapex-alt-black) !important;
}

.border_danger {
    color: #fff !important;
    border-color: var(--zapex-danger-red) !important;
}

.border_danger:hover {
    border-color: var(--zapex-alt-black) !important;
}

.border_primary {
    border-color: var(--zapex-primary-blue) !important;
}

.border_primary:hover {
    border-color: var(--zapex-primary-blue-hover) !important;
}

.zapexTooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.texto__inativo {
    text-decoration: line-through;
    color: var(--zapex-disabled-color);
}

.zapexTooltip:after {
    visibility: hidden;
    content: attr(data-tip);
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.zapexTooltip:hover:after {
    visibility: visible;
    opacity: 1;
}

.texto-off {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.estiloCodigoRastreio {
    font-family: monospace;
    font-size: 1.25rem !important;
}

.input__bar__loader {
    position: relative;
    margin-bottom: -3rem;
}

.dropdown-menu {
    border: 0.125rem solid #ddd;
    border-radius: 0.25rem;
    padding: 0;
}

#opcoes__rapidas__usuario {
    color: var(--zapex-primary);
    display: inline-flex;
    align-items: center;
}

#opcoes__rapidas__usuario::after {
    display: inline-block;
    vertical-align: unset;
    content: " ";
    background-image: var(--link--chevron);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    width: 1rem;
    height: 1rem;
    transition: transform 0.15s cubic-bezier(0.75, 0.01, 0.28, 1.34);
}

#opcoes__rapidas__usuario.show:after {
    transform: rotate(180deg);
}

#opcoes__rapidas__usuario__menu[data-bs-popper] {
    top: 55px;
    overflow: hidden;
    right: 0;
    left: unset;
    margin-top: 0.125rem !important;
    min-width: 12rem;
    text-align: right;
    width: fit-content;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: none;
    box-shadow: 0 2px 16px rgba(27, 31, 35, 0.07);
}

.dropdown-menu > li {
    cursor: pointer;
    margin: 0;
}

.dropdown-menu > li > a {
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 0;
    color: #262c30;
    text-align: left;
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: inherit;
    background-color: transparent;
}

#opcoes__rapidas__usuario__menu > li:hover {
    background-color: var(--zapex-background-dark) !important;
}

#opcoes__rapidas__usuario__menu > li:hover a {
    color: var(--zapex-alt-orange);
}

#nomeUsuario {
    margin-left: 0.25rem;
}

.input__validation__message {
    font-size: 0.75rem;
    color: var(--zapex-danger-red);
    font-weight: 600;
}

.informativo__container {
    margin-top: 1.125rem !important;
    height: 3.125rem;
    background: #fff;
    box-shadow: 0 -0.125rem 1rem rgba(27, 31, 35, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 2;
    padding: 1rem 0;
    left: 0;
    margin: 0;
}

.texto__informativo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto__informativo > * {
    margin: 0 0.25rem;
}

#fecha__consentimento__cookies {
    display: flex;
    align-items: center;
    justify-content: center;
}

#fecha__consentimento__cookies > svg {
    height: 1rem;
}

#fecha__consentimento__cookies:hover svg {
    fill: var(--zapex-alt-orange);
    cursor: pointer;
}

@media (max-width: 1199px) {
    .nav-item,
    .nav-item > a {
        margin: 0 0.5rem;
    }
}

@media (max-width: 991px) {
    #navbarResponsive > .navbar-nav > .nav-item > .dropdown {
        width: 100%;
    }

    #opcoes__rapidas__usuario__menu[data-bs-popper] {
        width: 100%;
        border: unset;
        box-shadow: unset;
    }

    .dropdown-menu > li > a {
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }

    #links__operacionais {
        flex: 1;
        display: flex;
        flex-direction: row;
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 6;
    }

    .page-section,
    .masthead {
        margin-top: calc(4.5rem + (4.5rem * 0.15));
    }

    #links__operacionais {
        padding: 0 !important;
        margin: 0;
    }

    #links__operacionais > li {
        padding: 0.5rem 0.75rem !important;
        margin: 0;
    }

    .navbar-collapse {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    #mainNav .navbar-nav {
        display: flex;
        list-style: none;
        align-items: flex-start;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .nav-item > a {
        margin: 0;
    }

    .nav-item {
        margin: 0;
        height: 100%;
        width: 100%;
        border-radius: unset;
        color: var(--zapex-primary) !important;
        padding: 0.5rem 1rem !important;
        font-weight: 600;
        line-height: var(--line-height-padrao);
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .show > .nav-link {
        background-color: inherit;
        color: var(--zapex-primary);
    }

    .nav-link.active {
        border-bottom: unset;
    }

    .login_link_header {
        border-radius: unset;
        background: inherit;
        color: var(--zapex-primary) !important;
        padding: inherit !important;
        display: block;
        border: none;
        box-shadow: unset;
    }

    .nav-item.active {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .container.texto__informativo > i {
        font-size: 2rem;
    }

    .texto__informativo > * {
        margin: 0 0.5rem;
        text-align: left;
    }

    .informativo__container {
        height: fit-content;
        padding: 1rem 0;
    }

    .texto__informativo {
        width: 100%;
    }

    #fecha__consentimento__cookies > svg {
        height: 1.5rem;
    }

    .gmap_canvas {
        width: 100% !important;
        height: 100vh !important;
    }

    #footer__sections {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
    }

    #footer__zapex__social__links {
        justify-content: space-evenly;
    }

    #footer__last__row {
        justify-content: center;
        padding-top: 2rem;
    }

    .footer__section {
        line-height: 2.5;
        margin-bottom: 2rem;
    }

    .janela_alerta {
        margin-left: calc((20.5rem / 2) * -1);
        width: 20.5rem;
        padding: 1.5rem 1rem;
    }

    .tituloAlert {
        font-style: normal;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: var(--zapex-alt-black);
    }

    .messageAlert {
        font-style: normal;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 2rem;
        color: var(--zapex-alt-black);
    }

    .btnmodal_janela {
        width: 8.75rem !important;
    }

    .btns_group {
        width: 100%;
    }

    .btns_group.acao__unica {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .session-title {
        font-size: 2.1rem;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 238px) {
    .session-title.emissao {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
