@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  color: #2f312b;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.br-20 {
  border-radius: 20px;
}

.btn-primary {
  color: #ffffff;
  background-color: #5fcec7;
  border-color: #5fcec7;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2f312b;
  border-color: #2f312b;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #5fcec7;
  border-color: #5fcec7;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 206, 199, 0.5) !important;
}

.btn-outline-primary {
  color: #5fcec7;
  border-color: #5fcec7;
  background-color: #ffffff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #5fcec7;
  border-color: #5fcec7;
}

.fc-1 {
  color: #5fcec7;
}

.fc-2 {
  color: #9691a4;
}

.fc-3 {
  color: #162f52;
}

.bg-primary {
  background-color: #5fcec7 !important;
}

.headerMenu {
  z-index: 1024;
}

#portada {
  position: relative;
}
#portada .portadaHero {
  display: flex;
  min-height: 75vh;
}
#portada .carousel-item {
  height: 95vh;
}
#portada .carousel-item img {
  width: 100%;
  height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#portada #boxFiltros {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
@media (max-width: 767px) {
  #portada #boxFiltros {
    position: relative;
  }
}
#portada #boxFiltros .container {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
}
#portada #boxFiltros .form-group-checkboxes {
  margin-bottom: 20px;
}
#portada #boxFiltros .form-group-checkboxes label, #portada #boxFiltros .form-group-checkboxes a {
  border-radius: 15px;
  display: block;
  float: left;
  width: 19%;
  width: 24%;
  margin: 0 0.5% !important;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 5px;
  background: #162f52;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  #portada #boxFiltros .form-group-checkboxes label, #portada #boxFiltros .form-group-checkboxes a {
    font-size: 13px;
  }
}
#portada #boxFiltros .form-group-checkboxes a {
  color: #fff;
}
#portada #boxFiltros .form-group-checkboxes label:hover,
#portada #boxFiltros .form-group-checkboxes label.click,
#portada #boxFiltros .form-group-checkboxes a:hover {
  background-color: #5fcec7;
}
#portada #boxFiltros .form-group-checkboxes label input {
  opacity: 0;
}
#portada #boxFiltros .col-swag {
  padding: 0 10px;
}
#portada #boxFiltros .form-control {
  height: 40px;
  padding: 10px 15px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #2f312b;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#portada #boxFiltros .form-control:focus {
  border: none;
  box-shadow: none;
}
#portada #boxFiltros select.form-control {
  border-radius: 15px;
  padding-right: 35px;
  background: url(../../img/arrow-dropdown.png) right 10px center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
#portada #boxFiltros select.form-control option:hover {
  background-color: #5fcec7;
  color: #ffffff;
}
#portada #boxFiltros .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
#portada #boxFiltros .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}
#portada #boxFiltros .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}
#portada #boxFiltros .form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
#portada #boxFiltros .btn-buscar {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #162f52;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
}
#portada #boxFiltros .btn-buscar:hover {
  background-color: #5fcec7;
  color: #fff;
}
#portada #boxFiltros .modo {
  display: none;
}

#home .card {
  border-radius: 25px;
  overflow: hidden;
}
#home .card-title {
  font-size: 2.4rem;
}

#whyChooseUs .badge-primary {
  background-color: #5fcec7;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 20px;
}

#pageLogin {
  background-image: url("../../img/pareja-mirar-casa-pequena-tiro-completo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 125vh;
  display: flex;
}
@media (max-width: 800px) {
  #pageLogin {
    min-height: 150vh;
  }
}
#pageLogin .card {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 25px !important;
}
#pageLogin .card a {
  color: #2f312b;
}
#pageLogin .card a:hover {
  color: #000000;
}

.bg-verde {
  background-color: #5fcec7;
}

.bg-verde_1 {
  background-color: rgba(95, 206, 199, 0.95);
}

.bg-amarillo {
  background-color: #2f312b;
  color: #5fcec7;
}

.bg-amarillo_1 {
  background-color: rgba(47, 49, 43, 0.95);
  color: #5fcec7;
}

.bg-contraste {
  background-color: #2f312b;
  color: #ffffff;
}
.bg-contraste a {
  color: #ffffff;
}
.bg-contraste a:hover {
  color: #5fcec7;
  text-decoration: none;
}

footer {
  padding: 80px 0px 15px 0px;
  background-color: #FAFAFA;
}

.dashboard-nav-item {
  min-height: 56px;
  padding: 8px 20px 8px 0px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  transition: ease-out 0.5s;
}

.dashboard-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-left: 0px;
}

.dashboard-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown {
  display: flex;
  flex-direction: column;
}

