/*
*Theme Name: AAJJ
*Theme URI: https://www.webgt.com.br/
*Description: AAJJ - Tema exclusivo WebGT
*Author: Giordano Magalhães
*Author URI: https://www.webgt.com.br/
*/
/*
font-family: "Open Sans", sans-serif;
font-family: "Barlow", sans-serif;
font-family: "Barlow", sans-serif;
font-family: "Playfair", serif;
*/
/* -> GERAL */
html,
body {
    margin: 0;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000000;
}

body {
    background-color: #ffffff;
}

.body-modal {
    overflow: hidden;
}

img,
video {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #0393c1;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #00bb92;
    text-decoration: none;
}

.wrap {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.wrapShort {
    max-width: 800px;
}

#wpadminbar {
    display: none;
}

/** SECTION */
.section {
    padding: 50px 0;
}

.section-title {
    width: fit-content;
}

.section-title-centered {
    margin: auto;
    text-align: center;
}

.section-title-traco {
    filter: invert(23%) sepia(22%) saturate(6009%) hue-rotate(330deg) brightness(82%) contrast(91%);
}

.section-title .section-title-sup {
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #00a77d;
    text-transform: uppercase;
}

.section-title .section-title-big {
    font-family: "Playfair", serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;
    font-style: italic;
    color: #004c67;
}

.section-content {
    margin-top: 40px;
    line-height: 28px;
    color: #4d4d4d;
}

a.section-btn {
    display: block;
    width: fit-content;
    padding: 4px 20px;
    border: #004c67 solid 1px;
    border-radius: 7px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #004c67;
    text-transform: uppercase;
}

a.section-btn:hover {
    background-color: #004c67;
    color: #fff;
}

/** LINKS */
a.section-buttonseemore {
    margin: 50px auto 0;
    display: block;
    width: fit-content;
    padding: 4px 20px;
    background-color: #ff0c29;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.section-buttonseemore:hover {
    background-color: #2f56b3;
}

.transition200 a {
    transition: all 200ms linear !important;
}

/** BANNER */
.banner-friso {
    height: 4px;
    background-color: #961411;
}

/** QUEM SOMOS */
#ini-quemsomos {
    padding: 70px 0;
}

.ini-quemsomos-l1 {
    display: flex;
    gap: 40px;
    align-items: center;
}

.ini-quemsomos-la {
    flex-shrink: 0;
}

.quemsomos-fotoprincipal {
    border-radius: 21px;
    max-width: 500px;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.quesou-itens {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 30px;
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

.quesou-itens li {
    display: flex;
    gap: 4px;
    font-weight: 500;
    color: #4d4d4d;
}

.quesou-itens-icon {
    transform: translateY(3px);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    filter: invert(23%) sepia(22%) saturate(6009%) hue-rotate(330deg) brightness(82%) contrast(91%);
}

/** TRANSPARENCIA */
#ini-transparencia {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.ini-transparencia-l1 {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: row-reverse;
}

.ini-transparencia-la {
    flex-shrink: 0;
}

.transparencia-fotoprincipal {
    border-radius: 21px;
    max-width: 640px;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}

/** PROJETOS */
#programas-e-projetos {
    padding: 70px 0;
}

#programas-e-projetos .section-title .section-title-sup {
    justify-content: center;
}

#programas-e-projetos .section-title {
    max-width: 800px;
    margin: auto;
}

.programas-e-projetos-l1 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.programas-e-projetos-l1-la,
.programas-e-projetos-l1-lb {
    max-width: 580px;
}

.programas-e-projetos-l1-lb {
    line-height: 24px;
    color: #4d4d4d;
    text-align: right;
}

.projetos-lst {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
}

.projetos-item {
    text-align: center;
}

.projetos-icon-frm {
    margin: auto;
    position: relative;
    /* background-color: #ededed; */
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.projetos-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
    max-height: 50px;
}

.projetos-title {
    margin: 14px 0;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.projetos-txt {
    font-size: 14px;
    line-height: 18px;
    color: #6e6e6e;
}

/** BLOG */
#ini-blog {
    padding: 70px 0 50px;
    background-color: #f9f9f9;
}

.blog-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

a.blog-item {
    position: relative;
    background-color: #ffffff;
    padding: 20px 20px 60px;
    border-radius: 10px;
    min-height: 370px;
    color: #000;
    transition: all 200ms linear;
}

a.blog-item:hover {
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-item-img {
    border-radius: 10px;
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
}

.blog-item-title {
    margin: 20px 0 14px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.blog-item-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.blog-item-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #6b6b6b;
}

.blog-item-footer-link {
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #198754;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.blog-item:hover .blog-item-footer-link {
    color: #198754;
}

#ini-blog .section-btn {
    display: inline-block;
}

