
@media (max-width: 1440px)
{

}

@media (max-width: 1366px)
{

}

@media (max-width: 1360px)
{

}

@media (max-width: 1280px)
{

}

@media (max-width: 1024px)
{
    .menu-blog ul li {
        font-size: 14px;
    }

    .info-destaques {
		width: 95.5%;
        min-height: 120px;
        height: 380px;
        margin: -384px 0 0% 0;
        /* background-color: rgba(255, 255, 255, 0.4); */
        background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.8));
        position: absolute;
        padding: 38% 1% 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    .post-image-destaque .selo {
        margin: -13.5% 0 0 5px;
    }

    .post {
        width: 25%;
        margin: 25px;
    }
}

@media (max-width: 800px)
{
    .menu-bar {
        display: none;
    }

    .menu-bar-responsive {
        display: flex;
        /* align-items: center; */
        padding: 10px;
    }

    .main-content {
        display: block;
    }

    .post {
        width: 100%;
        margin: 0;
        max-height: none;
    }

    .selo {
        margin-top: -5%;
    }

    .postdestaque {
        display: none;
    }

    #frm-busca {
        display: none;
    }

    .menu-mobile .abrir i {
        font-size: 25px;
        cursor: pointer;
        color: #ffffff;
    }
    .menu-mobile {
      display: flex;
      /* justify-content: flex-end; */
      align-items: center;
  }

    .pesquisa-mobile img {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .sidebar {
        margin-top: 15%;
    }

    .categories h2 {
        font-size: 25px;
    }

    .video iframe {
        height: 265px;
    }

    .redes-sociais {
        width: 75%;
        margin-top: 30px;
        align-self: center;
    }
    #BuscaMobile{
        padding: 0;
    }
    #BuscaMobile input{
        width: 100%!important;
        display: inline-block;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        padding: 2px 5px!important;
        outline: none;
        font-size: 12px;
        font-weight: 300;
        margin: 0;
        width: 100%;
        max-width: 100%;
        transition: none!important;
        box-shadow: none;
    }

}

@media (max-width: 768px)
{

}

@media (max-width: 680px)
{

}

@media (max-width: 550px)
{

}

@media (max-width: 500px)
{

}

/* ----- DESSAS MEDIAS PARA BAIXO SÃO PARA PIXEL E IPHONES  ----- */

@media (max-width: 414px)
{
    .selo {
        /* width: 30%; */
        margin-top: -10%;
    }

    .content-post img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 375px)
{

}

@media (max-width: 360px)
{

}

@media (max-width: 320px)
{

}