@media (max-width: 650px) {

    .banner-home {
        height: 30vh;
    }

    .menuFooter ul,
    .menuFooter li,
    .menuFooterSecond {
        width: 100%;
    }

    .menuFooter>ul li {
        width: 100%;
        max-width: 100%;
    }

    .menuFooter>ul,
    .content-footer {
        flex-direction: column;
        width: 100%;
        min-width: 100%;
    }

    .menuFooter ul>li>ul li:last-child a {
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
    }

    .subHeader {
        display: none;
    }

    .linksDestaque,
    .menuDesk {
        display: none;
    }

    .btnMenu {
        margin-right: 10px;
    }

    .btnPesquisa {
        margin-left: 20px;
    }

    .menuMobi {
        display: none;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 99;
        background-color: rgba(21, 18, 78, 0.932);
        color: #fff;
        padding: 40px 30px;
        top: 110px;
        left: 0;
    }

    .menuMobi ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menuMobi ul a {
        width: 100%;
        display: inline-block;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        /* font-weight: 500; */
        padding: 6px;
        margin-bottom: 6px;
        text-decoration: none;
        font-size: 1em;
    }

    .menuMobi ul a:hover {
        color: #03b5d2;
    }

    .btnMenu {
        display: flex;
    }

    .pagina {
        padding: 28px;
    }

    .areaFiltrosHome {
        margin-bottom: 20px !important;
        flex-direction: column;
    }

    .columForm {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .azul {
        padding-bottom: 0 !important;
    }

    .espaco-thumb {
        padding: 0 !important;
        margin: 0 !important;
    }

    .content_noticia {
        padding-right: 25px;
    }

    .area-thumb-video {
        width: 100%;
    }

    .depoimentos {
        display: none;
    }

    .container {
        padding: 10px;
    }

    .info-banner-video h1 {
        font-size: 1.5em;
        line-height: 130%;
        padding: 0 20px;
    }

    .info-banner-video .btn-play {
        position: relative;
        margin-left: 0px;
    }

    .thumb-noticia {
        width: 100%;
    }

    .cover-noticia {
        height: 140px;
        background-size: cover;
    }

    .resumo-noticia {
        height: auto !important;
        margin: 4px 0 !important;
    }

    .titulo-noticia {
        padding: 0 !important;
        margin: 10px 0 !important;
        height: auto !important;
    }

    .titulo-depoimento {
        font-size: 13px;
        margin: 0;
    }

    .nome-depoimento {
        font-size: 11px;
        margin-top: 10px
    }

    .container-depoimentos {
        background-color: rgba(0, 0, 0, 0.60) !important;
        height: auto !important;
        padding: 15px !important;
    }

    .secao-noticias-home {
        padding: 25px 0;
    }

    .btn-inscricao {
        width: 100%;
        text-align: center;
        height: 40px;
        border-radius: 4px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .logo-parceiro {
        width: 100%;
        text-align: center;
    }

    .lmink-footer {
        width: 100%;
    }

    .titulo-interno {
        font-size: 1.5em;
        line-height: 130%;
    }

    .espaco-content-case {
        padding: 0;
    }

    .image-case {
        width: 100%;
    }

    .area_cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
        grid-gap: 1rem;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .card_covid {
        flex-direction: column;
    }

    .thumb_covid {
        width: 100%;
        overflow: hidden;
        margin-right: 20px;
        min-width: 320px;
        max-width: 320px;
        height: 180px;
        border-radius: 2px;
        margin-bottom: 10px;
    }

    .thumb_covid img {
        width: 100%;
    }

    .thumbs-plataformas {
        grid-template-columns: repeat(1, 1fr);
    }

    .thumb-plataforma {
        height: 160px;
    }

    .textColuns {
        column-count: 1;
        column-gap: 12px;
    }

}

@media (min-width: 460px) and (max-width: 768px) {
    .thumbs-plataformas {
        grid-template-columns: repeat(3, 1fr);
    }
}