/* 
See which element is overflowing (or going outside) the container or viewport.
* {
  outline: 1px solid red !important;
} */
:root {
  color-scheme: light only;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff !important;
    color: #000 !important;
  }
}
#header__menu_icon {
  width: 30px;
  height: 30px;
  background: url(./icons/Menu_white.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

#header__menu_icon.expanded {
  background: url(./icons/Close_icon_white.svg) no-repeat center center;
  background-size: 70%;
  background-position: center;
}

#menu__fixed {
  display: none;
}

#menu__fixed_mobile {
  display: none;
}

body.menu__expanded::-webkit-scrollbar {
  display: none;
}

body.menu__expanded #menu__fixed {
  display: block;
}

body.menu__expanded #menu__fixed {
  display: block;
}

body.menu__expanded #menu__fixed_mobile {
  display: block;
}

body.menu__expanded #menu__fixed_mobile {
  display: block;
}

body.menu__expanded {
  overflow: hidden;
  max-height: 100dvh;
}

body {
  -webkit-font-smoothing: antialiased;
  /* Safari, Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox en macOS */
  font-smooth: always;
  /* Muy poco soporte (IE/Edge) */
  text-rendering: optimizeLegibility;
  /* Mejora kerning y ligaduras en general */
}

.header__search_btn i {
  width: 20px;
  height: 20px;
  background: url(./icons/Search_menu_bar_white.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

/* Header lightgray */
.menu_light {
  background-color: var(--color-l-light-gray);
  border: 0 !important;
}

.menu_light .header__search_btn i {
  width: 20px;
  height: 20px;
  background: url(./icons/Search_menu_bar_blue.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.menu_light .header__search_btn {
  color: var(--color-l-dark-blue);
}

.menu_light #header__menu_icon {
  background: url(./icons/Menu_blue.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.menu_light #header__menu_icon.expanded {
  background: url(./icons/Close_icon.svg) no-repeat center center;
  background-size: 70%;
  background-position: center;
}

.hero__scroll_icon::before {
  content: " ";
  width: 24px;
  height: 24px;
  background: url(./icons/Scroll_white.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.hero__dot::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-radius: 50%;
  background-color: white;
  height: 2px;
}

.bg__linear-gradient-blue {
  background: transparent linear-gradient(0deg, #475e84 0%, #062642 100%) 0% 0%
    no-repeat padding-box;
}

.bg__linear-gradient-blue--left {
  background: transparent linear-gradient(270deg, #475e84 0%, #062642 100%) 0%
    0% no-repeat padding-box;
}

.arrow__right,
.arrow__left {
  cursor: pointer;
}

.bg__linear-gradient-blue .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_white.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-blue .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_white.svg) no-repeat center
    center;
  background-size: contain;
}

.arrow-white-drodown-blue::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./icons/Arrow_drop_down_blue.svg) no-repeat center center;
  background-size: contain;
}

.arrow-blue .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.arrow-blue .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white-invert .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white-invert .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg-l-light-gray .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg-l-light-gray .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white {
  background: transparent linear-gradient(180deg, #ffffff 0%, #ccd2dc 100%) 0%
    0% no-repeat padding-box;
}

.bg__linear-gradient-white-x {
  background: transparent linear-gradient(90deg, #ffffffb3 0%, #ffffff33 100%)
    0% 0% no-repeat padding-box;
}

.bg__linear-gradient-white-invert {
  background: linear-gradient(180deg, #ccd2dc 0%, #ffffff 100%) 0% 0% no-repeat
    padding-box;
}

.bg-solid-blue {
  background-color: #062642;
}

.btn__arrow {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.btn__arrow::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./icons/Arrow_white.svg) no-repeat center center;
  background-size: contain;
}

.btn__arrow--dark::after {
  background: url(./icons/Arrow_blue.svg) no-repeat center center;
  background-size: contain;
}

.img__fade {
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0)
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0)
  );
  /* Para Safari */
}

.btn__eye {
  width: 35px;
  height: 35px;
  background: url(./icons/Quick_view_button_blue.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.location__on {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.location__on::before {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background: url(./icons/Location_white.svg) no-repeat center center;
  background-size: contain;
}

.location__on--blue::before {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background: url(./icons/Location_blue.svg) no-repeat center center;
  background-size: contain;
}

.location__on--sm::before {
  width: 15px;
  height: 15px;
}

.btn__more_info::before {
  content: "More info";
  display: block;
}

.btn__more_info::after {
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  font-family: var(--font-l-book);
  font-size: 20px;
  font-weight: 200;
}

.btn__more_info {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.btn__more_info.expanded::after {
  content: "-";
}

.btn__more_info.expanded::before {
  content: "Less info";
}

.expanded-height {
  height: auto !important;
}

.features__info span,
.features__info a {
  padding-right: 20px;
  border-right: 1px solid white;
  padding-left: 20px;
}

.features__info--blue span,
.features__info--blue a {
  border-right: 1px solid var(--color-l-light-blue);
}

.features__info span:last-child,
.features__info a:last-child {
  padding-right: 0;
  border-right: 0;
}

.features__info--home {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.features__info span:first-child,
.features__info a:first-child {
  padding-left: 0;
}

.features__info.features__info--green span,
.features__info.features__info--green a {
  border-color: var(--color-l-light-blue);
}

.content__more_info {
  display: none;
}

.btn__more_info.expanded + .content__more_info {
  display: flex;
}

.footer__logo img {
  width: 185px;
}

.ig_icon {
  width: 28px;
  height: 28px;
  background: url(./icons/SM_IG.svg) no-repeat center center;
  background-size: contain;
}

.fb_icon {
  width: 28px;
  height: 28px;
  background: url(./icons/SM_FB.svg) no-repeat center center;
  background-size: contain;
}

.in_icon {
  width: 28px;
  height: 28px;
  background: url(./icons/SM_LN.svg) no-repeat center center;
  background-size: contain;
}

.home__search {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.home__search::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: url(./icons/Search_menu_bar_white.svg) no-repeat center center;
  background-size: contain;
}

.home__portal {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.home__portal::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: url(./icons/Builder_portal_white.svg) no-repeat center center;
  background-size: contain;
}

.home__portal--lg {
  gap: 10px;
}

.home__portal--lg::before {
  width: 20px;
  height: 20px;
}

.home__portal_mobile {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.home__portal_mobile::before {
  content: " ";
  width: 14px;
  height: 14px;
  background: url(./icons/Builder_portal_white.svg) no-repeat center center;
  background-size: contain;
}

.home__portal--lg_mobile {
  gap: 10px;
}

.home__portal--lg_mobile::before {
  width: 36px;
  height: 36px;
}

#main__menu__list li {
  font-family: var(--font-l-medium);
  font-size: 20px;
  color: white;
  opacity: 0.4;
  display: flex;
  gap: 15px;
  flex-direction: row;
  cursor: pointer;
}

#main__menu__list li.has_submenu::after {
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  font-family: var(--font-l-book);
  font-size: 20px;
  font-weight: 200;
}

li.has_submenu a {
  pointer-events: none;
}

#main__menu__list li.active {
  opacity: 1;
}

#main__menu__list li.active::after {
  display: none;
}

#main__menu__list_mobile li a {
  opacity: 0.4;
  color: white;
}

#main__menu__list_mobile li {
  font-family: var(--font-l-light);

  display: flex;
  gap: 15px;
  flex-direction: column;
  cursor: pointer;
}

#main__menu__list_mobile li {
}

#main__menu__list_mobile li.has_submenu {
  padding: 30px 0;
}

