﻿.container {
    margin-top: 50px;
}

h2 {
    margin-bottom: 30px;
}

.noticia {
    /* width: 50%;
            float: left;*/
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 6rem;
    max-width: 410px;
    display: inline-block;
    text-align: left;
}

.noticia .date {
    text-align: center;
    color: #F1801F;
    font-size: 2.6rem;
    line-height: 1em;
    float: left;
    width: 5rem;
    margin-right: 2rem;
}

.noticia .date b {
    font-size: 3.5rem;
    line-height: 1em;
    color: #0a3043;
}

.noticia .date hr {
    border-top: 1px solid #F1801F;
    margin: 1rem 0;
    width: 5rem;
}

.noticia .desc {
    padding-left: 7rem;
}

.noticia img {
    width: 100%;
    /* width: auto;
    height: 225px; */
}

.foto {
    /* display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    height: 215px;
    overflow: hidden; */
    display: flex;
    width: auto;
    justify-content: center;
    height: 215px;
    overflow: hidden;
    align-items: baseline;
}

.noticia h3 {
    margin: 20px 0;
    color: #00377b;
    text-align: left;
    text-transform: none;
    height: 60px;
    overflow: hidden;
    font-size: 17px;
    line-height: 20px;
}

.noticia p {
    text-transform: initial;
    margin-bottom: 20px;
    display: none;
}

.noticia .saiba-mais {
    background: #00377b;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 25px;
    -moz-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    -webkit-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

.noticia .saiba-mais:hover {
    background: #f1801f;
    text-decoration: none;
}



.fique_informado h1 {
    font-size: 50px;
    color: #00377b;
    font-family: 'Anzo_Black';
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.fique_informado h2 {
    font-size: 30px;
    font-family: Anzo_Black, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #414042;
}

@media(max-width:980px) {
    .main {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 40px;
    }

    .noticia .saiba-mais {
        font-size: 30px;
    }

    .noticia p {
        font-size: 30px;
    }

    .fique_informado h1 {
        font-size: 34px;
    }
}

@media (min-width: 1367px) {
    .fique_informado {
        width: 100vw;
        text-align: center;
    }

    .noticia h3 {
        font-size: 18px;
    }
}