
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

/* ================= RECOMENDACIONES ================= */
.recommendations-section {
    width: 100%;
    padding: 80px 20px;
    background-color: #FDF3EF; /* Fondo Beige Claro */
    font-family: 'Montserrat', sans-serif;
    color: #132B3F;
}

a {
 text-decoration: none;
}

.container-constrained {
    max-width: 1000px;
    margin: 0 auto;
}

/* Título (Color Salmón/Barro) */
.section-title-rec {
    text-align: center;
    color: #D97C56; /* Tono Terracota */
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
}


.recommendations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 50px 30px; 
    margin-bottom: 60px;
}

/* Ítem Individual */
.rec-item {
    display: flex;
    align-items: flex-start; /
    gap: 20px;
  
}

/* Caja Icono  */
.rec-icon-box {
    width: 60px; height: 60px;
    border: 1px solid #132B3F;
    border-radius: 10px;
    display: flex; justify-content: center; align-items: center;
    flex-shrink: 0; /* No se encoge */
    margin: 10px;
    margin-top: 0px;
    margin-: 0px;

}
.rec-icon-box img {
    width: 30px; height: 30px; object-fit: contain;
}

/* Textos */
.rec-content h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 5px 0;
    color: #132B3F;
    line-height: 1.2;
}
.rec-content p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.4;
}

/* Texto Footer Centrado */
.rec-footer-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ================= GALERÍA ================= */
.gallery-section {
    width: 100%;
    padding: 60px 20px 100px;
   background-color: #FDF3EF;
    text-align: center;
}

.section-title-gallery {
    color: #132B3F;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item {
    width: 100%;
    aspect-ratio: 1 / 1; 
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img {
    transform: scale(1.05); 
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .recommendations-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr); 
    }
}

@media (max-width: 600px) {
    .recommendations-grid {
        grid-template-columns: 1fr; /
        gap: 30px;
    }
    .rec-item {
        align-items: center; 
        text-align: center;
        flex-direction: column;
    }
    
}
/* --- RESPONSIVE GALERÍA  --- */
@media (max-width: 600px) {
    
    .gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 15px;
        padding-bottom: 20px; 
        padding-left: 20px; 
        padding-right: 20px;
        
        
        scrollbar-width: none; 
        -ms-overflow-style: none;  
    }
    
    .gallery-grid::-webkit-scrollbar { 
        display: none;
    }

    .gallery-item {
        
        min-width: 280px; 
        width: 280px;
        height: 280px; 
        
        flex-shrink: 0; 
        border-radius: 8px; 
    }
}


/* SECCIÓN DESTACADOS */
.destacados-section {
  position: relative;
    padding: 60px 20px 100px 20px; 
    background-color: #FBF4EB;
    overflow: hidden;
}



.destacados-bg-vector {
    position: absolute;
    top: 0; 
    right: 0; 
    width: 1900px; 
    height: 100%; 
    z-index: 0;
    opacity: 3;
    pointer-events: none;
}

.destacados-bg-vector img, 
.destacados-bg-vector svg {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    
}


.destacados-container {
    position: relative; z-index: 2;
    max-width: 1300px; margin: 0 auto;
    text-align: center;
}

.destacados-title {
    color: #132B3F;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px; font-weight: 800;
    text-transform: uppercase; margin-bottom: 40px;
}

/* SLIDER  */
.destacados-slider-wrapper {
    display: flex; align-items: center; justify-content: center; gap: 20px; position: relative;
}

.nav-arrow {
    background: white; border: 1px solid #eee;
    width: 48px; height: 48px; border-radius: 50%;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    flex-shrink: 0; z-index: 10;
}
.nav-arrow:hover { background: #F05B29; border-color: #F05B29; }
.nav-arrow:hover svg { stroke: white; }

.interes-grid.slider-track {
    display: flex; gap: 24px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    padding-bottom: 20px; width: 100%;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.interes-grid.slider-track::-webkit-scrollbar { display: none; }


/* === TARJETA  === */
.interes-card {
    background: #FFFFFF; 
    border-radius: 18px; 
    width: 320px; min-width: 320px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    display: flex; flex-direction: column;
    overflow: hidden;
    transition: transform 0.2s;
    scroll-snap-align: start;
    border: 1px solid rgba(0,0,0,0.03);
}
.interes-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* CONTENEDOR DE IMAGEN CON MARGEN BLANCO */
.card-image-wrapper {
    padding: 12px 12px 0 12px; 
}
.interes-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* CONTENIDO */
.interes-card-content {
    padding: 18px;
    display: flex; flex-direction: column; gap: 8px;
    text-align: left;
}

.interes-head {
    display: flex; justify-content: space-between; align-items: baseline;
}
.interes-head strong {
    font-size: 18px; font-weight: 700; color: #132B3F;
    font-family: 'Montserrat', sans-serif;
}
.interes-det {
    font-size: 12px; color: #888; font-family: 'Montserrat', sans-serif;
}

.interes-desc {
    font-size: 14px; line-height: 1.4; color: #444;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* DATOS E ICONOS */
.interes-fact {
    display: flex; align-items: center; gap: 12px;
    font-size: 12px; color: #666;
    font-family: 'Montserrat', sans-serif;
}
.fact-item { display: flex; align-items: center; gap: 6px; }
.interes-dot { width: 3px; height: 3px; background: #ccc; border-radius: 50%; }

/* Estilo de los iconos SVG */
.icon-svg {
    width: 14px; height: 14px;
    stroke: #666; 
}
.icon-svg.fire {
    stroke: #F05B29; /* Naranja  */
}

.interes-precio {
    margin-top: 10px;
    font-size: 14px; color: #132B3F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

@media (max-width: 768px) {
    .nav-arrow { display: none; }
}

.destacados-bottom-separator {
    position: absolute;
    bottom: -1px; 
    left: 0;
    width: 100%;
    height: 48px; 
    z-index: 10; 
    pointer-events: none;
}
.destacados-bottom-separator svg {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.01); 
}
/* --- BOTÓN EXPLORAR (Azul Oscuro) --- */
.btn-explore-wrapper {
    margin-top: 50px; /* Separación del slider */
    text-align: center;
    position: relative;
    z-index: 5;
}

.btn-explore-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px; 
    
    background-color: #132B3F;
    color: #fff;
    
    padding: 14px 40px; 
    border-radius: 50px; 
    
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(19, 43, 63, 0.2);
}

.btn-explore-dark:hover {
    background-color: #0e2130; 
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(19, 43, 63, 0.3);
} 
.btn-explore-dark::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: 1px; 
}