#main__menu__list_mobile li.has_submenu a {
  display: flex;
  gap: 10px;
}

#main__menu__list_mobile li.has_submenu .icon::after {
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  font-family: var(--font-l-book);
  font-size: 20px;
  font-weight: 200;
}

#main__menu__list_mobile li.active {
  display: block;
}

#main__menu__list_mobile li.active a {
  opacity: 1;
}

#main__menu__list_mobile li.active::after {
  display: none;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].visible {
  display: initial;
}

[data-tab-content].smooth {
  display: initial;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

[data-tab-content].smooth.visible {
  opacity: 1;
  pointer-events: auto;
}

[data-tab-content-mobile] {
  display: none;
}

[data-tab-content-mobile].visible {
  display: initial;
}

[data-tab-content-mobile].smooth {
  display: initial;
  display: none;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

[data-tab-content-mobile].smooth.visible {
  display: flex;
  pointer-events: auto;
  opacity: 1;
}

[data-subtab-content] {
  display: none;
}

[data-subtab-content].visible {
  display: initial;
}

[data-subtab-content].smooth {
  display: initial;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

[data-subtab-content].smooth.visible {
  opacity: 1;
  pointer-events: auto;
}

[data-subtab-content-mobile] {
  display: none;
}

[data-subtab-content-mobile].visible {
  display: initial;
}

[data-subtab-content-mobile].smooth {
  display: initial;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

[data-subtab-content-mobile].smooth.visible {
  display: flex;
  pointer-events: auto;
}

#main__menu__sublist li {
}

#main__menu__sublist li.active {
  border-bottom: 1px solid white;
  font-family: var(--font-l-medium);
}

#main__menu__sublist_mobile li.active {
  border-bottom: 1px solid white;
  font-family: var(--font-l-medium);
}

/* Home search */

.home_search__tab {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  opacity: 0.5;
  cursor: pointer;
  font-family: var(--font-l-light);
}

.home_search__tab.active {
  font-family: var(--font-l-medium);
  opacity: 1;
}

.btn__filters {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn__filters::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(./icons/Filters_blue.svg) no-repeat center center;
  background-size: contain;
}

.btn__filters_mobile {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn__filters_mobile::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(./icons/Filters_blue.svg) no-repeat center center;
  background-size: contain;
}

.btn__sort {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn__sort::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(./icons/sort.svg) no-repeat center center;
  background-size: contain;
}

.btn__toogle_map {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.btn__toogle_map::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(./icons/home_search_map_hide.svg) no-repeat center center;
  background-size: contain;
}

.btn__toogle_map.no-map::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(./icons/home_search_map_show.svg) no-repeat center center;
  background-size: contain;
}

