.palavras-chamada {
    font-family: "Playfair Display", serif;
    color: #949494;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2em;
}
.grid-diferenciais {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    font-size: 13px;
}
.grid-diferenciais li {
    font-weight: 600;
    background: #f7f7f7;
    margin: 5px;
    padding: 7px;
    font-size: 11px;
    text-align: left;
}
.ico-detalhes {
    color: green;
    font-size: 20px;
    margin: 0 5px 0 0;
}

.linha-chamada {
    width: 100%;
    height: 350px;
    position: relative;
    /* background: url("imgens/fundo-magnifique.jpg") fixed; */
    background-size: 100%;
    background-position: center;
    display: grid;
    grid-template-columns: 50% 50% 0;
    margin: 40px 0 100px 0;
}
.linha-chamada:after {
    width: 100%;
    height: 100%;
    background: #063e31a6;
    content: " ";
    position: absolute;
}
.palavras-linha-chamada {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    margin: 58px 30px 0px 0;
    line-height: 1.2em;
    /* position: absolute; */
    text-align: right;
    top: 50px;
    z-index: 99;
    float: right;
}

.galeria-linha {
    position: relative;
    width: 477px;
    margin: -20px 0 0 0;
    z-index: 9;
}
.titulo-galeria {
    font-family: "Playfair Display", serif;
    width: 100%;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    padding: 40px 0 20px 0;
    color: #186552;
}
.textinho-titulo {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #5a5a5a;
}

.slider-cobertura {
    width: 70%;
    height: auto;
    position: relative;
    margin-left: 15%;
    margin: 30px auto;
}

.fotos-empreendimento {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    column-gap: 1.333333333%;
    margin: 40px 0 0 0;
}

.gradient {
    height: 20px;
    position: relative;
    width: 100%;
    background: radial-gradient(
        ellipse farthest-side at top center,
        rgba(0, 0, 0, 0.08),
        transparent
    );
}
.gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(
        left,
        transparent,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.02),
        transparent
    );
}

/* Fases obra  */
.status-obra {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
}

.fases-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    width: 100%;
}

.fase-item {
    text-align: center;
    background: #fff;
    transition: transform 0.3s ease;
}

.fase-item:hover {
    transform: translateY(-5px);
}

.fase-titulo {
    color: #263c50;
    margin-top: 2rem;
    font-weight: 700;
    letter-spacing: 0.25px;
    font-size: 14px;
    text-transform: uppercase;
}

.progress-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.progress-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-bg {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 8;
}

.progress-fill {
    fill: none;
    stroke: #263c50;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    transition: stroke-dashoffset 1s ease-in-out;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #7e8fa0;
}

@media (max-width: 768px) {
    .status-obra {
        padding: 0;
        margin: 0;
    }
    .fases-container {
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
