.section-empreendimentos .fundo-azul{
    background: #094A7F;
    padding: 50px;
    color: #FFF;
    max-width: 550px;
    margin-top: 70px;
    border-radius: 10px;
}
.section-empreendimentos .fundo-azul img{
    width: 100%;
    max-width: 300px;
    height: auto;
}

.section-empreendimentos .title-empreendimentos{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.section-empreendimentos .texto-empreendimentos{
    /* font-size: 13px; */
}

.background-familia{
    background: url('../../assets/bg-familia.png') no-repeat top;
    background-size: cover;
    height: 550px;
    margin-top: -350px!important;
    margin-bottom: -100px!important;
    width: 100%;
}

@media (max-width: 768px) 
{
    .section-empreendimentos .fundo-azul{
        max-width: 90%;
        margin-left: 5%;
        padding: 20px;
        margin-top: 30px;
    }
    .section-empreendimentos .fundo-azul img{
        max-width: 70%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .background-familia{
        background: none;
    }
}