/*
*Theme Name: ADAC - Associação dos Amigos do Ceara
*Theme URI: https://www.webgt.com.br/
*Description: ADAC - 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 Condensed", sans-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: #f19c00;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #c47f00;
    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 {
    border-left: #bfb170 14px solid;
    padding-left: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 94px;
    line-height: 94px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title-small {
    font-size: 70px;
    line-height: 70px;
}

.section-title .section-title-l1 {
    color: #000;
}

.section-title .section-title-l2 {
    color: #bfb170;
}

.section-content {
    margin-top: 40px;
    line-height: 1.8em;
    color: #4d4d4d;
}

.section-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.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;
}

.sobrenos-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sobrenos-buttons a {
    padding: 7px 21px;
    border: #948645 solid 1px;
    border-radius: 100px;
    color: #948645;
}

.sobrenos-buttons a:hover {
    background-color: #e1dab7;
    border: #e1dab7 solid 1px;
    color: #000;
}

a.section-btn {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 7px 21px;
    background-color: #e1dab7;
    border-radius: 7px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

a.section-btn:hover {
    background-color: #000;
    color: #e1dab7;
}

/** DESTAQUES */
#ini-destaques {
    background-color: #000;
}

a.destaques-item {
    position: relative;
}

.destaques-item-foto {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Compatibilidade Safari/Chrome antigo */
    opacity: 0.7;
    transition: all 200ms linear;
}

.destaques-item-foto:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.destaques-item-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ff260000;
    transition: all 200ms linear;
}

a.destaques-item:hover .destaques-item-overlay {
    background-color: #ff27008f;
}

.destaques-item-info {
    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+ */
}

.destaques-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.destaques-item-description {
    margin-top: 4px;
    font-size: 14px;
    color: #f5f5f5;
}

#ini-galeria .section-btn {
    display: inline-block;
}

/** BANNER */
.banner-friso {
    height: 4px;
    background-color: #961411;
}


/** BLOG */
#ini-blog {
    padding: 70px 0 50px;
    background-color: #f9f9f9;
}

.ini-blog-l1 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.ini-blog-l1-la,
.ini-blog-l1-lb {
    max-width: 480px;
}

.ini-blog-l1-lb {
    line-height: 24px;
    color: #4d4d4d;
    text-align: right;
}

.blog-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    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: 280px;
    object-fit: cover;
    object-position: center;
}

.blog-item-title {
    margin: 20px 0 14px;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.blog-item-description {
    font-family: "Barlow", sans-serif;
    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: 14px;
    color: #6b6b6b;
}

.blog-item-footer-link {
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #bea637;
    text-transform: uppercase;
    transition: all 200ms linear;
}

a.blog-item:hover .blog-item-footer-link {
    color: #000000;
}


/** 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: #ff260000;
    transition: all 200ms linear;
}

a.galerias-item:hover .galerias-item-overlay {
    background-color: #ff27008f;
}

.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;
}

/** 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: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.ini-contato-item {
    display: flex;
    gap: 7px;
}

.ini-contato-item p:last-child {
    margin-bottom: 0;
}

.ini-contato-icon {
    position: relative;
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}

.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: 26px;
    line-height: 26px;
}

/* PAGES */
.page__header {
    padding: 152px 0 20px;
    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 .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;
    }
}