.hero-container {
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.hero-container::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    right: -5%;
    bottom: -5%;
    background-image: url("../img/trasteria.5a25846d729e.jpeg");
    background-size:cover;
    background-position: center center;
    filter: blur(3px);
    z-index: 1;
    will-change: transform;
    transform: translateZ(0) translateX(var(--parallax-x, 0px)) translateY(var(--parallax-y, 0px));
    transition: transform 0.2s linear;
}

.hero-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 50px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-right {
    flex: 1;
    text-align: right;
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
    }

    .hero-right {
        text-align: center;
        margin-top: 20px;
    }
}

.hero-text h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 4px 5px 10px black;
    margin-bottom: 0;
    margin-top: 0;
}

.hero-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-top: 10px;
    text-shadow: 4px 5px 10px black;
    margin-bottom: 0;
}

.highlight-location {
    color: #ffd700; /* Un color dorado para resaltar */
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.reservar-principal {
    position: static;
    text-align: left;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.calculadora-container {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.black-bar {
    background: linear-gradient(to right, #0a2e57, #1459a6);
    height: 10px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 100;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.features-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    background-color: #fff;
    gap: 40px;
    margin: 0 15px; /* Margen horizontal para separar de los bordes */
}

.features-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}

.feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    width: 180px;
    height: 180px;
    margin: 0;
}

.feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(67, 144, 252, 0.1), rgba(46, 98, 172, 0.1));
    border-radius: 50%;
    z-index: -1;
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.feature i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.feature:hover i {
    transform: scale(1.2);
    color: #0056b3;
}

.feature p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
    transition: all 0.3s ease;
}

.feature:hover p {
    color: #007bff;
}

@media (max-width: 768px) {
    .features-section {
        flex-direction: column;
        padding: 20px 0;
        margin: 0 20px; /* Margen más generoso en móviles */
    }

    .feature {
        margin: 10px 0;
    }
}

/* Iconos redondos responsivos para pantallas pequeñas */
@media (max-width: 560px) {
    .feature {
        width: 140px !important;
        height: 140px !important;
    }
    
    .feature i {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    
    .feature p {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .feature {
        width: 120px !important;
        height: 120px !important;
    }
    
    .feature i {
        font-size: 25px !important;
        margin-bottom: 8px !important;
    }
    
    .feature p {
        font-size: 12px !important;
    }
}

@media (max-width: 400px) {
    .feature {
        width: 100px !important;
        height: 100px !important;
    }
    
    .feature i {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }
    
    .feature p {
        font-size: 11px !important;
    }
}

/* MAPA TAMAÑO FIJO EN MÓVILES - SCROLL SIEMPRE */
@media (max-width: 600px) {
    /* Modal ocupa toda la pantalla */
    .modal-content-nuevo {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        padding: 5px !important;
        margin: 0 !important;
    }
    
    /* Header compacto */
    .modal-header-nuevo {
        padding: 8px !important;
        padding-right: 45px !important;
        flex-shrink: 0 !important;
    }
    
    .modal-header-nuevo select {
        font-size: 12px !important;
        padding: 8px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* MAPA TAMAÑO FIJO - NUNCA SE ENCOGE */
    .mapa-modal-contenedor-interactivo {
        width: 400px !important; /* ANCHO FIJO */
        min-width: 400px !important; /* NUNCA MÁS ESTRECHO */
        max-width: 400px !important; /* NUNCA MÁS ANCHO */
        height: 700px !important; /* ALTO FIJO */
        min-height: 700px !important; /* NUNCA MÁS BAJO */
        max-height: 700px !important; /* NUNCA MÁS ALTO */
        aspect-ratio: unset !important; /* Desactivar aspect-ratio automático */
    }
    
    /* Body con scroll horizontal y vertical */
    .modal-body-nuevo {
        overflow: auto !important; /* SCROLL SIEMPRE */
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding: 10px !important;
        flex: 1 !important;
    }
}

/* Estilos para la sección Conócenos */
.conocenos-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
}

.conocenos-content {
    max-width: 800px;
    margin: 0 auto;
}

.conocenos-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.conocenos-text ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.conocenos-text li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.conocenos-text li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 20px;
}

/* Estilos para la sección Ubicación */
.ubicacion-section {
    padding: 60px 0;
    background-color: white;
}

.mapa-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .conocenos-text {
        font-size: 16px;
        padding: 0 20px;
    }

    .mapa-container {
        margin: 0 20px;
    }
}

.boton2 {
    border-radius: 50px;
    background-color: transparent;
    border: 3px solid;
    size: 15px;
    color: white;
    border-color: rgb(1, 1, 84);
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1;
}

.boton2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgb(0, 255, 4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.8s ease, height 0.8s ease;
    z-index: 1;
}

.boton2:hover::before {
    width: 300%;
    height: 300%;
}

.boton2:hover {
    color: black;
    border-color: black;
}

.boton2 span {
    position: relative;
    z-index: 2;
}

/* Estilo para el botón Llámanos con hover */
.boton-llamanos .texto-hover {
    display: none;
}

.boton-llamanos:hover .texto-original {
    display: none;
}

.boton-llamanos:hover .texto-hover {
    display: inline;
}
/* Fin de estilo para botón Llámanos */

