.video-estilo-container {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;
    width: 100%;
}

.video-estilo {
    width: 100%;
    max-width: 700px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: none;
    margin: 0 auto 40px auto; /* Centrado y espacio abajo */
}

.section-tittle {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 60px;
    
}

.front-text h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.back-text {
    font-size: 18px;
    color: #ccc;
    display: block;
    margin-top: -10px;
}




/* Estilos generales */
.logo {
  display: flex;
  align-items: center;
}
.big-logo, .small-logo {
  display: flex;
  align-items: center;
}
.big-logo img,
.small-logo img {
  max-height: 100px;
  width: auto;
}

/* Oculta el logo pequeño por defecto */
.small-logo {
  display: none;
}

/* Texto grande */
.logo-text {
  margin-left: 10px;
  font-weight: bold;
  font-size: 35px;
  color: #ffffff;
  white-space: nowrap;
}

/* Texto pequeño */
.logo-text-small {
  margin-left: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
}

/* Media Query para pantallas pequeñas */
@media (max-width: 768px) {
  .big-logo {
    display: none;
  }

  .small-logo {
    display: flex;
  }

  .small-logo img {
    max-height: 60px;
    width: auto;
  }
}








/* Cada elemento individual */
.foto-item {
    flex: 1;
    max-width: 250px; /* Tamaño máximo */
    text-align: center;
    transition: transform 0.3s ease-in-out; /* Suaviza el efecto */
}

/* Imágenes con efecto de zoom */
.foto-item img {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.foto-item:hover img {
    transform: scale(1.2); /* Hace zoom al pasar el mouse */
}

/* Nombre del contacto y datos */
.presentacion__contenido__titulo4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.presentacion__contenido__texto {
    font-size: 16px;
    color: #333;
}

/* Diseño responsive */
@media screen and (max-width: 768px) {
    .container-fotos-items {
        flex-direction: column; /* En celulares se acomodan en columna */
        align-items: center;
    }

    .foto-item {
        max-width: 100%; /* Ocupa todo el ancho disponible */
    }
}






/* Contenedor principal */
.presentacion__contenido {
    text-align: center; /* Centra todo el contenido */
}

/* Título del contacto */
.presentacion__contenido__titulo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Contenedor de los íconos */
.container-fotos-items {
    display: flex;
    justify-content: center;
    gap: 20px; /* Espacio entre los elementos */
    flex-wrap: wrap; /* Permite que bajen de línea en pantallas pequeñas */
    align-items: center; /* Alineación vertical */
}

.foto-zoom {
    width: 100%; /* Hace que la imagen ocupe el 100% del contenedor */
    max-width: 800px; /* Aumenté el tamaño máximo a 800px */
    height: auto; /* Mantiene la proporción de la imagen */
    transition: transform 0.3s ease; /* Suaviza la animación */
    cursor: pointer;
    border-radius: 10px; /* Esquinas redondeadas */
    margin: 0 auto; /* Centra la imagen */
}

.foto-zoom:hover {
    transform: scale(1.1); /* Aumenté el zoom al pasar el mouse */
}


.container-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    }
    
    .item {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .item figure {
    margin: 0;
    padding: 0;
    }
    
    .item img {
    width: 100%;
    height: 250px; /* Asegura que todas las imágenes tengan el mismo tamaño */
    object-fit: cover; /* Hace que la imagen se recorte manteniendo su proporción */
    transition: transform 0.3s ease;
    }
    
    .item:hover img {
    transform: scale(1.1); /* Efecto de zoom al pasar el ratón */
    }
    
    .info-product {
    padding: 15px;
    text-align: center;
    }
    
    .info-product h2 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    }

    /*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
        margin-top: 40px; /* Puedes ajustar el valor según lo que necesites */
}

/* Estilos para tablets (pantallas entre 768px y 1024px) */
@media (max-width: 1024px) {
    .about .row {
        flex-direction: column;
    }

    .about .content {
        order: 2;
    }

    .about .foto-zoom {
        order: 1;
    }
}

/* Estilos para teléfonos (pantallas menores a 768px) */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem; /* Tamaño más pequeño para el título en dispositivos pequeños */
    }

    .about .row {
        flex-direction: column;
    }

    .about .content {
        padding: 0 10px;
    }

    .about .foto-zoom {
        margin-bottom: 20px;
    }
}




.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    max-width: 100%;
    background-color: black; /* Fondo para que se vea si no carga imagen */
}

.slider-track {
    display: flex;
    width: calc(33.3333% * 3); /* 3 imágenes */
    transition: transform 0.5s ease;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* IMÁGENES SIN CORTES */
.slider-img {
    width: 33.3333%;
    height: auto;              /* 👈 se adapta a la imagen */
    max-height: 600px;         /* límite máximo */
    flex-shrink: 0;
    object-fit: contain;       /* 👈 NO corta */
    background-color: transparent;
    display: block;
}

/* BOTONES */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }

/* ESPACIADOS */
.services-details-area {
    margin-bottom: 20px !important;
}

.single-services {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.section-padding2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.details-img.mb-40 {
    margin-bottom: 20px !important;
}

.details-caption {
    margin-top: 10px !important;
}

.details-caption p.mb-50 {
    margin-bottom: 15px !important;
}

/* 📱 RESPONSIVE */
@media (max-width: 1024px) {
    .slider-img {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .slider-img {
        max-height: 400px;
        width: 100%;
    }

    .slider-btn {
        font-size: 1.5rem;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .slider-img {
        max-height: 300px;
    }

    .slider-btn {
        font-size: 1.2rem;
        padding: 6px;
    }
}

a.active {
    color: #1696e7 ; /* Cambia al color que prefieras */
    font-weight: bold;
    border-bottom: 2px solid #1696e7; /* Línea debajo, opcional */
}

















.apartamentos-lista {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-family: "Segoe UI", sans-serif;
    margin-bottom: 80px;
}

.apartamento-item {
    border-bottom: 1px solid #ddd;
}

.apartamento-header {
    display: grid;
    grid-template-columns: 2fr 2fr 1.2fr 1fr 40px;
    align-items: center;
    padding: 16px 20px;
    background: #f5f5f5;
    cursor: pointer;
    transition: background 0.3s ease;
}

.apartamento-header:hover {
    background: #ececec;
}

.apartamento-header .titulo {
    font-weight: 700;
    color: #000;
}

.apartamento-header .info {
    font-size: 14px;
    color: #333;
}

.apartamento-header b {
    font-weight: 700;
}

.flecha {
    text-align: right;
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* CUANDO SE ABRE */
.apartamento-item.active .flecha {
    transform: rotate(180deg);
}

/* CONTENIDO DESPLEGABLE */
.apartamento-body {
    display: none;
    padding: 25px;
    background: #fff;
    text-align: center; /* centra el contenido */
}

.apartamento-item.active .apartamento-body {
    display: block;
}


@media (max-width: 768px) {
    .apartamento-header {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .flecha {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .apartamento-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .apartamento-body img {
        max-width: 100%;
    }
}










