.search-form-mobile {
    display: none;
    z-index: 201;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--white);
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 3px 1px #e1e1e1;
    padding-top: 20px;
}

header {
    z-index: 210;
}

.vertical-divider {
    border-left: 1px solid var(--negativo);
    height: 30px;
}

header .icon {
    /* font-size: 1.5rem; */
    text-decoration: none;
    color: var(--negativo) !important;
}

.links-rapidos a {
    text-decoration: none;
    color: var(--negativo) !important;
    font-size: 12px;
}

.links-rapidos a:hover {
    text-decoration: none;
}

.bi-circle-half {
    font-size: 1.5rem;
    cursor: pointer;
}

.links-uteis-footer {
    line-height: 20px;
}

.links-uteis-footer h6 {
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 700;
}

.links-uteis-footer a {
    text-decoration: underline !important;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: var(--white) !important;
}

.links-uteis-footer a:hover {
    color: var(--gray) !important;
}

.logos-footer ul {
    list-style-type: none !important;
    padding-left: 0;
}

.logos-footer h6 {
    margin-bottom: 4px;
    font-size: 14px;
}

.logos-footer img {
    width: 24px !important;
    margin-right: 24px;
}

.header-links-container {
    background: var(--Blue-Blue-Vivid-80, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--blue-500));
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 201;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sus-logo svg,
.sus-logo svg path {
    fill: white;
}

body {
    padding-top: 112px;
}

.site-header {
    height: 72px;
    background-color: var(--negativo);
    box-shadow: 10px 0 10px 5px var(--positivo)2a;
    position: fixed !important;
    top: 40px;
    z-index: 200;
}

.espmg-logo {
    display: flex;
    align-items: center;
}

.espmg-logo img {
    width: 80px;
    padding: 8px 0;
    vertical-align: middle;
}


/* Search */
.icon-search-mobile {
    display: none;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-input {
    border-radius: 8px;
    padding-right: 0;
    background-color: #f7f7f7;
    border: 0;
    padding: 28px 45px 28px 20px;
}

.search-input::placeholder {
    font-style: italic;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #1351b4;
}

.font-size-minus,
.font-size-minus:visited {
    color: var(--negativo);
}

.font-size-plus,
.font-size-plus:visited {
    color: var(--negativo);
}

/* FOOTER */

.footer {
    background: var(--bg-azul);
    position: relative;
    margin-top: 100px;
}

.espmg-logo-footer {
    margin-left: -10px;
}

.sus-logo-footer {
    padding: 16px 0 0 28px;
    display: block;
}

.sus-logo-footer img {
    width: 56px;
}

.mg-gov-logo-footer {
    padding: 16px 0 0 14px;
    display: block;
}

.mg-gov-logo-footer img {
    width: 126.11px;
}

.selos-container {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 10;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 40px;
}

.selo-item {
    width: 140px;
    display: block;
    transition: transform 0.3s ease;
}

.selo-item:hover {
    transform: scale(1.05);
}

.selo-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .selos-container {
        right: 15px;
        gap: 10px;
        transform: translateY(-30%);
    }

    .selo-item {
        width: 80px;
        padding: 0 15px;
    }
}

.endereco h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.endereco p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.endereco a {
    color: var(--white) !important;
    text-decoration: underline !important;
}

.endereco a:hover {
    color: var(--gray) !important;
}

.white-line {
    border: 1px solid var(--negativo);
}

.copy-text {
    font-size: 11.67px;
}

.is-safari-desktop body .uwy.userway_p2 .userway_buttons_wrapper {
    margin-left: 14.5px !important;
}

/* Dark mode */
body.dark-mode {
    filter: invert(1) hue-rotate(180deg);
    background-color: #000;
}

body.dark-mode img,
body.dark-mode picture,
body.dark-mode video {
    filter: invert(1) hue-rotate(180deg);
}

body.dark-mode [style*="background: url"],
body.dark-mode [style*="background-image: url"] {
    filter: invert(1) hue-rotate(180deg) !important;
}

body.dark-mode option {
    background-color: #000;
    color: white;
}

body.dark-mode #gameContainer {
    filter: invert(1) hue-rotate(180deg);
}

@-moz-document url-prefix() {
    body .uwy.userway_p2 .userway_buttons_wrapper {
        padding-right: 1.7px !important;
    }
}

@media (max-width: 575.98px) {

    .icones-header-top {
        margin-right: -20px;
    }

    body {
        padding-top: 92px;
    }

    .links-rapidos-mob {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 10px;
        background: var(--Blue-Blue-Vivid-80, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--blue-500));
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
        color: var(--negativo) !important;
        font-size: 12px;
        z-index: 9999;
        padding: 15px;
    }

    .links-rapidos-mob a {
        display: flex;
        color: var(--negativo) !important;
    }

    .close-menu {
        position: absolute;
        top: -10px;
        right: 5px;
        font-size: 2rem;
        color: white;
    }

    .mg-gov-logo-footer {
        display: block;
    }

    .mg-gov-logo-footer img {
        width: 126.11px;
    }

    .sus-logo-footer {
        padding: 16px 0 0 28px;
        display: block;
    }

    .sus-logo-footer img {
        width: 40.18px;
    }

    .links-uteis-footer {
        line-height: 20px;
        font-size: 12px;
    }

    .links-uteis-footer h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .links-uteis-footer a {
        margin-bottom: 2px !important;
        display: inline-block;
        font-size: 12px;
        font-weight: 400 !important;
    }

    .header-links-container {
        background: var(--Blue-Blue-Vivid-80, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--blue-500));
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
        top: 0;
        left: 0;
        position: fixed;
        z-index: 10;
    }

    .copy-text {
        font-size: 10px;
    }

    .logos-footer h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .logos-footer img {
        width: 20px !important;
        margin-right: 4px;
    }

    .logos-footer {
        padding-left: 0;
    }

    .endereco h6 {
        color: var(--Pure-pure, var(--global-palette9, #FFF));
        font-family: Rawline;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }

    .endereco p,
    .endereco a {
        color: var(--Pure-pure, var(--global-palette9, #FFF));
        font-family: Rawline;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .site-header {
        height: 51px;
        padding-top: 0 !important;
        background-color: var(--negativo);
        box-shadow: 10px 0 10px 5px var(--positivo)2a;
        position: fixed;
        top: 40px;
        left: 0;
        z-index: 18;
    }

    .espmg-logo img {
        width: 56px;
        margin: 6px 0;
    }

    .sus-logo svg {
        width: 31px;
        height: 16px;
        margin-left: -12px;
    }

    .site-header-links {
        display: none;
        position: fixed;
        top: 20px;
    }

    .search-form {
        display: none;
    }

    .search-container {
        position: relative;
        width: 100%;
    }

    .search-input {
        width: 70%;
        position: fixed;
        left: 20px;
        border-radius: 8px;
        padding-right: 0;
        background-color: #f7f7f7;
        border: 0;
        padding: 28px 45px 28px 20px;
        z-index: 11;
    }

    .icon-search-web {
        display: none;
    }

    .icon-search-mobile {
        display: block;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        right: -10px;
        color: #1351b4;
    }

    .tooltip {
        /*Remove tootips da versão mobile*/
        display: none !important;
    }

    body .uwy.userway_p2 .userway_buttons_wrapper {
        padding-right: 15px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}