#barraBusca {
    top: 150px;
}

.api-busca .material-symbols-rounded  {
    font-size: 1.7rem!important;
}

.item-resultado {
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #E6F7EE!important;
    /* display: flex; */
    flex-direction: row;
    gap: 1.5rem;
}
/* 
@media (max-width: 768px) {
    .item-resultado  {
        display: grid;
    }
} */

.infos-resultado {
    gap: 0.5rem;
}
.tipo-resultado {
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #807F7D!important;
    font-size: 14px;
    font-weight: 400;
}

.titulo-resultado {
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #003A70!important;
}

.titulo-resultado a {
    color: #003A70!important;
}

.descricao-resultado {
    color: #313232!important;
    font-size: 1rem;
    font-weight: 400;
}

.imagem-resultado {
    width: 240px;
    height: 140px;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width: 768px)  {
    .imagem-resultado {
        width: 100%;
        height: auto;
        object-fit: cover;
        order: 1;
    }
    
    .infos-resultado {
        gap: 1rem;
    }
    
    .btn-mais-resultados {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background: transparent;
        font: inherit;
        line-height: normal;
        -webkit-font-smoothing: inherit;
        -moz-osx-font-smoothing: inherit;
        -webkit-appearance: none;
        background-color: #6b6b6b;
        color: #FFFFFF;
        border-radius: 100px;
        transition: all .2s ease-in-out;
        font-weight: 600;
        height: 45px;
        display: flex;
        max-width: fit-content;
        align-items: center;
        padding: 0.375rem 1rem;
        margin: 1rem auto;
    }
    
    .btn-mais-resultados:hover {
        background-color: #9e9e9e;
    }
    
    .leitor-tela{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }
    
    .apoio-input {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background: transparent;
        font: inherit;
        line-height: normal;
        -webkit-font-smoothing: inherit;
        -moz-osx-font-smoothing: inherit;
        -webkit-appearance: none;
        display: flex;
        float: right;
        justify-content: flex-end;
        flex-direction: row;
        margin-left: -30px;
        margin-top: 6px;
        cursor: pointer;
    }
    
    .pesquisa {
        display: flex;
    }
    
    .inativo {
        display: none;
    }
    
    .ativo{
        display: block;
    }
    
    .alerta-sem-resposta {
        background-color: #f2f2f2;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        margin: 10px;
        padding: 20px;
        border-radius: 25px;
        color: #a5a5a5;
        text-align: center;
    }
    