@import url('previsao.css');

.news-home-mobile {
    padding: 0;
    margin-bottom: 0;
}

.item-article-text {
    display: block;margin-bottom: 15px;font-size: 14px;color:#FFF;
}

.news-mobile-title-home {
    font-weight: 900;
}

.news-mobile-title-home a {
    color: #FFF;
    text-shadow: 0 1px 3px rgba(0,0,0,.8);
    font-size: 17px;
    font-weight: normal;

}

.home-news-link {
    color:#FFF;text-shadow: 0 1px 3px rgba(0,0,0,.8); font-size:30px;
}

.news-category-home {
    display: none;
}

/*.mostra-mobile {*/
/*    display: none !important;*/
/*}*/

.more-informations-covid {
    display: block;
}

.item-article-category{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.estradas-title {
    background: #E91E63;
    color: #FFF;
    /* padding: 11px; */
    width: 100px;
    height: 103px;
    line-height: 103px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.mtitle {
    text-transform: uppercase;
    font-size: 22px;
    margin-left: -40px;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 600;
    margin-top: 2px;
    display: none;
}

.item-content-news-homo{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    padding: 0 25px 25px;
}

.botao-cadastrar-vagas{
    background: #3F51B5;
    margin: -10px;
    margin-top: -19px;
    padding: 10px;
    margin-left: 60px;
    margin-bottom: 10px;
    color: #FFF;
}

@media only screen and (max-width: 900px) {
    .news-home-mobile {
        padding: 0;
        margin-bottom: 15px !important;
    }
    .oculta-mobile {
        display: none !important;
    }
    .news-mobile-title-home a {
        color: #FFF;
        text-shadow: 0 1px 3px rgba(0,0,0,.8);
        font-size: 20px !important;    
    }
    .item-article-text {
        display: none;
    }
    .news-mobile-title-home {
        font-weight: normal !important;
        font-size: 20px !important;
    }
    .home-news-link {
        font-size: 25px !important;
    }

    .news-category-home {
        display: block;
    }
    .mostra-mobile {
        display: block !important;
    }

    .more-informations-covid {
        display: none;
    }

    .mtitle {
        text-transform: uppercase;
        font-size: 22px;
        margin-left: -40px;
        font-family: Open Sans,Arial,sans-serif;
        font-weight: 600;
        margin-top: 2px;
        display: inline-block;
    }
    .estradas-title {
        background: #E91E63;
        color: #FFF;
        /* padding: 11px; */
        width: 100px;
        height: 72px;
        line-height: 72px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
    }
    .botao-cadastrar-vagas{
        background: #3F51B5;
        margin: -10px;
        margin-top: -19px;
        padding: 10px;
        margin-left: 19px;
        margin-bottom: 10px;
        color: #FFF;
    }
    
}

@media only screen and (min-width: 900px) {
    .mostra-mobile {
        display: none !important;
    }
}