@media screen and (max-width: 800px) {
 #desktop {
    display: none !important;
    }

    .noticia-imagem img {
        height: 160px;

    }

    .noticia-conteudo__titulo a {
        font-size: 1.1rem;
    }

    .noticia-conteudo__titulo {
        line-height: 1.1;
    }
}

.logo-mobile {
    margin-right: 20px;
}

.logo-mobile img {
    height: 35px;
}

.busca-input-mobile {
    border-radius: 50vh;
    width: 100%;
    height: 50px;
}

.btn-busca-mobile {
    position: absolute;
    right: 0;
    top: 0;
    margin: 2px 10px 30px 0;
    color: var(--vermelho);
    font-size: 1.5rem;
}

#mobile {
    padding-bottom: 10px;
}

.menu-mobile a {
    color: var(--vermelho);
    font-size: 2.3rem;
}

.busca-mobile {
    position: relative;
    margin-right: 20px;
}

.bg-menu-mobile {
    background-color: var(--azul) !important;
}

.menu-mobile-lista ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-mobile-lista ul li a {
    color: var(--branco);
    font-weight: 700;
    font-size: 1.5rem;
}

.menu-mobile-lista ul li a:hover {
    text-decoration: none;
}

.redes-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.redes-mobile ul li::before {
    content: '\f0da';
    font-family: Fontawesome;
    padding-right: 5px;
    color: var(--vermelho);
}

.redes-mobile {
    margin-top: 40px;
}

.redes-mobile__titulo {
    font-weight: 700;
    color: var(--branco);
    margin-bottom: 10px;
}