@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url(stat-footer.css);
@import url(stat-modal.css);
@import url(stat-sizes.css);
@import url(stat-buttons.css);
@import url(stat-alerts.css);
@import url(stat-table.css);
@import url(stat-search.css);
@import url(stat-print.css);

:root {
    --notosans: "Noto Sans", sans-serif;
    --amarelo: #FFCC00;
    --amareloHover: #F2A222;
    --carvao: #333333;
    --azul: #23282E;
    --textInputMedium: #64718B;
    --textInputLight: #9CA6B8;
    --textInputDark: #2B363C;
    --neutro: #F1F3F8;
    --neutro50: #F7F8FA;
    --neutro100: #F1F3F8;
    --neutro200: #E1E4EA;
    --neutro800: #475164;
    --neutro900: #2B363C;
    --perigo600: #D12332;
    --perigo50: #FAEBEB;
    --sucesso500: #008558;
    --perigo500: #DE2D3B;
    --alerta600: #F2A222;
    --alerta500: #FBCB3C;
}
@media(min-width: 768px) {
    html{
        zoom: .95;
    }
}
.private-mode-banner {
    display: none;
}

.page-content {
    /* padding-top: 184px; */
    /* padding-top: 180px; */
    /* padding-top: 170px; */
    /* padding-top: 113px; */
    padding-top: 86px;
    overflow-x: clip;
}

.page-content.no-header .header-page {
    height: unset;
    background-image: unset;
    margin-bottom: 64px;
}

.page-content.no-header #mainContent {
    margin-top: 0;
}

.page-content.one-column #mainContent {
    /* margin-top: -184px; */
    margin-top: -160px;
}

.page-content.one-column.fullwidth .sectionBlockLayout {
    width: 100%;
}

