.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;
}

@media (max-width: 767px) {
    .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;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: #fff;
    padding: 30px;
    max-width: 420px;
    width: 90%;
    border-radius: 10px;
    position: relative;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}


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