.dashboard-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
  font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
  transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
  display: flex;
}

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
  display: none;
  flex-direction: column;
}

.dashboard-nav-dropdown-item {
  min-height: 20px;
  padding: 5px 20px 5px 20px;
  display: flex;
  align-items: center;
  transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

#addPropiedad #formularioDePropiedades span {
  color: #ff0000;
}

#accesosRapidos a {
  color: #2f312b;
}
#accesosRapidos a:hover {
  text-decoration: none;
}
#accesosRapidos .card {
  border-radius: 20px;
  border-color: transparent !important;
  align-items: center;
  transition: all 0.3s linear;
}
#accesosRapidos .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#accesosRapidos .card .card-body .icon {
  display: flex;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(95, 206, 199, 0.55);
  margin-bottom: 20px;
}
#accesosRapidos .card .card-body .icon img {
  filter: brightness(0) invert(1);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#accesosRapidos .card .card-body h6 {
  font-size: 14px;
}
#accesosRapidos .card:hover {
  cursor: pointer;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#accesosRapidos .card:hover .icon {
  background-color: #5fcec7;
}

#accesosRapidos_2 .card {
  border-radius: 20px;
  border-color: transparent !important;
  align-items: center;
  transition: all 0.3s linear;
  text-align: center;
}
#accesosRapidos_2 .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
}
#accesosRapidos_2 .card .card-img {
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#propiedadesDestacadas a {
  color: #2f312b;
}
#propiedadesDestacadas a:hover {
  text-decoration: none;
}
#propiedadesDestacadas .slick-dotted.slick-slider {
  margin-bottom: 30px;
  height: 530px !important;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item {
  min-height: 530px;
  margin-top: 18px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card {
  border: 1px solid #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card .card-top {
  position: relative;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card .card-top .card-img-top {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card .card-top .tabBox {
  position: absolute;
  top: 10px;
  left: 10px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card .card-top .tabBox span {
  font-size: 12px;
  border-radius: 20px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .estado {
  color: #5fcec7;
  margin-bottom: 0px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .precio {
  display: flex;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .precio p {
  margin-left: 5px;
  margin-bottom: 5px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .precio img {
  width: 18px;
  height: 18px;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card-footer {
  background-color: #ffffff;
}
#propiedadesDestacadas .carruselPropiedadesDestacadas .item .card-footer li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#propiedadesDestacadas .slick-prev:before, #propiedadesDestacadas .slick-next:before {
  color: #5fcec7;
  font-size: 30px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 100%;
  z-index: 1024;
}

.boxMiga {
  margin-top: 20px;
  margin-bottom: 20px;
}
.boxMiga ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.boxMiga ul li {
  list-style: none;
  padding-right: 10px;
  font-size: 14px;
  color: #9691a4;
}
.boxMiga ul li::before {
  content: ">";
  padding-right: 10px;
}
.boxMiga ul li.titulo_encendido {
  color: #5fcec7;
  font-weight: 600;
}
.boxMiga ul li a {
  color: #9691a4;
  text-decoration: none;
}
.boxMiga ul li a:hover {
  color: #5fcec7;
}

#propiedadSingle .separadorLinea {
  border-right: 1px solid rgba(150, 145, 164, 0.5);
}
#propiedadSingle .imgBoxZiz {
  height: 268px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#propiedadSingle .listadoDetalles {
  color: #7a7a7a;
  font-size: 14px;
}

.menuBoxPerfil a {
  color: #7a7a7a;
}
.menuBoxPerfil a:hover {
  color: #5fcec7;
  text-decoration: none;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.elementsPerfil .card-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementsPerfil .card-nav-link {
  position: relative;
  display: block;
  padding: 1rem 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border-top: 1px solid #efecf3;
  color: #9691a4;
  text-decoration: none;
  cursor: pointer;
}
.elementsPerfil .card-nav-link:before {
  position: absolute;
  display: none;
  top: 0;
  left: -1.25rem;
  width: 0.125rem;
  height: 100%;
  background-color: #162f52;
  content: "";
}
.elementsPerfil .card-nav-link.active {
  color: #5fcec7;
  background-color: #fff;
  border-color: #fff;
}
.elementsPerfil .card-nav-link.active:before {
  display: block;
}

.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift-lg:focus, .lift-lg:hover {
  box-shadow: 0 0.2rem 0.6rem rgba(22, 28, 45, 0.6), 0 0.5rem 0.5rem -0.75rem rgba(22, 28, 45, 0.6) !important;
  transform: translate3d(0, -5px, 0);
}

@media (max-width: 800px) {
  .lift-lg:focus, .lift-lg:hover {
    box-shadow: 0 0.5rem 2rem rgba(22, 28, 45, 0.6), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.6) !important;
    transform: translate3d(0, -5px, 0);
  }
}
#moreDetails .elemento {
  font-size: 12px;
  color: #7a7a7a;
}

#propiedadesViews .btn-group {
  border-radius: 0.5rem;
}
#propiedadesViews .btn-group > .btn-group:not(:first-child), #propiedadesViews .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: -1px;
}
#propiedadesViews .btn-group > .btn-group:not(:last-child) > .btn, #propiedadesViews .btn-group > .btn.dropdown-toggle-split:first-child, #propiedadesViews .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#propiedadesViews .btn-group > .btn-group:not(:first-child) > .btn, #propiedadesViews .btn-group > .btn:nth-child(n+3), #propiedadesViews .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#propiedadesViews .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.375rem;
}
#propiedadesViews .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
#propiedadesViews .form-check-input[type=checkbox] {
  border-radius: 0.1875em;
}
#propiedadesViews .form-check-input:checked {
  background-color: transparent;
  border-color: #5fcec7;
}
#propiedadesViews .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fd5631' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#suscripciones #boxCardsSuscriptions .plan:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #feb137 !important;
  color: #ffffff;
  border-color: #feb137 !important;
}
#suscripciones #boxCardsSuscriptions .plan .active {
  background-color: #feb137 !important;
  border-color: #feb137 !important;
  color: #ffffff;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.filepond {
  background: #FAFAFA;
  border: 2px dashed #5fcec7;
  border-radius: 20px;
}
.filepond span.filepond--label-action {
  color: #5fcec7 !important;
}
.filepond span.filepond--file-info-main {
  color: #ffffff !important;
}
.filepond span.filepond--file-info-sub {
  color: #ffffff !important;
}

