.logo-image {
  width: auto;
  height: 75px; 
}
     /*** boton de whatsapp ***/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
}

/* Ajusta el tamaño del GIF */
.whatsapp-button img {
    width: 60px; /* Define un ancho fijo (ajusta según tus necesidades) */
    height: auto; /* Mantiene la proporción del GIF */
}

/* Estilos para el globo de texto */
.whatsapp-button .tooltip-text {
    visibility: hidden; /* Oculta el globo por defecto */
    width: 160px; /* Ancho del globo */
    background-color: #25D366; /* Color de fondo del globo */
    color: #fff; /* Color del texto */
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    bottom: 125%; /* Posición del globo respecto al botón */
    left: 100%;
    margin-left: -80px; /* Centra el globo horizontalmente */
    opacity: 0;
    transition: opacity 0.3s ease; /* Transición suave */
}

/* Flecha del globo */
.whatsapp-button .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #25D366 transparent transparent transparent;
}

/* Mostrar el globo cuando el cursor pasa sobre el botón */
.whatsapp-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Barra Social Superior */
.social-bar-top {
    background-color: black;
    padding: 5px 0;
    width: 100%;
    position: relative;
    z-index: 1031; /* Asegura que esté sobre el navbar (Bootstrap usa z-index: 1030) */
}

.social-icons {
    display: flex;
    justify-content: flex-end; /* Alinea los iconos a la derecha */
    gap: 15px; /* Espacio entre iconos */
}

.social-icons a {
    color: #e1a548;
    font-size: 16px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ddd;
}

/* Ajuste para el navbar fijo */
.navbar.fixed-top {
    top: 20px; /* Ajusta según la altura de tu barra social */
}
.color-naranja {
    color: #e1a548;
}
.color-blanco {
    color: white;
}
.logo-bubble {
  background-color: #fff; /* Burbuja blanca */
  padding: 5px; /* Espacio interno */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 150px; /* Tamaño fijo para la burbuja */
  position: relative; /* Para posicionar el logo */
  overflow: hidden; /* Evita que el logo se salga de la burbuja */
}
/* Estilos para la sección legal */
.section-legal {
  padding: 60px 0;
}

.legal-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  background: white;
}

.legal-card:hover {
  transform: translateY(-5px);
}

.legal-card-header {
  padding: 20px;
  text-align: center;
  position: relative;
}

.legal-card-header i {
  margin-bottom: 15px;
  display: block;
}

.legal-card-header h3 {
  margin: 0;
  font-size: 1.3rem;
}

.legal-card-body {
  padding: 20px;
}

.legal-list {
  list-style: none;
  padding-left: 0;
}

.legal-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.legal-list li:last-child {
  border-bottom: none;
}

.cost-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.cost-item i {
  font-size: 1.5rem;
  margin-right: 15px;
  width: 30px;
  text-align: center;
}

.cost-item h5 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.cost-item p {
  margin-bottom: 0;
  font-weight: bold;
}

.legal-cta {
  border: 2px dashed #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .legal-card {
    margin-bottom: 20px;
  }
}

.service-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  background: white;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.service-card-header {
  padding: 25px;
  text-align: center;
  position: relative;
}

.service-card-header i {
  margin-bottom: 15px;
  display: block;
}

.service-card-header h3 {
  margin: 0;
  font-size: 1.4rem;
}

.service-card-body {
  padding: 25px;
}

.service-features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.service-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}

.service-features li:last-child {
  border-bottom: none;
}

.service-card-footer {
  padding: 0 25px 25px;
  text-align: center;
}

/* Colores personalizados */
.bg-purple {
  background-color: #6f42c1 !important;
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple:hover {
  color: white;
  background-color: #6f42c1;
}

.text-gold {
  color: #ffc107;
}

/* Responsive */
@media (max-width: 768px) {
  .section-services {
    padding: 50px 0;
  }
  
.service-card {
    margin-bottom: 30px;
  }
}
.testimonial-img{
    height: 450px;
    width: auto;
}

/* Estilos para la sección de propiedad */

.property-badge .badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    border-radius: 50px;
    font-weight: 500;
}

.property-price-card {
    border-radius: 10px;
    overflow: hidden;
}

.property-price-card .price-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.property-price-card .price-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    color: black;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.bg-primary-light {
    background-color: rgba(44, 109, 214, 0.1);
}
.bg-success-light {
    background-color: rgba(40, 167, 69, 0.1);
}
.bg-warning-light {
    background-color: rgba(255, 193, 7, 0.1);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.amenity-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.amenity-card i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c6ed5;
    display: block;
}

.amenity-card span {
    font-size: 0.9rem;
    font-weight: 500;
}

.investment-cta {
    background: linear-gradient(135deg, #2c6ed5 0%, #2c3e50 100%);
}

.property-docs a {
    color: #2c3e50;
    font-weight: 500;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.property-docs a:hover {
    color: #2c6ed5;
    text-decoration: none;
}

@media (max-width: 768px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefit-item {
        flex-direction: column;
    }
    
    .benefit-icon {
        margin-bottom: 1rem;
    }
}

.carousel-item-b img{
    height: 600px;
    width: auto;
}

.summary-list{
    padding-left: 10px;
}
.img-box-a {
  max-height: 500px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.img-box-a img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Esta línea es la clave */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

