.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
    transform: scale(1.1);
    filter: url(#shadow);
}

#preloaderAjax {
    height: 100vh;
    width: 100vw;
    font-family: Helvetica;
    background: #ffffff;
    opacity: 0.9;
}

.spinner {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--text {
    position: absolute;
    color: black;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

.loader--text:after {
    content: "Carregando";
    color: black;
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loading-text {
    0% {
        content: "Carregando";
    }
    25% {
        content: "Carregando.";
    }
    50% {
        content: "Carregando..";
    }
    75% {
        content: "Carregando...";
    }
}

.texto-acessibilidade a {
    font-size: .8em;
    color: #ffff;
}

.texto-acessibilidade a:hover {
    color: #000;
    background-color: #ddd;
}

.texto-acessibilidade a:focus {
    color: #000;
    background-color: #ddd;
}

header .container-fluid .texto-acessibilidade span {
    background-color: #ffff;
    color: #000;
}

@media (max-width: 600px) {
    .header-inner .logo a {
        padding: 6px 6px;
        font-size: 10px;
    }

    .header-inner > li:not(:last-child) {
        margin-right: -25px;
    }

    .top-menu > li > a {
        height: 24px;
        min-width: 24px;
    }
}

#sidebar a:hover {
    color: white !important;
    background-color: #4285f4 !important;
}

#sidebar a:focus {
    color: white !important;
    background-color: #4285f4 !important;
}

.sub-menu a:hover {
    color: white !important;
    background-color: #4285f4 !important;
}

.img-banner {
    height: 249px;
    padding: 15px 15px 15px 50px;
}

.div-link-banner {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 990px) {
    .img-banner {
        height: 230px;
        margin-top: 10px;
        padding-left: 10px;
    }

    .div-link-banner {
        position: relative;
        padding-top: 20px;
    }
}

.item-footer:hover {
    background-color: unset !important;
    text-decoration: none !important;
}

.item-footer:focus {
    background-color: unset !important;
    text-decoration: none !important;
    color: white !important;
}

.titulo-menu-principal {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
}

.titulo-menu-sub-principal {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-section-2 {
    background-color: #EAEAEA;
    border-radius: 13px;
    box-shadow: 0px 4px 10px #bbbbbb;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 17px;
    height: 75px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.text-card-section-2 {
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: auto;
    margin-top: auto;
    line-height: 14px;
}

.img-card-section-2 {
    cursor: pointer;
    margin-left: 10px;
    height: 35px;
}

.img-card-section-2-none {
    display: none;
    cursor: pointer;
}

.card-section-2:hover .text-card-section-2 {
    color: white;
}

.card-section-2:hover .img-card-section-2 {
    display: none;
}

.card-section-2:hover .img-card-section-2-none {
    display: unset;
    cursor: pointer;
}

.div-link {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}


.busca-menu-principal form {
    color: #555;
    height: 70px;
    display: flex;
    padding: 20px;
    border: 1px solid currentColor;
    border-radius: 20px;
    margin-top: 10px;
}

.busca-menu-principal input[type="search"] {
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 20px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
}

.busca-menu-principal input[type="search"]::placeholder {
    color: #bbb;
}

.busca-menu-principal form.nosubmit {
    border: none;
    padding: 0;
}

.busca-menu-principal input.nosubmit {
    border: 1px solid #ad0d2d;
    width: 100%;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.busca-menu-principal a {
    font-weight: 900;
    font-size: 0.88571rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #ad0d2d;
    transition: color .2s;
}

.busca-menu-principal a:hover {
    color: #003c82;
}
