.empreendimento-carousel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background: #000000a8 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}
/* ===== TÍTULO DA PÁGINA ===== */
.about-page-title {
    font-size: 2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* ===== FOTO DO FUNDADOR ===== */
.about-founder-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* ===== NOME DO FUNDADOR ===== */
.about-founder-name {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

/* ===== TEXTO JUSTIFICADO ===== */
.about-text {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
}
/* Melhor leitura no mobile */

@media (max-width: 768px) {
    .about-text {
        text-align: left;
    }
    .empreendimentos h2,
    .empreendimentos p {
        text-align: center;
    }

    .empreendimento-carousel img {
        margin: 0 auto;
    }

    #form {
        max-width: 100%;
        margin: 0 auto;
    }

    #form input,
    #form button {
        width: 100%;
    }
}

.error {
    color: #d00;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.form-success {
    color: #0a8f08;
    margin-top: 15px;
    font-weight: bold;
}

.btn-saiba-mais {
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 13px;
    transition: all .4s ease;
}

.btn-saiba-mais:hover {
    background: #000;
    color: #fff;
}
