body {
    font-family: 'Marcellus SC', serif;
    background-color: #000;
    color: white;
    margin: 0;
}
.navbar {
    background-color: #000;
}
.nav-link, .navbar-brand, .dropdown-item {
    color: white !important;
}
.dropdown-menu {
    background-color: #111;
}
.dropdown-item:hover {
    background-color: #333;
}
#introflash {
    width: 100%;
    height: auto;
    max-height: 60vh;
    overflow: hidden;
}
#introflash ruffle-player {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

footer {
    color: #ccc;
    padding: 30px 20px;
    font-size: 14px;
    text-align: center;
}
footer a {
    color: #ccc;
    text-decoration: none;
    margin: 0 10px;
}
footer a:hover {
    color: white;
}
.navbar-brand,
.navbar-brand::before,
.navbar-brand::after {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    text-decoration: none !important;
}
.navbar-brand img {
    border: none;
    display: block;
}
.navbar-brand:hover,
.navbar-brand:active {
    border: none !important;
}
.navbar-brand:hover,
 .navbar-brand:active,
 .navbar-brand img:hover,
 .navbar-brand img:active {
     border: none !important;
     box-shadow: none !important;
 }
#introflash {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#introflash ruffle-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 2;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    font-family: 'Marcellus SC', serif;
}
.video-overlay img {
    max-height: 150px;
    margin-bottom: 20px;
}
.video-overlay h1 {
    font-size: 2rem;
}
/* Estilo tradicional para banner de cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(44, 25, 9, 0.95); /* color vino */
    color: #f8f5e1;
    padding: 1rem;
    text-align: center;
    font-family: 'Marcellus SC', serif;
    font-size: 0.95rem;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.4);
}
.cookie-banner a {
    color: #f9e6af;
    text-decoration: underline;
}
.cookie-banner button {
    margin-left: 1rem;
    background-color: #f8f5e1;
    color: #2c1909;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-family: 'Marcellus SC', serif;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.cookie-banner button:hover {
    background-color: #e6d8a3;
}

/* Cajas de texto tradicionales */
.traditional-box {
    background-color: #2b2b2b;
    color: white;
    padding: 2rem;
    margin: 2rem 0;
    font-family: 'Marcellus SC', serif;
    font-size: 1.1rem;
    line-height: 1.6;
    position: relative;
    border-bottom: 10px solid #9c9a00;
}

.intro-box {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
    /* o incluso: */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent); */
    padding: 5rem 2rem 3rem 2rem;
    font-family: 'Marcellus SC', serif;
    border-bottom: 6px solid #9c9a00;
    color: white;
}
.intro-lazo {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 160px;
    z-index: 1;
    opacity: 0.9;
}

.intro-text {
    position: relative;
    z-index: 2;
    font-size: 1.15rem;
    color: whitesmoke;
    max-width: 700px;
    text-transform: none;
}
.intro-box, .intro-box * {
    text-transform: none !important;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(44, 25, 9, 0.95);
    color: #f8f5e1;
    padding: 1rem;
    text-align: center;
    font-family: 'Marcellus SC', serif;
    font-size: 0.95rem;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.4);
}
.cookie-banner a {
    color: #f9e6af;
    text-decoration: underline;
}
.cookie-banner button {
    margin-left: 1rem;
    background-color: #f8f5e1;
    color: #2c1909;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-family: 'Marcellus SC', serif;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.cookie-banner button:hover {
    background-color: #e6d8a3;
}
.traditional-box {
    background: #f5f0e5;
    border-left: 6px solid #6f4f2d;
    padding: 1.5rem;
    margin: 2rem 0;
    font-family: 'Marcellus SC', serif;
    font-size: 1.1rem;
    color: #2e2e2e;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
body {
    font-family: 'Marcellus SC', serif;
    background-color: #000;
    color: white;
}
.carousel-inner img {
    object-fit: cover;
    height: 70vh;
}
.traditional-box {
    background: #f5f0e5;
    border-left: 6px solid #6f4f2d;
    padding: 2rem;
    margin: 2rem 0;
    color: #2e2e2e;
    font-size: 1.1rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
footer {
    background-color: #111;
    color: #ccc;
    padding: 30px 20px;
    text-align: center;
    font-size: 14px;
}
footer a {
    color: #ccc;
    text-decoration: none;
    margin: 0 10px;
}
.carousel-inner img {
    object-fit: cover;
    object-position: center;
    height: 20vh; /* antes era 40vh */
    width: 100%;
}
.carousel-inner img {
    object-fit: cover;
    width: 100%;
    max-height: 220px;
}
.botella-principal {
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 50%;
    height: auto;
    z-index: 5;
}
/* Móviles pequeños (hasta 576px) */
@media (max-width: 576px) {
    .bottle-overlay {
        width: 60%;
    }
}

/* Móviles medianos (576px - 691px) */
@media (min-width: 576px) and (max-width: 691px) {
    .bottle-overlay {
        width: 40%;
    }
}

/* Tablet vertical (692px - 991px) */
@media (min-width: 692px) and (max-width: 991px) {
    .bottle-overlay {
        width: 30%;
    }
}

/* Desktop normal (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .bottle-overlay {
        width: 27%;
    }
}

/* Desktop grande (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .bottle-overlay {
        width: 22%;
    }
}

/* Pantallas muy grandes (1400px o más) */
@media (min-width: 1400px) {
    .bottle-overlay {
        width: 20%;
    }
}

