/* HOME SLIDER STYLES - INTEGRADO CON EXOTICA SECTIONS */

/* Hero Slider Base */
.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Slides backgrounds */
.slide-1 {
    background-image: url('/assets/img/home/AmigosContrap.jpg');
}

.slide-2 {
    background-image: url('/assets/img/home/copasdelayaya.jpg');
}

.slide-3 {
    background-image: url('/assets/img/home/nosencantaelpueblo.jpg');
}

.slide-4 {
    background-image: url('/assets/img/home/masdivertido.jpg');
}

.slide-5 {
    background-image: url('/assets/img/home/nosgustaazul.jpg');
}

.slide-6 {
    background-image: url('/assets/img/home/tremenda.jpg');
}



/* Overlay oscuro para mejor legibilidad */
.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */ /* Comentado como en exótica */
    z-index: 1;
}

/* Hero Section dentro del carousel */
.hero-section {
    position: relative;
    height: 100%;
    width: 100%;
}

/* Contenedor del contenido base */
.section-content {
    position: absolute;
    text-align: left;
    z-index: 2;
    padding: 0;
}

/* POSICIONAMIENTOS ESPECÍFICOS POR SECCIÓN */

/* SECCIÓN 1 - Texto abajo izquierda */
.slider-1 .section-content {
    right: 10%;
    bottom: auto;
    top: 8%;
    transform: none;
    /*width: 550px;*/
}

/* SECCIÓN 2 - Texto arriba derecha */
.slider-2 .section-content {
   right: 10%;
    bottom: auto;
    top: 8%;
    transform: none;
    /*width: 550px;*/
}

/* SECCIÓN 3 - Texto abajo izquierda (similar a sección 1) */
.slider-3 .section-content {
    left: 5%;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 50%;
}

.slider-4 .section-content {
    left: 5%;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 50%;
}

.slider-5 .section-content {
    left: 5%;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 50%;
}


.slider-6 .section-content {
    right: 10%;
    bottom: auto;
    top: 8%;
    transform: none;
    /*width: 550px;*/
}

.caption-content {
    position: relative;
    max-width: none;
    margin: 0;
}

/* Fondo azul transparente */
.text-background1 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 550px;
}

.text-background2 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 530px;
}

.text-background3 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 470px;
}

.text-background4 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 650px;
}

.text-background5 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 470px;
}

.text-background6 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 550px;
}

/* Párrafo pequeño */
.subtitle-textslider {
    color: white;
    margin: 0 0 20px 0;
    font-family: 'Bogart', serif;
    font-weight: 600;
    font-size: 14px; /* Fallback para navegadores antiguos */
    font-size: clamp(15px, 2.5vw, 23px); /* Fluido: entre 14px y 30px */
    line-height: 1.0em;
    
} 

.sbt6,
.sbt5,
.sbt4,
.sbt3,
.sbt2,
.sbt1{
  overflow: hidden;
  white-space: nowrap;
}

.scale-text {
  display: inline-block;
  transform-origin: left;
  white-space: nowrap;

}

/* Título grande */
.big-text {
    color: white;
    font-size: 2rem; /* Fallback para navegadores que no soportan clamp */
    font-size: clamp(6rem, 9vw, 11.25rem); /* Usado por navegadores modernos */
    font-weight: 900;
    line-height: 0.85;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: 'Highrise', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}   

/* CONTROLES DEL CAROUSEL */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.25);
}

.carousel-control-prev {
    right: 80px;
    left: auto;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 16px;
    height: 16px;
}

/* INDICADORES */
.carousel-indicators {
    bottom: 30px;
    display: none;
    left: 5%;
    transform: none;
    justify-content: flex-start;
    margin: 0;
}

