@font-face {
    font-family: 'Raglan Sans';
    src: url('../fonts/RaglanSans-Regular.woff2') format('woff2'),
        url('../fonts/RaglanSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.f-reglan, .f-raglan {
    font-family: "Raglan Sans", Sans-serif;
}

.max_line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max_line_1 {
    -webkit-line-clamp: 1;
}

.max_line_2 {
    -webkit-line-clamp: 2;
}

.max_line_3 {
    -webkit-line-clamp: 3;
}

.max_line_4 {
    -webkit-line-clamp: 4;
}

.acf-map {
    width: 100%;
    height: 897px;
    border: 0;
}

.acf-map img {
   max-width: inherit !important;
}

.list_legenda {
    padding: 0;
    list-style: none;
}

.list_legenda li {
    display: flex;
    align-items: center;
    margin: 12px 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.list_legenda li img {
    margin-right: 10px;
}
.customThumbs .item {
    color: var(--blue);
    background-color: var(--green);
    border-radius: 24px;
    width: 92px !important;
}

.customThumbs .item.active {
    background-color: var(--green-2);
}

.prev-next-empreendimentos {
    top: 1005px;
    left: 775px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Ajuste conforme necessário */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    border-radius: 16px;
    pointer-events: none;
}

.card-equipe {
    height: 260px;
}

.card-equipe .img-equipe {
    height: 96px;
    width: 96px;
} 
.card-green.card-green-1 {
    background-color: var(--green);
    height: 230px;
}
.card-green.card-green-2 {
    background-color: var(--green-2);
    height: 205px;
}
.card-green.card-green-3 {
    background-color: var(--green-3);
    height: 205px;
}

.card-foto-e-texto {
    height: 960px;
}

.block-incorporacoes {
    height: 942px;
}

.progress {
    height: 4px;
    border-radius: 32px;
    background-color: var(--green-2);
}

.progress-bar {
    background-color: var(--floral-white);
}

#offcanvasTop {
    height: 100vh;
    background-color: var(--floral-white);
}

.hidden-checkbox {
    display: none;
}

.custom-checkbox-label {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.hidden-checkbox:checked + .custom-checkbox-label {
    background-color: var(--green-2) !important;
}

.progress-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Criando o círculo com conic-gradient */
.progress-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(
        white 0deg, /* Cor da trilha */
        white 120deg, /* Progresso de 33% (120º em 360º) */
        rgba(255, 255, 255, 0.3) 120deg, /* Cor do restante */
        rgba(255, 255, 255, 0.3) 360deg
    );
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Criando o círculo interno */
.progress-circle::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    background-color: var(--green); /* Cor de fundo igual ao container */
    border-radius: 50%;
}

/* Texto dentro do círculo */
.progress-text {
    position: absolute;
}

@media (max-width: 1199px) {
    .video-single {
        height: 580px;
        object-fit: cover;
    }

    .image-cultura-carreira {
        height: 700px;
    }

    .box-compartilha {
        height: 344px;
    }

    .card-equipe {
        height: 155px;
    }

    .card-equipe .img-equipe {
        height: 64px;
        width: 64px;
    }

    .card-foto-e-texto {
        height: auto;
    }

    .only-image {
        height: 950px;
        object-fit: cover;
    }
    
    .block-incorporacoes {
        height: auto;
    }

    .bola-incorporacao {
        height: 340px !important;
    }

    .img-empreendimento {
        height: 660px !important;
    }

    .img-numero {
        width: 36px !important;
    }

    .owl-stage-outer {
        margin-right: -15px !important;
    }

    video.video {
        transform: rotate(90deg);
        width: 563px;
        position: relative;
        top: 70px;
        left: -94px;
    }
}

.offcanvas-header, .offcanvas-body {
    background-color: var(--blue);
}