
#escaparate_01 {
    /* Subes dos niveles para salir de 'css' y entrar en 'images' */
    background-image: url("../btqst02_01mng_images/landing-image-01.png");
    background-size: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    min-height: 100vh;
    width: 100%;
}

#escaparate_02 {
    /* Subes dos niveles para salir de 'css' y entrar en 'images' */
    background-image: url("../btqst02_01mng_images/landing-image-02.png");
    background-size: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    min-height: 100vh;
    width: 100%;
}

#escaparate_03 {
    /* Subes dos niveles para salir de 'css' y entrar en 'images' */
    background-image: url("../btqst02_01mng_images/landing-image-03.png");
    background-size: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    min-height: 100vh;
    width: 100%;
}


.escaparate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* padding-left: 30px; */
    padding-left: clamp(0.3125vw, 1.9531vw, 1.875rem);
    padding-right: clamp(0.3125vw, 1.9531vw, 1.875rem);
    /* width: 1150px; */
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    /* background-color: #bed1f4; */
    color: rgb(68, 64, 71);
    justify-content: flex-start;
    align-items:flex-start;
    opacity: 1;
}

#escaparate_01_contenido,
#escaparate_02_contenido,
#escaparate_03_contenido {
    width: 100%;
    height: auto;   /* Mantiene la proporción original */
}


#escaparate_contenido img {
    width: 100%;
    display: block; /* Elimina espacio extra debajo de la imagen */
    height: auto;   /* Mantiene la proporción original */
}

.escaparate_01_contenido_texto1 {
    font-family: "Playfair", serif;
    font-size: 50px;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.0;
    color: #492c02;
    /* color: #f4f3f3;
    color: #636262; */
    text-shadow: 1px 1px 0px #8a6803, 3px 3px 5px rgba(254, 253, 253, 0.5);
    margin-top: 70px;
    margin-bottom: 30px;
}
    #e01texto1 {
        font-family: "Playfair", serif;
        font-size: 50px;
        color: #f4b60a;
        font-weight: bold;
        text-shadow: 1px 1px 0px #8a6803, 3px 3px 5px rgba(0,0,0,0.5);
    }

.escaparate_01_contenido_texto2 {
    font-family: "Baloo Bhaijaan 2", serif;
    font-size: 20px;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    color: #774703;
    margin-left: 250px;
}

.escaparate_02_contenido_texto1 {
    font-family: "Playfair", serif;
    font-size: 50px;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.0;
    color: #492c02;
    color: #f4f3f3;
    /* color: #636262; */
    text-shadow: 1px 1px 0px #8a6803, 3px 3px 5px rgba(254, 253, 253, 0.5);
    margin-top: 70px;
    margin-bottom: 30px;
}
    #e02texto1 {
        font-family: "Playfair", serif;
        font-size: 50px;
        color: #f4b60a;
        color: #ca3503;
        color: #f34208;
        font-weight: bold;
        text-shadow: 1px 1px 0px #8a6803, 3px 3px 5px rgba(0,0,0,0.5);
    }

.escaparate_02_contenido_texto2 {
    font-family: "Baloo Bhaijaan 2", serif;
    font-size: 20px;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    color: #774703;
    color: #495d72;
    color: #f4f3f3;
    margin-left: 50px;
}

.escaparate_03_contenido_texto1 {
    font-family: "Playfair", serif;
    font-size: 50px;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    line-height: 1.0;
    color: #492c02;
    color: #f4f3f3;
    color: #fdfa39;
    color: #226b01;
    /* color: #636262; */
    text-shadow: 1px 1px 0px #8a6803, 3px 3px 5px rgba(254, 253, 253, 0.5);
    margin-top: 70px;
    margin-bottom: 30px;
}
    #e03texto1 {
        font-family: "Playfair", serif;
        font-size: 50px;
        color: #a239f2;
        color: #f7b74a;
        color: #fdfa39;
        font-weight: bold;
        text-shadow: 1px 1px 0px #8a6803, 3px 3px 5px rgba(0,0,0,0.5);
    }

.escaparate_03_contenido_texto2 {
    font-family: "Baloo Bhaijaan 2", serif;
    font-size: 20px;
    font-weight: 400;
    /* font-weight: bold; */
    font-style: normal;
    color: #774703;
    color: #495d72;
    margin-top: 50px;
    margin-left: 270px;
}



/* ----------------------------------------------------------------------------------------- */

.btn-flotante {
    /* POSICIONAMIENTO */
    position: fixed;
    bottom: 130px;
    left: 60px;
    z-index: 1000;

    /* ESTILO BASE */
    background-color: #D2F597; /* Verde base */
    background-color: #f3d3a3; /* Verde base */
    color: #1A1A1A;
    padding: 15px 35px;
    border-radius: 50px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #A8C978; /* Borde sutil para definir la forma */
    border: 1px solid #fac26e; /* Borde sutil para definir la forma */

    /* --- EFECTO CRISTAL / GLOSSY (Como la imagen) --- */
    background-image: linear-gradient(
        to bottom, 
        rgba(255, 255, 255, 0.5) 0%,   /* Reflejo blanco arriba */
        rgba(255, 255, 255, 0.2) 50%,  /* Suavizado al centro */
        rgba(0, 0, 0, 0) 50.1%,        /* Corte limpio */
        rgba(0, 0, 0, 0.05) 100%       /* Sombra sutil abajo */
    );

    box-shadow: 
        inset 0 4px 6px rgba(255, 255, 255, 0.8), /* Brillo superior interno */
        inset 0 -4px 6px rgba(0, 0, 0, 0.1),      /* Sombra inferior interna */
        0 8px 15px rgba(0, 0, 0, 0.2);            /* Sombra de elevación 3D */

    transition: all 0.3s ease;
}

/* EFECTOS DE INTERACCIÓN */
.btn-flotante:hover {
    background-color: #BEF57A;
    background-color: #508909;
    background-color: #315703;
    background-color: #fca31d;
    color: #e1e4e0;
    transform: translateY(-3px);
    box-shadow: 
        inset 0 6px 8px rgba(255, 255, 255, 0.9),
        0 12px 25px rgba(0, 0, 0, 0.3);
}

.btn-flotante:active {
    transform: translateY(2px);
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.2),
        0 4px 8px rgba(0, 0, 0, 0.1);
}




/* ----------------------------------------------------------------------------------------- */

/* Nodo intermedio encargado de la contención total */
.carousel-viewport {
    width: 100%;
    overflow: hidden; /* Evita que el ancho de la pantalla crezca */
    position: relative;
    margin: 0;
    padding: 0;
}

.carousel-container {
    position: relative;
    width: 100vw; /* Ancho de la ventana del navegador */
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.carousel-track {
    display: flex;
    width: 300vw; /* (Slide 1 + Slide 2 + Clon) */
    height: 100%;
    margin: 0;
    padding: 0;
    will-change: transform;
}

.carousel-slide {
    width: 100vw; /* Cada slide ocupa exactamente una pantalla */
    flex-shrink: 0;
}