#carouselExampleCaptions {
    height: 100vh;
}

.banner-section .item {
   /*  position: relative; */
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    image-rendering: crisp-edges;
}

.carousel-caption {
  /*   position: absolute;
    top: 20%;
    left: 48%;
    transform: translateX(-50%); */
    text-align: start;
    background-color: rgba(30, 29, 29, 0.606);
    width: fit-content!important;
    height: fit-content;
    padding: 12px;
    border-radius: 16px;
}

.carousel-caption .imovel-text {
    font-size: 1.2rem;
    flex-grow: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-caption h5 {
    color: #fb5100;
    font-size: 1.6rem!important;
}

.carousel-caption .btn {
    width: fit-content;
    display: inline-block;
    font-size: 1rem;
}

.custom-nav-button {
    background-color: #273c3f;
    padding: 10px;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fb5100"%3E%3Cpath d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E') !important;
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fb5100"%3E%3Cpath d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E') !important;
}


/* section 2 */
.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
}
/* end section 2 */

/* About section */
.section-about h2 {
    font-size: 2.5rem;
}

.section-about hr {
    width: 200px;
    border-color: #fb5100!important;
    opacity: 1!important;
}

.section-about .image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-about .image-container img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.section-about p {
    font-size: 1.1rem;
    line-height: 1.6;
}
/* End about section */

/* Visao, missao e valores */
.card-custom {
    border: 2px solid #fb5100;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-custom img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 20px;
}

.card-custom .card-body {
    flex-grow: 1;
    padding: 20px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-custom h3 {
    color: #fb5100;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card-custom p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
}
/* End Visao, missao e valores */

/* Section Imoveis */
.section-imoveis .left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-imoveis .left-content h2 {
    font-size: 2.5rem;
    color: #fb5100;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-imoveis .left-content h2 {
        font-size: 2.1rem;
    }
}

.section-imoveis .left-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.section-imoveis .left-content .btn-ver-todos {
    background-color: #fb5100;
    color: white;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}
.section-imoveis .left-content .btn-ver-todos:hover {
    background-color: #e27948;
}
.section-imoveis .right-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-imoveis .owl-carousel {
    width: 100%;
}
.section-imoveis .imovel-card {
    border: 1px solid #fb5100;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 350px;
    margin: auto;
}
.section-imoveis .imovel-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0;
}
.section-imoveis .imovel-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.section-imoveis .imovel-title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 10px;
}
.section-imoveis .imovel-text {
    font-size: 1rem;
    color: #666;
    flex-grow: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-imoveis .imovel-location {
    font-size: 0.9rem;
    color: #999;
}
.section-imoveis .imovel-body .btn {
    border-color: #fb5100!important;
    color: #000;
}
.section-imoveis .imovel-body .btn:hover {
    background-color: #e27948bb!important;
    color: #000;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px 20px;
    background-color: #fb5100;
    color: white;
    border: none;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}
.owl-carousel .owl-nav button:hover {
    background-color: #e27948;
}
.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}
.owl-carousel .owl-nav .owl-next {
    right: 10px;
}
/* End section Imoveis */

/* Newsleter */
.newsletter-section {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/black-white-exterior-building.jpg') center/cover no-repeat fixed;
    color: #fff;
    text-align: center;
}
.newsletter-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.newsletter-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
    width: 300px;
    padding: 10px;
    border: none!important;
    margin-right: 10px;
}

.newsletter-form input[type="email"]:focus {
    border: none!important;
    box-shadow: none!important;
}

.newsletter-form button {
    padding: 10px 20px;
    border: none;
    background-color: #fb5100;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.newsletter-form button:hover {
    background-color: #e27948;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/black-white-exterior-building.jpg');
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
/* End Newsleter */

/* Nossos Parceiros */
@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    /*  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
    right: 0;
    /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
    display: inline-block;
    animation: 25s slides infinite linear;
}

/* .logos:hover .logo_items {
  animation-play-state: paused;
} */

.logo_items img {
    height: 100px;
}
/* End Nossos Parceiros */

/* Location */
.section-localizacao {
    background-color: #f8f9fa;
}
/* End Location */

/* Contact */
.section-contact {
    background-color: #f8f9fa;
}
.contact-info-box {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
.contact-info-box i {
    margin-right: 10px;
    font-size: 1.5rem;
    color: #fb5100;
}
.form-container {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 460px;
}
.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;
}
.form-control:focus {
    border-bottom: 2px solid #121111ad;
    box-shadow: none;
}
.btn-custom {
    background-color: #fb5100;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
}
.btn-custom:hover {
    background-color: #fb4f00;
}
/* End Contact */

.card-img-overlay {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card-title-bg {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* nossas areas */

