/* EXÓTICA PAGE STYLES */

     .exotica-hero {
            position: relative;
            height: 100vh;
            min-height: 600px;
            background-image: url('/assets/img/Exotica/Portadaexotica.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .seccion-cata {
            position: relative;
            height: 80vh;
            min-height: 600px;
            background-image: url('/assets/img/Exotica/exotica5.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
            display: flex;
            align-items: center;
        }
        
        /* Overlay opcional */
        .seccion-cata::before,
        .exotica-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.1);
            z-index: 1;
        }
        
        /* Contenedor del contenido */
        .hero-content {
            position: relative;
            z-index: 2;
            width: 100%;
        }
        
        /* Contenedor del texto */
        .text-container {
            max-width: 400px;
            margin-right: auto;
            padding-right: 20px;
        }
        
        /* Desktop - subir más el texto */
        .hero-content {
            padding-top: 5vh;
        }
        
        /* Título principal */
        .exotica-main-title {
           font-family: 'Bogart';
            font-size: 110px;
            font-weight: 400;
            line-height: 0.85;
            color: white;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
        }
        
        /* Párrafo descriptivo */
        .exotica-description {
            font-family: 'Space Grotesk';
            font-size: 20px;
            font-weight: 600;
            line-height: 1.1;
            color: white;
            margin: 0;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
        }
        
        /* RESPONSIVE DESIGN */
        @media (max-width: 1400px) {
            .exotica-main-title {
                font-size: clamp(60px, 9vw, 110px);
            }
            
            .exotica-description {
                font-size: clamp(16px, 2.5vw, 23px);
            }
            
            .text-container {
                max-width: 400px;
                padding-right: 10px;
            }
        }
        
        @media (max-width: 1200px) {
            .text-container {
                max-width: 400px;
                padding-right: 10px;
            }
        }
        
        @media (max-width: 991px) {
            .seccion-cata,
            .exotica-hero {
                min-height: 550px;
                height:70vh;
            }
            
            .text-container {
                max-width: 400px;
                padding-right: 10px;
            }
            
            .exotica-main-title {
                font-size: clamp(60px, 8vw, 100px);
                margin-bottom: 25px;
            }
            
            .exotica-description {
                font-size: clamp(16px, 2.2vw, 22px);
            }
        }
        
        @media (max-width: 768px) {
            .seccion-cata,
            .exotica-hero {
                min-height: 500px;
                align-items: flex-start;
                height:500px ;
            }
            
            .hero-content {
                padding-top: 0;
            }
            
            .text-container {
                max-width: 70%;
                padding-right: 15px;
                padding-left: 10px;
                margin-left: auto;
                margin-right: 0;
            }
            
            .exotica-main-title {
                font-size: clamp(40px, 12vw, 60px);
                margin-bottom: 20px;
                line-height: 0.9;
            }
            
            .exotica-description {
                font-size: clamp(14px, 3.5vw, 20px);
                line-height: 1.3;
            }
        }
        
        @media (max-width: 600px) {
            /* Cambiar imagen de fondo desde 600px */
            
            .exotica-hero {
                background-image: url('/assets/img/Exotica/Portadaexotica.jpg');
                min-height: 100vh;
                align-items: flex-start;
                background-position: center center;
            }

            .seccion-cata{
                background-image: url('/assets/img/Exotica/exotica5.jpg');
                min-height:400px;
                height:400px;
                align-items: flex-start;
                
                background-position: center center;
            }
            
            .hero-content .row {
                justify-content: end !important;
            }
            
            .text-container {
                max-width: 70%;
                padding: 0 20px 0 0;
                text-align: left;
                margin-left: auto;
                margin-right: 0;
            }
            
            .exotica-main-title {
                font-size: clamp(30px, 14vw, 50px);
                margin-bottom: 20px;
                line-height: 0.85;
            }
            
            .exotica-description {
                font-size: clamp(13px, 3.8vw, 16px);
                line-height: 1.3;
                max-width: 350px;
            }
        }
        
        @media (max-width: 480px) {
            /* Cambiar a imagen móvil específica */
            .exotica-hero {
                background-image: url('/assets/img/Exotica/Portadaexotica.jpg');
                padding-top: 25vh;
            }
            
            .text-container {
                max-width: 70%;
                padding: 0 15px 0 0;
            }
            
            .exotica-main-title {
                font-size: clamp(30px, 16vw, 50px);
                margin-bottom: 15px;
                line-height: 0.8;
            }
            
            .exotica-description {
                font-size: clamp(12px, 4.2vw, 16px);
                line-height: 1.25;
                max-width: 300px;
            }
        }
        
        @media (max-width: 380px) {
            .text-container {
                padding: 0 12px 0 0;
                max-width: 70%;
            }
            
            .exotica-main-title {
                font-size: clamp(20px, 18vw, 30px);
                margin-bottom: 12px;
            }
            
            .exotica-description {
                font-size: clamp(11px, 4.5vw, 15px);
                max-width: 260px;
                line-height: 1.2;
            }
        }
        
        /* Animaciones suaves */
        .exotica-main-title,
        .exotica-description {
            animation: fadeInUp 1s ease-out;
        }
        
        .exotica-description {
            animation-delay: 0.3s;
            animation-fill-mode: both;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* SECCIÓN NOTA DE CATA */
        .nota-cata-section {
            background-image: url('/assets/img/Exotica/Notadecata.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 80px 0;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        
        .nota-cata-card {
            background: #ffffffb3;
            padding: 60px 50px;
            border-radius: 0px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            text-align: left;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .nota-cata-title {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: 4.5rem;
            font-weight: 700;
            color: #00699C;
            margin-bottom: 40px;
            line-height: 1.2;
        }
        
        .nota-cata-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .nota-cata-text {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: 23px;
            font-weight: 600;
            color: #00699C;
            line-height: 1.1;
            margin-bottom: 25px;
            text-align: left;
        }
        
        .nota-cata-text:last-child {
            margin-bottom: 0;
        }
        
        .nota-cata-text strong {
            font-weight: 600;
        }
        
        /* RESPONSIVE NOTA DE CATA */
        @media (max-width: 1200px) {
            .nota-cata-section {
                padding: 70px 0;
            }
            
            .nota-cata-card {
                padding: 50px 40px;
            }
            
            .nota-cata-title {
                font-size: clamp(2.5rem, 5vw, 3.5rem);
                margin-bottom: 35px;
            }
            
            .nota-cata-text {
                font-size: 22px;
            }
        }
        
        @media (max-width: 991px) {
            .nota-cata-section {
                padding: 60px 0;
                min-height: 500px;
            }
            
            .nota-cata-card {
                padding: 45px 35px;
            }
            
            .nota-cata-title {
                font-size: clamp(2.2rem, 6vw, 3rem);
                margin-bottom: 30px;
            }
            
            .nota-cata-text {
                font-size:22px;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .nota-cata-section {
                padding: 50px 0;
                min-height: 450px;
            }
            
            .nota-cata-card {
                padding: 40px 30px;
                border-radius: 10px;
            }
            
            .nota-cata-title {
                font-size: clamp(2rem, 7vw, 2.5rem);
                margin-bottom: 25px;
            }
            
            .nota-cata-text {
                font-size:16px;
                text-align: left;
                margin-bottom: 18px;
        }

    }
        
        @media (max-width: 480px) {
            .nota-cata-section {
                padding: 40px 0;
                min-height: 400px;
            }
            
            .nota-cata-card {
                padding: 35px 25px;
                border-radius: 8px;
            }
            
            .nota-cata-title {
                font-size: clamp(1.8rem, 8vw, 2.2rem);
                margin-bottom: 20px;
            }
            
            .nota-cata-text {
                font-size: 16px;
                line-height: 1.5;
                margin-bottom: 15px;
            }
        }
        
        @media (max-width: 380px) {
            .nota-cata-card {
                padding: 30px 20px;
            }
            
            .nota-cata-title {
                font-size: clamp(1.6rem, 9vw, 2rem);
                margin-bottom: 18px;
            }
            
            .nota-cata-text {
                font-size: clamp(0.85rem, 4.5vw, 0.95rem);
                line-height: 1.4;
            }
        }



/****************** SECCION CANELA MORA Y ENEBRO ******************/
.exotica-section {
    background-color: #f8f9fa;
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
}

.exotica-section .row {
    align-items: stretch; /* Hace que las columnas tengan la misma altura */
    min-height: 100%; /* Asegura altura mínima */
}



.columnaB {
    height: 900px;
}

@media(min-width:1680px){
    .columnaB {
    height: 1000px;
}
}

.exotica-section .col-lg-6,
.exotica-section .col-md-6,
.exotica-section .col-sm-6,
.exotica-section .col-6 {
    display: flex; /* Convierte las columnas en flex containers */
    flex-direction: column; /* Dirección vertical */
}

/* Contenido de componentes - Columna A */
.exotica-content {
    padding-top: 30px;
    padding-right:0px;
    padding-left: 15%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1; /* Ocupa todo el espacio disponible */
}

/* Header Exótica */
.exotica-header {
    margin-bottom: 20px;
}

.exotica-title {
    font-family: 'Highrise', sans-serif;
    font-size: clamp(3.4375rem, 8vw, 9.1875rem); /* 55px a 147px */
    font-weight: 400;
    color: #00699C;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Items de componentes */
.component-item {
    position: relative;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.component-item:hover,
.component-item.active {
    transform: translateX(10px);
}

.component-content {
    position: relative;
    z-index: 2;
}

/* Fila del título con categoría y nombre */
.component-title-row {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.component-category {
    font-family: 'Highrise', sans-serif;
    font-size: clamp(1.875rem, 3vw, 3.125rem); /* 30px a 50px */
    font-weight: 400;
    color: #00699C;
    margin: 0;
    line-height: 1;
    min-width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.component-name {
    font-family: 'Bogart', serif;
    font-size: clamp(1.5rem, 2vw, 2.5rem); /* Reducido el tamaño máximo y usando 2vw */
    font-weight: 700;
    color: #00699C;
    margin: 0;
    line-height: 1;
    position: relative;
}

/* Eliminado el ::after que creaba la línea */

.component-description {
    font-family: 'Space Grotesk';
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 300px;
}

/* Botones principales al final */
.main-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap; /* Evita que se vayan abajo */
    margin-top: 5px;
    justify-content: flex-start; /* Los botones mantienen su tamaño natural en desktop */
}

/* Botones de componentes */
.btn-component {
    font-family: 'Bogart', serif;
    font-size: clamp(0.65rem, 1.5vw, 0.85rem); /* Responsive para mantener en línea */
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    background-color: #00B6DB;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: capitalize;
    white-space: nowrap; /* Evita que el texto se rompa */
    /* Eliminado flex: 1 para que mantengan su tamaño natural */
    min-width: 0;
}

.btn-comprala:hover,
.btn-combinados:hover {
    background-color: #00699C;
}

/* Líneas conectoras */
.connector-line {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #00699C 0%, transparent 100%);
    transform: translateY(-50%) scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 1;
}

.component-item:hover .connector-line,
.component-item.active .connector-line {
    transform: translateY(-50%) scaleX(1);
}

/* Líneas específicas con diferentes posiciones */
.canela-line {
    background: linear-gradient(90deg, #8B4513 0%, transparent 100%);
}

.mora-line {
    background: linear-gradient(90deg, #800080 0%, transparent 100%);
}

.enebro-line {
    background: linear-gradient(90deg, #228B22 0%, transparent 100%);
}

/* Contenedor de imagen - Columna B */
.exotica-image-container {
    position: relative;
    background-image: url('/assets/img/Exotica/exotica-componenetes.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    flex: 1; /* Ocupa todo el espacio disponible de la columna */
    height: 100vh; /* Altura completa del viewport */
}

.exotica-image {
    display: none; /* Las imágenes ya no se usan */
}

/* Control de visibilidad de imágenes por background */
@media (max-width: 991px) {
    .exotica-image-container {
        background-image: url('/assets/img/Exotica/exotica-componenetes-movilv2.jpg');
    }
}

/* Puntos de conexión en la imagen */
.connection-point {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transform: scale(1);
    transition: all 0.4s ease;
    z-index: 3;
    animation: pulsePoint 2s infinite;
}

.connection-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    opacity: 0.2;
}

.connection-point:hover::before,
.connection-point.active::before {
    transform: translate(-50%, -50%) scale(1);
}

/* Puntos específicos con colores y posiciones mejoradas */
.canela-point {
    background-color: #8B4513;
    top: 58%;
    left: 32%;
}

.canela-point::before {
    background-color: #8B4513;
}

.mora-point {
    background-color: #800080;
    top: 25%;
    left: 65%;
}

.mora-point::before {
    background-color: #800080;
}

.enebro-point {
    background-color: #228B22;
    top: 85%;
    left: 35%;
}

.enebro-point::before {
    background-color: #228B22;
}

/* Agrandar punto cuando el componente está en hover */
.component-item:hover ~ .exotica-image-container .connection-point,
.component-item.active ~ .exotica-image-container .connection-point {
    transform: scale(1.5);
    animation: pulsePointActive 1s infinite;
}

.component-item.canela-item:hover ~ .exotica-image-container .canela-point,
.component-item.canela-item.active ~ .exotica-image-container .canela-point {
    transform: scale(1.5);
    animation: pulsePointActive 1s infinite;
}

.component-item.mora-item:hover ~ .exotica-image-container .mora-point,
.component-item.mora-item.active ~ .exotica-image-container .mora-point {
    transform: scale(1.5);
    animation: pulsePointActive 1s infinite;
}

.component-item.enebro-item:hover ~ .exotica-image-container .enebro-point,
.component-item.enebro-item.active ~ .exotica-image-container .enebro-point {
    transform: scale(1.5);
    animation: pulsePointActive 1s infinite;
}

/* RESPONSIVE DESIGN */

/* Tablet */
@media (max-width: 991px) {
    .exotica-section {
        padding: 0px 0;
    }
    
    .exotica-content {
        padding-right: 10px;
        margin-bottom: 0;
    }
    
    .exotica-image-container {
        padding-left: 15px;
        background-image: url('/assets/img/Exotica/exotica-componenetes-movilv2.jpg')
    }
    
    .exotica-header {
        margin-bottom: 15px;
    }
    
    .component-description {
        font-size: 0.95rem;
        max-width: 100%;
    }
    
    .main-buttons {
        gap: 10px;
    }
    
    .btn-component {
        padding: 10px 16px;
    }
    
    /* Ocultar líneas conectoras en tablet */
    .connector-line {
        display: none;
    }
    
    /* Ajustar posiciones de puntos para tablet */
    .canela-point {
        top: 55%;
        left: 25%;
    }
    
    .mora-point {
        top: 35%;
        left: 80%;
    }
    
    .enebro-point {
        top: 90%;
        left: 50%;
    }
}

/* Móvil */
@media (max-width: 768px) {
    .exotica-section {
        padding: 0px 0;
    }

    .columnaB {
    height: 700px;
    }

    
    .exotica-content {
        padding-right: 0px;
        margin-bottom: 0;
        padding-top: 50px;
    }
    
    .exotica-image-container {
        padding-left: 5px;
    }
    
    .exotica-title {
        text-align: center;
    }
    
    .exotica-header {
        margin-bottom: 15px;
    }
    
    .component-item {
        margin-bottom: 25px;
        text-align: left;
    }
    
    .component-title-row {
        gap: 15px;
        justify-content: flex-start;
    }
    
    .component-description {
        font-size: 0.9rem;
        margin: 0 0 15px 0;
    }
    
    .main-buttons {
        justify-content: center;
        gap: 8px;
        /*flex: 1;*/
    }
    
    .btn-component {
        padding: 8px 16px;
        flex: 1; /* En móvil los botones se expanden */
    }
    
    /* Ajustar posiciones de puntos para móvil */
    .canela-point {
        top: 57%;
        left: 20%;
    }
    
    .mora-point {
        top: 38%;
        left: 80%;
    }
    
    .enebro-point {
        top: 85%;
        left: 45%;
    }
    
    /* Puntos siempre visibles en móvil */
    .connection-point {
        transform: scale(1);
        animation: pulsePoint 2s infinite;
    }

     .exotica-image-container {
        padding-left: 15px;
        background-image: url('/assets/img/Exotica/exotica-componenetes-movilv2.jpg;')
        
    }
}

/* Móvil pequeño */
@media (max-width: 480px) {
    .exotica-section {
        padding: 0px 0;
    }

    .exotica-content {
        padding-right: 0px;
        margin-bottom: 0;
        padding-top: 10px;
    }
    
    .exotica-image-container {
        /* Sin min-height fijo, usa el flex para igualar altura */
    }
    
    .component-title-row {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .component-description {
        font-size: 12px;
        line-height: 1.1;
    }
    
    .main-buttons {
        gap: 10px;
        justify-content: center;
        margin-top: 25px;
    }
    
    .btn-component {
        padding: 6px 12px;
        flex: 1; /* En móvil pequeño también se expanden */
    }
    
    /* Ajustar posiciones de puntos para móvil pequeño */
    .canela-point {
        top: 60%;
        left: 30%;
    }
    
    .mora-point {
        top: 30%;
        left: 70%;
    }
    
    .enebro-point {
        top: 72%;
        left: 40%;
    }

     .exotica-image-container {
        padding-left: 15px;
        background-image: url('/assets/img/Exotica/exotica-componenetes-movilv3.jpg;')
        
    }
    
}

@media (max-width:400px) {

    .main-buttons{
        display: flex;
        flex-wrap:wrap !important;
        flex-direction: column !important;
        margin-top: 0px;
    }

    /* .component-item.enebro-item{
        margin-bottom: 0px !important;
    }

    .component-item{
        margin-bottom: 10px !important;
    } */
}

/* Animaciones adicionales */
@keyframes pulsePoint {
    0% { transform: scale(1); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25); }
    50% { transform: scale(1.1); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35); }
    100% { transform: scale(1); box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25); }
}

@keyframes pulsePointActive {
    0% { transform: scale(1.5); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
    50% { transform: scale(1.7); box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5); }
    100% { transform: scale(1.5); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
}

.connection-point.active {
    animation: pulsePointActive 1s infinite;
}

/* Transiciones suaves para el layout responsive */
.exotica-section * {
    transition: all 0.3s ease;
}

/* Estados de focus para accesibilidad */
.btn-component:focus,
.connection-point:focus,
.component-item:focus {
    outline: 2px solid #00B6DB;
    outline-offset: 2px;
}

/* Mejoras de contraste para accesibilidad */
@media (prefers-contrast: high) {
    .component-description {
        color: #000;
    }
    
    .connection-point {
        border-width: 4px;
    }
}



/******************************* EXOTICA LIGHT ***********************/

   /* SECCIÓN EXÓTICA LIGHT 20% */
        .exotica-light-section {
            background-color: #f8f9fa;
            /*padding: 100px 0;*/
            min-height: 350px;
            position: relative;
            overflow: hidden;
        }

        .exotica-light-section .row {
            align-items: stretch;
            min-height: 100%;
        }

        .exotica-light-section .col-lg-6,
        .exotica-light-section .col-md-6,
        .exotica-light-section .col-6 {
            display: flex;
            flex-direction: column;
        }

        /* Contenido de texto - Columna derecha */
        .exotica-light-content {
            padding-left: 40px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            flex: 1;
        }

        /* Título principal Exótica Light */
          /* Símbolo % con la misma fuente del título */
        .percent-symbol,
        .exotica-light-title {
            font-family: 'Highrise', 'Montserrat', sans-serif !important;
            font-size: clamp(2.1rem, 6vw, 6.5rem);
            font-weight: 400;
            color: #00699C;
            letter-spacing: 0.02em;
            margin-bottom: 15px;
            text-transform: uppercase;
            line-height: 0.9;
        }

      


        /* Subtítulo descriptivo */
        .exotica-light-subtitle {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: clamp(1.8rem, 4vw, 3rem);
            font-weight: 700;
            color: #00699C;
            line-height: 1.1;
            margin-bottom: 25px;
        }

        /* Descripción del producto */
        .exotica-light-description {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: clamp(1rem, 2vw, 1.75rem);
            font-weight: 400;
            color: #00699C;
            line-height: 1.2;
            margin-bottom: 30px;
            max-width: 450px;
        }

        /* Botones principales */
        .exotica-light-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: nowrap; /* Nunca se rompe la línea */
            justify-content: flex-start;
        }

        .btn-exotica-light {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: clamp(0.7rem, 1.5vw, 1rem);
            font-weight: 600;
            padding: 12px 24px;
            border: none;
            border-radius: 0;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            text-transform: capitalize;
            white-space: nowrap; /* Evita salto de línea en el texto */
            min-width: 100px;
            text-align: center;
            display: inline-block;
            flex: 0 0 auto; /* No se expanden ni contraen */
        }

        .btn-comprala-light {
            background-color: #00B6DB;
            color: white;
        }

        .btn-combinados-light {
            background-color: #00B6DB;
            color: white;
        }

        .btn-comprala-light:hover,
        .btn-combinados-light:hover {
            background-color: #00699C;
            color: white;
        }

        /* Nota de cata - Centrada con ancho limitado y opacidad */
        .nota-cata-box {
            background-color: rgba(0, 105, 156, 0.75); /* #00699C con 75% opacidad */
            color: white;
            padding: 8%;
            width: 100%;
            height: 400px;
            text-align: left;
            z-index: 999;
            position: relative;
            

             display: flex;
            flex-direction: column; 
            justify-content: center;
            align-items: center;

        }

        .nota-cata-box-title {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: clamp(1.2rem, 2.5vw, 3.5rem);
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.2;
            width: 570px;
        }

        .nota-cata-box-text {
            font-family: 'Bogart', 'Montserrat', serif;
            font-size: clamp(0.9rem, 1.8vw, 1.5rem);
            font-weight: 400;
            line-height: 1.4;
            margin: 0;
            width: 570px;
        }

        /* Contenedor de imagen - Columna izquierda */
        .exotica-light-image-container {
            position: relative;
            background-image: url('/assets/img/Exotica/exotica4.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 40px;
            flex: 1;
            min-height: 700px;
        }

        /* RESPONSIVE DESIGN */

        /* Tablet */
        @media (max-width: 991px) {
            .exotica-light-section {
                /*padding: 80px 0;*/
                min-height: auto;
            }
            
            .exotica-light-content {
                padding-left: 20px;
                margin-bottom: 0;
            }
            
            .exotica-light-image-container {
                padding-right: 20px;
                min-height: 500px;
                /* NO cambiar order - mantener lado a lado */
            }
            
            .exotica-light-buttons {
                gap: 12px;
                justify-content: flex-start;
            }
            
            .btn-exotica-light {
                padding: 10px 20px;
                min-width: 110px;
            }
            
            .nota-cata-box {
                padding: 20px 25px;
                margin-top: 30px !important;
                max-width: 700px; /* Reducir en tablet */
            }
        }

        /* Móvil */
        @media (max-width: 768px) {
            .exotica-light-section {
                /*padding: 60px 0;*/
            }
            
            .exotica-light-content {
                padding-left: 15px;
                padding-right: 15px;
                text-align: center;
                padding-top: 20px;
                padding-bottom: 20px;
            }
            
            .exotica-light-image-container {
                padding-right: 15px;
                padding-left: 15px;
                min-height: 400px;
                /* Mantener lado a lado hasta móvil pequeño */
            }
            
            .exotica-light-description {
                max-width: 100%;
                text-align: center;
            }
            
            .exotica-light-buttons {
                justify-content: center;
                gap: 8px; /* Reducir gap para mantener en línea */
                flex-wrap: nowrap; /* NUNCA envolver */
            }
            
            .btn-exotica-light {
                padding: 10px 16px; /* Reducir padding */
                min-width: 90px; /* Reducir ancho mínimo */
                font-size: clamp(0.65rem, 2vw, 0.85rem); /* Reducir fuente */
            }
            
            .nota-cata-box {
                padding: 20px;
                text-align: left;
                min-height:250px;
                height: 280px;
            }

            .nota-cata-box-title {
            font-size: clamp(1.3rem, 2.5vw, 3.5rem);   
            width: 100%;
        }

        .nota-cata-box-text {
           
            font-size: clamp(0.9rem, 1.8vw, 1.5rem);
            line-height: 1.2;
            margin: 0;
            width: 100%;
        }
        }

        /* Móvil pequeño - Solo se apilan en 300px */
        @media (max-width: 300px) {
            .exotica-light-section {
                /*padding: 30px 0;*/
            }
            
            /* Solo en 300px y menor cambiar a col-12 */
            .exotica-light-section .col-6 {
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }
            
            .exotica-light-content {
                padding: 10px;
                order: 2; /* Contenido abajo */
            }
            
            .exotica-light-image-container {
                padding: 10px;
                min-height: 300px;
                order: 1; /* Imagen arriba */
            }
            
            .exotica-light-buttons {
                gap: 6px;
                flex-wrap: nowrap; /* Mantener en línea incluso aquí */
                justify-content: center;
            }
            
            .btn-exotica-light {
                padding: 8px 12px;
                min-width: 70px;
                font-size: 0.6rem; /* Fuente muy pequeña pero legible */
            }
            
            .nota-cata-box {
                padding: 15px;
                margin-top: 15px;
                max-width: 260px; /* Ancho específico para móvil */
            }
        }

        /* Mantener lado a lado desde 301px hasta 479px */
        @media (min-width: 301px) and (max-width: 479px) {
            .exotica-light-section {
                /*padding: 35px 0;*/
            }
            
            .exotica-light-content {
                padding-left: 3px;
                padding-right: 3px;
            }
            
            .exotica-light-image-container {
                padding-right: 3px;
                padding-left: 3px;
                min-height: 320px;
            }
            
            .exotica-light-buttons {
                gap: 6px;
                flex-wrap: nowrap;
                justify-content: center;
            }
            
            .btn-exotica-light {
                padding: 8px 14px;
                min-width: 80px;
                font-size: clamp(0.65rem, 2.5vw, 0.75rem);
            }
            
            .nota-cata-box {
                padding: 16px;
                max-width: 100%;
            }
        }

        /* Animaciones suaves */
        .exotica-light-title,
        .exotica-light-subtitle,
        .exotica-light-description {
            text-align: left;
            animation: fadeInLeft 1s ease-out;
        }

        .exotica-light-subtitle {
            animation-delay: 0.2s;
            animation-fill-mode: both;
        }

        .exotica-light-description {
            animation-delay: 0.4s;
            animation-fill-mode: both;
            
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Estados de focus para accesibilidad */
        .btn-exotica-light:focus {
            outline: 2px solid #00B6DB;
            outline-offset: 2px;
        }