#communities__taxonomies li,
#properties__taxonomies li {
  font-family: var(--font-l-book);
  color: var(--color-l-dark-blue);
  font-size: 14px;
  cursor: pointer;
}

#communities__taxonomies li.selected,
#properties__taxonomies li.selected {
  font-family: var(--font-l-medium);
}

#homes__taxonomies li {
  font-family: var(--font-l-book);
  color: var(--color-l-dark-blue);
  font-size: 14px;
  cursor: pointer;
}

#homes__taxonomies li.selected {
  font-family: var(--font-l-medium);
}

.gallery_small_view {
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/Home_search_view_1_inactive.svg);
}

.gallery_small_view.active {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/Home_search_view_1_active.svg);
}

.gallery_large_view {
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/Home_search_view_2_inactive.svg);
}

.gallery_large_view.active {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/Home_search_view_2_active.svg);
}

.btn__quick_view {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: url(./icons/Quick_view_button_blue.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.sort__select {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}

.sort__select::after {
  content: " ";
  width: 12px;
  height: 12px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/Arrow_drop_down_blue.svg);
  pointer-events: none;
}

.btn_card--property {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.btn_card--property::after {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/arrow_up.svg);
  pointer-events: none;
}

.select__arrow--down {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.select__arrow--down::after {
  content: " ";
  width: 18px;
  height: 18px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/Arrow_drop_down_white.svg);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.select__arrow--down--blue::after {
  content: " ";
  background-image: url(./icons/Arrow_drop_down_blue.svg) !important;
}

.select__arrow--right--blue::after {
  content: " ";
  background-image: url(./icons/Arrow_drop_right_blue.svg) !important;
}

.select__arrow--down--relative::after {
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

.select__arrow--down--xs::after {
  width: 12px !important;
  height: 12px !important;
}

.has-submenu:has(:checked)::after {
  transform: rotate(180deg) !important;
}

#communities_list .community__card {
  width: 100%;
}

#communities_list .community__card .community__card__header {
  height: 260px;
  width: 100%;
}

.property__card__header {
  height: 260px;
  width: 100%;
}

#communities_list .community__card__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#communities_list.grid__search--multiply .community__card__button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#communities_list.grid__search--multiply p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#communities_list.grid__search--multiply
  .community__card
  .community__card__header {
  height: 200px;
}

.no_scrollbar::-webkit-scrollbar {
  display: none;
}

.grid_mega_menu {
  grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
}

.grid_mega_menu_mobile {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-template-rows: auto;
  /* puedes eliminar o dejar esta línea */
  gap: 1rem;
}

.grid__search {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.grid__search--multiply {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.filters__header {
  display: flex;
  flex-direction: column;
}

.label-map {
  display: none;
}

.label-map.show {
  display: block;
}

#search__results.no-map__view {
  grid-template-columns: 1fr;
}

#search__results.no-map__view #home_search__map {
  display: none;
}

#homes_list .home__card {
  width: 100%;
}

