/*
*Theme Name: APECOF
*Theme URI: https://www.webgt.com.br/
*Description: APECOF - Tema exclusivo WebGT
*Author: Giordano Magalhães
*Author URI: https://www.webgt.com.br/
*/
/*
font-family: "Open Sans", sans-serif;
font-family: "Space Grotesk", sans-serif;
*/
/* -> GERAL */
:root {
    --verde: #00e87a;
    --cinza1: #141814;
    --muted: #7a8c78;
    --preto: #070907;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #303030;
}

body {
    background-color: #101310;
}

.body-modal {
    overflow: hidden;
}

img,
video {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #f19c00;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #c47f00;
    text-decoration: none;
}

.wrap {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.wrapShort {
    max-width: 800px;
}

#wpadminbar {
    display: none;
}

.transition200 a {
    transition: all 200ms linear !important;
}

/** SECTION */
.section {
    padding: 50px 0;
}

.section-title {}

.section-title-big {
    font-family: "Space Grotesk", sans-serif;
    font-size: 120px;
    font-weight: 700;
    color: #343842;
    line-height: 1;
    letter-spacing: 1.4px;
}

.section-title-phrase {
    font-size: 18px;
    font-weight: 600;
    color: #343842;
}

.section-content {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    color: #343842;
}

.section-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.section-cols-flex {
    display: flex;
    gap: 80px;
}

.section-col-content {
    padding: 70px 0;
    max-width: 650px;
}

.section-col:first-child .section-col-content {
    padding-right: 30px;
    margin-left: auto;
}

.section-col:last-child .section-col-content {
    padding-left: 30px;
    margin-right: auto;
}

.section-col-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.section-btn {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 7px 21px;
    background-color: #fed002;
    border-radius: 7px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

a.section-btn:hover {
    background-color: #2df7ff;
    box-shadow: 0 4px 20px rgba(0, 56, 58, 0.3);
}

/** CORES */
.color-white {
    color: #eff3ed;
}

.color-green {
    color: #00e87a;
}

/** AREAS DE ATUACAO */
#areas-de-atuacao {
    padding: 70px 0;
    background-color: #fdfdfd;
    position: relative;
}

.areas-de-atuacao-bg,
.areas-de-atuacao-bg2 {
    position: absolute;
}

.areas-de-atuacao-bg {
    top: 0;
    right: 0;
}

.areas-de-atuacao-bg2 {
    bottom: 0;
    left: 0;
}

.areas-de-atuacao-lst {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 70px;
    margin-top: 52px;
}

.areas-de-atuacao-lst li {
    display: flex;
    gap: 10px;
}

.area-de-atuacao-item-icon {
    width: 30px;
    flex-shrink: 0;
    text-align: center;
}

.area-de-atuacao-item-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1d1f24;
}

/* areas-de-atuacao footer */
.areas-de-atuacao-footer {
    margin-top: 52px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    background-color: #0f141f;
    background-image: url('/assets/sobre-nos/impressao-digital.png');
    background-repeat: no-repeat;
    background-position: right 50px center;
    padding: 14px 34px;
    border-radius: 21px;
    border-left: #ffdc00 solid 5px;
}

.areas-de-atuacao-footer-col:first-child {
    display: flex;
    gap: 30px;
    align-items: center;
}

.areas-de-atuacao-footer-col:last-child {
    min-width: 400px;
}

.areas-de-atuacao-footer-info {

    color: #fff;
}

.areas-de-atuacao-footer-info-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

/** SOBRE NOS */
#sobre-nos {
    padding: 70px 0;
    background-color: #01060c;
    background-image: url(/wp-content/themes/apecof/assets/imgs/sobrenos-bg.jpg);
    background-size: cover;
    background-position: center;
}

.sobre-nos-limited {
    max-width: 600px;
}

#sobre-nos .section-title-big {
    max-width: 500px;
    line-height: 1.1;
    color: #fff;
}

#sobre-nos .section-title-phrase {
    color: #fff;
}

#sobre-nos .section-content {
    color: #fff;
}

.sobre-nos-btn {
    margin-top: 40px;
}

.sobre-nos-btn a {
    margin: 0;
}

