@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
.pt-sans-narrow-regular {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-narrow-bold {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/

h1{
font-family: "PT Sans Narrow", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 72px;
color: rgb(255, 255, 255)
}

h2{
font-family: "PT Sans Narrow", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
color: rgb(255, 255, 255)
}

p{
font-family: "Roboto", sans-serif;
font-size: 18px;
line-height: 22px;
color: rgb(4, 4, 4)
}

.footer_about p{
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 20px;
color: rgb(246, 244, 244)!important;

}

.gordo{
     font-weight: 700;
}

.header_content{
    height: 100px;
}
.main_nav ul li a {
    font-family:"Roboto",sans-serif; 
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.h150{font-size: 50px;

}



.main_nav {
    margin-left: 170px;
    margin-top: 15px;
}

.footer_contact_title {
    width: 61px;
    height: 21px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    background-color: none;
    padding-left: 8px;
    margin-right: 11px;
}



.parallax_background1 {
    background-image: url(../fotos/h1ok.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.home1{
  height: 600px;
  padding: 0;
}

.ne{
    color: black;
}

.t16{
    font-size: 16px;
}
.t30{
    font-size: 30px;
}


.centrar{
    text-align: center;
}

.btn-vinoteca {
    /* Colores base: Bordeaux a Negro Uva */
    background-color: #A92F24;
    color: #fbfaf8 !important; /* Dorado suave para el texto */
    
    /* Tipografía y Espaciado */
    font-family: 'Georgia', serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 15px 40px;
    
    /* Bordes y Sombra */
    border-radius: 50px; /* Bordes redondeados estéticos */
    border: 1px solid #630d0d;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    
    /* Animación */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
  }

  /* Efecto Hover (Al pasar el mouse) */
  .btn-vinoteca:hover {
    background: linear-gradient(135px, #630d0d 0%, #4a0404 100%);
    color: #ffffff !important;
    transform: translateY(-3px); /* Pequeño salto hacia arriba */
    box-shadow: 0 8px 25px rgba(74, 4, 4, 0.5);
    border-color: #e2c792; /* El borde se ilumina en dorado */
  }

  .btn-vinoteca .icon-copa {
    transition: transform 0.3s ease;
  }

  .btn-vinoteca:hover .icon-copa {
    transform: rotate(15px) scale(1.2);
  }

  .g{color: #b1b0b0;}

  .banner-vineria {
    /* Imagen de fondo (reemplaza el link por tu foto de 1920x1080) */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url(../fotos/I4.jpg);
    background-size: cover;
    background-position: center;
    height: 80vh; /* Altura del banner (80% de la pantalla) */
    min-height: 500px;
    color: white;
  }

  .fondo1{
background-image: url(../fotos/I6.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 200px 0px;
}

  
  /* Colores temáticos */
  .text-gold {
    color: #e2c792; /* Color dorado/champagne */
    font-family: 'Playfair Display', serif; /* Fuente elegante si la tienes */
  }

  .text-cream {
    color: #f8f1e5;
    font-family: 'Georgia', serif;
    line-height: 1.8;
  }

  /* Ajuste de ancho personalizado para el 80% */
  .banner-content {
    max-width: 80%;
    text-align: left; /* Justificado a la izquierda */
  }

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


 .b{
  color: white;
 }

 .w80{
  width: 80%;
 }

 .w50{
  width: 50%;
 }

 .instagram-container {
    max-width: 80%;
    margin: 0 auto;
}

.mb50{margin-bottom: 50px;}





/* El cuadro de la imagen */
.insta-item {
    width: 100%;
    aspect-ratio: 1 / 1; /* Mantiene el cuadrado perfecto siempre */
    overflow: hidden;
    border-radius: 8px;  /* Bordes un poco más redondeados para estética */
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Llena el 100% del div sin deformar */
    display: block;
    transition: transform 0.3s ease;
}

.carrito{width: 40px;}
.proh:hover{
  box-shadow: 3px 3px 20px  #b1b0b0;
}

.mt50{ margin-top: 50px;}

.img50{
  width: 50%;
}
/* Ajuste para que las imágenes del carrito se vean uniformes */
    .product-thumbnail img {
        width: 100px; /* Tamaño fijo de ancho */
        height: 100px; /* Tamaño fijo de alto */
        object-fit: cover; /* Recorta la imagen para que llene el cuadrado sin deformarse */
        border-radius: 8px;
    }
    .img-carrito-nav {
        width: 25px;
        height: auto;
    }

  /* Media query para asegurar que en móviles se vea bien */
  @media (max-width: 768px) {
    .banner-content {
      max-width: 100%;
    }
    .banner-content p {
      width: 100% !important;
    }

    .insta-item:hover img {
        transform: scale(1.05);
    }

    .instagram-container {
        max-width: 90%;
    }
.carrito1{width: 50px !important;}

  }



 