/* CSS PARA SINGLE DE EMPREENDIMENTOS */
/* SE_MAIN */
.se_main {}

/* SECTION */
.se_section-header {
    margin-bottom: 50px;
    text-align: center;
}

.se_section-header-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #4b554f;
}

.se_section-header-sub {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #34a862;
    text-transform: uppercase;
}

.se_section-header-sub {}

/* BANNER */
.se_banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.se_banner-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 125px 0 50px;
}

.se_banner_nomeempreendimento {
    position: relative;
    width: fit-content;
    padding: 14px 28px 14px 0;
    font-size: 30px;
    font-weight: 700;
}

.se_banner_nomeempreendimento span {
    position: relative;
    z-index: 2;
}

.se_banner_nomeempreendimento:before {
    background-color: rgba(255, 255, 255, 0.77);
    content: "";
    height: 100%;
    border-radius: 0 20px 20px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1;
}

.se_banners-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 50px;
    min-height: 500px;
}

.se_banner-form-frm {
    padding: 40px 30px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.77);
    border-radius: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

.se_banner-form-title {
    font-size: 22px;
    font-weight: 700;
}

.form_f1 .form-label {
    margin-bottom: 0;
}

/* APRESENTACAO */
.se_apresentacao {
    padding: 80px 0 40px;
}

.se_apresentacao-la-l1 {
    display: flex;
    gap: 40px;
}

.se_apresentacao-logo {
    width: 180px;
    height: 180px;
    object-fit: contain;
    object-position: center;
}

.se_apresentacao-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #4b554f;
    text-align: left;
}

/* status */
.se_apresentacao-status {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.se_apresentacao-status-item {
    font-size: 0.7em;
    line-height: 0.7em;
    font-weight: 600;
    color: #107210;
    text-transform: uppercase;
}

.se_apresentacao-cols {
    display: flex;
    gap: 40px;
}

.se_apresentacao-la {
    flex-grow: 1;
}

.se_apresentacao-la-l1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #d4d4d4 solid 1px;
}

/* apresentacao imagem */
.se_apresentacao-lb {
    position: relative;
    flex-shrink: 0;
}

.se_apresentacao-imagem {
    width: 400px;
}

.se_apresentacao-text {
    margin: 40px 0;
    font-size: 16px;
}

.se_apresentacao-especificacoes-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.se_apresentacao-especificacoes-item {
    padding: 12px 20px;
    background: rgba(225, 225, 225, 1);
    text-align: center;
}

.se_apresentacao-especificacoes-item-title {
    color: #073A07;
    text-align: center;
    font-family: Montserrat;
    /* font-size: 12px; */
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
}

.se_apresentacao-especificacoes-item-value {
    color: #073A07;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.64px;
}

