/* / INF CONTATO */

.inf_contato {
    display: grid;
    grid-template-columns: 150px minmax(0, 80%);
    color: white;
    justify-content: start;
    font-family: 'regular';
    text-transform: uppercase;
    background: var(--cor-cinza);
    height: 100%;
    width: 90%;
    column-gap: 20px;

}

.the_one .right{
background-image: url('../image/the_one/the_one_2.webp');
background-size: 100% 100%;
}

.title img {
    margin-left: 3px;
}

.inf_contato_social {
    display: flex;
    justify-content: end;
    background: #181b1d;
    /* height: 110px; */
}

.inf_contato div:first-child {
    background: transparent;
    height: 100%;
}

.inf_contato .img_23_anos {
    width: 100%;
    height: 145px;
    position: relative;
    z-index: 3;
    margin-top: -65px;
    float: left;
}

.itens_networks {
    display: flex;
    column-gap: 50px;
    justify-content: center;


}

.text_contato {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 1rem;
}

/* / FIM INF CONTATO */


/* / CONFIANÇA E EXCELÊNCIA */

.conf_exc {
    display: grid;
    grid-template-columns: 35% 40%;
    column-gap: 5%;
    justify-content: center;
    background-color: #e9e7df;
    font-family: 'regular';
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.conf_exc_right img {
    width: 100%;
}

.conf_exc_left {
    color: var(--cor-preta)
}

/* Style the tab */
.conf_exc_left .tab {
    overflow: hidden;
    border: 1px solid var(--cor-cinza);
    background-color: var(--cor-cinza);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    flex-direction: column;
}

.conf_exc_left .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    position: relative;
    font-family: 'semibold';
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
}

.conf_exc_left .tab button:hover {
    background-color: var(--cor-amarelo);
    color: white;
}

.conf_exc_left .tab button.active {
    color: var(--cor-amarelo);
    border-top: 4px solid var(--cor-amarelo);
}



.conf_exc_left .tab button.active:hover {
    color: white;
}

.conf_exc_left .tab {
    background-color: #384147;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
}

.conf_exc_left .tabcontent {
    display: none;
    padding: 16px 0px;
    border-top: none;
}

.conf_exc_left .topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.conf_exc_left .title {
    color: var(--cor-cinza);
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1rem;
}

.conf_exc_left .subtitle {
    font-size: 3rem;
    font-family: 'h-light';
    padding: 10px 0px;
    letter-spacing: 2px;
    color: var(--cor-cinza);
}

.conf_exc_left .texto p {
    padding-bottom: 20px;
    font-family: 'regular';
}

.conf_exc_bottom {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: center;
    column-gap: 22px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.conf_exc_bottom .item_conf_exc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



/* / CONFIANÇA E EXCELÊNCIA */

/* / IMÓVEIS */
.imoveis {
    background-color: #fbfbfa;
    color: var(--cor-preta);
    display: grid;
    grid-template-columns: 90%;
    justify-content: end;
    padding-top: 100px;
    padding-bottom: 100px;

}

.imoveis .title {
    font-family: 'n-semibold';
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 1rem;
}

.imoveis .subtitle {
    font-size: 3rem;
    font-family: 'h-light';
    padding: 10px 0px;
    padding-bottom: 42px;
}

.tab-content-imovel {
    margin-top: 20px;
}



/* / IMÓVEIS */


/* / DIFERENCIAIS */


.diferenciais {
    background: white;
    background-size: 100%;
    display: grid;
    grid-template-columns: 45% 55%;
    color: var(--cor-preta);
    padding-top: 70px;
    padding-bottom: 70px;

}

.diferenciais .left {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 20% 80%;

}

.diferenciais .left .img_left img {
    width: 100%;
    object-fit: cover;
}

.diferenciais .left .img_left {
    /* display: grid;
    align-items: center; */

}


.diferenciais .right {
    padding-left: 5%;
    padding-right: 5%;

}

.diferenciais .right .title {
    color: var(--cor-amarelo);

}

.diferenciais .right p {
    margin-bottom: 20px;

}

.diferenciais .right .img_right {
    background-color: var(--cor-preta);
}

.diferenciais .right .img_right img {
    width: 70%;
    height: 100%;
    object-fit: cover;

}

.diferenciais .left .title {

    font-family: 'n-semibold';
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1rem;
}

.diferenciais .left .subtitle {
    font-size: 3rem;
    font-family: 'h-light';
}



.left_text_dif {
    display: grid;
    justify-content: end;
    margin-left: 20px;

}

.diferenciais .left_text {
    padding-top: 0px;
}

.list_diferenciais .list_item {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    font-size: 1rem;
}

.lists_itens {
    width: 70%;


}

.list_item .item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;

}

.text_list_item p:first-child {
    font-family: 'n-extrabold';
    margin-bottom: 10px;
}

.text_list_item p:nth-child(2) {
    font-family: 'regular';
}

/* / DIFERENCIAIS */

.texto-developer {
    display: flex;
    column-gap: 5px;
}

.img_whatsapp {
    width: 24px;
}

.div_contato {
    display: flex;
    column-gap: 10px;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 5px;
}

