/* BLOG DESTAQUE */
/* BLOG DESTAQUE */
.blog-destaque{
    padding:240px 0;

    background-image:url('../img/analisando.webp');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;

    position:relative;
}

.blog-destaque:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
}

.blog-destaque .container{
    position:relative;
    z-index:2;
}

.destaque-info{
    color:#fff;
}

.categoria{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    margin-bottom:15px;
    font-size:12px;
    font-weight:600;
}

.blog-destaque h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.blog-destaque p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
    color:#fff;
}

/* ARTIGOS */
.ultimos-artigos{
    padding:80px 0;
    background:#f8f9fa;
}

.ultimos-artigos h2{
    margin-bottom:10px;
    font-weight:700;
}

.artigo-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-top:30px;

    min-height:420px;
}

.artigo-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.artigo-card h4{
    padding:20px 20px 10px;
    font-weight:600;
    min-height:80px;
}

.artigo-card p{
    padding:0 20px;
    color:#666;
    min-height:70px;
}

.artigo-card a{
    display:inline-block;
    padding:0 20px 20px;
    font-weight:600;
}

/* NEWSLETTER */
.newsletter-blog{
    padding:100px 0;
    background:#dfe8ee;
    color:#0f172a;
}

.newsletter-blog h2{
    margin-bottom:20px;
    font-size:38px;
    font-weight:700;
}

.newsletter-blog p{
    margin-bottom:30px;
    font-size:16px;
}

.newsletter-blog .form-control{
    height:50px;
    border:none;
}

.newsletter-blog .btn{
    height:50px;
}