canvas.leaflet-layer.leaflet-zoom-animated.velocity-overlay{
    height: 360px;
}
.modal-backdrop {
    z-index: 1050; /* Certifique-se de que o backdrop do modal está acima do Intro.js */
}

#aviso-modal {
    z-index: 1060; /* Certifique-se de que o modal está acima do backdrop */
}

.tab-content1,
.tab-content2 {
    display: none;
}

.cidade-titulo{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
}

.bg-hoje{
    background-color: #f0f0f0;
    border-top: 1px solid #3333334d;
    border-bottom: 1px solid #3333334d;
    border-radius: 0px 0px 5px 5px;
}

.previsao-numerica-num{
    font-size: 30px;
}

.info {
    text-align: right;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.chamadas {
    text-decoration: underline;
    text-decoration-color: #1351b476;
    padding: 0;
}

.aviso-prev {
    background-color: rgba(255, 0, 0, 0.298);
    border-radius: 5px;
    padding: 5px;
}

/* avisos: Notas conjuntas e Boletins */
.boletins p {
    text-align: justify;
    font-size: 14px;
}

.boletins h4 {
    font-size: 20px;
}

.div00 {
    padding-top: 0px;
    padding-left: 5%;
    margin-top: 0px;
}

.div0 {
    padding: 5%;
}

.div0 h4 {
    padding-top: 0px;
    margin-top: 0px;
}

.div1 {
    background-color: #3333330a;
    border-radius: 2%;
    margin-top: 5%;
    padding: 5%;
}

.div1 h4 {
    padding-top: 0px;
    margin-top: 0px;
}

/* CAMPO: Previsão Numérica */
.previsao-numerica td {
    color: #333;
}

.previsao-prob-img {
    height: 10px;
    width: 700px;
    padding: 10px;
}

#loading-bar {
    display: none;
    position: relative;
    height: 4px;
    background-color: #007BFF;
}

#loading-progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #28A745;
    transition: width 0.3s ease-in-out;
}

.horario {
    background-color: rgb(0, 0, 0);
    padding: 3px 0px 3px 0px;
    border-radius: 50px;
    color: white;
}

.hoje-titulo {
    background-color: rgb(0, 0, 0);
    padding: 3px 20px 3px 20px;
    border-radius: 90px;
    color: white;
}

.hoje {
    background-color: #f0f0f0;
    border-radius: 0px 0px 5px 5px;
    padding: 35px 0px 30px 0px;
}

/* CAMPO: Satelite */

.sat-r {
    border-radius: 5px;
}

.satelite {
    background-image: url("/img/dsat-fundo.png");
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    border-bottom: none;
}

.sat-img {
    border-radius: 5px 5px 0px 0px;
}

.sat-p a {
    background-color: #5c72ff4c;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;

}

.map-img {
    border-radius: 5px;
}

.satelite p {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.351);
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.satelite a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/* CAMPO: Meteograma container*/
.container-meteograma {
    overflow-x: scroll;
    display: flex;
    position: relative
}

.container-meteograma::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
    display: flex;
    height: 0.3em;
    border-radius: 5px;
}

.container-meteograma::-webkit-scrollbar {
    background-color: #eeeef3;
    display: flex;
    height: 0.4em;
    border-radius: 5px;
}

/* CAMPO: Meteograma (fica abaixo dos próximos dias)*/
.meteograma {
    text-align: center;
    justify-content: center;
    padding: 2em;
    padding-top: 2px;
    border-radius: 5px;
    background-color: #ffffff;
}

.titulo-meteograma {
    padding-top: 0.2em;
}

.botao-padrao {
    padding: 10px;
    font-size: 17px;
    border-radius: 5px;
    border: none;
}

.botao-padrao:hover {
    background-color: rgba(75, 75, 75, 0.861);
    color: white;
}

.botao-padrao.active {
    background-color: rgb(75, 75, 75);
    color: white;
}

.pd-prox-data {
    border: 1px solid #6d6d6d73;
    border-radius: 5px;
}

.meteograma-modelos img {
    border-radius: 5px;
}