.div_contato p {
    display: flex;
    column-gap: 7px;
    align-content: center;
    align-items: center;
}




/* / ANUNCIE */

.anuncie {
    display: grid;
    grid-template-columns: 30% 50%;
    justify-content: center;
    background: url('../image/contato/background_anuncie.jpg');
    background-size: 100% 100%;

    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item_form {
    display: flex;
    column-gap: 20px;
}

.anuncie .title {
    font-family: 'regular';
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 1rem;

}

.anuncie .subtitle {
    font-size: 3rem;
    font-family: 'h-light';
}

.anuncie .left_text {
    font-family: 'regular';
    width: 100%;
}

.anuncie .left_text p:first-child {
    padding-top: 20px;

}

.anuncie .left_text p:nth-child(2) {
    font-family: 'n-extrabold';
    margin-top: 5px;
}

.anuncie .form_anuncie {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.anuncie .right {
    margin-left: 80px;
}

.form_anuncie input,
.form_anuncie textarea {
    /* width: 60%; */
    border: 1px solid var(--cor-branca);
    width: 100%;
    border-top: 0px;
    background: transparent;
    color: white;
    font-family: 'regular';
    font-size: 1.2rem;
    padding: 7px;
}

.form_anuncie input {
    margin-bottom: 20px;

    position: relative;

}

.form_anuncie input::placeholder {
    position: absolute;
    bottom: -18px;
}

.form_anuncie input::placeholder,
.form_anuncie textarea::placeholder {
    font-family: 'regular';
    color: white;
    padding: 15px;
    padding-left: 5px;
    margin-bottom: 20px;
    font-size: 1.2rem;


}

input:focus::placeholder {
    opacity: 0;
}


.form_anuncie button {
    width: max-content;
}

.content_form {
    width: 80%;

}

.form_button {
    display: grid;
    justify-content: end;

}

.form_button button {
    background: transparent;
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    font-family: 'regular';
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.2rem;
}

.form_button button:hover {
    color: var(--cor-amarelo);
    border-color: var(--cor-amarelo);
    cursor: pointer;

}



/* / ANUNCIE */

/* / FOOTER */

footer {
    background: url('../image/footer/background_footer.webp');
    background-size: 100% 100%;
    color: white;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
    font-size: 1rem;
}


.footer .logo {
    display: flex;
    justify-content: center;
}

.text_footer p {
    font-family: 'n-regular';
}

.footer_contato {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .logo img {}

footer .title {
    font-family: 'n-semibold';
}

.texto-developer {
    font-family: 'n-semibold';
}

.footer_sede {
    font-family: 'n-semibold';
}

.div_contato p {
    font-family: 'n-semibold';
}

.linha {
    grid-column: 1 / span 4;
    width: 100%;
    margin-top: 20px;

}

hr {
    width: 100%;
    border: 1px solid var(--cor-amarelo);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.network_footer {
    padding-top: 10px;
    grid-column: 1 / span 3;
}

.affinity {}

/* / FOOTER */


@media only screen and (max-width: 954px) {

    body {
        font-size: 1rem;
    }

    /* / CONFIANÇA E EXCELENCIA */
    .conf_exc {
        display: grid;
        grid-template-columns: 80%;
        padding-top: 0px;
    }

    .conf_exc_right img {
        width: 100%;

    }

    .conf_exc_right {
        order: 2;
    }

    .conf_exc_bottom {
        order: 3;
    }

    .conf_exc_bottom {
        grid-column: 1;
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        column-gap: 4%;
        margin-bottom: 50px;
        margin-top: 0px;

    }

    .conf_exc_bottom .item_conf_exc {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .conf_exc_left .subtitle {
        font-size: 1.5rem;
        font-family: 'regular';
        padding: 10px 0px;
    }


    /* / CONFIANÇA E EXCELENCIA */

    .inf_contato div:first-child {
        background: transparent;
        height: 100%;
        font-family: 'regular';
    }

    /* / DIFERENCIAIS */

    .diferenciais {
        background-color: white;
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        color:  var(--cor-preta);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .diferenciais .left .img_left img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 0px;
    }

    .diferenciais .left {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
    }

    .list_item .item {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        column-gap: 20px;
        margin-bottom: 20px;
        justify-items: center;
    }

    .list_diferenciais .list_item {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .lists_itens {
        width: 100%;
        padding-top: 20px;
    }

    .img_list_item {
        margin-bottom: 20px;
    }

    .diferenciais .right .img_right img {
        display: none;
    }

    .diferenciais .right .img_right {
        display: none;
    }

    .diferenciais .left .subtitle {
        font-family: 'h-light';
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .diferenciais .left .subtitle:nth-child(2) {
        /* margin-bottom: 20px; */
    }

    .left_text_dif {
        display: grid;
        justify-content: start;
        margin-left: 0px;
    }

    .img_left img {
        padding-top: 20px;
    }

    /* / FIM DIFERENCIAIS */



    /* / IMÓVEIS */
    .imoveis {
        background-color: #fbfbfa;
        color: var(--cor-preta);
        display: grid;
        grid-template-columns: 90%;
        justify-content: end;
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .imoveis .title {
        font-family: 'regular';
        text-transform: uppercase;
        padding-bottom: 10px;
        letter-spacing: 2px;
    }

    .imoveis .subtitle {
        font-size: 1.5rem;
        font-family: 'h-light';
        padding: 10px 0px;
        padding-bottom: 42px;
    }

    .tab-content-imovel {
        margin-top: 20px;
    }



    /* / IMÓVEIS */

    /* / ANUNCIE */

    .anuncie {
        display: grid;
        grid-template-columns: 80%;
        background: var(--cor-cinza);
        color: white;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .item_form {
        flex-direction: column;
    }

    .anuncie .title {
        font-family: 'regular';
        text-transform: uppercase;
        margin-bottom: 20px;
        letter-spacing: 2px;

    }

    .anuncie .subtitle {
        font-size: 1.5rem;
        font-family: 'regular';
    }

    .anuncie .left_text {
        font-family: 'regular';
        width: 100%;
        font-size: 1rem;
    }

    .anuncie .left_text p:first-child {
        padding-top: 20px;

    }

    .anuncie .form_anuncie {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 35px;
    }


    .anuncie .right {
        margin-left: 0px;
    }

    .form_anuncie input,
    .form_anuncie textarea {
        /* width: 60%; */
        border: 1px solid var(--cor-branca);
        border-top: 0px;
        background: transparent;
        color: white;
        font-family: 'regular';
        font-size: 1rem;
        padding: 7px;
    }

    .form_anuncie input {
        margin-bottom: 20px;

        position: relative;

    }

    .form_anuncie input::placeholder {
        position: absolute;
        bottom: -18px;
    }

    .form_anuncie input::placeholder,
    .form_anuncie textarea::placeholder {
        font-family: 'regular';
        color: white;
        padding: 15px;
        padding-left: 5px;
        margin-bottom: 20px;
        font-size: 1rem;


    }

    input:focus::placeholder {
        opacity: 0;
    }


    .form_anuncie button {
        width: max-content;
    }

    .content_form {
        width: 100%;

    }

    .form_button {
        display: grid;
        justify-content: end;

    }

    .form_button button {
        background: transparent;
        padding: 10px 20px;
        color: white;
        border: 1px solid white;
        font-family: 'regular';
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 1rem;
    }

    .form_button button:hover {
        color: var(--cor-amarelo);
        border-color: var(--cor-amarelo);
        cursor: pointer;

    }



    /* / ANUNCIE */


    /* / FOOTER */

    footer {
        background-color: black;
        color: white;
        display: grid;
        grid-template-columns: 20% 20% 20% 20%;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        align-items: center;
        font-size: 1rem;
    }


    .footer .logo {
        display: flex;
        justify-content: center;
    }

    .footer_contato {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .logo img {}

    .linha {
        grid-column: 1 / span 4;
        width: 100%;
        margin-top: 20px;
    }

    hr {
        width: 100%;
        border: 1px solid var(--cor-azul);
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .network_footer {
        padding-top: 10px;
        grid-column: 1 / span 3;
    }

    .affinity {}

    /* / FOOTER */

    footer {
        background-color: black;
        color: white;
        display: flex;
        grid-template-columns: 80%;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        align-items: center;
        font-size: 1rem;
        flex-direction: column;
        row-gap: 20px;
    }

    .text_footer {
        text-align: center;
    }

    .footer_sede {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_contato div {
        text-align: center;
    }



    /* / INF CONTATO */

    .inf_contato {
        display: flex;
        flex-direction: column;
        color: white;
        font-family: 'regular';
        text-transform: uppercase;
        background: url('../image/contato/background_anuncie.jpg');
        background-size: 100%;
        height: 100%;
        width: 80%;
        column-gap: 32px;
        padding-bottom: 20px;
    }

    .inf_contato_social {
        display: flex;
        justify-content: center;
        background: #181b1d;
        padding-top: 90px;
    }

    .inf_contato div:first-child {
        background: transparent;
        /* Torna o fundo transparente */
        height: 100%;
        text-transform: none;

    }

    .inf_contato {
        font-family: 'regular' !important;
        font-size: 1rem;
    }

    .inf_contato .img_23_anos {
        width: 100%;
        height: 145px;
        position: relative;
        z-index: 3;
        margin-top: -65px;
        float: left;
    }

    .itens_networks {
        display: flex;
        column-gap: 50px;
        justify-content: center;
        flex-direction: column;
    }

    .text_contato {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 1rem;
    }

    .itens_networks {
        display: flex;
        column-gap: 61px;
        justify-content: center;
        flex-direction: column;
        row-gap: 8px;
        margin-top: 10px;
    }

    /* / FIM INF CONTATO */


    .text-banner {
        display: none;
    }

}


.the_one {
    display: grid;
    background-color: black;
    grid-template-columns: 50% 50%;

}

.the_one .left {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
}


.the_one .left img {
    width: 100%;
}

.the_one .right img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 954px) {

    .the_one {
        display: grid;
        background-color: black;
        grid-template-columns: 100%;

    }

}