.page-content { padding-top: 2rem; padding-bottom: 7rem; }
.page-content h2 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1.5rem; }
.page-content .htmlchars {padding: 30px 0; }
.page-content .htmlchars p { font-size: 1.15rem; }
.page-content .htmlchars h3 { font-size: 1.5rem; font-weight: 500; margin-bottom: 20px; }
.page-content .htmlchars ul { list-style: disc; }
.page-content .htmlchars form { padding: 0px; background: transparent; text-align: left; }
.htmlchars form input, .htmlchars form textarea { border: 1px solid #b1b1b1; margin-top: 5px; margin-bottom: 10px; }
.htmlchars form label { font-weight: 500; }



/* BLOG */
.page-content .post_content h2 { font-size: 1.75rem; }
.page-content .post_content h3.tagline { font-size: 1.3rem; font-weight: 400; padding-bottom: 1.4rem; margin-top: -10px; }
.page-content .post_content img.cover, .page-content .post_content iframe { border-radius: 10px; margin-bottom: 1rem; width: 100%; }
.page-content .workcontrol_socialshare { background: transparent; border-bottom: none; }
.page-content .main_blog_post { margin-bottom: 1.5rem; }
.page-content .main_blog_post img { border-radius: 10px; object-fit: cover; width: 100%; height: 300px; margin-bottom: 15px; }
.page-content .main_blog_post h3 { font-size: 1.35rem; }
.page-content .main_blog_post p.tagline { font-size: 1.15rem; } 


/* PAGINA PAGE SINGLE */
.page-content .page_single h2 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1.5rem; }
.page-content .page_single h3.tagline { font-size: 1.3rem; font-weight: 400; padding-bottom: 1.4rem; margin-top: -10px; }

/* PAGINAS SERVICOS */
.page-content #servicos { padding: 0; }
.page-content #servicos h3 a { color: inherit; text-decoration: none; }
.page-content #servicos h3 a:hover { color: var(--color-secondary); }
.page-content #servicos ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.page-content #servicos ul li {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}
.page-content #servicos ul li::before {
    content: '\F138';
    font-family: 'bootstrap-icons';
    font-weight: normal;
    margin-right: 10px;
    font-size: 1.35rem;
    line-height: 1.4;
    color: var(--color-secondary);
}

/* LINKS UTEIS */
.links-uteis .list-group {
    border-radius: 0;
    overflow: visible;
    border: 0;
}

.links-uteis .list-group-item {
    padding: 1.4rem 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.links-uteis .list-group-item:hover {
    background: rgba(0, 0, 0, 0.02);
}

.links-uteis .links-icone,
.links-uteis .links-acao {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;    
    background: transparent;
    flex-shrink: 0;
}
.links-uteis .links-icone svg path,
.links-uteis .links-acao svg path {
    color: var(--color-primary);
}

.links-uteis .links-descricao {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
}

.links-uteis .links-acao {
    color: var(--color-secondary);
}

.links-vazio {
    font-size: 1.05rem;
    color: #666;
}


/*
 * ---------------------------------------- 
 * RESPONSIVO 
 * ----------------------------------------
 */

.page-content #servicos .btn_theme_secondary {
    margin-top: 0rem !important;
} 

@media(max-width: 767px) {
    .page-content { padding-top: 2rem; }
}

@media(max-width: 575px) {
    .page-content { padding-top: 2rem; }
    .page-content h2 { font-size: 1.8rem; }
    .page-content #servicos .btn_theme_secondary {
        margin-top: 0rem !important;
    }

    /* BLOG */
    .page-content .post_content h2 { font-size: 1.4rem; }
    .page-content .post_content h3.tagline {  font-size: 1.2rem; }
}