html {
    font-size: 16px; /* Tamaño base, ajustable según tus preferencias */
}

/* FUENTES LOCAL */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("font/Nunito/static/Nunito-Regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito-Bold';
  font-style: normal;
  font-weight: 700;
  src: url("font/Nunito/static/Nunito-Bold.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url("font/Oswald/static/Oswald-Regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Oswald-Medium';
  font-style: normal;
  font-weight: 200 700;
  src: url("font/Oswald/static/Oswald-Medium.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 1em; /* Tamaño de fuente del cuerpo igual al tamaño base */
    background-color: #978d81;
    color: #1b1b1b;
}

body, div, ul, nav, header, footer, a, li, label, picture{
    margin: 0;
    padding: 0;
}

/* ------ FONT SECTION ------ */

h1, h2, h3, h4 {
    font-family: "Oswald-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

h1 {
    font-size: 2.5em; /* Tamaño de fuente dos veces el tamaño base */
    line-height: 1.3em;
}

h2 {
    font-size: 2em; /* Tamaño de fuente 1.5 veces el tamaño base */
    line-height: 1.3em;
}

h3 {
    font-size: 1.5em; /* Tamaño de fuente 1.5 veces el tamaño base */
    color: #36332c;
}
h4 {
    font-size: 1.1em; /* Tamaño de fuente 1.5 veces el tamaño base */
    color: #dca47d;
}
p {
    font-size: 1em; /* Tamaño de fuente igual al tamaño base */
}

picture {
    width: 100%;
    display: flex
}

.font__oswald {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

/* ------ FONT END ------ */

/* ------ HEADER SECTION ------ */

/* Se programa modo FIRTS MOBILE (Vista para el celular) */

.header {
    display: flex;
    align-items: center;
    background-color: #36332c;
    z-index: 10;
    position: fixed; /* Esta línea hace que el header sea fijo */
    top: 0; /* Lo coloca en la parte superior del navegador */
    width: 100%; /* Ancho completo del navegador */
}

.header__open-nav-button {
    font-size: 2em;
    color: #949494;
    position: absolute;
    right: 20px;
}

.header__nav {
    display: none;
    background-color: #36332c;
    position: absolute;
    height: 80vh;
    width: 100vw;
    top: 0;
    z-index: -1;
}

.header__nav-list {
    display: flex;
    flex-direction: column;
    height: 70vh;
    margin: 15% auto;
    justify-content: space-evenly;
    text-align: center;
}

.header__checkbox {
    display: none;
}

.header__checkbox:checked ~ .header__nav {
    display: flex;
}

.header__logo {
    max-width: 200px; /* Tamaño máximo de la imagen */
    margin: 10px 20px;
}

.header__nav-item {
    list-style: none;
}

.header__nav-item a {
    color: #949494;
    text-decoration: none;
}

.header__nav-item :is(:hover,:active) {
    color: white;
}

/* ---------------HEADER QUERIES------------- */

@media (min-width: 800px){
    .header {
        flex-direction: column;
    }

.header__open-nav-button {
    display: none;
}

.header__nav {
    display: flex;
    height: auto;
    position: static;
}

.header__nav-list {
    flex-direction: row;
    height: auto;
    width: auto;
    margin: auto;
 }

.header__nav-item {
    padding: 10px;
    text-align: center;
  }
}

.bandera {
    width: 35px;
    height: auto;
    transition: transform 0.3s ease;
  }

.bandera:hover {
    transform: scale(1.1);
  }

/* --------------- HEADER END ------------- */

/* --------------- BUTTON START ------------- */

.button {
    background-color: #444444; /* Color de fondo */
    border: none; /* Sin borde */
    color: white; /* Color de texto */
    padding: 10px 20px; /* Espacio interno */
    text-align: center; /* Alinear texto al centro */
    text-decoration: none; /* Sin subrayado */
    display: inline-block; /* Mostrar como bloque */
    font-size: 16px; /* Tamaño de fuente */
    margin: 4px 2px; /* Margen externo */
    cursor: pointer; /* Cambiar cursor al pasar el ratón */
    border-radius: 8px; /* Bordes redondeados */
    letter-spacing: 2px; /* Espaciado entre las letras */
}
  
.button a {
    color: inherit; /* Heredar color de texto */
    text-decoration: none; /* Sin subrayado */
}
  
.button:hover {
    background-color: #6a4c35; /* Cambiar color de fondo al pasar el ratón */
}

/* --------------- BUTTON END ------------- */

/* --------------- MAIN START ------------- */


.main {
    display: flex;
    flex-direction: column;
    /* letter-spacing: 0.1em;  Agrega espacio adicional equivalente al 10% del tamaño de fuente actual */
    font-size: 1.2em;
    margin-top: 50px;
}

/* --------------- SECTION 1 ------------- */


.main__section-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
    height: 100vh;
    padding: 20px; /* Agregar un espacio interno al contenedor */
    box-sizing: border-box; /* Incluir padding en el ancho y alto del contenedor */
    word-spacing: 0.2em; /* Agrega espacio adicional equivalente al 20% del tamaño de fuente actual */
    line-height: 1.9em;
}

.fondo-encabezado {
    background-image: url('home/fondos/fondo1-small-recorte.jpg'); /* Agregar la imagen de fondo */
    background-size: cover; /* Cubrir todo el área del botón */
    background-position: center; /* Posicionar la imagen en el centro */
    background-repeat: no-repeat; /* No repite la imagen */
    background-attachment: fixed; /* Fijar el fondo */
}


/* --------------- SECTION 2 ------------- */

.fondo-cava {
    background-image: url('home/fondos/fondo2-small.jpg'); /* Agregar la imagen de fondo */
    background-size: cover; /* Cubrir todo el área del botón */
    background-position: center; /* Posicionar la imagen en el centro */
    background-repeat: no-repeat; /* No repite la imagen */
}

/* --------------- SECTION 3 ------------- */

.fondo-salon {
    background-image: url('home/fondos/fondo3-small.jpg'); /* Agregar la imagen de fondo */
    background-size: cover; /* Cubrir todo el área del botón */
    background-position: center; /* Posicionar la imagen en el centro */
    background-repeat: no-repeat; /* No repite la imagen */
}

/* --------------- SECTION 4 ------------- */

.texto-oscuro {
    color: inherit;
    height: auto;
}

/* --------------- SECTION 5 ------------- */

.main__section-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: auto;
}

.main__section-2-item {
    padding: 15px; /* Agregar un espacio interno al contenedor */
    box-sizing: border-box; /* Incluir padding en el ancho y alto del contenedor */
    width: 400px;
}

.main__section-2-item a{
    text-decoration: none;
}

.main__section-2-item a :is(:hover,:active) {
    color: white;
}

/* --------------- SECTION 6 ------------- */

.section-button {
    height: auto;
}

/* --------------- SECTION 7 ------------- */
/* Es una Imagen que esta a lo ancho de la pagina web */

.main__section-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.main__section-image-item {
    width: 100%;
}

/* --------------- SECTION 8 ------------- */

.texto-blanco {
    color: white;
    height: auto;
}

/* --------------- SECTION 9 ------------- */

.fondo-color-oscuro {
    background-color: #36332c;
}

.img-section-nuestrocamino {
    width: 125px;
}

/* --------------- SECTION 10 ------------- */

.button-fondo-claro {
    background-color: #dca47d;; /* Color de fondo */

}
  
.button-fondo-claro:hover {
    background-color: #8b5d3c; /* Cambiar color de fondo al pasar el ratón */
}

/* --------------- SECTION 11  Imagenes 3 a 1------------- */

.main__section-3 {
    display: flex;
    flex-direction: column;
}

.section-3-image {
    width: 100%;
    height: auto;
}

/* --------------- SECTION 12  Recetas de Maria Teresa ------------- */

.fondo-color-blanco {
    background-color: white;
}

.font-italic {
    font-style: italic;
}

/* --------------- SECTION 13  Button de Recetas de Maria ------------- */


/* --------------- SECTION 14  ------------- */

.fondo-horario {
    background-image: url('home/fondos/fondo5-small.jpg'); /* Agregar la imagen de fondo */
    background-position: center; /* Posicionar la imagen en el centro */
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.fondo-color-negro {
    background-color: black;
}

.main__section-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
}

.main__section-4-item {
    padding-bottom: 30px; /* Agregar un espacio interno al contenedor */
    box-sizing: border-box; /* Incluir padding en el ancho y alto del contenedor */
    width: 100%;
    text-align: center;
}


/* --------------- MAIN QUERIES ------------- */

@media (min-width: 500px){

    .section-image {
        height: 300px;
    }

}
@media (min-width: 800px){

    .fondo-encabezado{
        background-image: url(home/fondos/fondo1-pc.jpg);
    }
    .fondo-cava{
        background-image: url(home/fondos/fondo2-pc.jpg);
    }
    .fondo-salon{
        background-image: url(home/fondos/fondo3-pc.jpg);
    }
    .fondo-horario {
        background-image: url(home/fondos/fondo5-pc.jpg);
    }

    .main {
        margin-top: 80px;
    }

    .main__section-1 {
        justify-content: center;
        padding-left: 25%;
        padding-right: 25%;
    }

    .main__section-2 {
        justify-content: center;
    }

    .main__section-2-item {
        width: 250px;
    }

    .section-image { /* Es la imagen que ocupa todo el ancho y es solo una imagen junta */
        height: 600px;
    }

    .main__section-3 {
        flex-direction: row;
    }

    .main__section-4 {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    h1 {
        font-size: 4em;
    }
    
    h2 {
        font-size: 2.5em;
    }
}

/* --------------- MAIN END ------------- */

/* --------------- FOOTER STAR ------------- */


.redes-sociales {
    display: flex;
    justify-content: center; /* Centra los enlaces horizontalmente */
    padding: 10px;
}
  
  .redes-sociales a {
    margin: 0 20px; /* Añade un espacio entre cada enlace */
}
  
  .redes-sociales img {
    width: 40px; /* Ajusta el tamaño de los iconos según tu preferencia */
    height: 40px;
    transition: transform 0.3s ease;
}

.redes-sociales img:hover {
    transform: scale(1.1);
  }


.logos-empresas {
    text-align: center; /* Centra los logos horizontalmente */
    display: flex;
    flex-wrap: wrap; /* Permite que los logos se envuelvan si no hay suficiente espacio en la pantalla */
    justify-content: center; /* Centra los logos horizontalmente */
}
  
.logo-item {
    margin: 10px; /* Añade espacio entre los logos */
}

.footer__section-1{
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.footer__section-1 h4{
    color: inherit;
}

.footer__list-1{
    display: flex;
    flex-direction: column;

}

.footer__subitem-2 a{
    color: inherit;
    text-decoration: none;
}

.footer__subitem-2 :is(:hover,:active) {
    color: white;
}

.footer__subitem-2{
    list-style: none;
}

.copyright p {
    margin: 0;
}

.copyright{
    background-color: #36332c;
    text-align: center;
    color: white;
    height: auto;
    padding: 10px;
}

.copyright :is(:hover,:active) {
    color: #b1aca1;
}

.copyright a{
    color: inherit;
    text-decoration:none;
}

/* --------------- MAIN QUERIES ------------- */
  
@media (min-width: 800px){
    .logos-container {
      justify-content: flex-start; /* Muestra los logos alineados a la izquierda en pantallas más grandes */
    }

    .footer__section-1{
        flex-direction: row;
        justify-content: space-evenly;
    }

    .footer__item-2,.footer__item-3{
        width: auto;
    }
    .footer__item-1{
        width: 40%;
    }
}


  /* --------------- FOOTER END ------------- */


/* --------------- CASONA BARBERA START ------------- */

.casona-image {
    background-size: cover;
    background-position: center;
    height: 200px;
}
  
.casona-fondo-1 {
    background-image: url("casona_barbera/2-jardines-maria-teresa01-small.jpg");
    padding: 20px 0 20px 0;
}

.casona-fondo-2 {
    background-image: url("casona_barbera/3-casona02-small.jpg");
}

.casona-fondo-3 {
    background-image: url(casona_barbera/1-salon-olivos03-small.jpg);
}

.casona-fondo-4 {
    background-image: url("casona_barbera/4-terrazas04-small.jpg");
}


  /* GRILLA */


.container-grilla {
    display: grid;
    grid-template-columns: 1fr; /* Una columna en vista móvil */
    grid-template-rows: repeat(9, auto); /* 9 filas en vista móvil */
    margin: 60px;
}
  
.container-item {
    background-color: white;
    text-align: center;
}

.container-item p {
    padding: 20px;
}

.container-item img {
    max-width: 100%; /* Asegura que las imágenes no sobrepasen el ancho del contenedor */
}



/* Estilo básico para el Slider*/
.slider {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    width: 80%;
    overflow: hidden;
    position: relative;
}
  
.slides {
    display: flex;
    transition: transform 0.5s ease;
}
  
.slide {
    flex: 0 0 100%;
}

.img-slider {
    width: 100%;
    height: auto;
}
  
.button-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
}
  
.prev {
    left: 10px;
}
  
.next {
    right: 10px;
}

  
  /*---------------- Media query para PC --------------------*/


@media (min-width: 800px){
    .container-grilla {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas en vista PC */
    }
    .container-item p {
        padding: 60px;
    }

    .parrafo-3{
        padding: 20px !important;
    }

    .casona-image {
        height: auto;
    }

    .slider {
    width: 50%;
    }

}

/* --------------- CASONA BARBERA END ------------- */


/* --------------- NUESTRO CAMINO  START ------------- */

.fondo-color-oscuro01{
    background-color: #1d140b;
}


.main__section-historia{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    text-align: justify;
    line-height: 1.6em
}

.texto-centrado {
    text-align: center;
}

.texto-izquierda {
    text-align: left;
}

blockquote{
    border-left: 5px solid;
    border-color: #36332c;
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
}

.galeria {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Columnas automáticas */
    grid-gap: 20px;
}

.galeria-item img {
    width: 100%;
}


.main__section-5 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 30px; /* Agregar un espacio interno al contenedor */
    box-sizing: border-box; /* Incluir padding en el ancho y alto del contenedor */
}

.main__section-5-item {
    padding: 15px; /* Agregar un espacio interno al contenedor */
    box-sizing: border-box; /* Incluir padding en el ancho y alto del contenedor */
    min-width: 300px;
}

.section-5-subitem-1, .section-5-subitem-2{
    padding: 30px;
}

.section-5-subitem-2{
    margin-top: 30px;
}

.fondo-premios {
    background-image: url('home/fondos/fondo-premios.jpg'); /* Agregar la imagen de fondo */
    background-size: cover; /* Cubrir todo el área del botón */
    background-position: center; /* Posicionar la imagen en el centro */
    background-repeat: no-repeat; /* No repite la imagen */
}

.section-video {
    width: 100%;
}

.editorial-image {
    width: 100%;
    height: auto;
}


/* --------------- MEDIA QUERIE ------------- */

@media (min-width: 800px){

    .main__section-historia {
        padding-left: 25%;
        padding-right: 25%;
    }

    .main__section-5 {
        justify-content: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .main__section-5-item {
        width: 35%;
    }

    .section-5-subitem-1{
        display: flex;
        flex-direction: column;
    }
    .section-5-subitem-2{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .section-video {
        width: 70%;
    }

    .premios_gastronomia{
        padding-right: 10px;
    }
    .premios_reconocimiento{
        padding-left: 10px;
    }

    .galeria {

        grid-template-columns: 1fr 1fr 1fr; /* Tres columnas */
        margin-bottom: 40px;
    }

    .galeria-item {
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .galeria-item img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .galeria-item:nth-child(1) {
        grid-row: span 2; /* La primer imagen ocupa dos filas */
    }
    .galeria-item:nth-child(3) {
        grid-row: span 2; /* La primer imagen ocupa dos filas */
    }
    .galeria-item:nth-child(4) {
        grid-row: span 2; /* La primer imagen ocupa dos filas */
    }

}

/* --------------- NUESTRO CAMINO  END ------------- */

/* --------------- RECETA  STAR ------------- */

.main__section-receta{
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.main__section-receta-item {
    display: flex;
    flex-direction: column;
}

.main__section-receta-image{
    margin-left: -30px;
    margin-right: -30px;
}

.receta-image-item {
    width: 100%;
}

.color-ingredientes {
    color: #9aaf8a;
}

.color-instrucciones {
    color: #d9c28e;
}

.linea-separacion {
    height: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.margen-abajo{
    margin-bottom: 20px;
}


/* --------------- MEDIA QUERIE ------------- */

@media (min-width: 800px){

    .main__section-receta{
        margin-left: 20%;
        margin-right: 20%;

    }

    .main__section-receta-item {
        flex-direction: row;
        padding-left: 20px;
    }

    .main__section-receta-ingrediente{
        width: 30%;
        padding-right: 20px;
    }
    
    .main__section-receta-instruccion{
        width: 70%;
    }

}

/* --------------- RECETA  END ------------- */

/* --------------- Eventos STAR ------------- */

.margen-30 {
    padding: 30px;
}



@media (min-width: 800px){
    .linea-separacion{
        margin-left: 20%;
        margin-right: 20%;
    }

        .tamaño-30 {
        width: 30%;
    }

    .tamaño-70 {
        width: 70%;
    }
}

/* --------------- Eventos  END ------------- */



/* --------------- ARTE  STAR ------------- */


.centrado {
    margin: auto;
}

@media (min-width: 800px){
    .tamaño-50 {
        width: 50%;
    }
}
/* --------------- ARTE  END ------------- */

/* --------------- RESERVAS  STAR ------------- */

.alto-tamaño{
    height: 500px;
}

.altura-450{
    height: 450px;
}

.sinmargen {
    padding-bottom: 0;
}

.fondo-reservas {
    background-image: url('reservas/contacto.jpg'); /* Agregar la imagen de fondo */
    background-size: cover; /* Cubrir todo el área del botón */
    background-position: center; /* Posicionar la imagen en el centro */
    background-repeat: no-repeat; /* No repite la imagen */
}

@media (min-width: 800px){

    .alto-tamaño{
        height: auto;
    }
}

/* --------------- RESERVAS  END ------------- */