
.carousel-card[data-v-225c7082] {
  height: 17rem; /* El contenedor sigue igual */
  width: 100%;
  max-width: auto;
  position: relative;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
  overflow: hidden;
}
.carousel-image[data-v-225c7082] {
  width: 100%;
  height: 100%;
  position: relative;
}
.img-card[data-v-225c7082] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ahora la imagen llena el espacio */
  -o-object-position: center;
     object-position: center; /* La imagen se centra */
  margin: 0; /* Elimina márgenes adicionales */
  padding: 0; /* Sin relleno extra */
}
.hover-content[data-v-225c7082] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0; /* Ocultar por defecto */
  transition: opacity 0.3s ease; /* Transición suave */
}
.carousel-image:hover .hover-content[data-v-225c7082] {
  opacity: 1; /* Mostrar cuando se hace hover */
}
.social-icons[data-v-225c7082] {
  display: flex;
  gap: 15px;
  font-size: 24px;
  color: white;
}
.connect-text[data-v-225c7082] {
  margin-top: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.badge-container[data-v-225c7082] {
  position: absolute;
  top: 10px;
  left: 10px;
}
.badge[data-v-225c7082] {
  /* background: var(--danger) !important; */
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}
.no-fees[data-v-225c7082] {
  background: #000;
}

.arrow[data-v-45bc96b8] {
  position: absolute;
  animation: moveArrow-45bc96b8 2s infinite linear;
}
@keyframes moveArrow-45bc96b8 {
0% {
    left: -5px;
}
100% {
    left: 5px;
}
}
/* Estilos reutilizados */
.altura-card-detalle-propiedades[data-v-45bc96b8] {
  height: 6rem !important;
}
.altura-card-footer-propiedades[data-v-45bc96b8] {
  height: auto !important;
}
.text-card1[data-v-45bc96b8] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ml-auto[data-v-45bc96b8] {
  margin-left: auto;
}
@charset "UTF-8";
#card-propiedades :hover h3[data-v-70677156] {
  transition: all 0.2s ease;
  /* Transición suave para todos los cambios */
  color: var(--primary) !important;
}
.shadow_card[data-v-70677156] {
  background: transparent;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.048) !important;
}
.rounded-card-right[data-v-70677156] {
  border-top-right-radius: 10px;
}
.rounded-card-right-b[data-v-70677156] {
  border-bottom-right-radius: 10px;
}
.altura-card[data-v-70677156] {
  height: 100% !important;
  width: 100% !important;
  display: inline-block;
}
.altura-card-detalle[data-v-70677156] {
  height: 15rem !important;
}
.altura-card-detalle-propiedades[data-v-70677156] {
  height: 12rem !important;
}
.altura-card-footer-propiedades[data-v-70677156] {
  height: auto !important;
}
.altura-card-boton[data-v-70677156] {
  height: 50px !important;
  margin-top: 35px;
  margin-left: 15px;
}
.text-card1[data-v-70677156] {
  height: 100px;
}
.text-card1[data-v-70677156] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-card[data-v-70677156] {
  height: 70px;
}
.text-card[data-v-70677156] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bg-image-card[data-v-70677156] {
  background-color: #cccccc;
  height: 18rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.radius-border[data-v-70677156] {
  border-top-right-radius: 15px !important;
}
.radius-border-left-bottton[data-v-70677156] {
  border-bottom-right-radius: 15px !important;
}
h4[data-v-70677156] {
  color: #ff0077;
}
.product-alt[data-v-70677156] {
  background: transparent;
  border: 1px solid #ff0077;
  border-radius: 20px;
  margin: 1rem;
  padding: 1rem;
  color: #fff;
}
.productimg[data-v-70677156] {
  height: 10rem;
  width: 80%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 600px) {
.productimg[data-v-70677156] {
    height: 10rem;
    width: 50%;
    display: block;
    margin: auto;
}
}