.itemsPropiedades .item {
  min-height: 420px;
  margin-top: 18px;
}
.itemsPropiedades .item .card {
  border: 1px solid #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
}
.itemsPropiedades .item .card .card-top {
  position: relative;
}
.itemsPropiedades .item .card .card-top .card-img-top {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.itemsPropiedades .item .card .card-top .tabBox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.itemsPropiedades .item .card .card-top .tabBox span {
  font-size: 12px;
  border-radius: 20px;
}
.itemsPropiedades .item .card p {
  font-size: 12px;
}
.itemsPropiedades .item .card h5 {
  font-size: 14px;
}
.itemsPropiedades .item .estado {
  color: #5fcec7;
  margin-bottom: 0px;
}
.itemsPropiedades .item .precio {
  display: flex;
}
.itemsPropiedades .item .precio p {
  margin-left: 5px;
  margin-bottom: 5px;
}
.itemsPropiedades .item .precio img {
  width: 18px;
  height: 18px;
}
.itemsPropiedades .item .card-footer {
  background-color: #ffffff;
}
.itemsPropiedades .item .card-footer li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.itemsPropiedades .item a {
  color: #2f312b;
}
.itemsPropiedades .item a:hover {
  text-decoration: none;
}

#buscarPorCiudad .carruselCiudades .item {
  min-height: 275px;
}
#buscarPorCiudad .carruselCiudades a {
  color: #2f312b;
}
#buscarPorCiudad .carruselCiudades a:hover {
  text-decoration: none;
}
#buscarPorCiudad .carruselCiudades .card-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
#buscarPorCiudad .carruselCiudades .card-top img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 170px;
}
#buscarPorCiudad a {
  color: #2f312b;
}
#buscarPorCiudad a:hover {
  text-decoration: none;
}

.avatar img {
  width: 120px !important;
  height: 86px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#invertirPage #headerPage {
  padding: 50px 0px 15px 0px;
}
#invertirPage #headerPage .breadcrumbClass {
  color: #9691a4;
}
#invertirPage #headerPage .breadcrumbClass a {
  color: #9691a4;
}
#invertirPage #headerPage .breadcrumbClass a:hover {
  color: #5fcec7;
  text-decoration: none;
}
#invertirPage #headerPage .active {
  color: #5fcec7;
  font-weight: 600;
}
#invertirPage #headerPage .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 6px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
#invertirPage #headerPage .slick-active {
  background-color: #5fcec7;
  border-radius: 10px;
}
#invertirPage #headerPage .slick-dots li button:before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  background-color: black;
  height: 6px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 10px;
}
#invertirPage #headerPage .boxImagenes .item img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
#invertirPage #porqueElegirnos {
  padding: 100px 0px;
  background-color: #FAFAFA;
}
#invertirPage #porqueElegirnos .numero {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5fcec7;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 700;
}