.carousel-indicators button {
    width: 12px;
    height: 3px;
    /*border-radius: 50%;*/
    margin: 0 8px 0 0;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background: #00699C;
    /*transform: scale(1.3);*/
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {

    /*
     Sección 1 - mantener abajo izquierda 
    .slider-1 .section-content {
        width: 550px;
    }
    
     Sección 2 - mantener arriba derecha 
    .slider-2 .section-content {
        width: 55%;
    }
    
    Sección 3 - mantener abajo izquierda 
    .slider-3 .section-content {
        width: 55%;
    }*/
}

@media (max-width: 991px) {
    /* TABLET: Mostrar bullets, ocultar flechas */
    .carousel-indicators {
        display: flex !important;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
    }
    
    /* Sección 1 - abajo izquierda en tablet */
    .slider-1 .section-content {
        /*width: 550px;*/
        right: 5%;
        top: 10%;
    }
    
    /* Sección 2 - mover a abajo derecha en tablet */
    .slider-2 .section-content {
        /*width: 85%;*/
        right: 5%;
        top: 10%;
    }
    
    /* Sección 3 - abajo izquierda en tablet */
    .slider-3 .section-content {
       /*width: 85%;*/
        left: 5%;
        bottom: 10%;
    }

    .slider-4 .section-content {
       /*width: 85%;*/
        left: 5%;
        bottom: 10%;
    }

    /* Sección 3 - abajo izquierda en tablet */
    .slider-5 .section-content {
       /*width: 85%;*/
        left: 5%;
        bottom: 10%;
    }

    .slider-6 .section-content {
        /*width: 550px;*/
        right: 5%;
        top: 10%;
    }
}

@media (max-width: 768px) {
    .hero-slider {
        height: 100vh;
        min-height: 550px;
    }
    
    .carousel-item {
        height: 100vh;
        min-height: 550px;
    }
    
    /* Todas las secciones abajo en móvil */

    
    .slider-1 .section-content,
    .slider-2 .section-content,
    .slider-3 .section-content,
    .slider-4 .section-content,
    .slider-5 .section-content,
    .slider-6 .section-content {
        width: 90%;
        left: 5%;
        right: auto;
        top: auto;
        bottom: 8%;
    }
    
    .text-background {
        /*padding: 20px 25px 20px 25px;*/
        max-width: 420px;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
    
    .carousel-indicators button {
        width: 10px;
        height: 3px;
        margin: 0 6px 0 0;
    }
}

@media (max-width: 480px) {
    /* Backgrounds móvil */
    .slide-1 {
        background-image: url('/assets/img/home/AmigosContrap.jpg');
    }
    
    .slide-2 {
        background-image: url('/assets/img/home/copasdelayaya.jpg');
    }

    .slide-3 {
        background-image: url('/assets/img/home/nosencantaelpueblo.jpg');
    }

     .slide-4 {
       background-image: url('/assets/img/home/masdivertido.jpg');
    }

    .slide-5 {
       background-image: url('/assets/img/home/nosgustaazul.jpg');
    }

    .slide-6 {
       background-image: url('/assets/img/home/tremenda.jpg');
    }

    .text-background {
        max-width: 320px;
        /*padding: 15px 18px 15px 18px;*/
    }
    
    /* Posicionamientos específicos móvil */
    .slider-1 .section-content {
        bottom: 38%;
        width: 95%;
        left: 2.5%;
        right: auto;
        top: auto;
    }

    .slider-2 .section-content {
         bottom: 10%;
        width: 95%;
        left: 2.5%;
        right: auto;
        top: auto;
    }

    .slider-3 .section-content {
        bottom: 10%;
        width: 95%;
        left: 2.5%;
        right: auto;
        top: auto;
    }
    
     .slider-4 .section-content {
        bottom: 38%;
        width: 95%;
        left: 2.5%;
        right: auto;
        top: auto;
    }

    .slider-5 .section-content {
        bottom: 10%;
        width: 95%;
        left: 2.5%;
        right: auto;
        top: auto;
    }

    .slider-6 .section-content {
        bottom: 38%;
        width: 95%;
        left: 2.5%;
        right: auto;
        top: auto;
    }

    
    .carousel-indicators button {
        width: 8px;
        height: 3px;
        margin: 0 5px 0 0;
    }
}

@media (max-width: 380px) {
    .text-background {
        /*max-width: 320px;*/
        /*padding: 15px 18px 15px 18px;*/
    }

    .subtitle-textslider{
        font-size:14px;
    }

    .text-background4{
      max-width: 350px;
    }


    .sbt4 .subtitle-textslider{
        font-size:12px !important;
    }
}


/* EXOTICA PAGE - INDIVIDUAL SECTIONS STYLES */

/* Sección base - equivalente al carousel-item */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-section.section-4{
     background-position: top center;
}

/* Contenedor interno para alinear con Bootstrap */
.hero-section .container {
    position: relative;
    height: 100%;
    z-index: 2;
}

/* Backgrounds específicos para cada sección */




.section-3 {
    background-image: url('/assets/img/home/seccion3.jpg');
}

.section-4 {
    background-image: url('/assets/img/home/capibara.jpg');
}

/* SECCIÓN CÓCTELES - Estructura independiente como imagen */
.cocktails-section {
    background-color: white;
    padding: 80px 0;
}

.cocktails-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cocktails-image {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
    display: block;
    
}

.cocktails-text-overlay {
    position: absolute;
    top: 40px;
    right: 40px;
    max-width: 550px;
}

/* Overlay oscuro para mejor legibilidad */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
    z-index: 1;
}

/* Contenedor del contenido base */
.section-content {
    position: absolute;
    text-align: left;
    z-index: 2;
    padding: 0;
}

/* SECCIÓN 1 - Texto abajo izquierda */
.section-1 .section-content {
    left: 0;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 50%;
}

/* SECCIÓN 2 - Texto arriba derecha */
.section-2 .section-content {
    right: 0;
    top: 15%;
    left: auto;
    bottom: auto;
    transform: none;
    width: 50%;
}

/* SECCIÓN 3 - Texto abajo izquierda (similar a sección 1) */
.section-3 .section-content {
    left: 0;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 50%;
}

/* SECCIÓN 4 - Texto abajo izquierda */
.section-4 .section-content-4 {
    position: absolute;
    text-align: left;
    z-index: 2;
    padding: 0;
    left: 0;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 50%;
}

.caption-content-4 {
    position: relative;
    max-width: none;
    margin: 0;
}

/* Fondo azul transparente para sección 4 */
.text-background-4 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 500px;
}