/* CAMPO: Próximos dias */
.container-proximosDias {
    overflow-x: scroll;
    display: flex;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
}

.container-proximosDias::-webkit-scrollbar-thumb {
    background-color: #6d6d6d73;
    display: flex;
    height: 0.4em;
    border-radius: 5px;
}

.container-proximosDias::-webkit-scrollbar {
    background-color: #eeeef3;
    display: flex;
    height: 0.5em;
    border-radius: 5px;
}

.botao-proximos-dias {
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;   
    padding: 8px;
    display: inline-block;
    min-width: 215px;
    height: auto;
    background-color: #f0f0f0;
    font-size: 17px;
    border: none;
    pointer-events: none;
    margin: 10px 10px;
    padding-left: 10px;
}


.botao-proximos-dias i {
    pointer-events: all;
    margin: 16px;  
}

.botao-proximos-dias.active {
    background-color: #4b4b4b;
}

.botao-proximos-dias span {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.botao-proximos-dias i {
    margin: 5px 5px;
    font-size: 1.4em;
}

.botao-proximos-dias b {
    font-size: 20px;
}

.botao-proximos-dias.active span {
    color: rgb(255, 255, 255);
}

.icone-uv {
    width: 32px;
    height: 32px;
}

/* CAMPO: botões (clima, previsão numérica, satélite, ondas, nowcasting) */
.botoes-icone {
    font-size: 48px;
    color: #1351B4;
    padding-top: 20px;
}

/* CAMPO: Nossas aplicações */
.cartao-link {
    text-align: center;
    padding-top: 0;
}

.nossas-aplicacoes-img {
    height: 52px;
    width: 52px;
}

.nav-link {
    color: #333;
    font-size: 16px;
}

.highcharts-root {
    border-radius: 5px;
    display: block;
}

.tab-pane {
    margin: 1.2em;
}

.navbar-expand-lg {
    box-shadow: 0 7px 10px -10px #333;
}

.avisos-importantes {
    padding-right: 2em;
}

/* Container para o iframe */
.iframe-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 5px;
    /* Para evitar que o iframe estoure o container */
}

/* Iframe que vai ocupar todo o container */
.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Div invisível que cobre os 25% inferiores do iframe */
.clickable-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    /* Cobre os 25% inferiores */
    background-color: rgba(255, 255, 255, 0);
    /* Apenas para visualização, pode ser removido */
    cursor: pointer;
    /* Muda o cursor para indicar que é clicável */
}

/* Div não clicável que cobre os 75% superiores do iframe */
.non-clickable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    /* Cobre os 75% superiores */
    background-color: rgba(255, 0, 0, 0);
    /* Apenas para visualização, pode ser removido */
    pointer-events: none;
    /* Não permite clique nessa área */
}


/* CORES: */
.chuva {
    color: #3490DC;
}

.umidade {
    color: #00579E;
}

.temperatura-minima {
    color: #54AAF1;
}

.temperatura-maxima {
    color: #FF5858;
}

.indice-uv-cor{
    color: #ff5d05;
}

.branco {
    color: white;
}

.autocomplete-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
    border: 1px solid #88888885;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.autocomplete-list li {
    color: #333;
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
}

.autocomplete-list li:hover {
    background-color: #8888885e;
}

#autocomplete-results li.selected {
    background-color: #8888885e;
}

.lista-accordion {
    margin-bottom: 3%;
    border-radius: 5px;
    border-right: 1px solid #d7d6d6;
    border-left: 1px solid #d7d6d6;

}

.curva-nav {
    border-bottom-width: 0px
}

.borda-semanas {
    border: 1px solid #e4e7ea;
    border-radius: 5px;
}

.tabela-prev span {
    font-size: 25px;
}

