/* CONFIGURACIÓN GENERAL */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cinzel', serif;
    scroll-behavior: smooth;
}

body{
    background: #121212;
    color: #F5F5F5;
}

/* HEADER */
header{
    background: #121212;
    border-bottom: 2px solid #FF8C00;
    color: white;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 20px #39FF14;
    position: sticky;
    top: 0;
    z-index: 999;
}

header h1{
    font-size: 45px;
    color: #39FF14;
    text-shadow: 0 0 10px #39FF14;
}

/* NAV */
nav{
    margin-top: 15px;
}

nav a{
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
    padding: 8px 12px;
    border-radius: 8px;
}

nav a:hover{
    color: #121212;
    background: #39FF14;
    box-shadow: 0 0 15px #39FF14;
}

/* SECCIONES */
section{
    padding: 60px 20px;
    max-width: 1000px;
    margin: auto;
}

h2{
    color: #39FF14;
    margin-bottom: 30px;
    text-align: center;
    font-size: 38px;
    text-shadow: 0 0 12px #39FF14;
}

/* CARRUSEL */
.slider{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(57, 255, 20, 0.4);
    border: 2px solid #39FF14;
}

.slide{
    width: 100%;
    display: none;
    animation: fade 1s;
}

.slide.active{
    display: block;
}

@keyframes fade{
    from{opacity: 0.4}
    to{opacity: 1}
}

.prev, .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #39FF14;
    color: #121212;
    border: none;
    font-size: 28px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    font-weight: bold;
}

.prev{left: 10px;}
.next{right: 10px;}

.prev:hover, .next:hover{
    background: #FF8C00;
    box-shadow: 0 0 15px #FF8C00;
}

/* DOTS */
.dots{
    text-align: center;
    margin-top: 15px;
}

.dot{
    height: 14px;
    width: 14px;
    margin: 0 5px;
    background: #444;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active{
    background: #39FF14;
    box-shadow: 0 0 10px #39FF14;
}

/* MENU */
.categoria{
    color: #FF8C00;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 28px;
    text-shadow: 0 0 10px #FF8C00;
}

.item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    gap: 10px;
    margin-bottom: 15px;
    background: #1E1E1E;
    border-radius: 15px;
    border: 1px solid #39FF14;
    box-shadow: 0 0 12px rgba(57, 255, 20, 0.2);
    transition: 0.3s;
}

.item:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.5);
}

.item span:first-child{
    flex: 1;
    line-height: 1.5;
    padding-right: 10px;
}

/* PRECIOS ESCRITORIO */
.precios{
    display: grid;
    grid-template-columns: 75px 75px;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
    padding-right: 4px;
    text-align: center;
}

/* Forzamos estilo a los span dentro de precios y a la clase .precio */
.precios span, 
.precios .precio, 
.precio {
    color: #39FF14;
    font-weight: 900;
    font-size: 20px;
    text-shadow: 
        0 0 7px #39FF14, 
        0 0 14px #39FF14, 
        0 0 28px #39FF14;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
}

/* TABLA PRECIOS (Encabezados 1L y 1/2L) */
.tabla-precios{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
}

.tabla-precios .precios span{
    color: #FF8C00;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 5px #FF8C00, 0 0 10px #FF8C00;
}

/* CONTACTO */
#contacto{
    background: #1E1E1E;
    color: white;
    text-align: center;
    padding: 70px 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    border-top: 2px solid #39FF14;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.3);
}

#contacto h2{
    color: #39FF14;
}

#contacto p{
    margin: 10px 0;
    font-size: 18px;
}

/* FOOTER */
footer{
    background: #0D0D0D;
    color: white;
    text-align: center;
    padding: 25px;
    width: 100%;
    border-top: 1px solid #39FF14;
}

/* CELULAR - CORRECCIÓN DEFINITIVA DE TAMAÑOS */
@media (max-width: 600px){
    header h1{
        font-size: 32px;
    }

    nav a{
        display: inline-block;
        margin: 5px;
        font-size: 16px;
    }

    .item{
        gap: 8px;
        padding: 14px;
    }

    .item span:first-child{
        font-size: 13px;
    }

    .precios {
        grid-template-columns: 60px 60px;
        column-gap: 8px;
    }

    /* Forzamos IGUALDAD absoluta en móviles para ambos precios */
    .precios span, 
    .precios .precio,
    .precio {
        font-size: 18px !important; 
        font-weight: 900 !important;
        width: 60px !important;
        text-shadow:
            0 0 7px #39FF14,
            0 0 14px #39FF14,
            0 0 28px #39FF14;
    }

    h2{ font-size: 30px; }
    .categoria{ font-size: 24px; }
}

/* BOTON WHATSAPP */
.whatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp img{
    width: 70px;
    height: 70px;
    transition: 0.3s;
    filter: drop-shadow(0 0 10px #39FF14);
}

.whatsapp img:hover{
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px #39FF14);
}

/* MAPA */
.ubicacion-titulo{
    color: #39FF14;
    font-size: 28px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px #39FF14;
}

.mapa{
    margin-top: 25px;
    margin-bottom: 40px;
    border: 2px solid #39FF14;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.4);
}