/*Adaptações para dimensões diferentes*/
@media screen and (max-width: 600px){

	.all-notices .header{
        height: 100px;
    }
    .all-notices .header .header-content .title-page{
        padding-top: 150px;
        font-size: 20px;
    }
    .all-notices .card{
        height:  130px;
        width: 100%;
        padding: 5px;
        box-shadow: none;
        border-radius: 8px;
    }
    .all-notices .card .card-image{
        height: 80px;
        width: 80px;
        margin-top: 20px;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .all-notices .card .card-content{
        position: absolute;
        top: 15px;
        left: 95px;
        padding-top: 16px;
        padding-left: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        height: 80%;
        width: 70%;
    }
    .all-notices .card .card-title{
        font-weight: 600;
        font-family: Montserat, Arial, sans-serif;
        font-size: 15px;
        max-width: 50ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 8px;

    }
    .all-notices .card .data{
        position: absolute;
        font-weight: 500;
        color: #9e9e9e;
    }
}
@media screen and (max-width: 990px){
    /*Card noticias destaque*/
    .noticia-destaque{
        height: 200px;
    }

    /*Conteudo*/
    .notice-destaque-content{
        top: 50%;
        width: 100%;
        height: 50%;
    }
    .date{
        top: -15px;
        font-size: 10px;
    }
    .notice-destaque-title{
        top: 10px;
        left: 20px;
        padding: 10px;
        font-size: 15px;
    }

    /*Ultimas notícias*/
    .notice-img{
        height: 0px;
    }
    .ultimas-noticias{
        height: 120px;
        text-overflow: inherit;
        box-shadow: 0 0 3px rgba(0,0,0,.2);
    }
    .ultimas-noticias-date{
        top: 2px;
    }
    .ultimas-noticias-title{
        font-size: 15px;
        top: 20px;
        left: 20px;
        color: #000;
        font-weight: 600;
    }

    /*Página de Notícas*/
    .all-notices .card .card-title{
        margin-top: 15px;
        font-weight: 600;
        font-family: Raleway, sans-serif;
        font-size: 12.5px;

    }
}

@media screen and (max-width: 1024px){
    .notice-area{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1366px){
    .notice-area{
        padding-left: 15px;
        padding-right: 15px;
    }
}