/* Noticia */
.titulo {
    margin-top: 140px;
}

.titulo p {
    margin-top: 5px;
}

.border1 {
    width: 100%;
    height: 3px;
    background-image: linear-gradient(0.25turn, #ff0080, #fff922, #0a7400bb);
    margin: 0;
}

.noticia {
    margin: 50px;
}

.noticia img {
    width: auto;
    height: 350px;
    border-radius: 10px;
}

.subnoticias {
    margin-top: 70px;
}

.col-lg-7 {
    margin-left: -50px;
}

.destque h1 {
    color: #189247;
    margin-top: 50px;
    margin-left: 100px;
}

.destque a:hover {
    text-decoration: none;
    color: #40d600;
}

.destque p {
    color: #000000;
    margin-left: 100px;
    margin-top: 20px;
}

.col-lg-12 {
    margin-left: 50px;
    margin-bottom: 150px;
}

.col-lg-12 p {
    margin-top: -20px;
    margin-right: 150px;
}


/* Tela - Smartphone*/
@media screen and (max-width:768px) {
    .titulo p {
        margin-top: 5px;
        font-size: .9em;
    }

    .noticia {
        margin: 0;
    }

    .noticia img {
        width: auto;
        height: 350px;
        border-radius: 10px;
    }

    .col-lg-7 {
        margin-left: 0;
    }

    .destque h1 {
        color: #189247;
        margin-top: 10px;
        margin-left: 0;
        font-size: 1.5em;
    }

    .destque a:hover {
        text-decoration: none;
        color: #40d600;
    }

    .destque p {
        color: #000000;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .col-lg-12 {
        margin-left: 0;
        margin-bottom: 150px;
    }

    .col-lg-12 p {
        margin-top: 25px;
        margin-right: 0;
    }


}
