/*
*Theme Name: IDIBRA
*Theme URI: https://www.elroi.com.br/
*Description: IDIBRA - Tema exclusivo Elroi
*Author: Giordano Magalhães
*Author URI: https://www.elroi.com.br/
*/
/*
font-family: "Montserrat", sans-serif;
*/
/* -> GERAL */
:root {
    --font-montserrat: "Montserrat", sans-serif;
    --font-inter: "Inter", sans-serif;
}

html,
body {
    height: 100%;
}

body {
    background: rgba(243, 243, 243, 1);
    font-family: var(--font-montserrat);
    font-size: 16px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.body-modal {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #00af8f;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

.wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.wrapShort {
    max-width: 900px;
}

#wpadminbar {
    display: none;
}

a.linkred,
a.linkred:visited,
a.linkred:active {
    color: #ff0000;
    text-decoration: none;
    transition: all 200ms linear;
}

a.linkred:hover {
    color: #00af8f;
    text-decoration: none;
}

/* ----------PORTFÓLIO---------- */
.portfolio {
    position: relative;
    padding: 92px 60px;
}

.portfolio::before,
.portfolio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Coloca os pseudo-elementos atrás do conteúdo */
}

.portfolio::before {
    background: linear-gradient(180deg, rgba(0, 22, 1, 0) 0%, #001601 100%);
}

.portfolio::after {
    background: linear-gradient(180deg, #126815 0%, #044606 100%), url(/wp-content/themes/idibra/assets/imgs/bg-portfolio-1200.jpeg) lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, normal;
}

.portfolio_content h1 {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.portfolio-select {
    border-radius: 0;
}

.portfolio-select option:nth-child(1) {
    font-weight: bold;
}

.navegacao {
    display: flex;
    justify-content: center;
    gap: 7px;
}

a.navegacao-item-link {
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #F3F3F3;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.navegacao-item:nth-child(1) a.navegacao-item-link {
    color: #073a07;
    background-color: #ffffff;
}

/* ----------PORTFÓLIO---------- */
/* ----------BANNER TWO---------- */
.banner_two {
    margin: 120px 0;
    position: relative;
    overflow: hidden;
    padding: 118px 0;
}

.banner_two::before,
.banner_two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_two::before {
    background: linear-gradient(180deg, rgba(0, 22, 1, 0) 0%, #001601 100%);
}

.banner_two::after {
    background: linear-gradient(180deg, #126815 -42.76%, #044606 130.36%), url(/wp-content/themes/idibra/assets/imgs/bg-banner-two-1200.jpeg) lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, normal;
}

.banner_two .wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

.banner_two .wrap h1 {
    margin: 0;
    color: #FFF;
    /* font-size: 52px; */
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner_two .wrap h1 .bold {
    font-weight: 700;
}

.banner_two .wrap .traco {
    /* max-width: 8px;
    width: 100%;
    height: 180px;
    background-color: #f71216; */
    border: 4px solid #f71216;
    border-radius: 2px;
}

/* ----------BANNER TWO---------- */
/* ----------QUALIDADE---------- */
.qualidade {
    margin: 80px auto;
}

.qualidade_content:nth-child(1),
.midia_content:nth-child(1),
.faq_content:nth-child(1) {
    display: flex;
    gap: 24px;
    align-items: center;
}

.title {
    max-width: 500px;
    width: 100%;
    color: #200303;
    text-align: right;
    font-family: Montserrat;
    /* font-size: 48px; */
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0;
}

.traco {
    border: 4px solid #f71216;
    /* max-width: 8px;
    width: 100%; */
    height: 200px;
    /* background-color: #f71216; */
    border-radius: 2px;
}

p.des {
    max-width: 700px;
    width: 100%;
    margin: auto 0 0 0;
    color: #200303;
    font-family: Montserrat;
    /* font-size: 24px; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.6;
}

.qualidade_container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.qualidade_content:nth-child(2) {
    display: flex;
    gap: 20px;
    align-items: center;
}

.qualidade_content_p1 {
    border-radius: 2px;
    background: url(/wp-content/themes/idibra/assets/imgs/qualidade-de-vida-bg.jpg);
    background-size: cover;
    background-position: center;
    max-width: 650px;
    width: 100%;
    height: 417px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.qualidade_content_p1_item span {
    color: #FFF;
    text-align: center;
    font-family: var(--font-inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.48px;
}

.qualidade_content_p1_item .extrabold {
    color: #FFF;
    text-align: center;
    font-family: var(--font-inter);
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px;
    letter-spacing: -1.04px;
}

.qualidade_content_p1_item {
    display: flex;
    width: 100%;
    height: 112px;
    padding: 10px 60px;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid rgba(7, 58, 7, 0.40);
    background: rgba(7, 58, 7, 0.10);
    backdrop-filter: blur(4.800000190734863px);
}

.qualidade_content_p2 {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.qualidade_content_p2 h1 {
    margin: 0;
    color: #200303;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.qualidade_content_p2 h2 {
    margin: 0;
    color: #200303;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    /* 125% */
    letter-spacing: -0.64px;
}

.qualidade_content_p2 p {
    margin: 0;
    color: #200303;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 140% */
    opacity: 0.6;
}

.saiba_mais {
    margin-top: 12px;
}

a.saiba_mais_link {
    padding: 12px 24px;
    border-radius: 2px;
    border: 2px solid #073A07;
    color: #073A07;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ----------QUALIDADE---------- */
/* ----------MÍDIA---------- */
.midia {
    padding: 120px 0;
}

.midia_container,
.faq_container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.midia_content:nth-child(2) {
    display: flex;
    gap: 24px;
}

.midia_content_item {
    max-width: 400px;
    width: 100%;
    display: flex;
    padding: 23px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.10);
}

.midia_img {
    width: 100%;
}

.midia_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.midia_texto {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.midia_texto h1 {
    margin: 0;
    color: #200303;
    font-family: Montserrat;
    /* font-size: 32px; */
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.midia_texto p {
    color: #200303;
    font-family: Montserrat;
    /* font-size: 20px; */
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    opacity: 0.6;
}

.ler_mais {
    text-align: end;
}

a.ler_mais_link {
    padding: 12px 24px;
    border-radius: 2px;
    color: #073A07;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.midia_ver_tudo {
    text-align: center;
    margin-top: 42px;
}

.ver_tudo {
    display: inline;
    padding: 14px 24px;
    border-radius: 2px;
    background: #073A07;
    color: #FFF;
    text-align: center;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ----------MÍDIA---------- */
/* ----------FAQ---------- */
.faq {
    padding: 0 0 120px 0;
}

.faq_content:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.faq-title {
    color: #200303;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
    margin: 30px 0 24px 0;
}

.faq-box {
    cursor: pointer;
}

.question {
    display: flex;
    padding: 16px 32px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 2px;
    background: rgba(244, 244, 244, 0.25);
}

.question-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.question-content h3 {
    color: #200303;
    font-family: Montserrat;
    /* font-size: 24px; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 116.667% */
    opacity: 0.6;
    margin: 0;
}

.answer {
    display: none;
    transition: max-height 1.4s ease;
}

.faq-box.active .answer {
    display: block;
    max-height: 300px;
    animation: fade 1s ease-in-out;
    padding: 16px 32px;
    background-color: #f6f6f6;
}

.faq-box.active .answer p:last-child {
    margin: 0;
}

.faq-box.active svg:nth-child(2) {
    transform: rotate(90deg);
}

svg {
    transition: transform 0.5s ease-in;
}

/* @keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
} */
/* ----------FAQ---------- */
/* ----------CONTATO---------- */
.contato {
    background: linear-gradient(0deg, rgba(3, 19, 3, 0.40) 0%, rgba(3, 19, 3, 0.40) 100%), url(/wp-content/themes/idibra/assets/imgs/realizamos-seu-sonho.jpg) #F3F3F3;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply, normal;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
}

.contato_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contato_content:nth-child(1) {
    display: flex;
    padding: 50px 60px 124px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.contato_content:nth-child(1) h1 {
    color: #FFF;
    font-family: var(--font-montserrat);
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.parceiro {
    display: flex;
    gap: 13px;
    align-items: center;
}

.parceiro_texto {
    width: 50%;
    color: #FFF;
    text-align: right;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.parceiro_texto span {
    font-weight: 700;
}

a.parceiro_btn {
    width: 50%;
    text-align: center;
    padding: 14px 24px;
    border-radius: 2px;
    background: #FFF;
    color: #073A07;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contato_content:nth-child(2) {
    padding: 50px 20px 124px 60px;
    /* padding: 124px 20px 124px 60px; */
    border-radius: 2px;
}

.contato_content:nth-child(2) h1 {
    color: #200303;
    font-family: var(--font-montserrat);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.contato_content:nth-child(2) form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* -> FORM PAG INICIAL */
.form-ini .form-control {
    border-radius: 0;
}

.form-ini .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

/* <- FORM PAG INICIAL */
.form-groups {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-title {
    color: #200303;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-input {
    width: 100%;
    display: flex;
    padding: 10px 28px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid rgba(32, 3, 3, 0.15);
    background: #FCFCFC;
}

.form-input::placeholder {
    color: #200303;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    opacity: 0.6;
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-title {
    color: #200303;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.submit-btn {
    max-width: 214px;
    width: 100%;
    border: none;
    padding: 14px 24px;
    border-radius: 2px;
    background: #073A07;
    text-align: center;
    color: #FFF;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.checkbox label {
    color: #0E1810;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.checkbox label span {
    color: #073A07;
    font-weight: 700;
}

.contact-methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-method label {
    color: #200303;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

/* ----------CONTATO---------- */
/* ----------ACOMPANHE---------- */
.posicao {
    display: flex;
    justify-content: center;
}

.acompanhe_container {
    position: absolute;
    margin-top: -52px;
    display: flex;
    gap: 36px;
    align-items: center;
    padding: 52px 118px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 16px 16px 64px 0px rgba(0, 0, 0, 0.30);
}

.acompanhe_content h1 {
    color: #F71216;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.acompanhe_content h1 span {
    color: #073A07;
}

.acompanhe_content:nth-child(2) {
    display: flex;
    gap: 32px;
    align-items: center;
}

/* ----------ACOMPANHE---------- */
/* PAGE / SINGLE */
.header-interna {
    background-color: rgba(255, 255, 255, 0.8);
}

.page__crumbs {
    font-family: var(--font-inter);
    font-size: 14px;
    color: #cfcfcf;
}

.page__crumbs a {
    color: #fff;
    transition: all 200ms linear;
}

.page__crumbs a:hover {
    color: #bae693;
}

.page__header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b4b4b4;
    color: #b4b4b4;
}

.page__header-overlay {
    background-color: rgba(0, 30, 9, 0.5);
}

.page__header .wrap {
    padding: 180px 20px 80px;
}

.page__header-title {
    color: #f6f6f6;
}

.page__content {
    margin: 80px 0;
    min-height: 200px;
}

.page__content h2 {
    font-size: 40px;
    font-weight: 700;
    background: -webkit-linear-gradient(#1ead27, #284e2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* page simple header */
.page__simpleheader-title {
    font-size: 24px;
    font-weight: 700;
}

.page__simpleheader-crumbs {
    font-size: 14px;
}

/* page__headerSimple */
/** DEMONSTRATIVOS FINANCEIROS */
.demonstrativos-financeiros-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    gap: 20px;
}

.demonstrativos-financeiros-lst a {
    display: block;
    padding: 10px 30px;
    background-color: #00af8f;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: all 200ms linear;
}

.demonstrativos-financeiros-lst a:hover {
    background-color: #00886f;
}

/** PAGE FALE CONOSCO */
.contato_fb-lst {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}

.contato_fb-item-title {
    font-size: 16px;
    font-weight: 700;
}

.contato_fb-item-content {
    font-size: 16px;
}

a.contato_fb-item {
    display: block;
    padding: 10px 20px;
    border: #00af8f solid 1px;
    border-radius: 10px;
}

.contato_fb-item-icon img {
    margin-bottom: 10px;
    height: 40px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* ESPACO DO CORRETOR */
.ec__header {
    margin-top: 100px;
    border-bottom: #dbdbdb solid 1px;
    padding-bottom: 10px;
}

.ec__content {
    padding: 30px 0 50px;
    min-height: 300px;
}

.ec__header-nome {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.ec__header-nav {
    font-weight: 500;
    text-align: right;
}

.ec__content {
    padding: 30px 0 60px;
}

.ec__login-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.ec__login-titulo {
    font-size: 24px;
    font-weight: 700;
}

.ec__login-subtitulo {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #34a862;
    text-transform: uppercase;
}

.ec__login-joinus {
    padding: 30px;
}

.condominio_lst .condominio_container {
    margin-bottom: 25px;
}

img.condominio_content_img {
    max-height: 500px;
}

.fs14 th,
.fs14 td {
    font-size: 14px;
}