/* -> AGENDA */
#ini-agenda {
    padding: 70px 0;
    background-color: #f9f9f9;
}

#ini-agenda .section-title {
    margin: auto;
    text-align: center;
}

#ini-agenda .section-title-sup {
    display: block;
}

.agenda-lst {
    margin-top: 50px;
}

.agenda-item {
    display: flex;
    gap: 14px;
    border-radius: 7px;
}

.agenda-item:nth-child(even) {
    background-color: #f5f5f5;
    margin: 20px 0;
}

.agenda-item-lb {
    padding: 14px 30px 14px 0;
}

.agenda-item-data {
    background-color: #d60b23;
    padding: 14px 20px;
    border-radius: 7px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.agenda-item-data-dia {
    font-size: 36px;
    line-height: 38px;
}

.agenda-item-data-mes {
    font-size: 18px;
    text-transform: uppercase;
}

.agenda-item-data-ano {
    font-size: 16px;
}

.agenda-item-titulo {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
}

a.agenda-item {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    border: #d60b23 solid 1px;
    font-size: 14px;
    font-weight: 600;
    color: #d60b23;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.agenda-item:hover {
    background-color: #d60b23;
    color: #fff;
}

/** GALERIA DE FOTOS */
#ini-galeria {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.galerias-lst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

a.galerias-item {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.galerias-item-foto {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.galerias-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #007c871c;
    transition: all 200ms linear;
}

a.galerias-item:hover .galerias-item-overlay {
    background-color: #007c879a;
}

.galerias-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 30px 14px 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#ini-galeria .section-btn {
    display: inline-block;
}

/** PARCERIAS */
#ini-parcerias {
    padding: 70px 0;
}

.ini-parcerias-l1 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.ini-parcerias-l1-la,
.ini-parcerias-l1-lb {
    max-width: 580px;
}

.ini-parcerias-l1-lb {
    line-height: 24px;
    color: #4d4d4d;
    text-align: right;
}

#ini-parcerias .section-btn {
    display: inline-block;
}

.parcerias-lst {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
}

.parcerias-lst img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

/** DOWNLOADS */
#ini-downloads {
    padding: 80px 0;
    background-image: url(/wp-content/themes/aajj/assets/imgs/downloads-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ini-downloads .section-title {
    margin: auto;
    text-align: center;
}

#ini-downloads .section-title-sup {
    display: block;
    color: #fff;
}

#ini-downloads .section-title-big {
    color: #fff;
}

.downloads-descricao {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.downloads-lst {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

a.downloads-item {
    position: relative;
    padding: 20px 20px 60px;
    background-color: #fff;
    border-left: #ff04004d solid 7px;
}

a.downloads-item:hover {
    border-left: #ff0600 solid 7px;
    color: #ff0600;
}

.downloads-item-title {
    font-size: 20px;
    font-weight: 700;
}

.downloads-item-description {
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px;
}

.downloads-item-count {
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.downloads-item-pasta {
    position: absolute;
    bottom: 10px;
    left: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #efefef;
    transition: all 200ms linear;
}

a.downloads-item:hover .downloads-item-pasta {
    background-color: #ff0600;
}

.downloads-item-pasta img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

/** DEPOIMENTOS */
#depoimentos {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.depoimentos-l1 {
    display: flex;
    gap: 80px;
}

.depoimentos-l1-la,
.depoimentos-l1-lb {
    width: 50%;
}

.depoimentos-item {
    text-align: center;
}

.depoimentos-item-foto-frm {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.depoimentos-item-title {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.depoimentos-item-descricao {
    margin: 0 0 20px;
    font-style: italic;
    font-weight: 300;
    color: #000;
}

.depoimentos-item-content {
    color: #4d4d4d;
}

/** CONTATO */
#ini-contato {
    padding: 70px 0;
    background-color: #fff;
}

.ini-contato-l1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 50px;
}

.ini-contato-la {
    grid-column: span 5;
}

.ini-contato-lb {
    grid-column: span 7;
}

.ini-contato-itens {
    display: flex;
    gap: 40px;
    justify-content: space-around;
}

.ini-contato-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Barlow", sans-serif;
}

.ini-contato-icon {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 10px;
    background-color: #4d4d4d;
    flex-shrink: 0;
}

.ini-contato-icon [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
}

.ini-contato-big {
    font-size: 24px;
}

/* PAGES */
.page__header {
    padding: 20px 0;
    background-color: #f5f5f5;
}

.page__header .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    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-crumbs {
    font-size: 14px;
    color: #a0a0a0;
}

.page__content {
    margin: 40px 0;
    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;
    }
}