/* endereco */
.se_endereco-frm {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.se_endereco-img {
    width: 15px;
}

.se_endereco-texto {
    color: #073A07;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* AREA DO CORRETOR */
.se_corretor {
    padding: 80px 0;
    background-color: #1f251f;
    color: #c6d1cb;
}

.se_corretor .se_section-content,
.se_corretor td {
    font-size: 16px;
    color: #c6d1cb;
}

.se_corretor a:hover {
    color: #00ffd0;
}

/* GALERIA DE FOTOS */
.se_fotos {
    padding: 40px 0;
}

.se_fotos-mobile {
    padding: 40px 0;
    display: none;
}

.se_fotos-item {
    position: relative;
    width: 1200px;
    height: 674px;
    object-fit: contain;
    object-position: center;
}

.se_fotos-item-txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #203a20;
    opacity: 0.9;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.se_fotos-item-titulo {
    width: fit-content;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.se_fotos-item-conteudo {
    width: fit-content;
    max-width: 500px;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.se_fotos-item-img {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 674px;
    object-fit: contain;
    object-position: center;
}

.se_fotos-item-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(10px) brightness(0.6);
    opacity: 0.5;
}

.slider__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.slider__prev:hover {
    filter: drop-shadow(0 0 1px #fff);
    -webkit-filter: drop-shadow(0 0 1px #fff);
}

.slider__next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    cursor: pointer;
    z-index: 10;
}

.slider__next:hover {
    filter: drop-shadow(0 0 1px #fff);
    -webkit-filter: drop-shadow(0 0 1px #fff);
}

/* INFO */
.se_info {
    padding: 40px 0;
}

/* tabs */
.se_info-tabs .nav-link {
    background-color: #f3f3f3;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
    text-transform: uppercase;
}

.se_info-tabs .nav-link.active {
    background-color: #dae6e6;
    border-bottom: #34a862 solid 1px;
    color: #0f5d2e;
}

.se_info-tabs .tab-pane {
    padding: 30px 10px;
    min-height: 300px;
}

/* ficha tecnica */
.se_info-fichatecnica-cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.se_info-fichatecnica-cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.se_info-fichatecnica-col:nth-child(2) .se_info-fichatecnica-lst {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.se_info-fichatecnica-item {
    margin-bottom: 30px;
}

.se_info-fichatecnica-item:last-child {
    margin-bottom: 0;
}

.se_info-fichatecnica-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #34a862;
    text-transform: uppercase;
}

.se_info-fichatecnica-item-values {
    font-size: 16px;
}

/* plantas */
.se_info-plantas-lst {
    position: relative;
}

.se_info-plantas-item-cols {
    display: flex;
    gap: 40px;
}

.se_info-plantas-item-la {
    position: relative;
}

.se_info-plantas-item-la-descricao {
    width: fit-content;
    background-color: #0f5d2e;
    padding: 0 7px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
}

.se_info-plantas-lst-nav {
    position: absolute;
    top: 20px;
    right: -18px;
    display: flex;
    gap: 20px;
}

.se_info-plantas-lst-nav [class*='swiper-button-'] {
    position: relative;
}

.se_info-plantas-lst-nav [class*='swiper-button-']::after {
    font-size: 20px;
    color: #34a862;
}

.se_info-plantas-item-titulo {
    font-size: 24px;
    font-weight: bold;
}

.noreg {
    opacity: .5;
}

/* implantacao */
.se_info-implantacoes-lst {
    position: relative;
}

.se_info-implantacoes-item-cols {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.se_info-implantacoes-lst-nav {
    position: absolute;
    top: 20px;
    right: 40px;
    display: flex;
    gap: 20px;
}

.se_info-implantacoes-lst-nav [class*='swiper-button-'] {
    position: relative;
}

.se_info-implantacoes-lst-nav [class*='swiper-button-']::after {
    font-size: 20px;
    color: #34a862;
}

.se_info-implantacoes-item-titulo {
    font-size: 24px;
    font-weight: bold;
}

.se_info-implantacoes-item-lst-item {
    display: flex;
    gap: 7px;
    margin-bottom: 7px;
}

.se_info-implantacoes-item-lst-item-numero {
    position: relative;
    background-color: #34a862;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #fff;
}

.se_info-implantacoes-item-lst-item-numero span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.se_info-implantacoes-item-lst-item-valor {
    font-size: 16px;
}

/* beneficios */
.se_beneficios-cols {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.se_beneficios-chamada {
    position: relative;
    background-color: #ececec;
    padding: 30px;
    max-width: 400px;
}

.se_beneficios-chamada:before {
    background: #ececec;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

.se_beneficios-chamada1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.se_beneficios-lst {
    background-color: #f3f3f3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.se_beneficios-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.se_beneficios-item-iconfrm {
    position: relative;
    background-color: #e2e2e2;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 7px;
}

.se_beneficios-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}

.se_beneficios-item-texto {
    font-size: 16px;
}

/* se_localizacao */
.se_localizacao {
    margin: 80px 0 0;
}

/* FORM */
.se_form {
    background-color: #222222;
    padding: 80px 0;
    font-size: 16px;
    color: #b1b1b1;
}

.se_form-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.se_form .se_section-header {
    margin-bottom: 36px;
    text-align: left;
}

.se_form .se_section-header-title {
    font-size: 36px;
    line-height: 46px;
    color: #18b76d;
}

.se_form .se_section-header-sub {
    margin-top: 4px;
}

.form_f2 {}

.se_form .form-label {
    margin-bottom: 0;
}

.se_form .form-control {
    background-color: #424242;
    border-color: #222222;
    border-radius: 0;
    color: #e7e7e7;
}

.se_form .form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(0 255 106 / 25%);
}

.se_form .form-check-input:checked {
    background-color: #1bb248;
    border-color: #1bb248;
}

.se_form .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 253, 86, .25);
}

/* cf7 wpcf7-acceptance */
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .se_apresentacao-la-l1 {
        flex-wrap: wrap;
    }

    .se_apresentacao-la-l1-col:first-child {
        margin: auto;
    }

    .se_beneficios-cols {
        flex-wrap: wrap;
    }

    .se_beneficios-chamada {
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .se_apresentacao-cols {
        flex-wrap: wrap;
    }

    .se_apresentacao-lb {
        margin: auto;
    }

    .se_form-cols {
        grid-template-columns: 1fr;
    }

    .se_fotos-item {
        height: 400px;
    }

    .se_fotos-item-txt {
        bottom: 5px;
        left: 5px;
    }

    .se_fotos-item-titulo {
        padding: 10px;
    }

    .se_fotos-item-conteudo {
        max-width: calc(100% - 10px);
        padding: 10px;
    }

    .se_fotos-item-img {
        max-height: 400px;
    }

    .se_info-plantas-item-cols {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {
    .se_banners-cols {
        grid-template-columns: repeat(1, 1fr);
    }

    .se_beneficios-lst {
        grid-template-columns: repeat(1, 1fr);
    }

    .se_apresentacao-especificacoes-lst {
        gap: 7px;
    }

    .se_info-fichatecnica-cols {
        grid-template-columns: 1fr;
    }

    .se_info-fichatecnica-col:nth-child(2) .se_info-fichatecnica-lst {
        grid-template-columns: 1fr;
    }

    .se_info-implantacoes-item-cols {
        flex-wrap: wrap;
    }

    .se_apresentacao-lb {
        flex-shrink: 1;
    }

    .se_fotos-item {
        height: 600px;
    }

    .se_fotos-item-img {
        max-height: 600px;
    }

    /*
    .se_fotos {
        display: none;
    }

    .se_fotos-mobile {
        display: block;
    }*/
}