/*
*Theme Name: BORA ELEGER
*Theme URI: https://www.webgt.com.br/
*Description: BORA ELEGER - Tema exclusivo WebGT
*Author: Giordano Magalhães
*Author URI: https://www.webgt.com.br/
*/
/*
font-family: "Open Sans", sans-serif;
font-family: "Bebas Neue", sans-serif;
font-family: "Barlow", sans-serif;
font-family: "Barlow Condensed", 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: #eff3ed;
}

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;
}

/** SECTION */
.section {
    padding: 50px 0;
}

.section-title {}

.section-title-sup::before {
    content: '';
    width: 22px;
    height: 1px;
    background: #00e87a;
    flex-shrink: 0;
}

.section-title-sup {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #00e87a;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.section-title-big {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #eff3ed;
    line-height: 1;
    letter-spacing: 1.4px;
}

.section-content {
    margin-top: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 18px;
    line-height: 1.4em;
    color: #7a8c78;
}

.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: #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;
}

/** CORES */
.color-white {
    color: #eff3ed;
}

.color-green {
    color: #00e87a;
}

/** FAIXA */
#ini-faixa {
    background-color: #00e87a;
    padding: 10px 0;
}

.ini-faixa-itens {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
    justify-content: center;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/** O QUE VOU APRENDER */
#o-que-vou-aprender {
    padding: 70px 0;
}

#o-que-vou-aprender .section-cols {
    align-items: center;
}

.oqva-quote {
    margin-top: 22px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    line-height: 50px;
    color: #eff3ed;
}

.eq-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.eq-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.6rem;
    color: rgba(0, 232, 122, .1);
    line-height: 1;
    width: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eq-card {
    flex: 1;
    background: #141814;
    padding: 18px 22px;
    border-left: 2px solid rgba(0, 232, 122, .12);
    transition: all .2s;
}

.eq-card:hover {
    background: #1a1e1a;
    border-color: #00e87a;
}

.eq-ct {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: .98rem;
    letter-spacing: .05em;
    margin-bottom: 3px;
    color: #eff3ed;
}

.eq-arr {
    text-align: center;
    font-size: .72rem;
    color: #00e87a;
    padding: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: .1em;
}

/** PARA QUEM E */
#para-quem-e {
    padding: 70px 0;
    background-color: #070907;
}

.pq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2px;
    margin-top: 52px;
}

.pq {
    background: #141814;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}

.pq::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #00e87a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.pq:hover::before {
    transform: scaleX(1);
}

.pq:hover {
    background: #1a1e1a;
}

.pq-icon {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.pq-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .05em;
    margin-bottom: 6px;
    color: #eff3ed;
}

.pq-desc {
    font-size: 15px;
    color: #7a8c78;
    line-height: 1.55;
}

/** POR QUE CONFIAR */
#por-que-confiar {
    padding: 70px 0;
    background-color: #131714;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.stat {
    padding: 26px 20px;
    position: relative;
    overflow: hidden;
}

.stat::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, #00e87a, transparent);
}

.stat-n {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.7rem;
    color: #00e87a;
    line-height: 1;
}

.stat-l {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .73rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7a8c78;
    margin-top: 5px;
    line-height: 1.4;
}

/** OS 6 MODULOS */
#os-6-modulos {
    padding: 70px 0;
    background-color: #090c09;
}

.mod-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 0;
}

.mod {
    background: #141814;
    padding: 38px 34px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}

.mod-n {
    position: absolute;
    top: 10px;
    right: 18px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5.5rem;
    color: rgba(0, 232, 122, .05);
    line-height: 1;
    pointer-events: none;
}

.mod-eye {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #00e87a;
    margin-bottom: 8px;
}

.mod-tit {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: .04em;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #eff3ed;
}

.mod-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mod-ul li {
    font-size: .83rem;
    color: #7a8c78;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
}

.mod-ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #00e87a;
    font-size: .78rem;
}

.mod-q {
    margin-top: 16px;
    border-left: 2px solid #00e87a;
    padding-left: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .88rem;
    font-style: italic;
    color: rgba(239, 243, 237, .5);
    line-height: 1.5;
}

.mod-full {
    grid-column: 1 / -1;
}

/** AS 6 CAMADAS */
#as-6-camadas {
    padding: 70px 0;
    background-color: #0e110e;
}

.cam-table-responsive {
    overflow-x: auto;
}

.cam-table {
    margin-top: 52px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 600px;
}

.cam-row {
    display: grid;
    grid-template-columns: 170px 1fr 1fr;
    gap: 2px;
}

.cam-h {
    background: #222722;
    padding: 12px 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #00e87a;
}

.cam-c {
    background: #141814;
    padding: 18px 20px;
    transition: background .2s;
}

.cam-lb {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: .93rem;
    letter-spacing: .03em;
    color: #eff3ed;
}

.cam-desc {
    font-size: .82rem;
    color: #7a8c78;
    line-height: 1.5;
}

.cam-q {
    font-size: .8rem;
    color: #00e87a;
}

/** SEU MENTOR */
#seu-mentor {
    padding: 70px 0;
    background-color: #070907;
}

.seu-mentor-cols {
    display: flex;
    gap: 50px;
}

.seu-mentor-col:first-child {
    max-width: 400px;
}

.section-title-role {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #00e87a;
    margin-top: 7px;
}

.sp-cases {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 28px;
}

.sp-case {
    background: #141814;
    padding: 15px 18px;
    border-left: 2px solid #00e87a;
    font-size: .85rem;
    line-height: 1.5;
}

.sp-case strong {
    color: #00e87a;
    font-weight: 600;
}

/** INVISTA NA SUA ELEICAO */
#invista-na-sua-eleicao {
    padding: 70px 0;
    background-color: #000000;
}

/** ONDE ACONTECE */
#onde-acontece {
    padding: 70px 0;
    background-color: #070907;
}

.local-items {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.li-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.li-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 232, 122, .07);
    border: 1px solid rgba(0, 232, 122, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0;
}

.li-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .63rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--verde);
    margin-bottom: 3px;
}

.li-sub {
    font-size: .79rem;
    line-height: 1em;
    color: var(--muted);
    margin-top: 2px;
}

.li-val {
    font-size: .97rem;
    line-height: 1em;
    line-height: 1.4;
    color: #eff3ed;
}

.local-box {
    background: var(--cinza1);
    padding: 42px;
    border: 1px solid rgba(0, 232, 122, .08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.local-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, var(--verde), transparent);
}

.lbox-h {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.9rem;
    color: #eff3ed;
    letter-spacing: .04em;
    line-height: 1.1;
    margin-bottom: 14px;
}

.lbox-p {
    color: var(--muted);
    font-size: .87rem;
    line-height: 1.75;
}

.btn-main,
.btn-main:visited,
.btn-main:active {
    display: inline-block;
    background: var(--verde);
    color: var(--preto);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: .98rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 18px 50px;
    text-decoration: none;
    box-shadow: 0 0 48px rgba(0, 232, 122, .2);
    transition: all .25s;
}

.btn-main:hover {
    display: inline-block;
    background: #00bb64;
    color: var(--preto);
}

.local-box .btn-main {
    margin-top: 28px;
    text-align: center;
    display: 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: 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;
    }
}