.noticias-section {

    background: #f3f3f3;
    padding: 70px 40px;
}

.noticias-carousel .item {

    padding: 10px;
}

.noticias-home {

    background: #f3f3f3;
    padding: 10px 50px;
}

.noticias-subtitulo {

    color: #d97b2b;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.noticias-titulo {

    font-size: 65px;
    font-weight: 800;
    color: #16161d;
    line-height: 1;
    margin-bottom: 25px;
}

.noticias-descricao {

    max-width: 700px;
    margin: auto;
    color: #5f6773;
    font-size: 20px;
    line-height: 1.7;
}

.noticias-grid {

    margin-top: 70px;
}

.noticia-card {

    background: white;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: .3s ease;
    height: 100%;
}

.noticia-card:hover {

    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.noticia-img {

    height: 230px;
    overflow: hidden;
}

.noticia-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.noticia-card:hover img {

    transform: scale(1.04);
}

.noticia-content {

    padding: 28px;
}

.noticia-categoria {

    color: #ff4a4a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.noticia-titulo-card {

    font-size: 20px;
    font-weight: 700;
    color: #16161d;
    line-height: 1.45;
    margin-bottom: 25px;
    min-height: 120px;
}

.noticia-data {

    color: #69707a;
    font-size: 16px;
}

/* RESPONSIVO */

@media(max-width: 768px) {

    .noticias-home {

        padding: 60px 20px;
    }

    .noticias-titulo {

        font-size: 42px;
    }

    .noticias-descricao {

        font-size: 17px;
    }

    .noticia-titulo-card {

        min-height: auto;
    }
}
/* OWL */

.owl-theme .owl-nav {

    margin-top: 35px;
    text-align: center;
}

.owl-theme .owl-nav button {

    width: 42px;
    height: 42px;

    border-radius: 50% !important;

    background: white !important;
    border: 1px solid #ddd !important;

    font-size: 20px !important;
    margin: 0 6px;
}

.owl-theme .owl-nav button:hover {

    background: #f5f5f5 !important;
}

.owl-theme .owl-dots {

    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {

    width: 10px;
    height: 10px;
}



/* CONTAINER PRINCIPAL */
.noticia-page {
    padding: 60px 0 80px 0;
    max-width: 1000px;
}


/* HEADER DA NOTICIA */
.noticia-header {
    margin-bottom: 40px;
}

.categoria-noticia {
    display: inline-block;
    background: #f17920;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.noticia-header h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1d1d1d;
    font-weight: 700;
    margin-bottom: 20px;
}

.data-noticia {
    color: #7a7a7a;
    font-size: 15px;
}


/* IMAGEM PRINCIPAL */
.noticia-imagem {
    margin-bottom: 40px;
}

.noticia-imagem img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-height: 550px;
}


/* CONTEUDO */
.noticia-conteudo {
    font-size: 19px;
    line-height: 1.9;
    color: #3b3b3b;
}

.noticia-conteudo p {
    margin-bottom: 28px;
}

.noticia-conteudo h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #1d1d1d;
    font-weight: 700;
}

.noticia-conteudo h3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1d1d1d;
    font-weight: 700;
}

.noticia-conteudo ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.noticia-conteudo li {
    margin-bottom: 10px;
}


/* IMAGEM NO MEIO DO TEXTO */
.noticia-imagem-conteudo {
    margin: 45px 0;
}

.noticia-imagem-conteudo img {
    width: 100%;
    border-radius: 10px;
}


/* CITAÇÃO */
.noticia-quote {
    border-left: 4px solid #f17920;
    padding-left: 25px;
    margin: 40px 0;
    font-size: 22px;
    font-style: italic;
    color: #444;
    line-height: 1.7;
}


/* AUTOR */
.noticia-autor {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-size: 15px;
}


/* BOTAO VOLTAR */
.voltar-noticias {
    margin-top: 60px;
}

.voltar-noticias a {
    color: #f17920;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.voltar-noticias a:hover {
    opacity: 0.7;
}

.voltar-noticias i {
    margin-right: 8px;
}


/* TAGS */
.noticia-tags {
    margin-top: 40px;
}

.noticia-tags span {
    display: inline-block;
    background: #f3f3f3;
    color: #555;
    padding: 10px 16px;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}


/* RESPONSIVO */
@media(max-width: 991px) {

    .noticia-header h1 {
        font-size: 42px;
    }

    .noticia-conteudo {
        font-size: 18px;
    }

}


@media(max-width: 768px) {

    .noticia-page {
        padding: 35px 20px 60px 20px;
    }

    .noticia-header h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .noticia-conteudo {
        font-size: 17px;
        line-height: 1.8;
    }

    .noticia-conteudo h2 {
        font-size: 26px;
    }

    .noticia-conteudo h3 {
        font-size: 22px;
    }

    .noticia-quote {
        font-size: 19px;
    }

}
