body {
  font-family: 'Poppins', sans-serif;
  background-color: #eee0c5;
  margin: 0;
  padding-top: 55px;
  color: #333;
}
header.titulo {
  background-color: #ff7043;
  padding: 20px;
  text-align: center;
  color: white;
}
h1{
  font-size:80px;
}
main{
  font-size: 20px;
  font-weight: bold;
}
.lista {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.lista li {
  margin: 0 15px;
}

.lista a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.lista a:hover {
  text-decoration: underline;
}

main {
  padding: 20px;
}

.texto {
  text-align: justify;
  margin-bottom: 30px;
}
nav {
  background-color: #ffab91;
  padding: 20px ;
  position: fixed;
  width: 100%;
  top: 0%;
  z-index: 1000;
   a {
      color: white;
      text-decoration: none;
      transition: all 0.3s ease;
      cursor: pointer;
    }
     a:hover {
      color: rgb(59, 32, 1); 
      cursor:context-menu;
    }
}
nav .search-bar {
      display: flex;
      align-items: center;
    }

    nav input[type="text"] {
      padding: 5px 10px;
      border-radius: 5px;
      border: none;
      outline: none;
    }

    nav button {
      margin-left: 5px;
      padding: 5px 10px;
      border: none;
      background-color: #555;
      color: white;
      border-radius: 5px;
      cursor: pointer;
    }

    nav button:hover {
      background-color: #777;
    }
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px; 
  padding: 10px 15px;
}

.contenedor {
  display: flex;
  gap: 20px;
  padding: 20px;
}


.contenido {
  flex: 3; 
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  width: fit-content;
  border-left: 6px solid orange;
  margin: 20px auto;
  max-width: 3000px;
}


.publicidad {
  flex: 1; 
  display: flex;
  flex-direction: column; 
  gap: 30px; 
}
.receta {
  background-color: #fff;
  border-left: 6px solid orange;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  color: #333;
  max-width: 600px;
  margin: 20px auto;
}

.receta h3 {
  color: orange;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.receta p, .receta li {
  font-size: 16px;
  line-height: 1.6;
}

.receta ul, .receta ol {
  margin: 10px 0 20px 20px;
  padding-left: 20px;
}

.receta a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.receta a img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.receta a p {
  font-weight: bold;
  color: orange;
  margin: 0;
}

.receta,
.tequila {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tequila {
  background-color: #fff;
  border-left: 6px solid orange;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  color: #333;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.tequila h3 {
  color: orange;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tequila p {
  font-size: 16px;
  margin-bottom: 15px;
}

.tequila a img {
  width: 80%;
  max-width: 300px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.tequila a img:hover {
  transform: scale(1.05);
}

.imagenes\.comida {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.imagenes\.comida img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.imagenes\.comida img:hover {
  transform: scale(1.05) rotate(2deg);
}
.bandera img {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  width: 450px;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
}
aside {
  background-color: #fff;
  border-left: 6px solid orange;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  color: #333;
  max-width: 400px;
  margin: 20px auto;
}

aside h3 {
  color: orange;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

aside p {
  font-size: 16px;
  line-height: 1.5;
}


@media (max-width: 768px) 
{
  .contenedor {
    flex-direction: column;
  }

  .contenido, .publicidad {
    flex: 1 1 100%;
    width: 100%;
  }
  .contenido, .tequila {
    flex: 1 1 100%;
    width: 100%;
  }
}
.volver-container {
  position: fixed;
  bottom: 20px;           
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;       
  box-sizing: border-box;
}

.btn-volver,
.btn-siguiente {
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  background-color: #333;
  border-radius: 5px;
}

.btn-volver:hover,
.btn-siguiente:hover {
  background-color: #555;
}

footer {
  background-color: #ff7043;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}
.pie{
color: rgb(255, 255, 255);
}
.pie p{
font-size: 20px;
color: rgb(255, 255, 255);
margin-top: 20px;
}
.contacto p{
font-size: 16px;
margin-top: auto;
}
.social-links a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
  }

.social-links a:hover {
    color: #00bcd4;
}