@media (max-width: 450px) {

    
    
    
    .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;
    }
    
  }

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