#homes_list .home__card .home__card__header {
  height: 260px;
  width: 100%;
}

#homes_list .home__card__button {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#homes_list.grid__search--multiply .home__card__button {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
}

#homes_list.grid__search--multiply .home__card__button button {
  width: 100%;
}

#homes_list.grid__search--multiply p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#homes_list.grid__search--multiply a {
  font-size: 12px;
}

#homes_list.grid__search--multiply .home__card .home__card__header {
  height: 200px;
}

#homes_list.grid__search--multiply .home__card .home__card__header div {
  flex-direction: column !important;
  line-height: normal;
  width: 90%;
  gap: 0;
}

#homes_list.grid__search--multiply
  .home__card
  .home__card__header
  div
  span:first-child {
  font-size: 12px;
}

#homes_list.grid__search--multiply
  .home__card
  .home__card__header
  div
  span:last-child {
  font-size: 16px;
}

.bg__linear-gradient-blue--left .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_white.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-blue--left .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_white.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white-invert .arrow__right {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_right_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

.bg__linear-gradient-white-invert .arrow__left {
  width: 40px;
  height: 40px;
  background: url(./icons/Arrow_left_containter_blue.svg) no-repeat center
    center;
  background-size: contain;
}

#homes_list.grid__search--multiply .features__info--home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#homes_list.grid__search--multiply .features__info--home span {
  padding-inline: 0 !important;
  border-right: 0 !important;
}

.grid__view__btn {
  cursor: pointer;
}

#community_menu {
  position: absolute;
  top: calc(900px - 70px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

#community_menu.keep {
  position: fixed;
  top: 0;
}

#community_page:not(:has(main > [data-block="hero_menu"]:first-child))
  #community_menu {
  position: fixed;
  top: 0px;
}

#community__header__menu.keep_down {
  transition: top 0.3s ease-in-out;
}

#community_menu.keep_down {
  transition: top 0.3s ease-in-out;
}

#community_menu ul li {
  font-family: var(--font-l-book);
  color: var(--color-l-dark-blue);
  font-size: 14px;
  width: max-content;
}

#community_menu ul li.active {
  font-family: var(--font-l-bold);
}

#community__header__menu {
  position: absolute;
  top: 0;
}

body.menu_fixed #community__header__menu {
  position: fixed;
  top: -90px;
}

body.menu_fixed.community_menu_expanded #community__header__menu,
body.menu_fixed.community_menu_expanded #general_header {
  position: fixed;
  top: 0 !important;
}

body.menu_fixed.community_menu_expanded #community_menu.keep {
  position: fixed;
  top: 90px !important;
}

#community_page:not(:has(main > [data-block="hero_menu"]:first-child))
  #community__header__menu {
  position: fixed;
  top: -90px;
}

.no-transition * {
  transition: none !important;
}

.feature__price__community {
  height: 50px;
}

.feature__price__community div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.losani_pagination_slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1;
  width: 100%;
}

.losani_pagination_slider li {
  width: 100%;
  height: 3px;
  flex: 1;
  list-style: none !important;
}

