* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  scroll-behavior: smooth;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1e2326;
  padding: 0px 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.logo img {
  height: 10vh;
}

.navigation ul {
  list-style: none;
}

.header .navigation ul li {
  float: left;
  position: relative;
}

.header .navigation ul li a {
  font-size: 18px;
  color: white;
  text-decoration: none;
  padding: 20px;
  display: block;
  transition: 1.2s;
}

.header .navigation ul li a:hover {
  background-color: #188d66;
}

.header .navigation ul li ul {
  position: absolute;
  right: 0;
  width: 200px;
  background-color: #1e2326;
  display: none;
}

.header .navigation ul li ul li a {
  font-size: 15px;
  text-transform: capitalize;
}

.header .navigation ul li ul li {
  width: 100%;
}

.header .navigation ul li:hover > ul {
  display: initial;
}

#toggle,
.header label {
  display: none;
  cursor: pointer;
}

.menu {
  width: 45px;
  height: 35px;
}

.ir {
  display: none;
}

.arriba {
  color: #188d66;
  border: 2px solid #188d66;
  padding: 10px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: fixed;
  bottom: 15px;
  right: 30px;
  transition: 0.5 all ease;
  animation: subir 1s infinite alternate;
  cursor: pointer;
}

.arriba:hover {
  background: #188d66;
  color: white;
}

@keyframes subir {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

#banner {
  padding: 0 50px;
  background-image: url(../img/banner.jpg);
  height: 60vh;
  background-size: cover;
  background-position: center;
}

#banner::before {
  content: "";
  background: rgba(77, 77, 92, 0.6);
  position: absolute;
  width: 100%;
  height: 60vh;
  left: 0;
}

.contenido-banner {
  position: relative;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenido-banner h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  padding: 10px 0px;
}

.contenido-banner h3 span {
  font-weight: 600;
}

/* Productos */

.titulo-product {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}

.productos {
  padding: 50px 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
}

.productos img {
  border-radius: 50%;
  height: 20vh;
  background-size: cover;
  background-position: center;
  margin: 0px 50px;
}

.productos div {
  padding: 30px 60px;
}

.productos div h4 {
  color: #188d66;
  font-size: 20px;
  margin: 15px 0px;
}

.productos div p {
  color: #5c5c6b;
  font-size: 18px;
}

.lista-product {
  list-style: none;
  text-align: center;
}

.boton-ver-mas {
  display: inline-block;
  text-decoration: none;
  color: #188d66;
  padding: 10px 30px;
  border: 3px solid #188d66;
  border-radius: 30px;
  margin-top: 15px;
  transition: all 0.4s;
}

.boton-ver-mas:hover {
  background: #188d66;
  color: white;
}

footer {
  background: #1e2326;
  color: #cccccc4a;
  text-align: center;
  padding: 10px 0px;
}

/* Licor - Lacteos - Preparados - Jarceria */

#licor,
#lacteos,
#preparados,
#higiene,
#jarlim {
  background: #1e2326;
  color: white;
}

#nosotros {
  display: flex;
  padding: 50px;
}

#nosotros iframe {
  margin-left: auto;
  margin-right: auto;
}

.info p {
  padding: 10px 20px 0 0;
  text-align: justify;
  font-size: 20px;
}

.info h2 {
  color: #188d66;
  font-size: 30px;
}

.info img {
  margin: 20px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */

@media (max-width: 768px) {
  .header label {
    display: initial;
  }
  .header {
    padding: 20px 10%;
  }
  .header .navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1e2326;
    display: none;
  }
  .header .navigation ul li {
    width: 100%;
  }
  .header .navigation ul li a {
    padding: 8px 30px 8px 10%;
  }
  .header .navigation ul li ul {
    position: relative;
    width: 100%;
    left: 0;
  }
  .header .navigation ul li ul li {
    background-color: #1e2326;
  }
  #toggle:checked ~ .navigation {
    display: block;
  }
  .arriba {
    width: 30px;
    border-radius: 40%;
    background: #188d66;
    color: white;
  }
  .logo img {
    height: 11vh;
  }
  /* Productos */
  .productos {
    flex-direction: column;
  }
  .productos div {
    padding: 25px;
  }
  .productos img {
    margin-left: auto;
    margin-right: auto;
    height: 18vh;
    transition: all 1.8s;
  }
  .lista-product li {
    padding-bottom: 30px;
  }
  /* Nosotros */
  #nosotros {
    display: block;
    margin: 0;
  }
  #nosotros iframe {
    width: 250px;
    height: 300px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .info h2 {
    text-align: center;
  }
  .info img {
    display: flex;
    width: 25vh;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