/*MODIFICAÇÕES DE TAMANHOS (mobile, tablet, desktop): */
/* TAMANHO PEQUENO */
@media screen and (min-width: 0px) and (max-width: 990px) {

    /*itens repetidos*/
    .centro-pequeno {
        justify-content: center;
        text-align: center;
    }

    .desaparece-pequeno {
        display: none;
    }

    .invisivel-pequeno {
        visibility: hidden;
    }

    /* CAMPO: Busca*/
    .busca {
        margin: 10px auto 10px auto;
        width: 96%;
    }
    /* CAMPO: Botão notas conjuntas e boletins*/
    .botao-aviso {
        margin: 10px auto 10px auto;
        width: 91%;
    }

    /* CAMPO: Previsão Numérica */
    .previsao-numerica {
        margin: 10px auto 10px auto;
        width: 94%;
    }

    .previsao-numerica h4 {
        font-size: 1.5em;
        text-align: center;
        justify-content: center;
    }

    .previsao-numerica span {
        font-weight: 700;
    }

    .previsao-numerica-icone {
        font-size: 2.5em;
    }

    .previsao-numerica-num-grande {
        font-size: 35px;
        font-weight: 600;
    }

    .previsao-numerica-num {
        font-size: 25px;
    }

    .previsao-numerica-titulo {
        font-size: 20px;
    }

    /* CAMPO: satélite */
    .satelite {
        margin: 0px auto 10px auto;
        width: 95%;
    }

    /* CAMPO: previsão probailistica */
    .cptec-card h4 {
        font-size: 1.5em;
        text-align: center;
        justify-content: center;
    }

    /*modificações no bootstrap*/
    .container-fluid {
        padding-bottom: 10px;
    }

    /*inverter a ordem do campo busca pelo botão de notas no mobile*/
    .box1 {
        order: 2;
        /* Coloca a .box1 depois na ordem */
    }

    td {
        padding: 1px;
        text-align: center;
    }

    .previsao-prob-img {
        height: 10px;
        padding: 10px;
    }

    .reset-zoom-button {
        display: none;
    }

    .highcharts-button {
        display: none;
    }

    .highcharts-reset-zoom {
        display: inline;
    }

    .alerta-00 {
        line-height: 33px;
    }

    .alerta-01 {
        line-height: 33px;
    }

    .alerta-02 {
        line-height: 33px;
    }

    .alerta-03 {
        line-height: 33px;
    }

    .alerta-05 {
        line-height: 33px;
    }

}