/* Estilos para la calculadora */
.modal-calculadora {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-contenido {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    overflow-y: auto;
}

.cerrar-modal {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

.cerrar-modal:hover {
    color: #000;
}

.selector-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.selector-categoria select {
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    background-color: white;
}

.boton-personalizado {
    padding: 10px 20px;
    background: linear-gradient(45deg, #2196F3, #1976D2);
    color: white;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.boton-personalizado:hover {
    background: linear-gradient(45deg, #1976D2, #1565C0);
    transform: translateY(-2px);
}

.personalizado-container {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.caja-personalizada {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.caja-personalizada:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.caja-personalizada h3 {
    font-size: 16px;
    margin: 0;
    color: #333;
}

.dimensiones-input {
    display: flex;
    gap: 15px;
    align-items: center;
}

.input-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.input-group label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.dimension-input {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    width: 60px;
}

.boton-mas {
    width: 25px;
    height: 25px;
    padding: 0;
    background: linear-gradient(45deg, #2196F3, #1976D2);
    color: white;
    border: none;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.boton-mas:hover {
    background: linear-gradient(45deg, #1976D2, #1565C0);
    transform: scale(1.1);
}

.lista-items {
    max-height: 400px;
    overflow-y: auto;
}

.item-calculadora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.item-calculadora:last-child {
    border-bottom: none;
}

.contador-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.boton-contador {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(45deg, #2196F3, #1976D2);
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton-contador:hover {
    background: linear-gradient(45deg, #1976D2, #1565C0);
}

.boton-contador.menos {
    background: linear-gradient(45deg, #2196F3, #1976D2);
}

.boton-contador.menos:hover {
    background: linear-gradient(45deg, #1976D2, #1565C0);
}

.valor-contador {
    min-width: 30px;
    text-align: center;
    font-weight: bold;
}

.boton-limpiar {
    width: 40px;
    height: 40px;
    padding: 0;
    background: linear-gradient(45deg, #f44336, #d32f2f);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton-limpiar:hover {
    background: linear-gradient(45deg, #d32f2f, #b71c1c);
    transform: scale(1.1);
}

.boton-limpiar i {
    font-size: 20px;
}

.espacio-recomendado {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.espacio-recomendado span {
    font-weight: bold;
}

#totalMetrosCubicos {
    color: #2196F3;
}

.info-contacto {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    font-size: 24px;
    color: #2196F3;
    margin-right: 15px;
    margin-top: 5px;
}

.info-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.info-item p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mapa-container {
        margin-bottom: 30px;
    }
    
    .info-contacto {
        padding: 20px;
    }
}

/* Estilos para el botón de la calculadora */
.boton3 {
    background: linear-gradient(45deg, #040b96, #020156);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.boton3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.boton3:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

.boton3:hover::before {
    left: 100%;
}

.boton3:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Estilos para la sección de oferta */
.promo-arrow-container {
    position: absolute;
    width: 200px;
    height: 50px;
    background: linear-gradient(rgba(67, 144, 252, 0.1), rgba(46, 98, 172, 0.1));
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 15px 15px;
    z-index: 3;
}

.promo-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 4;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.promo-arrow i {
    font-size: 40px;
    color: #ffffff;
    animation: bounce 1.5s infinite;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                 0 0 20px rgba(255, 255, 255, 0.6),
                 0 0 30px rgba(255, 255, 255, 0.4);
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.promo-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%) scale(1.1);
}

.promo-slide {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(rgb(67, 144, 252), rgb(46, 98, 172));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    min-height: 200px;
    opacity: 1;
    pointer-events: none;
    z-index: 5;
}

.promo-arrow-container:hover .promo-slide {
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: auto;
}

.promo-arrow-container:hover .promo-arrow {
    opacity: 0;
}

.promo-content {
    text-align: center;
    color: white;
    padding: 15px;
    position: relative;
    z-index: 101;
}

.promo-text {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
}

.promo-content h3 {
    font-size: 20px;
    margin: 8px 0;
    font-weight: 600;
}

.price-tag {
    display: inline-block;
    background: white;
    padding: 8px 20px;
    border-radius: 30px;
    margin: 10px 0;
    transform: rotate(-5deg);
    animation: float 3s ease-in-out infinite;
}

.currency {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.price {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-left: 5px;
}

.promo-button {
    margin-top: 20px;
    padding: 12px 30px;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    border: none;
    border-radius: 30px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.promo-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.discover-text {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                 0 0 20px rgba(255, 255, 255, 0.6);
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.promo-arrow:hover .discover-text {
    opacity: 0;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-15px) scale(1.2);
    }
    60% {
        transform: translateY(-7px) scale(1.1);
    }
}

@keyframes float {
    0% { transform: rotate(-5deg) translateY(0); }
    50% { transform: rotate(-5deg) translateY(-10px); }
    100% { transform: rotate(-5deg) translateY(0); }
} 

/* Nueva animación para aparecer */
@keyframes aparecer-burbuja {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.burbuja-animada {
    position: absolute;
    transform-origin: center;
    cursor: pointer;
    z-index: 200;
    width: 100px;
    height: 100px;
    opacity: 0;
    transform: scale(0);
}

/* Nueva clase para activar la animación */
.burbuja-animada-activa {
    animation-name: aparecer-burbuja;
    animation-duration: 2.5s; /* Duración de la aparición más lenta */
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; 
}

.burbuja-animada .area-clickable {
    pointer-events: auto;
    z-index: 3;
}

.burbuja-animada img {
    position: relative;
    opacity: 0.4;
    width: 100px;
    height: auto;
    transform: scale(1.8);
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 2;
}

.area-clickable {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}

/* Nuevas reglas para las burbujas izquierda y derecha */
/* Las posiciones top y left ahora se asignarán dinámicamente con JavaScript */
#burbuja-izquierda {
    /* left: 10%; */ /* Posición izquierda para la burbuja de la izquierda */
    /* top: 30%; */  /* Posición vertical */
}

#burbuja-derecha {
    /* left: 85%; */ /* Posición izquierda para la burbuja de la derecha */
    /* top: 40%; */  /* Posición vertical */
}

.icono-caida {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; /* Transición suave para la aparición */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.icono-caida i {
    font-size: 70px; /* Tamaño un poco más pequeño */
    color: #1B3D69; /* Azul oscuro */
    position: absolute;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.icono-caida .texto-burbuja {
    position: relative; /* Para que se ponga sobre el ícono */
    z-index: 2;
    color: #ffd700; /* Texto amarillo dorado */
    font-size: 10px; /* Texto un poco más pequeño */
    font-weight: bold;
    transform: rotate(-20deg); /* Rotar el texto para que encaje en la etiqueta */
    padding-bottom: 6px; /* Ajuste para centrarlo verticalmente */
    text-align: center;
    max-width: 55px;
    line-height: 1.1;
}

.icono-caida.caida {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    animation: caida-fluida 2s ease-out forwards;
}

@keyframes caida-fluida {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 150px) rotate(10deg); /* Cae 150px y rota un poco */
    }
}

/* === Reseñas de Clientes === */
.resenas-section {
    padding: 60px 0;
    background-color: #f8f9fa; /* Cambiado a gris para alternar */
}
.resenas-section .container {
    max-width: 800px;
    margin: 0 auto;
}
#resenas-lista {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
}
.resena-card {
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 28px 32px 22px 32px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
}
.resena-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.resena-estrellas {
    margin-bottom: 8px;
}
.resena-estrellas i {
    color: #ffc107 !important;
    font-size: 24px;
    margin-right: 2px;
    text-shadow: 0 1px 2px #fff, 0 0 2px #ffd700;
}
.resena-nombre {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}
.resena-texto {
    font-size: 16px;
    color: #444;
    font-family: 'Poppins', sans-serif;
}
.paginacion-resenas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
}
.boton-paginacion {
    background: linear-gradient(45deg, #2196F3, #1976D2);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.boton-paginacion:disabled {
    background: #b0b0b0;
    cursor: not-allowed;
}
#pagina-actual, #total-paginas {
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 700px) {
    .resenas-section .container {
        padding: 0 10px;
    }
    .resena-card {
        padding: 16px 6px 14px 6px;
        margin-bottom: 22px;
    }
    #resenas-lista {
        gap: 20px;
    }
}
/* === Fin Reseñas de Clientes === */
@keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.hero-fade {
    opacity: 1;
}
.hero-fade.out {
    animation: fadeOut 0.6s forwards;
}
.hero-fade.in {
    animation: fadeIn 0.6s forwards;
}

/* === Sección Preguntas Frecuentes === */
.preguntas-frecuentes-section {
    padding: 60px 0;
    background-color: #fff;
}

.preguntas-frecuentes-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px; 
}

.preguntas-frecuentes-section .section-title {
    margin-bottom: 30px; 
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; 
}

.faq-question {
    width: 100%;
    background-color: #f8f9fa; 
    padding: 18px 25px;
    border: none;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover, .faq-question.active {
    background-color: #e9ecef; 
}

.faq-question span {
    flex-grow: 1;
    margin-right: 15px;
}

.faq-question i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(180deg);
}

.faq-answer {
    background-color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out, margin-top 0.4s ease-out;
}

.faq-answer.is-open {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}

.faq-answer p {
    margin: 0; 
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 15px 20px;
        font-size: 16px;
    }
    .faq-answer {
        padding: 0px 20px;
    }
    .faq-answer p {
        font-size: 15px;
    }
}
/* === Fin Sección Preguntas Frecuentes === */

/* === Nuevo Modal Catálogo === */
.modal-catalogo-nuevo {
    display: none; 
    position: fixed; 
    z-index: 1050; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.7); 
    padding-top: 2vh; 
    padding-bottom: 2vh; 
    box-sizing: border-box;
}

.modal-content-nuevo {
    background-color: #fefefe;
    margin: auto; 
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 95vw;
    max-width: 1400px;
    height: 95vh;
    max-height: 900px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative; 
    overflow-y: auto;
}

.cerrar-modal-nuevo {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10; 
}

.cerrar-modal-nuevo:hover,
.cerrar-modal-nuevo:focus {
    color: black;
    text-decoration: none;
}

.modal-header-nuevo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    flex-shrink: 0; 
    padding-right: 70px;
    box-sizing: border-box;
}

.modal-header-nuevo select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.modal-body-nuevo {
    flex-grow: 1; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    gap: 5px;
}

.mapa-modal-contenedor-interactivo {
    position: relative;
    background-image: url("../img/mapa_blanco.856a30c76e6e.png");
    background-size: contain; /* O cover, prueba cuál se ve mejor */
    background-repeat: no-repeat;
    background-position: center center;
    width: 88%; /* Ocupa el espacio que antes tenía la imagen */
    aspect-ratio: 1242 / 683; /* Nueva propiedad para mantener la relación de aspecto */
    min-width: 0;
    min-height: 0;
    border: 1px solid #ccc; /* Borde para ver el contenedor */
}

.trastero-modal-item {
    position: absolute;
    background-color: transparent; /* Color semitransparente para verlos */
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    /* Dimensiones de ejemplo, tendrás que ajustarlas */
    /* width: 5%; height: 10%; */
    transition: background-color 0.3s ease;
}

.trastero-modal-item:hover {
    /* background-color: rgba(0, 123, 255, 0.5); */
}

/* Estilos base para los trasteros de la vista VERTICAL */
.trastero-modal-item-vertical {
    position: absolute;
    background-color: transparent; /* Verde semitransparente para diferenciarlos */
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: none; /* Ocultos por defecto */
}

.trastero-modal-item-vertical:hover {
    /* background-color: rgba(40, 167, 69, 0.5); */
}

.trastero-center-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px; /* Aumentado el tamaño */
    height: 25px; /* Aumentado el tamaño */
    background: linear-gradient(45deg, #252edf, #2826a1); /* Estilo de boton3 */
    border-radius: 50%;
    pointer-events: none; /* Asegura que el punto no sea interactivo */
    z-index: 5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    position: relative; /* Para el pseudo-elemento ::before */
    overflow: hidden; /* Para el efecto de brillo */
}

.trastero-center-dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease-in-out;
}

.trastero-center-dot:hover::before {
    left: 100%;
}

/* Bolita amarilla para trasteros especiales */
.trastero-yellow-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px; /* Más pequeña que antes (era 12px) */
    height: 8px;
    background: linear-gradient(45deg, #ffd700, #ffb700); /* Gradiente dorado */
    border-radius: 50%;
    pointer-events: none;
    z-index: 6; /* Mayor que la bolita azul para estar encima */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Sombra más sutil */
    /* Sin animación - estática */
}

/* --- INICIO DE CLASES DE POSICIONAMIENTO PARA TRASTEROS EN MODAL (IMAGEN HORIZONTAL) --- */
/* Estas son clases placeholder. Necesitarás crear una para cada trastero */
/* y ajustar top, left, width, height para que coincidan con mapa_blanco.png */

/* Trastero 1 (era 41) */
.posicion-modal-trastero-1 {
    top: 28%;
    left: 88%;
    width: 7%;
    height: 8%;
}

/* Trastero 2 (era 42) */
.posicion-modal-trastero-2 {
    top: 25%;
    left: 81%;
    width: 7%;
    height: 11%;
}

/* Trastero 3 (era 43) */
.posicion-modal-trastero-3 {
    top: 23%;
    left: 75%;
    width: 6%;
    height: 13%;
}

/* Trastero 4 (era 44) */
.posicion-modal-trastero-4 {
    top: 23%;
    left: 69%;
    width: 6%;
    height: 13%;
}

/* Trastero 5 (era 45) */
.posicion-modal-trastero-5 {
    top: 23%;
    left: 64%;
    width: 5%;
    height: 13%;
}

/* Trastero 6 (era 46) */
.posicion-modal-trastero-6 {
    top: 23%;
    left: 58%;
    width: 6%;
    height: 13%;
}

/* Trastero 7 (era 47) */
.posicion-modal-trastero-7 {
    top: 23%;
    left: 52.3%;
    width: 5.8%;
    height: 13%;
}

/* Trastero 8 (era 48) */
.posicion-modal-trastero-8 {
    top: 19%;
    left: 23.3%;
    width: 7%;
    height: 9%;
}

/* Trastero 9 (era 49) */
.posicion-modal-trastero-9 {
    top: 10%;
    left: 19%;
    width: 12%;
    height: 9%;
}

/* Trastero 10 (era 1) */
.posicion-modal-trastero-10 {
    top: 10%;
    left: 6%;
    width: 13%;
    height: 9%;
}

/* Trastero 11 (era 2) */
.posicion-modal-trastero-11 {
    top: 19%;
    left: 6%;
    width: 9%;
    height: 8%;
}

/* Trastero 12 (era 3) */
.posicion-modal-trastero-12 {
    top: 27%;
    left: 6%;
    width: 13%;
    height: 10%;
}

/* Trastero 13 (era 4) */
.posicion-modal-trastero-13 {
    top: 37%;
    left: 9%;
    width: 10%;
    height: 7%;
}

/* Trastero 14 (era 5) */
.posicion-modal-trastero-14 {
    top: 44%;
    left: 9%;
    width: 10%;
    height: 10%;
}

/* Trastero 15 (era 40) */
.posicion-modal-trastero-15 {
    top: 42%;
    left: 23%;
    width: 5.2%;
    height: 11%;
}

/* Trastero 16 (era 39) */
.posicion-modal-trastero-16 {
    top: 42%;
    left: 28.3%;
    width: 6.2%;
    height: 11%;
}

/* Trastero 17 (era 38) */
.posicion-modal-trastero-17 {
    top: 42%;
    left: 34.5%;
    width: 6%;
    height: 11%;
}

/* Trastero 18 (era 37) */
.posicion-modal-trastero-18 {
    top: 42%;
    left: 40.5%;
    width: 7%;
    height: 11%;
}

/* Trastero 19 (era 36) */
.posicion-modal-trastero-19 {
    top: 42%;
    left: 47.3%;
    width: 5.8%;
    height: 11%;
}

/* Trastero 20 (era 35) */
.posicion-modal-trastero-20 {
    top: 42%;
    left: 53%;
    width: 6%;
    height: 11%;
}

/* Trastero 21 (era 34) */
.posicion-modal-trastero-21 {
    top: 42%;
    left: 59%;
    width: 5.3%;
    height: 11%;
}

/* Trastero 22 (era 33) */
.posicion-modal-trastero-22 {
    top: 42%;
    left: 64.3%;
    width: 5.8%;
    height: 11%;
}

/* Trastero 23 (era 32) */
.posicion-modal-trastero-23 {
    top: 42%;
    left: 70%;
    width: 5.3%;
    height: 11%;
}

/* Trastero 24 (era 31) */
.posicion-modal-trastero-24 {
    top: 42%;
    left: 75.3%;
    width: 8%;
    height: 11%;
}

/* Trastero 25 (era 30) */
.posicion-modal-trastero-25 {
    top: 42.2%;
    left: 83.3%;
    width: 6.2%;
    height: 8%;
}

/* Trastero 26 (era 19) */
.posicion-modal-trastero-26 {
    top: 50.5%;
    left: 83.5%;
    width: 6%;
    height: 12.3%;
}

/* Trastero 27 (era 20) */
.posicion-modal-trastero-27 {
    top: 53%;
    left: 76%;
    width: 7.4%;
    height: 10%;
}

/* Trastero 28 (era 21) */
.posicion-modal-trastero-28 {
    top: 53%;
    left: 70%;
    width: 6%;
    height: 10%;
}

/* Trastero 29 (era 22) */
.posicion-modal-trastero-29 {
    top: 53%;
    left: 64.5%;
    width: 5.5%;
    height: 10%;
}

/* Trastero 30 (era 23) */
.posicion-modal-trastero-30 {
    top: 53%;
    left: 59.3%;
    width: 5.2%;
    height: 10%;
}

/* Trastero 31 (era 24) */
.posicion-modal-trastero-31 {
    top: 53%;
    left: 53%;
    width: 6%;
    height: 10%;
}

/* Trastero 32 (era 25) */
.posicion-modal-trastero-32 {
    top: 53%;
    left: 47.3%;
    width: 6%;
    height: 10%;
}

/* Trastero 33 (era 26) */
.posicion-modal-trastero-33 {
    top: 53%;
    left: 41%;
    width: 6.3%;
    height: 10%;
}

/* Trastero 34 (era 27) */
.posicion-modal-trastero-34 {
    top: 53%;
    left: 34.5%;
    width: 6.5%;
    height: 10%;
}

/* Trastero 35 (era 28) */
.posicion-modal-trastero-35 {
    top: 53%;
    left: 28.3%;
    width: 6.3%;
    height: 10%;
}

/* Trastero 36 (era 29) */
.posicion-modal-trastero-36 {
    top: 53%;
    left: 23%;
    width: 5.3%;
    height: 10%;
}

/* Trastero 37 (era 6) */
.posicion-modal-trastero-37 {
    top: 54%;
    left: 9%;
    width: 10%;
    height: 10%;
}

/* Trastero 38 (era 7) */
.posicion-modal-trastero-38 {
    top: 64%;
    left: 9%;
    width: 8%;
    height: 15%;
}

/* Trastero 39 (era 8) */
.posicion-modal-trastero-39 {
    top: 71%;
    left: 17%;
    width: 8%;
    height: 8%;
}

/* Trastero 40 (era 9) */
.posicion-modal-trastero-40 {
    top: 69%;
    left: 24.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 41 (era 10) */
.posicion-modal-trastero-41 {
    top: 69%;
    left: 31.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 42 (era 11) */
.posicion-modal-trastero-42 {
    top: 69%;
    left: 38.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 43 (era 12) */
.posicion-modal-trastero-43 {
    top: 69%;
    left: 45.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 44 (era 13) */
.posicion-modal-trastero-44 {
    top: 69%;
    left: 52.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 45 (era 14) */
.posicion-modal-trastero-45 {
    top: 69%;
    left: 59.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 46 (era 15) */
.posicion-modal-trastero-46 {
    top: 69%;
    left: 66.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 47 (era 16) */
.posicion-modal-trastero-47 {
    top: 69%;
    left: 73.5%;
    width: 7%;
    height: 10%;
}

/* Trastero 48 (era 17) */
.posicion-modal-trastero-48 {
    top: 69%;
    left: 80.3%;
    width: 7%;
    height: 10%;
}

/* Trastero 49 (era 18) */
.posicion-modal-trastero-49 {
    top: 69%;
    left: 87.3%;
    width: 8%;
    height: 10%;
}

/* === TRASTEROS DE PRUEBA 50, 51, 52 === */
.posicion-modal-trastero-50 {
    top: 0%;
    left: -9%;
    width: 7%;
    height: 10%;
}

.posicion-modal-trastero-51 {
    top: 13%;
    left: -9%;
    width: 7%;
    height: 10%;
}

.posicion-modal-trastero-52 {
    top: 26%;
    left: -9%;
    width: 7%;
    height: 10%;
}
.entrada-indicador-modal {
    position: absolute;
    top: 33%;
    left: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 10px; 
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* ... Añade aquí las clases para .posicion-modal-trastero-3 hasta .posicion-modal-trastero-N ... */

/* === Media Queries para Modal Catálogo === */
@media (max-width: 768px) { /* Punto de quiebre para móviles, puedes ajustarlo */
    .modal-content-nuevo {
        width: 98vw; /* Ocupar casi todo el ancho en móvil */
        height: 96vh; /* Ocupar casi toda la altura en móvil */
        padding: 10px;
    }

    .modal-header-nuevo {
        padding-right: 50px; /* Ajustar padding si la X es muy grande para el espacio */
    }

    .modal-header-nuevo select {
        font-size: 14px; /* Reducir tamaño de fuente del select */
        padding: 10px 12px;
    }

    .modal-body-nuevo {
        flex-direction: column; /* Apilar elementos verticalmente */
        gap: 8px; /* Reducimos el espacio entre el mapa y el indicador de entrada */
        justify-content: flex-start; /* Alinear al inicio */
    }

    /* Estilos base para el contenedor del mapa en móvil, se refinarán por orientación */
    .mapa-modal-contenedor-interactivo {
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center center;
        position: relative; 
        /* width y aspect-ratio se definen por orientación específica abajo */
    }

    /* Media queries de orientación ANIDADAS para el mapa en móvil */
    @media (orientation: portrait) {
        .mapa-modal-contenedor-interactivo {
            background-image: url("../img/mapa_blanco_vertical.3b5176b6521a.PNG"); /* Imagen Vertical */
            aspect-ratio: 683 / 1242; /* Aspecto para la imagen vertical */
            max-width: 100%; 
            min-height: 0; 
            height: 100%; 
        }

        .trastero-modal-item {
            display: none; /* Ocultar los trasteros de la vista horizontal */
        }

        .trastero-modal-item-vertical {
            display: block; /* Mostrar los trasteros de la vista vertical */
        }
        
        /* --- INICIO DE CLASES DE POSICIONAMIENTO PARA TRASTEROS EN MODAL (IMAGEN VERTICAL) --- */
        /* Ajusta top, left, width, height para cada uno sobre mapa_blanco_vertical.PNG */
        
        /* Trastero 1 (era 41) */
        .posicion-modal-vertical-trastero-1 { top: 88%;
            left: 65%;
            width: 7%;
            height: 7%;}
        
        /* Trastero 2 (era 42) */
        .posicion-modal-vertical-trastero-2 { top: 81%;
            left: 65%;
            width: 10%;
            height: 7%; }
        
        /* Trastero 3 (era 43) */
        .posicion-modal-vertical-trastero-3 { top: 75%;
            left: 65%;
            width: 12%;
            height: 6%; }
        
        /* Trastero 4 (era 44) */
        .posicion-modal-vertical-trastero-4 { top: 69%;
            left: 65%;
            width: 11%;
            height: 6%; }
        
        /* Trastero 5 (era 45) */
        .posicion-modal-vertical-trastero-5 {top: 64%;
            left: 65%;
            width: 11%;
            height: 5%; }
        
        /* Trastero 6 (era 46) */
        .posicion-modal-vertical-trastero-6 { top: 58%;
            left: 65%;
            width: 11%;
            height: 6%; }
        
        /* Trastero 7 (era 47) */
        .posicion-modal-vertical-trastero-7 { top: 53%;
            left: 65%;
            width: 11%;
            height: 5%; }
        
        /* Trastero 8 (era 48) */
        .posicion-modal-vertical-trastero-8 { top: 24%;
            left: 73%;
            width: 8%;
            height: 7%; }
        
        /* Trastero 9 (era 49) */
        .posicion-modal-vertical-trastero-9 { top: 19%;
            left: 80%;
            width: 9%;
            height: 12%;}
        
        /* Trastero 10 (era 1) */
        .posicion-modal-vertical-trastero-10 {top: 6%;
            left: 81%;
            width: 8%;
            height: 13%; }
        
        /* Trastero 11 (era 2) */
        .posicion-modal-vertical-trastero-11 { top: 6%;
            left: 73%;
            width: 8%;
            height: 9%; }
        
        /* Trastero 12 (era 3) */
        .posicion-modal-vertical-trastero-12 { top: 6%;
            left: 63%;
            width: 10%;
            height: 13%; }
        
        /* Trastero 13 (era 4) */
        .posicion-modal-vertical-trastero-13 {top: 9%;
            left: 56%;
            width: 7%;
            height: 10%; }
        
        /* Trastero 14 (era 5) */
        .posicion-modal-vertical-trastero-14 { top: 9%;
            left: 46%;
            width: 10%;
            height: 10%; }
        
        /* Trastero 15 (era 40) */
        .posicion-modal-vertical-trastero-15 { top: 23%;
            left: 47%;
            width: 10%;
            height: 5%; }
        
        /* Trastero 16 (era 39) */
        .posicion-modal-vertical-trastero-16 {top: 28%;
            left: 47%;
            width: 10%;
            height: 7%;}
        
        /* Trastero 17 (era 38) */
        .posicion-modal-vertical-trastero-17 { top: 35%;
            left: 47%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 18 (era 37) */
        .posicion-modal-vertical-trastero-18 { top: 41%;
            left: 47%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 19 (era 36) */
        .posicion-modal-vertical-trastero-19 { top: 47%;
            left: 47%;
            width: 10%;
            height: 6%;}
        
        /* Trastero 20 (era 35) */
        .posicion-modal-vertical-trastero-20 { top: 53%;
            left: 47%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 21 (era 34) */
        .posicion-modal-vertical-trastero-21 { top: 59%;
            left: 46%;
            width: 11%;
            height: 5%; }
        
        /* Trastero 22 (era 33) */
        .posicion-modal-vertical-trastero-22 {top: 64%;
            left: 47%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 23 (era 32) */
        .posicion-modal-vertical-trastero-23 { top: 70%;
            left: 47%;
            width: 10%;
            height: 5%; }
        
        /* Trastero 24 (era 31) */
        .posicion-modal-vertical-trastero-24 { top: 75%;
            left: 47%;
            width: 10%;
            height: 9%; }
        
        /* Trastero 25 (era 30) */
        .posicion-modal-vertical-trastero-25 {top: 83.3%;
            left: 49%;
            width: 9%;
            height: 7%; }
        
        /* Trastero 26 (era 19) */
        .posicion-modal-vertical-trastero-26 { top: 84%;
            left: 37%;
            width: 13%;
            height: 6%; }
        
        /* Trastero 27 (era 20) */
        .posicion-modal-vertical-trastero-27 { top: 76%;
            left: 37%;
            width: 9%;
            height: 8%; }
        
        /* Trastero 28 (era 21) */
        .posicion-modal-vertical-trastero-28 {top: 70%;
            left: 37%;
            width: 9%;
            height: 6%; }
        
        /* Trastero 29 (era 22) */
        .posicion-modal-vertical-trastero-29 { top: 65%;
            left: 37%;
            width: 9%;
            height: 5%; }
        
        /* Trastero 30 (era 23) */
        .posicion-modal-vertical-trastero-30 { top: 59%;
            left: 37%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 31 (era 24) */
        .posicion-modal-vertical-trastero-31 {top: 53%;
            left: 37%;
            width: 9%;
            height: 6%; }
        
        /* Trastero 32 (era 25) */
        .posicion-modal-vertical-trastero-32 { top: 47%;
            left: 37%;
            width: 9%;
            height: 6%;}
        
        /* Trastero 33 (era 26) */
        .posicion-modal-vertical-trastero-33 {top: 41%;
            left: 37%;
            width: 9%;
            height: 7%; }
        
        /* Trastero 34 (era 27) */
        .posicion-modal-vertical-trastero-34 { top: 35%;
            left: 37%;
            width: 9%;
            height: 6%; }
        
        /* Trastero 35 (era 28) */
        .posicion-modal-vertical-trastero-35 {top: 28%;
            left: 37%;
            width: 9%;
            height: 7%; }
        
        /* Trastero 36 (era 29) */
        .posicion-modal-vertical-trastero-36 { top: 23%;
            left: 37%;
            width: 10%;
            height: 5%; }
        
        /* Trastero 37 (era 6) */
        .posicion-modal-vertical-trastero-37 {top: 9%;
            left: 36%;
            width: 10%;
            height: 10%;}
        
        /* Trastero 38 (era 7) */
        .posicion-modal-vertical-trastero-38 {top: 9%;
            left: 20%;
            width: 16%;
            height: 8%; }
        
        /* Trastero 39 (era 8) */
        .posicion-modal-vertical-trastero-39 {top: 16%;
            left: 20%;
            width: 9%;
            height: 9%; }
        
        /* Trastero 40 (era 9) */
        .posicion-modal-vertical-trastero-40 { top: 25%;
            left: 21%;
            width: 10%;
            height: 7%; }
        
        /* Trastero 41 (era 10) */
        .posicion-modal-vertical-trastero-41 { top: 32%;
            left: 20%;
            width: 11%;
            height: 7%; }
        
        /* Trastero 42 (era 11) */
        .posicion-modal-vertical-trastero-42 {top: 39%;
            left: 20%;
            width: 11%;
            height: 7%; }
        
        /* Trastero 43 (era 12) */
        .posicion-modal-vertical-trastero-43 {top: 45.5%;
            left: 21%;
            width: 10%;
            height: 7%; }
        
        /* Trastero 44 (era 13) */
        .posicion-modal-vertical-trastero-44 { top: 53%;
            left: 21%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 45 (era 14) */
        .posicion-modal-vertical-trastero-45 { top: 60%;
            left: 21%;
            width: 10%;
            height: 7%; }
        
        /* Trastero 46 (era 15) */
        .posicion-modal-vertical-trastero-46 { top: 67%;
            left: 21%;
            width: 10%;
            height: 6%; }
        
        /* Trastero 47 (era 16) */
        .posicion-modal-vertical-trastero-47 {top: 73%;
            left: 21%;
            width: 10%;
            height: 7%;}
        
        /* Trastero 48 (era 17) */
        .posicion-modal-vertical-trastero-48 { top: 80%;
            left: 21%;
            width: 10%;
            height: 7%; }
        
        /* Trastero 49 (era 18) */
        .posicion-modal-vertical-trastero-49 {top: 87%;
            left: 21%;
            width: 10%;
            height: 8%; }

        /* === TRASTEROS DE PRUEBA VERTICALES 50, 51, 52 === */
        .posicion-modal-vertical-trastero-50 {
            top: 10%;
            left: 75%;
            width: 8%;
            height: 6%;
        }
        
        .posicion-modal-vertical-trastero-51 {
            top: 17%;
            left: 75%;
            width: 8%;
            height: 6%;
        }
        
        .posicion-modal-vertical-trastero-52 {
            top: 24%;
            left: 75%;
            width: 8%;
            height: 6%;
        }
        /* --- FIN DE CLASES DE POSICIONAMIENTO (IMAGEN VERTICAL) --- */

        /* Forzar tamaño de flecha en portrait móvil */
        .flecha-elegante-modal {
            width: 2%;
            height: 2%;
            transform: rotate(90deg); /* Flecha apunta hacia arriba */
        }
    }

    @media (orientation: landscape) {
        .mapa-modal-contenedor-interactivo {
            background-image: url("../img/mapa_blanco.856a30c76e6e.png"); /* Imagen horizontal */
            aspect-ratio: 1242 / 683; /* Aspecto horizontal */
            width: 100%; /* O un % menor si quieres márgenes y es un móvil ancho */
        }
        /* En landscape móvil, se usan las clases .posicion-modal-trastero-X originales */
        
        /* Forzar tamaño de flecha en landscape móvil */
        .flecha-elegante-modal {
            width: 2%;
            height: 2%;
        }
    }

    .entrada-indicador-modal {
        position: absolute;
        top: 95%;
        left: 54%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; 
        gap: 10px; 
        z-index: 10;
        background: rgba(255, 255, 255, 0.9);
        padding: 5px;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .texto-entrada-modal {
        font-size: 12px; /* Texto más pequeño */
    }

    /* Ajustes para el botón de prueba en móvil si fuera necesario */
    /* Por ejemplo, si los porcentajes se basan en un layout muy apaisado */
    /* No suele ser necesario si los porcentajes están bien calculados */
    /* .posicion-modal-trastero-1 {
        width: 10%; // Ejemplo de ajuste
        height: 12%; // Ejemplo de ajuste
    } */
}

/* === Fin Media Queries para Modal Catálogo === */

/* Estilos base para el indicador de entrada */


/* --- FIN DE CLASES DE POSICIONAMIENTO --- */

.flecha-elegante-modal {
    width: 40px; /* Tamaño más pequeño para que quepa bien en la esquina */
    height: 40px; /* Tamaño más pequeño para que quepa bien en la esquina */
    fill: #4da9ff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.flecha-elegante-modal:hover {
    transform: scale(1.1);
}

.texto-entrada-modal {
    color: #333;
    font-weight: 500;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
}

/* === Fin Nuevo Modal Catálogo === */

/* Tooltip para trasteros en modal */
.trastero-tooltip-modal {
    display: none;
    position: absolute;
    background-color: #333;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1060; /* Asegurar que esté sobre otros elementos del modal */
    pointer-events: none; /* Para que no interfiera con el hover del trastero */
}

/* === Modal Detalle Trastero === */
.modal-detalle-trastero {
    display: none; /* Asegurar que esté oculto por defecto */
    position: fixed;
    z-index: 1070;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    /* Propiedades para centrado con Flexbox (se aplican cuando display es 'flex') */
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.modal-detalle-content {
    background-color: #fefefe;
    /* margin: 5% auto; Ajustado para Flexbox, auto es suficiente o un padding pequeño */
    margin: auto; 
    padding: 25px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
}

.cerrar-modal-detalle {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.cerrar-modal-detalle:hover,
.cerrar-modal-detalle:focus {
    color: black;
    text-decoration: none;
}

/* === Fin Modal Detalle Trastero === */

/* === Media Queries para Hero Text === */
@media (max-width: 991.98px) {
    .hero-text h1 {
        font-size: 40px; /* Reducido para tablets */
    }
    .hero-text p {
        font-size: 32px; /* Mantenemos texto más grande para tablets */
    }
}

@media (max-width: 767.98px) {
    .hero-text h1 {
        font-size: 32px; /* Reducido para móviles grandes */
    }
    .hero-text p {
        font-size: 24px; /* Mantenemos texto más grande para móviles grandes */
    }
}

@media (max-width: 575.98px) {
    .hero-text h1 {
        font-size: 26px; /* Reducido para móviles pequeños */
    }
    .hero-text p {
        font-size: 22px; /* Mantenemos texto más grande para móviles pequeños */
    }
}

/* === Media Query para Ocultar Burbujas Animadas en Móviles === */
@media (max-width: 767.98px) {
    .burbuja-animada {
        display: none !important; /* Ocultar las burbujas en pantallas pequeñas */
    }
}

/* Estilos para el formulario de reserva en el modal */
.reserva-form-group {
    margin-bottom: 20px; /* Aumentamos el espacio entre campos */
}

.reserva-form-group input[type="text"],
.reserva-form-group input[type="email"] {
    width: 100%;
    padding: 15px 20px; /* Campos más grandes */
    border: 1px solid #ddd;
    border-radius: 30px; /* Campos más redondeados */
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.reserva-form-group input:focus {
    outline: none;
    border-color: #2196F3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
}

.reserva-form-group input::placeholder {
    color: #888;
    opacity: 1;
}

.custom-file-upload {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px 20px; /* Botón de subida más grande */
    cursor: pointer;
    border-radius: 30px; /* Botón de subida más redondeado */
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9fa;
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-file-upload:hover {
    background-color: #e9ecef;
    border-color: #aaa;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    width: 100%;
    height: 100%;
}

.custom-file-upload i {
    font-size: 20px;
}

/* Estilos para el modal de contrato y firma */
#contrato-texto-container {
    height: 60%;
    overflow-y: auto;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fdfdfd;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: left;
}

#contrato-texto-container p {
    margin-bottom: 1em;
}

#signature-pad-container {
    height: 25%;
    border: 1px dashed #ccc;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

#signature-canvas {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    border-radius: 8px;
}

#signature-pad-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    border-radius: 0 0 8px 8px;
}

#signature-pad-footer p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

#clear-signature-btn {
    padding: 5px 10px;
    font-size: 12px;
    background: #dc3545;
}
#clear-signature-btn:hover {
    background: #c82333;
}

/* === Media Query para Botones del Modal Detalle Trastero === */
@media (max-width: 540px) {
    .modal-detalle-content .botones-detalle-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        align-items: center !important;
        padding: 0 20px !important;
    }
    
    .modal-detalle-content .boton-extras {
        position: static !important;
        transform: none !important;
        order: 1 !important;
    }
    
    .modal-detalle-content .boton3 {
        order: 2 !important;
    }
}

/* === Media Query para Modal de Extras - Evitar pantalla completa === */
@media (max-width: 600px) {
    #extrasModal .modal-content-nuevo {
        width: 95vw !important;
        height: auto !important;
        max-width: 500px !important;
        max-height: 80vh !important;
        margin: 5vh auto !important;
        padding: 20px !important;
    }
}