/* numbers */
.sobre-nos-numbers {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    margin-top: 70px;
    font-family: "Space Grotesk", sans-serif;
    color: #d1e5ec;
    opacity: 0.8;
}

.sobre-nos-numbers-item {
    display: flex;
    gap: 22px;
}

.sobre-nos-numbers-sep {
    border-left: 1px solid #d1e5ec54;
}

.sobre-nos-numbers-item-icon {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.sobre-nos-numbers-item-info-value {
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
}

.sobre-nos-numbers-item-info-label {
    max-width: 190px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

/** POR QUE SE ASSOCIAR */
#porque-se-associar {
    padding: 70px 0;
    background-color: #f4f6fa;
}

#porque-se-associar .section-title-big {
    text-align: center;
    letter-spacing: -7px;
}

#porque-se-associar .fw-bold {
    font-weight: 600 !important;
}

/* porque-se-associar-lst */
.porque-se-associar-lst {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin: 52px auto;
    text-align: center;
}

.porque-se-associar-lst li {
    background-color: #fff;
    padding: 15px;
    border-radius: 14px;
}

.porque-se-associar-title {
    margin: 14px auto;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #343842;
}

.porque-se-associar-description {
    line-height: 1.4em;
}

/* porque-se-associar-footer */
.porque-se-associar-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 70px;
}

.porque-se-associar-footer-text {
    max-width: 440px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: right;
}

.porque-se-associar-footer .section-btn {
    margin: 0;
    text-align: left;
}

/** NOTÍCIAS E ARTIGOS */
#noticias-e-artigos {
    padding: 70px 0;
    background-color: #fff;
}

.noticias-lst {
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.noticia-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.noticia-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.noticia-card__imagem {
    position: relative;
    overflow: hidden;
}

.noticia-card__imagem img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.noticia-card:hover .noticia-card__imagem img {
    transform: scale(1.05);
}

.noticia-card__conteudo {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.noticia-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.noticia-card__categoria {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #666;
}

.noticia-card__data {
    font-size: 12px;
    color: #888;
}

.noticia-card__titulo {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #0d1633;
    margin: 0 0 20px;
}

.noticia-card__titulo a {
    color: inherit;
    text-decoration: none;
}

.noticia-card__titulo a:hover {
    color: #003f8c;
}

.noticia-card__botao {
    margin-top: auto;
}

.noticia-card__botao a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    background: #081c54;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all .3s ease;
}

.noticia-card__botao a:hover {
    background: #0d2f86;
}

.noticias-e-artigos-footer {
    text-align: center;
}

.section-btn-outline,
.section-btn-outline:link,
.section-btn-outline:visited,
.section-btn-outline:active {
    display: inline-block;
    padding: 7px 21px;
    border-radius: 77px;
    border: #0c0f21 solid 2px;
    color: #0c0f21;
    font-weight: 600;
}

.section-btn-outline:hover {
    background-color: #0c0f21;
    color: #fff;

}

/** CALL TO ACTION */
#call-to-action {
    padding: 70px 0;
    background-color: #fff;
}

.call-to-action-content {
    background-color: #202020;
    padding: 70px;
    border-radius: 20px;
    margin: auto;
    color: #fff;
    text-align: center;
}

.call-to-action-title {
    font-size: 16px;
    font-weight: 300;
}

.call-to-action-phrase {
    font-family: "Space Grotesk", sans-serif;
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
}

.call-to-action-text {
    margin: 40px auto;
    max-width: 800px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}

/* PAGES */
.page__header {
    padding: 120px 0 20px;
    background-color: #010703;
}

.page__header .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
}

.page__header-title .section-title .section-title-big {
    font-family: "Barlow", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.page__header .section-title.section-title-centered .section-title-sep {
    margin: 5px auto 0 0;
}

.page__header-crumbs {
    font-size: 14px;
    color: #a0a0a0;
}

.page__content {
    margin: 20px 0 50px;
    min-height: 250px;
}

.page__content a.noticias-item {
    background-color: #f5f5f5;
}

a.acaoparlamentar-categories-current {
    background-color: #2a6b92;
    border-color: #2a6b92;
    color: #fff;
}

.page__single-capa {
    margin-bottom: 20px;
}

@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}