.cToAction {
  padding: 80px 0px;
  background-color: #5fcec7;
  color: #ffffff;
}
.cToAction .btn {
  font-size: 1.2rem;
}

#inversionesPage .inversionesBtn .active {
  background-color: #2f312b;
  border-color: #2f312b;
}
#inversionesPage .boxRentabilidad {
  padding: 20px 15px;
  border-radius: 20px;
  border: 1px solid #5fcec7;
  text-align: center;
}
#inversionesPage #proyectosInversion a {
  color: #2f312b;
}
#inversionesPage #proyectosInversion a:hover {
  text-decoration: none;
}
#inversionesPage #proyectosInversion .card {
  border: 1px solid #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 20px;
  overflow: hidden;
  min-height: 480px;
}
#inversionesPage #proyectosInversion .card .card-top {
  position: relative;
}
#inversionesPage #proyectosInversion .card .card-top .tabBox {
  position: absolute;
  top: 10px;
  left: 10px;
}
#inversionesPage #proyectosInversion .card .card-top .tabBox span {
  font-size: 12px;
  border-radius: 20px;
}
#inversionesPage #proyectosInversion .estado {
  color: #5fcec7;
  margin-bottom: 0px;
}

.fs-x0 {
  font-size: 0.8rem !important;
}

.fs-x1 {
  font-size: 3.6rem;
}

.boxInversionForm {
  padding: 20px 15px;
  border-radius: 20px;
  border: 1px solid #2f312b;
  text-align: center;
  margin-bottom: 20px;
}

.custom-range::-webkit-slider-thumb {
  background-color: #5fcec7; /* Cambia este valor al color deseado (en este caso, azul) */
}
.custom-range::-moz-range-thumb {
  background-color: #5fcec7;
}
.custom-range::-ms-thumb {
  background-color: #5fcec7;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #5fcec7; /* Cambia este valor al color deseado (en este caso, azul) */
}
.custom-range::-moz-range-track {
  background-color: #5fcec7;
}
.custom-range::-ms-track {
  background-color: #5fcec7;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.boxPrincipalImagenes {
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#galeriaImagenes .item img {
  max-width: 360px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

.drag-over {
  border: 2px dashed red;
}

#preview li {
  position: relative;
}
#preview li button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  color: white;
  padding: 2px 6px;
  font-size: 10px;
}
#preview img {
  min-height: 80px;
  min-width: 80px;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#error404 {
  min-height: 95vh;
  display: flex;
}

/* Estilos para el InfoWindow personalizado */
.gm-style {
  padding: 5px; /* Un padding más pequeño si el contenido lo maneja */
  max-width: 300px; /* Ajusta según necesites */
  min-width: 250px;
}

.gm-style img {
  width: 100%; /* Imagen responsive dentro del infowindow */
  height: 120px !important; /* Altura fija para la imagen */
  -o-object-fit: cover;
     object-fit: cover; /* Para que la imagen cubra el espacio sin deformarse */
  border-radius: 4px;
  margin-bottom: 8px;
  display: block;
}

.gm-style h6 { /* Título de la propiedad */
  margin-top: 10px !important;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  white-space: nowrap; /* Evita que el título se rompa en varias líneas */
  overflow: hidden; /* Oculta el texto que se desborda */
  text-overflow: ellipsis; /* Añade puntos suspensivos (...) */
}

.gm-style p { /* Para precio, dirección, etc. */
  margin-bottom: 3px;
  font-size: 0.85em;
  color: #555;
  line-height: 1.4;
}

.gm-style p.precio-mapa {
  font-size: 0.9em;
  font-weight: bold;
  color: #007bff; /* Un color destacado para el precio */
}

.gm-style a.ver-propiedad-mapa {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85em;
  transition: background-color 0.3s ease;
}

.gm-style a.ver-propiedad-mapa:hover {
  background-color: #0056b3;
}

/* Para quitar el padding por defecto del InfoWindow de Google y la flecha si se desea */
.gm-style .gm-style-iw-c { /* Contenedor principal del InfoWindow */
  padding: 0 !important;
  border-radius: 8px !important; /* Bordes redondeados para el contenedor */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.gm-style .gm-style-iw-d { /* Contenedor del contenido */
  overflow: auto !important; /* Ocultar scrollbars por defecto si no son necesarios */
}

.gm-style .gm-style-iw-t::after { /* Flecha del InfoWindow */
  display: none;
}/*# sourceMappingURL=estilos.css.map */