.losani_pagination_slider .splide__pagination {
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  width: 100% !important;
}

.losani_pagination_slider li .splide__pagination__page {
  width: 100%;
  height: 3px;
  background-color: var(--color-l-dot);
  position: relative;
  cursor: pointer;
  transform: scale(1) !important;
  border-radius: 0 !important;
}

.losani_pagination_slider li .splide__pagination__page.is-active::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  background-color: white;
  height: 3px;
}

.lists-table table tbody tr:nth-of-type(odd) > * {
  background-color: #e4e8f1;
}

.faqs__tab__content__item {
  flex-wrap: wrap;
}

.faqs__tab__content__item__title {
  flex: 1;
  margin: 0;
}

.faq__icon {
  width: 20px;
  height: 20px;
  background-image: url("./icons/FAQ_open.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.faqs__tab__content__item.active .faq__icon {
  transform: rotate(180deg);
}

.faqs__tab__content__item > div {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faqs__tab__content__item.opened {
  > div {
    max-height: 1000px;
  }
}

.btn__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

  &::before {
    content: " ";
    background-image: url(./icons/Arrow_blue.svg);
    transform: scaleX(-1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
}

.range-slider {
  height: 1px;
  position: relative;
  background-color: var(--color-l-light-gray);
  border-radius: 2px;
}

.range-selected {
  height: 2px;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: var(--color-l-medium-blue);
}

.range-input {
  position: relative;
  margin-bottom: 20px;
}

.range-input input {
  position: absolute;
  width: 100%;
  top: -7px;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.range-input input::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--color-l-medium-blue);
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--color-l-medium-blue);
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range-price label {
  margin-right: 5px;
}

.range-price input {
  display: none;
}

.range-price input:first-of-type {
  margin-right: 15px;
}

.filter__select {
  align-items: center;
  justify-content: space-between;
  user-select: none;

  &::after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("./icons/Arrow_filters_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform ease-in-out 0.1s;
  }

  &:has(input:checked)::after {
    transform: rotate(180deg);
  }

  &:has(input.show__filter:checked) + .filter__options__items {
    max-height: 1000px;
    box-shadow: 0px 3px 16px #0626423d;
  }
}

ul.filter__select__options {
  box-shadow: 0px 3px 16px #0626423d;
}

.filter__select__selected {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.checkbox__input {
  &::after {
    content: " ";
    background-color: transparent;
    border: 1px solid #485f85;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    padding: 2px;
  }

  &:has(:checked)::after {
    content: " ";
    background-color: #485f85;
    background-image: url("./icons/check.svg");
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.custom-cluster {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url("./icons/Pin_map_number.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-top: 5px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: white;
}

.marker-label {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  font-size: 12px;
  background-color: #475e84;
  height: 30px;
  padding: 4px 16px;
  display: flex;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  width: max-content;
}

.losani_card.selected,
.losani_card:hover {
  background-color: #e4e8f1;
}

.losani_card.selected button:not(.btn__view__communities),
.losani_card.selected a.btn_card,
.losani_card:hover button:not(.btn__view__communities),
.losani_card:hover a.btn_card {
  background-color: #bdc7d8;
}

.losani_card:hover .border-b-l-light-gray {
  border-color: #b0bed6 !important;
}

#main__menu__list_mobile li.has_submenu .has-sub-image-mobile {
  gap: 0;
}

.home__card.selected {
  background-color: #e4e8f1;
}

.home__card.selected button:not(.btn__view__communities) {
  background-color: #bdc7d8;
}

.btn__close_filters_modal {
  background-image: url("./icons/Close_icon.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

.btn__close_filters_modal-mobile {
  background-image: url("./icons/Close_icon-mobile.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

#modal_filters::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  animation: modal_fade_in 0.3s ease-in-out forwards;
}

#modal_filters:open {
  animation: modal_fade_in 0.3s ease-in-out forwards;
}

#modal_filters:closed {
  animation: modal_fade_out 0.3s ease-in-out forwards;
}

.modal_filters:open {
  display: flex;
  flex-direction: column;
  animation: modal_fade_in 0.3s ease-in-out forwards;
}

.modal_filters:closed {
  animation: modal_fade_out 0.3s ease-in-out forwards;
}

.modal_filters::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  animation: modal_fade_in 0.3s ease-in-out forwards;
}

.card--disabled a {
  pointer-events: none;
  user-select: none;
}

/* .card--disabled .community__card__button {
  display: none !important;
} */

.sort__select_list {
  -webkit-box-shadow: 0px 3px 11px -5px rgb(132, 132, 132);
  -moz-box-shadow: 0px 3px 11px -5px rgb(132, 132, 132);
  box-shadow: 0px 3px 11px -5px rgb(132, 132, 132);
  right: -85px;
  display: none;
}

.sort__select_content.open .sort__select_list {
  display: flex;
}

.sort__select_list li.active {
  color: var(--color-l-dark-blue);
  font-weight: bold;
}

.sort__select_list::before {
  content: "Sort by:";
  font-size: 12px;
  color: #bdc7d8;
  font-family: var(--font-l-book);
}

.sort__select_list.collections::before {
  content: "";
  font-size: 12px;
  display: none;
  color: #bdc7d8;
  font-family: var(--font-l-book);
}

.sort__select_item {
  cursor: pointer;
  user-select: none;
}

.sort__select_item.active {
  color: var(--color-l-dark-blue);
  font-weight: bold;
}

.sort__select_item--mobile {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.sort__select_item--mobile::before {
  content: " ";
  width: 18px;
  height: 18px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./icons/radio.svg);
}

.sort__select_item--mobile.active::before {
  content: " ";
  background-image: url(./icons/radio-checked.svg);
}

@keyframes modal_fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes modal_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal__card {
  display: none;
}

.gslide-inline .ginlined-content:has(.pinnacle__share__container) {
  padding: 0 !important;
}
.gslide-inline {
  background: none !important;
}
.ginlined-content:has(.losani_card) {
  align-content: center;
  > article {
    transform: translate(0, 0) !important;
    > .losani_card_info {
      padding-inline: 20px;
      padding-block: 20px;
      > a h5 {
        font-size: 16px;
      }
      span {
        font-size: 13px !important;
      }
      .community__card__button,
      .home__card__button {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }
    }
    > .community__card__header,
    .home__card__header,
    .property__card__header {
      height: 290px !important;
      width: 100%;
    }
  }
}

.ginlined-content:has(.home__card) {
  align-content: start;
}

.thumbnails-container {
  position: fixed;
  z-index: 999999999;
  display: flex;
  height: 80px;
  gap: 10px;
  bottom: 20px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90dvw;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.thumbnails-container {
  pointer-events: auto !important;
}

.thumbnails-container div {
  width: 80px;
  min-width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 5px;
  background-color: #fff;
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #fff;
  /* filter: brightness(.8); */
}

/* .thumbnails-container div.active{
    filter: brightness(1);
} */

.thumbnails-container:focus-visible {
  outline: none;
  user-select: none;
}

@media (max-width: 365px) {
  .scale-9 {
    scale: 0.8;
  }

  .gslide-inline .ginlined-content {
    padding-block: 0 !important;
  }
}
.gslide-description {
  display: none;
}
.glightbox-mobile .goverlay,
.goverlay {
  background: #00000090 !important;
}

#modal_filters.filters_mobile.menu_opened {
  display: block !important;
  pointer-events: auto;
  opacity: 1;
  height: 95dvh;
  width: 95vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

#modal_filters.filters_mobile {
  opacity: 0;
  pointer-events: none;
}

.filters__extra {
  max-height: calc(100dvh - 190px);
}

html:has(#modal_filters.menu_opened) {
  overflow: hidden;
}

.overlay {
  background: #00000090 !important;
  pointer-events: none;
  display: none !important;
}

.overlay.active {
  display: block !important;
}

.img-zoom-in {
  transform: scale(0.85);
  transition: transform 1s ease-in;
}

[data-aos="custom-zoom"].aos-animate {
  transform: scale(1.2);
}
