:root {
    --blue: #2d3e50;
    --gold: #cfb078;
}

body {
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--blue);
    background-color: #f8f9fa;
}

.main-body-container {
    min-height: calc(100vh - 327px);
}

h1 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.blk {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}

.blue {
    color: var(--blue);
}

.gold {
    color: var(--gold);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-gold {
    background-color: var(--gold);
}

.bg-translucid {
    background-color: rgba(255, 255, 255, 0.9);
}

.accordion-button:not(.collapsed) {
    color: var(--blue);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

@media only screen and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.dropdown-menu {
    background-color: #ceae7a;
    border-radius: 0;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background-color: #ceae7a;
    color: var(--blue);
}

.effect {
    overflow: hidden;
    transition: all 1s linear;
}

.gallery-wrapper {
    padding: 2px 2px;
    overflow: hidden;
}

.gallery-wrapper i {
    color: #fff;
    background-color: #e59e47;
    width: 60px;
    height: 60px;
    line-height: 59px;
    text-align: center;
    border-radius: 50px;
    opacity: 0;
    font-size: 28px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all 0.3s linear;
}

@media (min-width: 768px) {
    .gallery-wrapper {
        max-height: 140px;
    }
}

@media (min-width: 1200px) {
    .gallery-wrapper {
        max-height: 218px;
    }
}

@media (min-width: 768px) {
    .building .gallery-wrapper {
        max-height: 100%;
    }
}

@media (min-width: 1200px) {
    .building .gallery-wrapper {
        max-height: 100%;
    }
}

.gallery-wrapper .effect:hover i {
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-wrapper img {
    transition: all 0.3s linear;
    width: 100%;
    touch-action: pan-y pinch-zoom;
}

.gallery-wrapper .effect:hover img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    transform: scale(1.1);
}

.logo-footer {
    height: 80px;
}

#filters {
    font-size: 10pt;
}

/* ---------------------------
         COVER IMAGES
--------------------------- */

.image-container {
    width: 100%;
    min-height: 400px;
    position: relative;
    padding-bottom: 0.33%;
    overflow: hidden;
    margin-bottom: 30px;
}

.image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.image-home-lands {
    background-position: top;
    top: -250px;
}

.filters {
    position: relative;
    top: 250px;
}

@media (max-width: 767px) {
    .image-home-lands {
        top: -20px;
    }

    .filters {
        top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1274px) {
    .image-home-lands {
        top: -150px;
    }

    .filters {
        top: 150px;
    }
}

/* ----------------------------------------
              SELECT2
---------------------------------------- */

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}

.select2-search__field {
  width: 100% !important;
}

.active > .page-link {
    background-color: var(--blue);
    border-color: var(--blue);
}

@media (min-width: 768px) {
    .house-carousel-item {
        height: 900px;
    }
    .lands-carousel-item {
        height: 400px;
    }
}
@media (max-width: 760px) {
    .house-carousel-item {
        height: 400px;
    }
    .lands-carousel-item {
        height: 300px;
    }
}

.house-carousel-item img,
.lands-carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.icon {
    width: 20px;
}

.thumbs {
    width: 75px;
    padding: 0;
    background-color: #ddd;
    text-align: center;
}

#thumbs {
    max-height: 400px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.thumbs > .arrow {
    height: 25px;
    margin: 0;
    background-color: #ddd;
    cursor: pointer;
}

.thumbs > .images::-webkit-scrollbar {
    display: none;
}

.thumbs > .arrow > i {
    line-height: 25px;
}

.main-picture {
    object-fit: cover;
    min-height: 450px;
    max-height: 450px;
    cursor: zoom-in;
}

.main-picture.youtube {
    cursor: pointer;
}

.image-item {
    opacity: 0.2;
    display: block;
}

.image-item:hover {
    opacity: 0.5;
}

.image-item.active {
    opacity: 1;
}

.container-fluid {
    justify-content: center !important;
}
.header {
    max-width: 1321px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer {
    max-width: 1321px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-gold {
    background-color: #cfb078;
    color: white;
    border: none;
}
.btn-gold:hover {
    background-color: #cfb078;
    color: var(--blue);
    border: none;
}
.text-characteristics {
    color: var(--Bg---Primary, #2d3e50);
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    align-items: center;
}
.icon-size {
    width: 28px;
}
.footer-text {
    color: var(--Bg---Primary, #fff);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.informational-body {
    max-width: 1321px;
}

.items-informational {
    max-width: 856px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.button-characteristics {
    width: fit-content;
    font-size: 14px;
}

.text-buildings {
    font-size: 16px;
}

.projects {
    width: 100%;
    padding-left: 0.8rem;
}

.title-buildings {
    margin-left: -0.2rem;
}

.description {
    font-size: 16px;
    font-weight: 400;
}