/* TAMANHO MÉDIO */
@media screen and (min-width: 991px) and (max-width: 1599px) {
    .vertical-center {
        padding-left: 36px;
        padding-right: 0px;
    }

    .highcharts-reset-zoom {
        display: none !important;
    }

    /*itens repetidos*/
    .desaparece-medio {
        display: none;
    }

    /* CAMPO: Botão aviso */
    .botao-aviso {
        width: 600em;
        padding-left: 0px;
        margin-left: 0px;
    }

    .previsao-numerica h4 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .previsao-numerica td {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    /* CAMPO: Previsão Numérica */
    .previsao-numerica-titulo {
        font-size: 15px;
        font-weight: 900;
    }

    .previsao-numerica-num {
        font-size: 25px;
    }

    .previsao-numerica-num-grande {
        font-size: 50px;
        font-weight: 600;
    }

    .previsao-numerica td {
        font-size: 15px;
    }

    .previsao-numerica-icone {
        font-size: 2.5em;
    }

    .previsao-numerica span {
        font-weight: 700;
    }

    .prevExtr {
        font-size: 23px;

    }

    .hoje-texto {
        padding-left: 53px;
    }

    /* CAMPO: proximos meses */
    .altura-mes {
        height: 595px;
    }

    /* CAMPO: mapas de previsão de modelo */
    .altura-mod {
        height: 580px;

    }

    .prev-prob-img img {
        height: 540px;
        padding-top: 1.3%;
    }

    /* CAMPO: satelite */
    .sat-img {
        height: 490px;

    }

    .satelite img {
        width: 480px;
        height: 490px;
    }

    .mapa-container img {
        height: 533px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        justify-content: center;
    }

    .mapa-horario {
        padding-bottom: 0em;
    }

    /*modificações no govbr*/
    .br-footer .br-list.horizontal .br-item,
    .br-footer .br-list.horizontal .br-list .br-item {
        min-height: 0em;
    }

    /* CAMPO: nossas aplicações */
    .nossas-aplicacoes1 {
        padding-top: 1em;
        padding-bottom: 4em;
    }

    .nossas-aplicacoes2 {
        padding-bottom: 8em;
        padding-top: 1.4em;
        margin-bottom: 0px;
    }

    .nossas-aplicacoes3 {
        padding-bottom: 3em;
        padding-top: 2em;
    }

    .nossas-aplicacoes4 {
        padding-bottom: 7em;
        padding-top: 1em;
    }

    .nossas-aplicacoes5 {
        padding-bottom: 5em;
        padding-top: 1em;
    }

    .psemtab {
        padding: 0.024px;
    }

    .prox-meses {
        padding-top: 0.1px;
    }



}


/* TAMANHO GRANDE  */
@media screen and (min-width: 1600px) and (max-width: 9999px) {
    .vertical-center {
        padding-left: 55px;
        padding-right: 0px;
    }

    .highcharts-reset-zoom {
        display: none !important;
    }

    /*itens repetidos*/
    .desaparece-grande {
        display: none;
    }

    .remover-grande {
        display: none;
    }

    /* CAMPO: Botão aviso */
    .botao-aviso {
        margin: 5px 0px 0px 19px;
        width: 590px;
    }

    .satelite p {
        margin-bottom: 15px;
    }

    .satelite img {
        width: 590px;
        height: 490px;
    }

    .previsao-numerica h4 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .previsao-numerica td {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    /* CAMPO: Previsão Numérica */
    .previsao-numerica span {
        font-weight: 600;
    }

    .previsao-numerica-titulo {
        font-size: 25px;
        font-weight: 900;
    }

    .previsao-numerica-num {
        font-size: 35px;
    }

    .previsao-numerica-num-grande {
        font-size: 55px;
        font-weight: 600;
    }

    .previsao-numerica td {
        font-size: 16px;
    }

    .previsao-numerica p {
        font-size: 16px;
        font-weight: 600;
    }

    .previsao-numerica-icone {
        font-size: 3.0em;
    }

    .hoje-texto {
        padding-left: 83px;
    }

    .hoje {
        margin-top: 1em;
    }

    /* CAMPO: satélite */
    .sat-img {
        /* height: 30em; */
        height: 465px;
    }

    .mapa-container img {
        height: 650px;
        width: 100%;

        text-align: center;
        justify-content: center;
    }

    .mapa-nav {
        margin-top: 30px;
    }

    .mapa-horario {
        padding-bottom: 25px;
    }

    /* CAMPO: proximos meses */
    .altura-mes {
        height: 775px;
    }

    /* CAMPO: proximas semanas*/
    /* .psem{
        height: 36em;
    } */

    .prev-prob-img img {
        height: 650px;
    }

    .prev-prob-24 {
        padding-bottom: 1em;
    }

    /* CAMPO: avisos importantes */
    .avisos-importantes {
        padding-bottom: 1.2em;
        padding-top: 1.2em;
    }

    /*modificações no govbr*/
    .br-footer .br-list.horizontal .br-item,
    .br-footer .br-list.horizontal .br-list .br-item {
        min-height: 0em;
    }

    /* CAMPO: nossas aplicações */
    .nossas-aplicacoes1 {
        padding-top: 1em;
        padding-bottom: 2em;
    }

    .nossas-aplicacoes2 {
        padding-top: 1em;
        padding-bottom: 5em;
    }

    .nossas-aplicacoes3 {
        padding-top: 1em;
        padding-bottom: 2em;
    }

    .nossas-aplicacoes4 {
        padding-top: 2em;
        padding-bottom: 4em;
    }

    .nossas-aplicacoes5 {
        padding-top: 1em;
        padding-bottom: 3em;
    }

}


/*modificações de tamanhos personalizados*/
@media (max-width: 600px) {

    th,
    td {
        display: block;
        width: 100%;
    }

    th:last-child,
    td:last-child {
        padding-bottom: 16px;
        /* Espaçamento inferior para o último item */
    }
}


@media screen and (min-width: 601px) and (max-width: 991px) {

    th,
    td {
        display: block;
        width: 100%;
    }

    th:last-child,
    td:last-child {
        padding-bottom: 16px;
        /* Espaçamento inferior para o último item */
    }
}


@media screen and (min-width: 990px) and (max-width: 1280px) {
    .hoje-texto {
        padding-left: 27px;
    }

    /* CAMPO: proximos meses */
    .altura-mes {
        height: 420px;
    }

    .r-tab {
        padding-bottom: 3em;
    }

    .sat-d iframe {
        height: 560px;
        border-radius: 5px;
    }

    /* CAMPO: nossas aplicações */
    .nossas-aplicacoes1 {
        padding-top: 2em;
        padding-bottom: 9em;
    }

    .nossas-aplicacoes2 {
        padding-top: 1em;
        padding-bottom: 14em;
        margin-bottom: 0px;
    }

    .nossas-aplicacoes3 {
        padding-top: 5em;
        padding-bottom: 6em;
    }

    .nossas-aplicacoes4 {
        padding-top: 3em;
        padding-bottom: 9.5em;
    }

    .nossas-aplicacoes5 {
        padding-top: 2em;
        padding-bottom: 10em;
    }

    .cidadeuf td {
        margin: 0px;
        padding: 0px;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .vertical-center {
        padding-left: 36px;
        padding-right: 0px;
    }

    .botao-aviso {
        margin: 5px 0px 0px 10px;
        width: 470px;
    }

    .horario {
        margin-left: 10px;
        margin-right: 0px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1280px) {
    .botao-aviso {
        margin: 5px 0px 0px 10px;
        width: 350px;
    }

    .satelite p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .satelite img {
        width: 390px;
        height: 510px;
    }

    .sat-img {
        height: 485px;

    }

    /* Estilos para a tabela */
    .tabela-prev {
        width: 100%;
        border-collapse: collapse;
    }

    /* Estilos para as células da tabela */
    .tabela-prev td {
        padding: 8px;
    }

    /* Estilos para o último item da tabela */
    .tabela-prev .iuv {
        clear: both;
        display: table-row;
    }

    /* CAMPO: mapas de previsão de modelo */
    .altura-mod {
        height: 525px;
    }

    .prev-prob-img img {
        height: 476px;
    }

}

@media (min-width: 990px) and (max-width: 992px) {
    .desaparece-medio {
        display: block;
    }

    .header-sign-in {
        display: none;
    }

    .hjt {
        display: none;
    }

    .centro-tabela td {
        padding-right: 0em;
        padding-left: 0em;
    }

    .botao-aviso {
        margin: 10px auto 10px auto;
        width: 91%;
    }

}




@media (width: 1280px) {

    .previsao-numerica h4 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .previsao-numerica td {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .highcharts-reset-zoom {
        display: none !important;
    }

    .horario {
        margin-left: 30px;
        margin-right: 0px;
    }

    /*itens repetidos*/
    .desaparece-medio {
        display: none;
    }

    /* CAMPO: Botão aviso */
    .botao-aviso {
        width: 471px;
        padding-left: 0px;
        margin-left: 10px;

    }

    /* CAMPO: Previsão Numérica */
    .previsao-numerica-titulo {
        font-size: 15px;
        font-weight: 900;
    }

    .previsao-numerica-num {
        font-size: 25px;
    }

    .previsao-numerica-num-grande {
        font-size: 50px;
        font-weight: 600;
    }

    .previsao-numerica td {
        font-size: 15px;
    }

    .previsao-numerica-icone {
        font-size: 3.5em;
    }

    .previsao-numerica span {
        font-weight: 700;
    }

    .previsao-numerica-icone {
        font-size: 2.5em;
    }

    .prevExtr {
        font-size: 23px;

    }

    .hoje-texto {
        padding-left: 53px;
    }

    /* CAMPO: proximos meses */
    .altura-mes {
        height: 595px;
    }

    /* CAMPO: mapas de previsão de modelo */
    .altura-mod {
        height: 580px;

    }

    .prev-prob-img img {
        height: 540px;
        padding-top: 1.3%;
    }

    /* CAMPO: satelite */
    .sat-img {
        height: 490px;

    }

    .satelite img {
        width: 480px;
        height: 440px;
    }

    .mapa-container img {
        height: 533px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        justify-content: center;
    }

    .mapa-horario {
        padding-bottom: 0em;
    }

    /*modificações no govbr*/
    .br-footer .br-list.horizontal .br-item,
    .br-footer .br-list.horizontal .br-list .br-item {
        min-height: 0em;
    }

    /* CAMPO: nossas aplicações */
    .nossas-aplicacoes1 {
        padding-top: 1em;
        padding-bottom: 4em;
    }

    .nossas-aplicacoes2 {
        padding-bottom: 8em;
        padding-top: 1.4em;
        margin-bottom: 0px;
    }

    .nossas-aplicacoes3 {
        padding-bottom: 3em;
        padding-top: 2em;
    }

    .nossas-aplicacoes4 {
        padding-bottom: 7em;
        padding-top: 1em;
    }

    .nossas-aplicacoes5 {
        padding-bottom: 5em;
        padding-top: 1em;
    }

    .psemtab {
        padding: 0.024px;
    }

    .prox-meses {
        padding-top: 0.1px;
    }

    .r-tab {
        padding: 0px;
        margin: 0px;
    }

}




@media (width: 1600px) {

    /* CAMPO: Botão aviso */
    .botao-aviso {
        width: 600px;
        padding-left: 1px;
        margin-left: 1em;
    }

    .vertical-center {
        padding-left: 36px;
        padding-right: 0px;
    }
}

.equal-height-columns {
    display: flex;
    flex-direction: column;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* Para garantir o alinhamento vertical */
}
.alerta-00::before {
    content: "\f054";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgb(150, 211, 139);
}
.alerta-00 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgb(150, 211, 139);
    background-color: #e4ebe4c5;
    border-radius: 5px;
}
.alerta-01::before {
    content: "\f185";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgba(255, 51, 0, 0.687);
}
.alerta-01 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgba(255, 38, 0, 0.455);
    background-color: rgba(255, 68, 0, 0.179);
    border-radius: 5px;
}
.alerta-02::before {
    content: "\f2dc";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgba(0, 157, 255, 0.687);
}
.alerta-02 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgba(255, 38, 0, 0.455);
    background-color: rgba(255, 68, 0, 0.179);
    border-radius: 5px;
}
.alerta-03::before {
    content: "\f740";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgba(21, 0, 255, 0.687);
}
.alerta-05 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgba(255, 38, 0, 0.455);
    background-color: rgba(255, 68, 0, 0.179);
    border-radius: 5px;
}
.alerta-04::before {
    content: "\f72e";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgba(83, 119, 174, 0.687);
}
.alerta-04 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgba(255, 38, 0, 0.455);
    background-color: rgba(255, 68, 0, 0.179);
    border-radius: 5px;
}
.alerta-05::before {
    content: "\f043";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgba(0, 60, 255, 0.687);
}
.alerta-03 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgba(255, 38, 0, 0.455);
    background-color: rgba(255, 68, 0, 0.179);
    border-radius: 5px;
}
.alerta-06::before {
    content: "\f185";
    /* Código Unicode do ícone do FontAwesome */
    font-family: 'Font Awesome 5 Free';
    /* Define a fonte do ícone */
    margin-right: 5px;
    /* Espaçamento entre o ícone e o texto */
    color: rgba(255, 162, 0, 0.687);
}
.alerta-06 {
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    border: solid 1px rgba(255, 38, 0, 0.455);
    background-color: rgba(255, 68, 0, 0.179);
    border-radius: 5px;
}
.flex-fill {
    display: none;
    margin: 0px;
    padding: 0px;
}
.entry-content {
    margin: 0px;
    padding: 0px;
}
#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    /* background-color:#fff;
    color: #333;
    border-top: 1px solid #3333335e; */
}
#cookie-message button {
    background-color: #0D6EFC;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
}
#cookie-message button:hover {
    background-color: #0d81fc9c;
}
.busca {
    position: relative; /* Para que os filhos com position absolute fiquem dentro desse contexto */
}
.autocomplete-list {
    position: absolute;
    width: 96%;
}