.header-page {
    height: 330px;
    width: 100%;
    /* background-image: url('STAT_HeaderBackground.png'); */
    background-image: url('STAT_HeaderBackground1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* #mainContent {
    margin-top: -266px; 
    margin-top: -128px; 
    background-color: #fff;
    margin:0;
    padding:0;
    min-width: 100%;
} */

.sectionBlockLayout {
    margin-bottom: 32px;
    /* width:100%; */
    /* margin-left: 0px;
    margin-right: 0px; */
}

/* .sectionBlockLayout:has(#CarouselMainPageControl){
    padding-top: 0 !important;
} */

/* NAVBAR */
.stat-anacom-navbar,
.stat-anacom-navbar.static-top.navbar-dark {
    font-family: var(--notosans);
    box-shadow: none;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    /* padding-bottom: 22px; */
}

.stat-anacom-navbar .custom-container {
    width: 100%;
}

.stat-anacom-navbar.scrolled,
.stat-anacom-navbar.static-top.navbar-dark.scrolled {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.stat-anacom-navbar .first-line {
    padding-top: 16px;
    padding-bottom: 16px;
    /* padding-right: 45px;
    padding-left: 45px; */
    width: 100%;
}

.first-line-container {
    gap: 20px;
    align-items: center;
}


.search-section {
    height: fit-content;
    margin-left: auto;
    min-width: auto;
}

.stat-anacom-navbar .first-line .navbar-brand.navbar-header {
    padding: 0;
    margin: 0;
    display: flex;
    width: fit-content;
    height: fit-content;
    margin-right: 25px;
}

.stat-anacom-navbar .first-line .navbar-brand.navbar-header img {
    width: 176px;
    height: 54px;
    margin: 0 !important;
    /* object-fit: contain; */
    display: flex;
}

.stat-anacom-navbar .second-line {
    flex-direction: column;
}

/* NAVBAR - LOGO/TITLE */
.stat-anacom-navbar h1.siteTitle {
    display: none;
}

.stat-anacom-navbar h1.siteTitle,
.stat-anacom-navbar.static-top.navbar-dark .navbar-brand a h1.siteTitle,
.stat-anacom-navbar.static-top.navbar-dark .navbar-brand a h1.siteTitle>span {
    display: none;
}

/* NAVBAR - LANGUAGES */
.stat-anacom-navbar ul li.default-language.selected a {
    text-transform: uppercase;
    color: var(--azul);
    font-weight: 500;
    font-size: 14px;
}

.stat-anacom-navbar ul li.language.selected a {
    text-transform: uppercase;
    color: var(--azul);
    font-weight: 500;
    font-size: 14px;
}

.stat-anacom-navbar ul li.default-language a {
    text-transform: uppercase;
    color: var(--textInputMedium);
    font-size: 14px;
}

.stat-anacom-navbar ul li.language a {
    text-transform: uppercase;
    color: var(--textInputMedium);
    font-size: 14px;
}


.stat-anacom-navbar ul li.default-language:after {
    content: '|';
    color: var(--textInputMedium);
    /* font-weight: 500; */
    font-size: 14px;
}

.stat-anacom-navbar ul li.default-language {
    min-width: fit-content;
}

.stat-anacom-navbar ul li.language a {
    text-transform: uppercase;
    color: var(--textInputMedium);
    font-size: 14px;
}


.stat-anacom-navbar .home-default {
    width: 50px;
    height: 50px;
}

.stat-anacom-navbar .home-mobile {
    display: none;
}



.stat-anacom-navbar .languages-mobile {
    display: none;
}

/* NAVBAR - USER INFO */
.stat-anacom-navbar .top-bar .nav-item.dropdown {
    margin-left: 32px;
}

.stat-anacom-navbar .top-bar .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

.stat-anacom-navbar .top-bar .nav-link.dropdown-toggle::after {
    /* content: url('STAT_icn_avatarArrow.svg');
    margin-left: 12px;
    height: 24px; */
    content: unset;
    border: 0;
    /* transform: rotate(0deg);
    transition: all .5s ease-in-out; */
}

.stat-anacom-navbar .top-bar .nav-link.dropdown-toggle.show::after {
    /* margin-left: 12px; */
    /* height: 24px; */
    border: 0;
    content: unset;

    /* transform: rotate(180deg); */
    /* transition: all .5s ease-in-out; */
}

.stat-anacom-navbar .top-bar .nav-link.dropdown-toggle .username {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--amarelo);
    color: var(--azul);
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.stat-anacom-navbar .top-bar li.nav-item:last-child {
    margin-left: 20px;
}

.stat-anacom-navbar .top-bar li.nav-item:last-child a.nav-link {
    text-decoration: unset;
    color: var(--textInputDark);
    font-size: 14px;
    margin-left: 0;
}

/* NAVBAR - MENU */
.static-top.navbar .menu-bar>.navbar-nav.weblinks {
    gap: 25px;
    flex-flow: row;
}

.static-top.navbar #navbar .menu-bar>.navbar-nav.weblinks>li.nav-item.weblink:first-child {
    display: none;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown {
    position: relative;
    display: flex;
    outline: 0;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.homepage {
    display: none;
}

/* .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>a::before {
    content: url('STAT_icn_menuArrow.svg');
    margin-left: 9px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
} */

/* .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>a.show::before {
    transform: rotate(180deg);
} */

.static-top.navbar .menu-bar>.navbar-nav>li>a {
    outline: 0;
    border: 0;
    font-size: 16px;
    line-height: 44px;
    font-weight: 500;
    color: var(--azul);
    margin-left: 0;
    /* padding: 0 0 8px 0; */
    display: flex;
    flex-direction: row-reverse;
    z-index: 200;
    text-decoration: unset !important;
    /* padding-bottom: 22px */
    padding: 0;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a:after {
    display: none;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a:hover {
    color: var(--azul);
}

.static-top.navbar .menu-bar>.navbar-nav>li>.show {
    font-weight: 600 !important;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a:focus {
    outline: 0;
    border: 0 !important;
}

/* .static-top.navbar .menu-bar>.navbar-nav>li>a:after {
    content: "";
    display: block;
    z-index: 100;
    height: 3px;
    width: 100%;
    background-color: var(--amarelo);
    opacity: 0;
    transition: all 350ms ease-in-out;
    border-radius: .188rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -0.125rem;
    text-align: center;
    border: 0;
} */

.static-top.navbar .menu-bar>.navbar-nav>li>a.show:after {
    opacity: 0;
}

.static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-weight: 500 !important;
}

.static-top.navbar .navbar-nav .dropdown-nav:hover>.dropdown-menu.nav {
    display: block;
    visibility: visible;
    opacity: 1;
}

.static-top.navbar .dropdown-menu.nav {
    /* margin-top: 0;
  border-top: none;
  transition: all 0.2s ease; */

    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1000; */
    border: 0;
    border-radius: 16px;
    padding-top: 50px;
    margin-top: 30px !important;
    background-color: unset;
}

.static-top.navbar .navbar-nav .dropdown-nav {
    position: relative;
}

.dropdown-menu.dropdown-menu-end.show {
    right: -2px;
    gap: 4px;
    align-items: flex-start;
    border-radius: 16px;
    padding: 20px;
    background-color: #ffffff;
    max-width: 250px;
     min-width: 155px;
    width: fit-content;
    box-shadow: 0px 30px 60px 0px #00000033;
    border: 0;
    display: flex;
    flex-direction: column;
}

.dropdown-menu.dropdown-menu-end.show>li {
    width: 100%;
}

.dropdown-item.stat-anacom-dropdown-button {
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--neutro900);
    display: flex;
    min-width: 155px;
}

.dropdown-item.stat-anacom-dropdown-button:hover {
    font-weight: 500;
    background-color: var(--neutro100);
    border-radius: 8px;
    color: var(--neutro900);
}

.dropdown-menu.dropdown-menu-end.show::before {
    content: url('dropdown-arrow.svg');
    position: absolute;
    top: -20px;
    left: 150px;
    width: auto;
    background-size: contain;
    z-index: 1;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav.columns::before {
    content: url('dropdown-arrow.svg');
    position: absolute;
    top: -20px;
    left: 46px;
    width: auto;
    background-size: contain;
    z-index: 1;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav.columns {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 8px;
    align-items: flex-start;
    position: relative;
    border-radius: 16px;
    padding: 20px;
    background-color: #ffffff;
    max-width: 250px;
    min-width: 250px;
    width: fit-content;
    box-shadow: 0px 30px 60px 0px #00000033;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav>a {
    /* margin-bottom: 1rem; */
    display: flex;
    align-items: center;
    width: 100%;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav>a.dropdown-item {
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--neutro900);
    display: flex;
    border: none;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav>a.dropdown-item .image-container {
    margin-right: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    width: fit-content;
    border-radius: 50%;
    background-color: var(--neutro100);
    transition: background-color 0.3s ease;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav>a.dropdown-item .image-container>img {
    width: 18px;
    height: auto;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav>a.dropdown-item:hover {
    font-weight: 500;
    background-color: var(--neutro100);
    border-radius: 8px;
}

.static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown-nav>ul.dropdown-menu.nav .submenu.nav>a.dropdown-item:hover .image-container {
    background-color: var(--alerta500);
}

/* MENU - RESPONSIVE */
.stat-anacom-navbar.navbar-dark .navbar-toggler,
.stat-anacom-navbar.navbar-dark .navbar-toggler:hover,
.stat-anacom-navbar.navbar-dark .navbar-toggler:focus {
    border: 0;
    background-color: unset;
}

.stat-anacom-navbar.navbar-dark .navbar-toggler.collapsed::after {
    content: url('STAT_icn_menuHamb.svg');
    height: 24px;
}

.stat-anacom-navbar.navbar-dark .navbar-toggler::after {
    content: url('STAT_icn_close.svg');
    height: 24px;
}

.stat-anacom-navbar.navbar-dark .custom-search-toggler.navbar-toggler {
    margin: 0;
}

.stat-anacom-navbar.navbar-dark .custom-search-toggler.navbar-toggler.collapsed::after {
    content: url('/STAT_icn_search_24x24.svg');
    height: 24px;
}

.stat-anacom-navbar.navbar-dark .custom-search-toggler.navbar-toggler::after {
    content: url('STAT_icn_close.svg');
    height: 24px;
}

@media(min-width: 993px) {
    .stat-anacom.form-search {
        display: flex;
    }

    .navbar-collapse.show {
        overflow-y: hidden;
    }
}

@media(min-width:1024px) {
    .stat-anacom.form-search {
        min-width: 185px;
    }
}

@media(min-width:1440px) {
    .stat-anacom.form-search {
        min-width: 185px;
    }
}

    
@media(min-width:2000px) {
     .first-line-container {
        gap: 20px;
     }
     .stat-anacom-navbar .first-line .navbar-brand.navbar-header {
        margin-right: 20px;
     }
     .static-top.navbar .menu-bar>.navbar-nav.weblinks {
        gap: 20px;
     }
     .search-section {
        width: min-content;
     }
}
/* NAVBAR - SEARCH */
.stat-anacom.form-search {
    border: 1px solid var(--neutro100);
    background-color: var(--neutro50);
    border-radius: 8px;
    padding: 3px 4px 3px 16px;
    align-items: center;
    width: min-content;
    /* min-width: 357px; */
}

.stat-anacom.form-search .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.stat-anacom.form-search .input-group label {
    color: var(--textInputMedium);
}

.stat-anacom.form-search input.form-control {
    border: 0;
    background-color: unset;
    padding: 0 !important;
    font-size: 16px;
    line-height: 28px;
    color: var(--carvao) !important;
    outline: 0;
    box-shadow: inset 0 0 0 1px rgba(247, 248, 250, 0), inset 0 0 0 100px rgba(247, 248, 250, 1);
}

.stat-anacom.form-search input.form-control::placeholder {
    color: var(--textInputMedium) !important;
    opacity: 1;
}


.stat-anacom.form-search button.btn.btn-primary {
    background-color: unset;
    border: 0;
    padding: 0;
}

/* INPUT SEARCH */
.stat-anacom-input-container {
    border: 1px solid var(--neutro200);
    background-color: transparent;
    border-radius: 8px;
    padding: 15px 32px 15px 16px;
    align-items: center;
    align-self: start;
    display: flex;
    justify-content: space-between;
    min-width: 439px;
}

.stat-anacom-input-container input.form-control {
    border: 0;
    background-color: unset;
    padding: 0 !important;
    font-size: 16px;
    line-height: 28px;
    color: var(--textInputDark) !important;
    outline: 0;
    box-shadow: inset 0 0 0 1px rgba(247, 248, 250, 0), inset 0 0 0 100px transparent;
}

.stat-anacom-input-container input.form-control::placeholder {
    color: var(--textInputMedium) !important;
    opacity: 1;
}

.static-top.navbar .navbar-collapse {
    width: fit-content;
    padding: 0;
}

.stat-anacom-navbar .first-line .search-section-mobile {
    display: none;
}

#navbar-mobile {
    display: none;
}

@media(max-width: 575px) {
    .stat-anacom-input-container {
        min-width: 239px;
    }
}

@media (min-width: 993px) {
    .navbar-expand-xl .navbar-toggler {
        display: none !important;
    }
}

@media (max-width:992px) {

    #navbar {
        display: none !important;
    }

    #navbar-mobile.show {
        display: flex;
        padding-top: 18px;
    }

    .stat-anacom-navbar,
    .stat-anacom-navbar.static-top.navbar-dark {
        padding-bottom: 0;
    }

    .page-content {
        padding-top: 78px;
    }

    #mainContent {
        /* margin-top: -280px; */
        /* margin-top: -195px; */
        /* margin:0;
        padding:0; */
    }

    .stat-anacom-navbar .second-line {
        flex-direction: column-reverse;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks {
        gap: 0px;
        flex-flow: column;
        align-items: baseline;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.homepage {
        display: flex;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li:first-child{
        display: none;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        border: 1px solid #fff;
        border-left: 0;
        color: var(--azul);
    }

    .static-top.navbar .menu-bar>.navbar-nav>li>a {
        padding: 24px 32px;
        line-height: 28px;
        justify-content: flex-end;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li>a.nav-link:first-child {
        flex: 1;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li>a.nav-link.dropdown-toggle {
        background-color: #F1F3F8;
        align-items: center;
        border-left: 1px solid #fff !important;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li>a.nav-link.dropdown-toggle img {
        width: 14px;
        height: 14px;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>a::before {
        margin-left: 14px;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>a:after {
        display: none;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown.current-page-dropdown {
        position: relative;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown.current-page-dropdown>a:after {
        /* display: block; */
        display: none;
        border-radius: 0;
        width: 6px;
        height: 100%;
        opacity: 1;
        right: unset;
        bottom: 0;
        transition: unset;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.parentLinkControl.current-page-dropdown {
        position: relative;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.parentLinkControl.current-page-dropdown>a:after {
        display: block;
        border-radius: 0;
        width: 6px;
        height: 100%;
        opacity: 1;
        right: unset;
        bottom: 0;
        transition: unset;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu {
        border: 0;
        background-color: var(--neutro100);
        position: unset;
        /* padding: 32px 0; */
        width: 100%;
        max-width: unset;
        border-radius: unset;
        box-shadow: none;
    }

    /* .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu::before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(1992%) hue-rotate(177deg) brightness(100%) contrast(95%);
        top: 74px;
    } */

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu .submenu {
        /* padding: 0 32px; */
        padding: 0;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu .submenu.columns {
        gap: 1rem;
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu .submenu.columns.active::before {
        content: none !important;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu .submenu.columns li {
        color: var(--azul);
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu .submenu.columns a.dropdown-item {
        display: flex;
        padding: 12px;
        background-color: unset;
        color: var(--azul);
        border: 0;
    }

    .static-top.navbar .menu-bar>.navbar-nav.weblinks>li.dropdown>ul.dropdown-menu .submenu.columns a.dropdown-item img {
        width: 24px;
        height: 24px;
        margin-right: .5rem;
    }

    .stat-anacom-navbar .home-default {
        display: none;
    }

    .stat-anacom-navbar .home-mobile {
        display: block;
        position: relative;
        left: 30px;
    }



    .stat-anacom-navbar ul li.language,
    .stat-anacom-navbar ul li.default-language {
        display: none;
    }

    .stat-anacom-navbar .languages-mobile li.language-mobile,
    .stat-anacom-navbar .languages-mobile li.language-mobile.default-language-mobile {
        display: block !important;
        padding: 14px 0px;
    }

    #navbar-mobile .active {
        position: relative;
    }

    #navbar-mobile .active::before {
        content: '';
        border-left: 6px solid var(--amarelo);
        position: absolute;
        left: 0;
        height: 100%;
    }

    .stat-anacom-navbar .languages-mobile {
        display: flex;
        flex-direction: column;
        list-style: none;
        border-top: 1px solid var(--neutro200);
        padding: 0 32px;
    }

    .stat-anacom-navbar .languages-mobile li.language-mobile.default-language-mobile.selected a,
    .stat-anacom-navbar .languages-mobile li.language-mobile.selected a,
    .stat-anacom-navbar .languages-mobile li.language-mobile.default-language-mobile a,
    .stat-anacom-navbar .languages-mobile li.language-mobile a {
        font-size: 16px;
        font-weight: 500;
        color: var(--azul);
        text-transform: capitalize;
        text-decoration: none;
        margin: 0;
    }

    .stat-anacom-navbar .languages-mobile li.language-mobile.default-language-mobile a::after {
        content: none !important;
    }

    .stat-anacom-navbar .languages-mobile li.language-mobile a img {
        margin: 8px 8px 8px 0px;
        height: 32px;
        width: 32px;
        object-fit: contain;
    }

    .stat-anacom-navbar .languages-mobile li.language-mobile.default-language-mobile.selected:after {
        content: url('STAT_icn_check.svg');
        margin-left: 8px;
        align-content: center;
    }

    .stat-anacom-navbar .languages-mobile li.language-mobile.selected:after {
        content: url('STAT_icn_check.svg');
        margin-left: 8px;
        align-content: center;
    }

    .stat-anacom-navbar .top-bar li.nav-item:last-child {
        margin-left: unset;
    }

    .stat-anacom-navbar.navbar-dark .navbar-toggler {
        margin: 0;
    }

    .search-section {
        margin: 0 1rem;
    }

    .stat-anacom.form-search {
        min-width: unset;
        width: 100%;
    }

    .stat-anacom-navbar .top-bar #signin-section a.stat-anacom-link-button span {
        margin-left: 0;
        content: url('STAT_icn_user.svg');
    }

    .stat-anacom-navbar .top-bar .nav-link.dropdown-toggle .username {
        min-height: 30px;
        min-width: 30px;
        font-size: 14px;
        line-height: 14px;
    }

    /* .stat-anacom-navbar .first-line {
        padding: 22px 16px;
        max-width: 100%;
    } */

    .static-top.navbar .navbar-collapse {
        min-height: calc(100vh - 58px);
    }

    .stat-anacom-navbar .first-line .navbar-brand.navbar-header img {
        width: 135px !important;
        height: 40px !important;
    }

    .navbar-brand.navbar-header .xrm-attribute-value {
        display: flex;
    }

    .menu-bar {
        width: 100%;
    }


}

/** TAB COMPONENT **/
.page-content.one-column #mainContent.profile-page {
    margin-top: 4rem;
        min-height: calc(100vh - 750px);
}

.stat-anacom-items-desktop {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.stat-anacom-items-desktop.contacts {
    padding-bottom: 90px;
    gap: 0;
}
.stat-anacom-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

}

.stat-anacom-tab::after {
    content: '';
    background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, white 100%);
    height: 100%;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.stat-anacom-tab::before {
    content: '';
    background: linear-gradient(90deg, white 0%, rgba(230, 230, 230, 0) 100%);
    height: 100%;
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.show-before::before {
    display: block;
}



/* Hide scrollbar for Chrome, Safari and Opera */
.stat-anacom-tab::-webkit-scrollbar {
    display: none;
}

.stat-anacom-tab>.stat-anacom-tab-header {
    padding: .5rem 1rem;
    border: none;
    background-color: transparent;
    white-space: nowrap;
    outline: 0;
}

.stat-anacom-tab>.stat-anacom-tab-header:hover {
    background-color: var(--neutro);
}

.stat-anacom-tab>.stat-anacom-tab-header.active {
    border-top: 2px solid var(--amarelo);
    background-color: var(--neutro);
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.stat-anacom-tab-content {
    padding: 64px;
    margin-top: 64px;
    background-color: var(--neutro100);
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}
.stat-anacom-items-desktop.contacts .stat-anacom-tab-content {
  margin-top: 0;
}
.stat-anacom-profile-content {
    border-radius: 8px;
    border: 1px solid var(--neutro200);
    background-color: white;
    padding: 32px;
    margin-bottom: 150px;
}

.stat-anacom-profile-content#contact_profle_3 {
    padding: 32px 10px 32px 32px;
}

.notif-list {
    gap: 16px;
    padding-top: 10px;
    /* max-height: 380px;
    overflow: auto; */
    padding-right: 22px;
}

.notif-list::-webkit-scrollbar {
    width: 8px;
}

.notif-list::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

.notif-list::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.notif-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* .stat-anacom-profile-content-info */
.stat-anacom-profile-content-mobile {
    padding-bottom: 30px !important;
    border-bottom: 1px solid var(--neutro200);
}

.stat-anacom-profile-content-mobile:last-child {
    border-bottom: none;
    padding-bottom: 40px !important;
}

.stat-anacom-box-map {
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 0;
    height: 264px;
    width: 423px;
    top: -64px;
    right: 64px;
    background-color: white;
}

.esri-view .esri-view-surface:focus:after {
    outline: none !important;
}

.esri-view .esri-attribution {
    display: none;
}

.stat-anacom-tab-content p {
    margin-bottom: 1rem !important;
}

/** DROPDOWN **/
.stat-anacom-dropdown {
    position: relative;
    display: inline-block;
}

.stat-anacom-dropdown>.stat-anacom-dropdown-btn {
    border: none;
    border-top: 4px solid var(--amarelo);
    background-color: var(--neutro);
    color: var(--textInputDark);
    padding: 32px 16px 32px 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.stat-anacom-dropdown>.stat-anacom-dropdown-btn::before {
    content: url('STAT_icn_menuArrow.svg');
    margin-left: 8px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

.stat-anacom-dropdown>.stat-anacom-dropdown-btn.show::before {
    transform: rotate(180deg);
}

.stat-anacom-dropdown>.stat-anacom-dropdown-content {
    display: none;
    position: absolute;
    background: var(--neutro);
    overflow: auto;
    z-index: 1;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    /* border-top: 2px solid var(--neutro200); */
    -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.16);
}

.stat-anacom-dropdown>.stat-anacom-dropdown-content.show {
    display: block;
    /* margin-top: 2px; */
    border-radius: 6px;
}

.stat-anacom-dropdown>.stat-anacom-dropdown-content>.stat-anacom-dropdown-item {
    color: var(--textInputDark);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 16px;
    text-decoration: none !important;
    display: block;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

/** BOX **/
.stat-anacom-box-quick-links {
    -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--neutro50);
    display: flex;
    padding: 64px;
    gap: 26px;
    flex-direction: column;
}
.stat-anacom-box-quick-links .stat-anacom-link-button {
    align-items: self-start;
}
.stat-anacom-box-quick-links .stat-anacom-link-button span {
    padding-bottom: 0;
}
.stat-anacom-box-quick-links .stat-anacom-link-button img {
    margin-top: .25rem;
}
.stat-anacom-box-quick-links>span,
.stat-anacom-box-quick-links>p {
    margin-bottom: 6px;
}

.stat-anacom-navbar .smaller-desktop {
    display: none;
}

@media (max-width:1400px) {
    .stat-anacom-box-map {
        width: 298px;
    }
}

@media (max-width:1208px) {
    .page-content {
        padding-top: 130px;
    }
}

@media (max-width:992px) {

    .image-container {
        width: fit-content;
    }

    .page-content {
        padding-top: 80px;
    }

    .stat-anacom-tab-content {
        padding: 96px 32px 32px 32px;
    }

    .stat-anacom-profile-content {
        padding: 16px;
    }


    .stat-anacom-box-map {
        height: 128px;
    }

    .stat-anacom-items-desktop>div * {
        text-align: left !important;
        word-break: break-word;
    }

    .stat-anacom-navbar .first-line {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .stat-anacom-navbar .first-line .search-section-mobile {
        display: flex;
    }

    .stat-anacom.form-search.show {
        margin-top: 18px;
    }

    .stat-anacom.form-search.collapsing {
        margin-top: 18px;
    }

    .stat-anacom-navbar .first-line .search-section {
        display: none;
    }

    .first-line-container {
        /* align-items: flex-start; */
        gap: 0;
        /* margin-top: 1rem;
        margin-bottom: 1rem; */
    }

    .first-line-container .row {
        width: 100%;
    }


}

@media (max-width:575px) {
    .stat-anacom-profile-content {
        margin-top: 24px;
        margin-bottom: 105px;
    }

    .stat-anacom-box-quick-links {
        padding: 32px;
    }

    .stat-anacom-box-map {
        right: 32px;
        width: 214px;
    }

    .page-content.one-column #mainContent.profile-page {
        margin-top: 2.875rem;
    }

    .stat-anacom-dropdown>.stat-anacom-dropdown-btn {
        padding: 10px 1rem;
    }

    .stat-anacom-tab-content#contact_profile_2 {
        gap: 16px !important;
    }

    .stat-anacom-tab-content#contact_profile_2 .stat-anacom-title-semi-20-azul {
        margin-bottom: 28px !important;
    }

}

.stat-anacom-tab-content#contact_profile_2 {
    gap: 32px;
}

.stat-anacom-tab-content#contact_profile_2 .stat-anacom-title-semi-20-azul {
    margin-bottom: 5px;
}

@media (max-width:320px) {
    .stat-anacom-box-map {
        width: 184px;
    }
}



/* BREADCRUMB */
.page-heading {
    padding-top: 32px;
}

.page-heading .breadcrumb {
    padding: 0;
    margin-bottom: 32px;
}

.page-heading .breadcrumb-item a,
.page-heading .breadcrumb-item span {
    margin-left: 0;
    border-bottom: 3px solid var(--neutro900);
    padding: 0 0 10px 0;
    display: flex;
    font-weight: 500;
}

.page-heading .breadcrumb-item a:hover {
    text-decoration: unset;
}

.page-heading .breadcrumb-item.active {
    display: none;
}

.page-heading .breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}

.page-heading .breadcrumb-item+.breadcrumb-item::before {
    content: url('STAT_icn_arrowBreadcrumb.svg');
    padding-right: 4px;
}

.page-heading .page-header {
    margin: 0;
    padding: 0;
}

.page-heading .page-header .page-header-title {
    font-size: 32px;
}

.flexbox {
    height: 100%;
}

ul>li,
ol>li,
ul>li>p,
ol>li>p {
    margin-bottom: 0px;
    font-family: var(--notosans) !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
    color: var(--textInputDark);
}

.stat-anacom-divider {
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}


.title-news {
  /* font-size: 40px;  */
    font-size: 35px; 
    font-weight: 500;
    /* line-height: 60px;  */
    line-height: 40px; 
  /* margin-top: 120px; */
    margin-top: 60px; 
    /* margin-bottom: 60px; */
    margin-bottom: 40px;
    color:#23282E
}

.title-areas {
  /* font-size: 40px;  */
    font-size: 35px; 
    font-weight: 500;
    /* line-height: 60px;  */
    line-height: 40px; 
    /* margin-top: 120px; */
    margin-top: 60px; 
    color: #23282E;
    /* margin-bottom: 56px; */
    margin-bottom: 30px;
}

.title-grid {
    /* font-size: 40px;  */
    font-size: 35px; 
    font-weight: 500; 
    /* line-height: 60px;  */
    line-height: 40px; 
    /* margin-top: 80px;  */
    margin-top: 60px; 
    /* margin-bottom: 60px; */
    margin-bottom: 30px;
    color:#23282E

}

.sectionBlockLayout.quiz{
    /* margin-top: 80px; */
    margin-top: 60px;
}

@media (max-width: 768px) {

    .title-grid,
    .title-news,
    .title-areas {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .title-news,
    .title-areas {
        margin-top: 24px;
    }

    .title-grid {
        margin-top: 40px;
    }

    .sectionBlockLayout.quiz {
        margin-top: 32px;
    }

    .header-page {
        height: 228px;
    }

    .page-content.one-column.fullwidth #mainContent {
        margin-top: -95px;
        /* margin-top: -125px; */
        /* margin-top: -225px; */
    }

    .page-content.one-column #mainContent {
        margin-top: -100px;
        /* margin-top: -225px; */
    }

    .page-content.no-header .header-page {
        height: unset;
        background-image: unset;
        margin-bottom: 32px;
    }

    .page-heading {
        padding-top: 22px;
    }

    .page-heading .breadcrumb {
        margin-bottom: 30px;
    }

    .breadcrumb .breadcrumb-item {
        display: none;
    }

    .page-heading .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
        align-items: center;
    }

    .page-heading .breadcrumb-item+.breadcrumb-item::before {
        content: url('STAT_icn_arrowBreadcrumbMobile.svg');
        padding-right: 14px;
    }

    .page-heading .breadcrumb-item::before {
        content: url('STAT_icn_arrowBreadcrumbMobile.svg');
        padding-right: 14px;
    }

    .page-heading .breadcrumb-item a,
    .page-heading .breadcrumb-item span {
        border-bottom: 0;
        font-size: 14px;
        padding: 0;
    }

    .page-heading .page-header .page-header-title {
        font-size: 24px;
    }

    /* SLIDE CHARTS */

    /* Container Slider */
    .slider-container {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    /* Wrapper  Slider */
    .slider-wrapper {
        display: flex;
        transition: transform 0.3s ease-in-out;
        touch-action: pan-y;
    }

    /* Item  Slider */
    .slider-item {
        width: 100%;
        box-sizing: border-box;
        flex-shrink: 0;
        display: grid;
        gap: 16px;
        height: auto;
    }

    .slider-wrapper::after,
    .slider-wrapper::before {
        display: table;
        content: "";
    }

    /*Dots*/
    .slider-indicators {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 32px;


    }

    .slider-indicators .dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #CDD2DC;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s;
        margin-left: 5.5px;
    }

    .slider-indicators .dot.active {
        background-color: #2B363C;
    }

    /* .desktop-layout {
        display: none;
    } */

    .title {}

    .mobile-layout {
        display: block !important
    }
}

.mobile-layout {
    display: none;
}

/* KEYWORDS */
.stat-anacom-keywords {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.stat-anacom-keywords>.stat-anacom-keyword {
    background-color: #FFE699;
    border-radius: 100px;
    padding: 4px 16px 4px 16px;
    font-family: var(--notosans);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: var(--textInputDark);
}

/* LOGIN */
.signinpage {
    min-height: calc(100vh - 100px);
    padding-top: 0px;
    display: flex;
    align-items: center;
}


.signinpage .nav.nav-tabs.nav-account {
    display: none;
}

.signinpage .login-heading-section {
    font-weight: normal;
    font-size: 18px;
    color: var(--azul);
}

@media(max-width: 768px) {

    .signinpage {
        padding-top: 60px;
            min-height: calc(100vh - 60px);
        padding-bottom: 60px;
    }

    .signinpage .login-heading-section {
    font-weight: normal;
    font-size: 16px;
}
}

/* PREVIEW MODE */

.preview-mode {
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    align-content: center
}

.preview-mode-card {
    color: var(--neutro800);
    justify-content: center;
    display: flex;
    width: fit-content;
    height: 44px;
    padding: 4px 40px 4px 40px;
    gap: 10px;
    border-radius: 0px 0px 8px 8px;
    background: var(--neutro100);
    align-items: center;
}

.preview-img-mode {
    z-index: -1;
    position: absolute;
    opacity: 20%;
    color: #2B363C;
    top: 85px;
    left: 75px;
}

.site-tools {
    padding-left: 2rem;

}

.site-tools .site-tools-info {
    display: flex;
    flex-direction: row;
    gap: 16px;

    .icon {
        img {
            width: 20px;
            height: 20px;
        }

        p {
            text-transform: uppercase;
            color: var(--textInputMedium);
            font-weight: 500;
            font-size: 14px;
        }
    }

    .description {

        .icon-button {
            text-transform: uppercase;
            color: var(--textInputMedium);
            font-weight: 500;
            font-size: 14px;

        }
    }
}

.roles-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex-wrap: wrap;
}

.roles-inline .item {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
}

.roles-inline .item img {
    width: 1rem;
    height: 1rem;
}

.body-message * {
    max-width: 100% !important;
    font-size: unset !important;
    font-family: var(--notosans) !important;
}

.body-message figure,
.body-message img {
    max-width: 100% !important;
}

.body-message a {
    color: #034ad8 !important;
    text-decoration: underline !important;
}

.body-messsage span {
    white-space: pre-line;
}

.stat-anacom-tab-content .body-message p {
    margin: 0 !important;
}