/* Párrafo pequeño sección 4 */
.subtitle-textslider-4 {
    color: white;
    margin: 0 0 20px 0;
    font-family: 'Bogart', serif;
    font-weight: 600;
    font-size: 14px; /* Fallback para navegadores antiguos */
    font-size: clamp(0.875rem, 2.5vw, 1.875rem); /* Fluido: entre 14px y 30px */
    line-height: 1.0em;
}   

/* Título grande sección 4 */
.big-text-4 {
    color: white;
    font-size: 2rem; /* Fallback para navegadores que no soportan clamp */
    font-size: clamp(5rem, 8vw, 11.25rem); /* Usado por navegadores modernos */
    font-weight: 900;
    line-height: 0.85;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: 'Highrise', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/* Enlace de capibara */
.capibara-link {
    font-family: 'Bogart', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.capibara-link:hover,
.capibara-link:focus {
    color: #00B6DB;
    border-bottom-color: #00B6DB;
}

/* SECCIÓN 4 - Texto abajo izquierda */
.section-4 .section-content-4 {
    position: absolute;
    text-align: left;
    z-index: 2;
    padding: 0;
    right: 0;
    bottom: 8%;
    top: auto;
    transform: none;
    width: 400px;
    left: auto;
}

.caption-content-4 {
    position: relative;
    max-width: none;
    margin: 0;
}

/* Fondo azul transparente para sección 4 */
.text-background-4 {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 500px;
}

/* Párrafo pequeño sección 4 */
.subtitle-textslider-4 {
    color: white;
    margin: 0 0 20px 0;
    font-family: 'Bogart', serif;
    font-weight: 600;
    font-size: 14px; /* Fallback para navegadores antiguos */
    font-size: clamp(0.875rem, 2.5vw, 1.175rem); /* Fluido: entre 14px y 30px */
    line-height: 1.0em;
}   

/* Título grande sección 4 */
.big-text-4 {
    color: white;
    font-size: 2rem; /* Fallback para navegadores que no soportan clamp */
    font-size: clamp(5rem, 8vw, 11.25rem); /* Usado por navegadores modernos */
    font-weight: 900;
    line-height: 0.85;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: 'Highrise', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/* Enlace de capibara */
.capibara-link {
    font-family: 'Bogart', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.capibara-link:hover,
.capibara-link:focus {
    color: #00B6DB;
    border-bottom-color: #00B6DB;
}

.caption-content {
    position: relative;
    max-width: none;
    margin: 0;
}

/* Fondo azul transparente */
.text-background {
    background: url('/assets/img/home/Fondo-azul-degradado.png') center center / cover no-repeat;
    /*padding: 5px 5px 5px 5px;*/
    /*border-radius: 8px;*/
    position: relative;
    display: block;
    width: fit-content;
    max-width: 550px;
}

/* Párrafo pequeño */
.subtitle-textslider-3 {
    color: white;
    margin: 0 0 20px 0;
    font-family: 'Bogart', serif;
    font-weight: 600;
    font-size: 14px; /* Fallback para navegadores antiguos */
    font-size: clamp(0.875rem, 2.5vw, 1.4rem); /* Fluido: entre 14px y 30px */
    line-height: 1.0em;
    width: 240px;
}   

/* Título grande */
.big-text-3 {
    color: white;
    font-size: 2rem; /* Fallback para navegadores que no soportan clamp */
    font-size: clamp(5rem, 8vw, 11.25rem); /* Usado por navegadores modernos */
    font-weight: 900;
    line-height: 0.85;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: 'Highrise', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}   

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
    /* Sección 1 - mantener abajo izquierda */
    .section-1 .section-content {
        width: 55%;
    }
    
    /* Sección 2 - mantener arriba derecha */
    .section-2 .section-content {
        width: 55%;
    }
    
    /* Sección 3 - mantener abajo izquierda */
    .section-3 .section-content {
        width: 55%;
    }
    
    /* Sección 4 - mantener abajo izquierda */
    .section-4 .section-content-4 {
        width: 55%;
    }
    
    /* Sección 4 - mantener abajo izquierda */
    .section-4 .section-content-4 {
        width: 55%;
    }
}

@media (max-width: 991px) {
    /* Sección 1 - abajo izquierda en tablet */
    .section-1 .section-content {
        width: 80%;
        left: 0;
        bottom: 10%;
    }
    
    /* Sección 2 - mover a abajo derecha en tablet */
    .section-2 .section-content {
        width: 80%;
        right: 0;
        top: auto;
        bottom: 10%;
    }
    
    /* Sección 3 - abajo izquierda en tablet */
    .section-3 .section-content {
        width: 80%;
        left: 0;
        bottom: 10%;
    }
    
    /* Sección 4 - abajo izquierda en tablet */
    .section-4 .section-content-4 {
        width: 80%;
        left: 0;
        bottom: 10%;
    }
    
    /* Sección 4 - abajo izquierda en tablet */
    .section-4 .section-content-4 {
        width: 80%;
        left: 0;
        bottom: 10%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 100vh;
        min-height: 550px;
    }
    
    /* Todas las secciones abajo en móvil */
    .section-1 .section-content,
    .section-2 .section-content,
    .section-3 .section-content,
    .section-4 .section-content-4 {
        width: 90%;
        left: 0;
        right: auto;
        top: auto;
        bottom: 8%;
    }
    
    .text-background-3 {
        /*padding: 20px 25px 20px 25px;*/
        max-width: 420px;
    }

    .subtitle-textslider-3 {
        width: 173px;
    }   
}

@media (max-width: 480px) {
    /* Todas las secciones abajo en móvil pequeño */
    .section-1 .section-content {
        bottom: 38%;
        width: 95%;
        left: 0;
        right: auto;
        top: auto;
    }

    .section-2 .section-content {
        bottom: 38%;
        width: 65%;
        left: 30%;
        right: auto;
        top: auto;
    }

    .section-3 .section-content {
        bottom: auto;
        width: 95%;
        left: 0;
        right: auto;
        top: 10%;
    }

    .subtitle-textslider-3 {
        width: 153px;
    }   

    .section-4 .section-content-4 {
        /*bottom: 38%;*/
        width: 95%;
        left: 0;
        right: auto;
        top: auto;
    }

    .text-background-3,
    .text-background-4 {
        /*padding: 18px 20px 18px 20px;*/
        max-width: 250px;
    }
}

@media (max-width: 380px) {
    .text-background,
    .text-background-4 {
        max-width: 320px;
        /*padding: 15px 18px 15px 18px;*/
    }
}

/* SECCIÓN BOTELLAS */
.bottles-section {
    background-color: white;
    padding: 80px 0;
    min-height: auto;
}

.bottles-image {
    text-align: center;
    margin-bottom: 40px;
}

.bottles-image img {
    max-width: 100%;
    height: auto;
}

.bottles-content {
    padding-left: 40px;
}

.bottles-title {
    font-family: 'Bogart', serif;
    font-size: 4.5rem;  
    font-weight: 700;
    line-height: 0.9;
    color: #333;
    margin-bottom: 20px;
}

.text-highlight {
    color: #00699C; /* Color azul actualizado */
}

.text-highlight2 {
    color: #ffffff; /* Color azul actualizado */
}

.bottles-subtitle {
    font-family: 'Bogart', serif;
    font-size: 1.45rem;
    font-weight: 400;
    color: #00699C; /* Color azul actualizado */
    margin-bottom: 30px;
    line-height: 1.4;
    max-width:320px;
}

.bottles-link {
    font-family: 'Bogart', serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}
.blue-link{color: #00699C; /* Color azul actualizado */;    border-bottom: 2px solid #00699C; /* Color azul actualizado */}
.white-link{color:#ffffff!important; border-bottom: 2px solid #ffffff; /* Color azul actualizado */
}

.bottles-link:hover,
.bottles-link:focus {
    color: #00B6DB; /* Color hover/focus actualizado */
    border-bottom-color: #00B6DB; /* Color hover/focus actualizado */
}

/* NUEVA SECCIÓN CÓCTELES - Estilos para la sección contenida */
.cocktails-subtitle {
    color: #ffffff;
    margin: 0 0 15px 0;
    font-family: 'Bogart', serif;
    font-weight: 400;
    font-size: 1.65rem;
    line-height: 1.4;
    width: 430px;
}

.cocktails-title {
    font-family: 'Bogart', serif;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 0.9;
    color: #ffffff !important;
    margin: 0 0 30px 0;
}

.cocktails-link {
    font-family: 'Bogart', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.cocktails-link:hover,
.cocktails-link:focus {
    color: #00B6DB;
    border-bottom-color: #00B6DB;
}

/* RESPONSIVE PARA SECCIÓN BOTELLAS */
@media (max-width: 991px) {
    .bottles-content {
        padding-left: 20px;
    }
    
    .bottles-title {
        font-size: 3rem;
    }
    
    .bottles-subtitle {
        font-size: 1.15rem;
    }
    
    /* Responsive para sección cócteles */
    .cocktails-section {
        padding: 60px 0;
    }
    
    .cocktails-image {
        min-height: 400px;
    }
    
    .cocktails-text-overlay {
        bottom: 30px;
        left: 30px;
        max-width: 350px;
    }
    
    .cocktails-title {
        font-size: 3rem;
    }
    
    .cocktails-subtitle {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .bottles-section {
        padding: 60px 0;
    }
    
    .bottles-content {
        padding-left: 15px;
    }
    
    .bottles-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .bottles-subtitle {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .bottles-link {
        font-size: 1rem;
    }
    
    .bottles-image {
        margin-bottom: 20px;
    }
    
    /* Responsive para sección cócteles */
    .cocktails-section {
        padding: 40px 0;
    }
    
    .cocktails-image {
        min-height: 350px;
    }
    
    .cocktails-text-overlay {
        bottom: 25px;
        left: 25px;
        max-width: 300px;
    }
    
    .cocktails-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .cocktails-subtitle {
        font-size: 1.1rem;
        margin-bottom: 25px;
        width: 330px;
    }
    
    .cocktails-link {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-1{
        background-image: url(/assets/img/home/AmigosContrap.jpg);  
    }
    
    .section-2{
        background-image: url(/assets/img/home/copasdelayaya.jpg);
    }

    .section-3{
        background-image: url(/assets/img/home/nosencantaelpueblo.jpg);  
    }
    
    .section-4{
        background-image: url(/assets/img/home/capibaramovil.jpg);  
    }
    
    .bottles-section {
        padding: 40px 0;
    }
    
    .bottles-content {
        padding-left: 10px;
    }
    
    .bottles-title {
        font-size: 1.5rem;
        line-height: 0.8em;
    }
    
    .bottles-subtitle {
        font-size: 0.95rem;
        line-height: 0.8em;
    }
    
    .bottles-image {
        margin-bottom: 15px;
    }
    
    /* Responsive para sección cócteles en móvil */
    .cocktails-section {
        padding: 30px 0;
    }
    
    .cocktails-image {
        content: url('/assets/img/home/somosdeprobar.jpg');
        min-height: 300px;
    }
    
    .cocktails-text-overlay {
        bottom: 20px;
        left: 20px;
        max-width: 250px;
    }
    
    .cocktails-title {
        font-size: 1.5rem;
        line-height: 0.8em;
    }
    
    .cocktails-subtitle {
        font-size: 0.95rem;
        line-height: 0.8em;
        width: 250px;
    }
}