.single_empreendimento {
    color: #FFF;
}

.single_empreendimento.bela-vista {
    background-image: url('../images/empreendimentos/Araguari/1_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.single_empreendimento.boa-vista {
    background-image: url('../images/empreendimentos/Inhumas/7_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.single_empreendimento.raio-de-sol {
    background-image: url('../images/empreendimentos/TrindadeSolar/11_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.single_empreendimento.vila-emanuel {
    background-image: url('../images/empreendimentos/TrindadeMoraes/5_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.single_empreendimento.ilha-bella {
    background-image: url('../images/empreendimentos/Canedo/4_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* PROGRESS BAR */
.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress .h2 {
    color: #FFF;
    margin-top: 10px;
    margin-left: 5px;
}

.progress .h2 sup.small {
    top: 0 !important;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-bar.border-primary {
    border-color: #ad1709 !important;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/*******************************************************/
/********************* RESPONSIVO **********************/
/*******************************************************/

@media (min-width: 320px) and (max-width: 768px) {
    .single_empreendimento p {
        margin-bottom: 0;
    }

    .single_empreendimento h3 {
        margin-bottom: 20px;
    }

    .single_empreendimento .social {
        bottom: -400px !important;
    }

    .galeria_fotos {
        margin-top: 350px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

}