
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.container{
    max-width: 1920px;
    margin: auto;
}
header{  
     
      padding: 20px 0px;
 } 
img{ width: 100%;}
.logo{
    width: 200px;
}

.fixed{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: white;
}

.blanco{
    background-color: rgb(252, 252, 252);
}

.ama{ color: #D4AF37;}

.ama2{color: #edb80b;}
.w50{ width: 50%;
 margin: auto;}
nav{
   padding-top: 10px;
}
nav ul{
    display: flex;
    justify-content: end;
    list-style-type: none;
   
}
nav ul li a{
    display: block;
    font-family: "BBH Sans Hegarty", sans-serif;
    font-size: 12px;
    color: rgb(4, 4, 4);
    padding: 0px 10px;
    text-decoration: none;
    margin-bottom: 20px;
}


   .btnh{
            position: absolute;
            top: 10px;
            right: 10px;
            width: 45px;
            cursor: pointer; 
            background-color: rgb(243, 239, 239);
            display: none; /* ocultar */
        }
h1{
    font-family:didot;
    font-size: 60px;
    letter-spacing: 5px;
    color: rgb(255, 255, 255)
}

h2{
    font-family:open sans;
    font-size: 30px;
    letter-spacing: 5px;
    color: rgb(72, 72,72)
}
p{
    font-family: open sans;
    font-size: 20px;
    color: rgb(255, 254, 254)

}

.txtn{
    color: black;
}

.mt150{
    margin-top: 150px;
}

.txt25{
    font-size: 23px;
}

.mt50{
    margin-top: 50px;
}
.mb30{ margin-bottom: 30px;}

.ocultar{
    display: none;
}
.w80{
    width: 80%;
    margin: auto;
}
.dcha{
    text-align: end;
}
.flexi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*gap: 20px;*/
}
.red{
    background-color: red;
}

.col-50{ width: 49%; }
.col-25{ width: 24%; }
.col-33{ width: 32%; }
.col-30{ width: 30%; }
.col-70{ width: 70%; }

.centrar{
    text-align: center;
}
.padh{
    padding: 0px 50px;
}

.mauto{
    margin: 0px auto;
}
.mb50{
    margin-bottom: 50px;
}
.mb20{
    margin-bottom: 20px;
}

.mt50{
    margin-top: 50px;
}
.mt100{
    margin-top: 100px;
}
.mt30{
    margin-top: 30px;
}

.fondo{
background-image: url(imagenes/cabecera1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 250px 0px;}


.fondo1{
background-image: url(imagenes/banner1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 100px 0px;}

.fondo2{
background-image: url(imagenes/bodega1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 100px 0px;}

.fondo3{
background-image: url(imagenes/reserva.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 100px 0px;}

.fondo4{
background-image: url(imagenes/foto4.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 250px 0px;}

.fondo5{
background-image: url(imagenes/cociner.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}

.fondo6{
background-image: url(imagenes/reserva.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}

.fondo7{
background-image: url(imagenes/foto6.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}

.fondo8{
background-image: url(imagenes/pareja.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}
.txtb{ color: white;}
.centrar{
    text-align: center;

}

.fondo9{
background-image: url(imagenes/pescado1.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}
.txtb{ color: white;}
.centrar{
    text-align: center;

}

.fondo10{
background-image: url(imagenes/entrante.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}

.fondo11{
background-image: url(imagenes/principal.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}

.fondo12{
background-image: url(imagenes/postre.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}

.fondo13{
background-image: url(imagenes/cafeteria.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;}



.btn1{
    display: block;
    width: 200px;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 0px;
    background-color: rgb(67, 67, 67); 
    color: rgb(251, 255, 250);
    text-align: center;
}

.alvert{
display: flex;
align-items: center;
justify-content: center;
}

footer h2{
    color: white;
}

footer p {
    color: white;
}

footer a{
    color: white;
    margin-bottom: 20px;
    display: block;
    margin:  0px 10px;
    margin-bottom: 20px;
}

.politicas{
    display: flex;
    justify-content: center;
}

footer{
background-color: black; 
padding: 50px;
text-align: center;
}

.insta{
    width: 50px;
}

.colorn{
    color: black;
}

.col-1{ width: 7.33%;}
.col-2{ width: 15.66%;}
.col-3{ width: 24%;}
.col-4{ width: 32.33%;}
.col-5{ width: 40.66%;}
.col-6{ width: 49%;}
.col-7{ width: 57.33%;}
.col-8{ width: 65.66%;}
.col-9{ width: 74%;}
.col-10{ width: 82.33%;}
.col-11{ width: 90.66%;}
.col-12{ width: 100%;}

.col50{	width: 50%;}
.col25{width: 25%;}
.imgt{ width: 70%;}
.ordenar{order: -1;}


    table{
    width: 100%;
    border-collapse: collapse; 
    font-family: open sans;
    font-size: 18px; 
}

th, td {
    padding: 20px 15px;
    border-bottom: 1px solid black;
    text-align: left;
    
}

th{
    background-color: black;
    color: azure;
    font-weight: bold;

}
/*
tr:nth-child(even){
    background-color: bisque;
}
*/
tr:hover{
    background-color: rgb(213, 213, 213);;
    cursor: pointer;
}
.bgred{
    background-color: red;
}
.ocultar{
    display: none;
}


.block{
    display: block;
}

.img70{
    width: 70%;
}

.img50{
    width: 50%;
}
.padh{
    padding: 0px 50px;
}



#form1{
            width: 100%;
            background-color: rgb(252, 255, 255);
            padding: 20px;
            font-family: Verdana;
            font-size: 18px;
        }

     

       #form1 legend{
        font-size:  20px;
        color: black;
        font-weight: bold;
        margin-bottom: 15px;
       }

       #form1 label{
        width: 250px;
       padding: 5px;
       display: none;

       }

       #form1 input{
        width: 100%;
        height: 45px;
        color: black;
        border: 1px solid black;
        padding-left: 5px;
        margin-bottom: 10px;
       }

       #form1 textarea{
        width: 100%;
        height: 150px;
       }

       #form1 input.bot{
        width: 200px;
        height: 40px;
        background-color: aliceblue;
        margin: 20px 10px;
        padding: 0px;
       }

       #form1 input.bot:hover{
        background-color: aqua;
       }

       .centrar{
        text-align: center;
       }

       #form1 input::placeholder{
        opacity: 0.7;
        font-size: 16px;
        color: black;
       }

       .section-padding {
    padding: 100px 0;
    background-color: #fff; /* Fondo limpio */
}

/* Alineación vertical perfecta */
.align-center {
    display: flex;
    align-items: center;
}

/* Mejora del texto */
.text-content {
    padding: 0 40px; /* Dale aire al texto */
}

.text-content h2 {
    font-size: 38px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    max-width: 500px; /* Evita que las líneas sean demasiado largas */
    margin: 0 auto;
}

/* Línea decorativa bajo el título */
.divider {
    width: 60px;
    height: 3px;
    background-color: #c5a059; /* Un tono dorado o brasa */
}

/* Contenedor de imágenes (Mosaico) */
.mosaic-container {
    padding-left: 20px;
}

.p5 { padding: 10px; }

/* Efecto en las imágenes */
.img-effect {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Bordes suaves */
    box-shadow: 0 15px 35px rgba(0,0,0,0.1); /* Sombra elegante */
    transition: transform 0.4s ease;
}

.img-effect:hover {
    transform: scale(1.03); /* Pequeño zoom al pasar el ratón */
}

.hero-v2 {
    height: 90vh; /* Ocupa casi toda la pantalla */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(imagenes/cabecera1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto de movimiento elegante */
}

.hero-content {
    color: white;
    z-index: 2;
    padding: 20px;
}

/* Subtítulo pequeño arriba del nombre */
.pre-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    opacity: 0.9;
}

.hero-content h1 {
    font-size: 85px; /* Más grande para impactar */
    font-family: 'Playfair Display', serif; /* O una Serif elegante */
    margin: 0;
    line-height: 1;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

/* Línea decorativa central */
.hero-divider {
    width: 80px;
    height: 2px;
    background-color: #c5a059; /* Color dorado o fuego */
    margin: 25px auto;
}

.hero-content p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

/* Botón llamativo */
.btn-hero {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 40px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-hero:hover {
    background-color: white;
    color: black;
}

/* Contenedor principal con más aire */
.section-banner-premium {
    padding: 120px 0;
    background-attachment: fixed; /* Mantiene la foto fija al scrollear */
    display: flex;
    align-items: center;
}

/* Alineamos la caja de texto a la derecha para no tapar el centro de la foto */
.flexi-end {
    display: flex;
    justify-content: flex-end;
}

/* La caja de información elegante */
.info-box {
    background-color: rgba(255, 255, 255, 0.9); /* Blanco con transparencia */
    padding: 60px;
    max-width: 550px;
    border-left: 5px solid #c5a059; /* Detalle en color bronce/dorado */
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}



/* Contenedor de la Galería */
.gallery-grid {
    gap: 15px; /* Espacio uniforme entre fotos */
}

.gallery-item {
    padding: 0; /* Quitamos padding para que el gap mande */
    overflow: hidden;
    position: relative;
    height: 350px; /* Altura fija para mantener orden */
}

/* Para imágenes grandes (col-8), podemos subir la altura */
.col-8.gallery-item {
    height: 350px;
}

.inner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen sin deformar */
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.9;
}

/* Efecto al pasar el mouse */
.gallery-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

/* Texto sobre la imagen */
.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 14px;
    border-left: 2px solid #c5a059;
    padding-left: 10px;
    opacity: 0;
    transition: 0.4s;
}

.gallery-item:hover .overlay-text {
    opacity: 1;
}

.info-box h2 {
    font-size: 32px;
    letter-spacing: 3px;
    color: #1a1a1a;
}


/* Títulos de categorías de vino */
.wine-category-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.color-gold { color: #c5a059; }

/* Lista de vinos con puntos */
.wine-list {
    margin-bottom: 40px;
}

.wine-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #444;
}

/* Contenedor de la Galería */
.gallery-grid {
    gap: 15px; /* Espacio uniforme entre fotos */
}

.gallery-item {
    padding: 0; /* Quitamos padding para que el gap mande */
    overflow: hidden;
    position: relative;
    height: 350px; /* Altura fija para mantener orden */
}

/* Para imágenes grandes (col-8), podemos subir la altura */
.col-8.gallery-item {
    height: 350px;
}

.inner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen sin deformar */
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.9;
}

/* Efecto al pasar el mouse */
.gallery-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

/* Texto sobre la imagen */
.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 14px;
    border-left: 2px solid #c5a059;
    padding-left: 10px;
    opacity: 0;
    transition: 0.4s;
}

.gallery-item:hover .overlay-text {
    opacity: 1;
}

.wine-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #aaa;
    margin: 0 10px;
}

.wine-dots.gold { border-bottom-color: #c5a059; }

/* Efectos de imagen */
.img-effect {
    width: 100%;
    border-radius: 4px;
    transition: transform 0.5s ease;
}

.img-effect:hover {
    transform: scale(1.02);
}

/* Invertir orden en desktop para el efecto zigzag */
.reverse {
    flex-direction: row-reverse;
}
/* Línea decorativa corta */
.small-divider {
    width: 40px;
    height: 2px;
    background-color: #c5a059;
}

.info-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    font-family: 'Montserrat', sans-serif;
}

/* Botón estilizado */
.btn-dark {
    display: inline-block;
    padding: 15px 35px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.btn-dark:hover {
    background-color: #c5a059;
    transform: translateY(-3px);
}

/* --- ESTILOS CARTA --- */
.bg-light { background-color: #fcfcfc; }

.title-decoration {
    font-size: 45px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.img-frame {
    padding: 15px;
    transition: 0.5s;
}

.italic-quote {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    border-left: 3px solid #c5a059;
    padding-left: 20px;
}

.btn-outline {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #1a1a1a;
    color: #fff;
}

/* --- ESTILOS BODEGA --- */
.section-banner-dark {
    padding: 150px 0;
    background-attachment: fixed;
    position: relative;
}

/* Alineamos la bodega a la izquierda para contraste con la sección anterior */
.flexi-start {
    display: flex;
    justify-content: flex-start;
}

.glass-box {
    background-color: rgba(0, 0, 0, 0.75); /* Fondo oscuro elegante */
    backdrop-filter: blur(5px); /* Efecto de desenfoque moderno */
    padding: 60px;
    max-width: 550px;
    color: #fff;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.gold-text {
    color: #c5a059;
    font-size: 40px;
}

.divider-gold {
    width: 50px;
    height: 2px;
    background-color: #c5a059;
}

.light-text {
    color: #ccc;
    font-size: 16px;
    font-style: italic;
}

.btn-gold {
    display: inline-block;
    padding: 15px 35px;
    background-color: #c5a059;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-gold:hover {
    background-color: #a88746;
    transform: translateY(-3px);
}

/* --- ESTILOS GALERÍA (Efecto Mural) --- */
.gallery-grid {
    gap: 0; /* Imagenes pegadas para look moderno */
}

.gallery-item {
    overflow: hidden; /* Para que el zoom no se salga */
    height: 250px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la foto sin deformar */
    filter: grayscale(30%); /* Un toque artístico */
    transition: all 0.5s ease;
    cursor: pointer;
}

/* Contenedor del ítem del menú */
.menu-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
}

.dish {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dish small {
    font-size: 0.7rem;
    color: #c5a059;
    display: block;
    font-style: italic;
}

/* Los puntos que conectan plato y precio */
.dots {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 15px;
}

.price {
    font-weight: 700;
    color: #c5a059;
}

.category-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

/* Centrar el menú */
.centered-menu {
    margin: 0 auto;
    padding: 20px;
}

/* Efecto de plato destacado */
.highlight .dish {
    color: #1a1a1a;
}

/* Botón Dorado */
.btn-gold {
    display: inline-block;
    padding: 15px 40px;
    background: #c5a059;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-gold:hover {
    background: #a38245;
}

.parallax-mini {
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
}

.gallery-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* --- ESTILOS RESERVA (Impacto) --- */
.section-banner-center {
    padding: 150px 0;
    position: relative;
    background-attachment: fixed;
    color: white;
}

.overlay-dark {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.6); /* Oscurece el fondo */
}

.content-relative { position: relative; z-index: 1; }

.divider-center {
    width: 60px;
    height: 2px;
    background: #c5a059;
    margin: 0 auto;
}

.max-text-800 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
}

.btn-white-outline {
    display: inline-block;
    padding: 15px 45px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-white-outline:hover {
    background: #fff;
    color: #000;
}

/* --- ESTILOS BLOG --- */
.bg-warm { background-color: #fdfaf7; }

.blog-featured {
    background: white;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.category-tag {
    font-size: 12px;
    letter-spacing: 3px;
    color: #c5a059;
    font-weight: 700;
}

.text-padding { padding: 0 50px; }

.line-height-large {
    line-height: 2;
    font-size: 17px;
}

.btn-dark-modern {
    display: inline-block;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 800;
    padding-bottom: 5px;
    transition: 0.3s;
}

.btn-dark-modern:hover {
    color: #c5a059;
    border-color: #c5a059;
}

/* --- ESTILOS FOOTER --- */
.footer-premium {
    background-color: #000; /* Fondo negro profundo */
    padding: 80px 0 40px 0;
    color: #fff;
    text-align: center;
}

.footer-main {
    align-items: flex-start;
    padding-bottom: 40px;
}

.logo-footer {
    font-size: 40px;
    letter-spacing: 10px;
    margin: 0;
    color: #fff;
}

.tagline {
    font-size: 14px;
    color: #c5a059; /* Dorado */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}

.footer-title {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}

.footer-info {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.insta-icon {
    width: 40px;
    transition: transform 0.3s;
    filter: brightness(0) invert(1); /* Si el logo es negro, lo hace blanco */
}

.insta-icon:hover {
    transform: scale(1.1);
}

/* Divisoria sutil */
.footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    width: 100%;
    margin-bottom: 30px;
}

/* Políticas */
.politicas-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.politicas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.politicas a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.politicas a:hover {
    color: #c5a059;
}

.copyright {
    font-size: 11px;
    color: #444;
    letter-spacing: 1px;
}


/* Estilos específicos para las tablas de menú */
.menu-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.menu-table td {
    padding: 25px 0; /* Más espacio */
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    font-size: 18px;
    vertical-align: middle;
}

.menu-table td small {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.menu-table .price {
    text-align: right;
    font-weight: 700;
    color: #c5a059; /* Dorado */
    font-size: 20px;
}

/* Efecto hover en las filas de la carta */
.menu-table tr:hover td {
    color: #c5a059;
    transition: 0.3s ease;
}

/* Ajuste para el Banner de Reserva en esta página */
.mauto { margin: 0 auto; }

/* Caja del Formulario */
.info-box-form {
    background: #fff;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    border-radius: 4px;
}

/* Estilización de Inputs */
#form-premium input, 
#form-premium textarea,
#form-premium select {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

#form-premium input:focus, 
#form-premium textarea:focus {
    border-color: #c5a059;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.1);
}

#form-premium textarea {
    height: 120px;
    resize: none;
}

/* Botón de envío */
.btn-dark {
    cursor: pointer;
    border: none;
    width: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Sección de Mapa */
.map-section {
    position: relative;
    line-height: 0; /* Quita espacios extra abajo */
}

.overlay-map {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(26, 26, 26, 0.9);
    color: #c5a059;
    padding: 15px 30px;
    z-index: 10;
    letter-spacing: 4px;
    font-size: 12px;
    border: 1px solid #c5a059;
}



/*   ............................... */



@media (max-width:1200px){
    
	.col-t-1{ width: 7.33%;}
	.col-t-2{ width: 15.66%;}
	.col-t-3{ width: 24%; }
	.col-t-4{ width: 32.33%;}
	.col-t-5{ width: 40.66%;}
	.col-t-6{ width: 49%;}
	.col-t-7{ width: 57.33%;}
	.col-t-8{ width: 65.66%;}
	.col-t-9{ width: 74%;}
	.col-t-10{ width: 82.33%;}
	.col-t-11{ width: 90.66%;}
	.col-t-12{ width: 100%;}

    header{text-align: center;
    padding: 10px 0px;}
    nav ul{justify-content: center;}
    nav{padding-top: 50px;}
    .ocultar-t{display: none;}
    .padh{padding: 0px;}

    .flexi-end { justify-content: center; } /* Centramos en pantallas chicas */
    .info-box { padding: 40px; }

	
}






@media (max-width: 768px) {
    

	.col-m-1{ width: 7.33%;}
	.col-m-2{ width: 15.66%;}
	.col-m-3{ width: 24%;}
	.col-m-4{ width: 32.33%;}
	.col-m-5{ width: 40.66%;}
	.col-m-6{ width: 49%;}
	.col-m-7{ width: 57.33%;}
	.col-m-8{ width: 65.66%;}
	.col-m-9{ width: 74%;}
	.col-m-10{ width: 82.33%;}
	.col-m-11{ width: 90.66%;}
	.col-m-12{ width: 100%;}

    .wm90{ width: 90%; }


      .btnh { display: block;}
    nav ul { display: block;}
     nav { display: none;}
     .mt-m{margin-top: 20px;
  }
    .mt150{ margin-top: 50px;}
    .ordenar{order: 2;}
    .politicas{
    display: block;
    justify-content: center;
}

.text-content {
        padding: 0 10px;
        margin-bottom: 40px;
    }
    .mosaic-container {
        padding-left: 0;
    }
.hero-content h1 {
        font-size: 50px;
    }
    .hero-content p {
        font-size: 18px;
    }

    .section-banner-premium { padding: 60px 0; }
    .info-box { border-left: none; border-top: 5px solid #c5a059; }

    .glass-box {
        padding: 30px;
        text-align: center;
    }
    .flexi-start { justify-content: center; }
    .mt100 { margin-top: 0; }


    .gallery-item { height: 200px; }
    .text-padding { padding: 0; }
    .blog-featured { padding: 20px; }
    .section-banner-center { padding: 80px 0; }

    .footer-premium {
        text-align: center;
        padding: 50px 0 30px 0;
    }
    .politicas {
        flex-direction: column;
        gap: 10px;
    }

    .info-box-form { padding: 20px; }
    .text-padding { padding: 0; }


    .reverse { flex-direction: column; }
    .section-padding { padding: 40px 0; }
    .wine-category-title { font-size: 1.8rem; text-align: center; }

.bg-dark {
    background-color: #1a1a1a;
    color: white;
}

.color-white { color: white; }

.gallery-item {
        height: 250px;
        margin-bottom: 15px;
    }

    
}



