* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body {
  width: 100%;
}

.whatsapp img {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 12rem;
  right: 1rem;
  transition: ease 0.5s;
  opacity: 0.8;
}

.cabecera {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../Img/lacteos.jpg);
  height: 650px;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  height: 100vh;
  mask-image: linear-gradient(black 80%, transparent);
}

.cabecera h2 {
  text-align: center;
  padding-top: 300px;
  color: white;
  font-size: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.664);
}

.know-us h2 {
  text-align: center;
  font-size: 2.8rem;
  color: red;
}

.somos1 {
  width: 40%;
  text-align: center;
  height: auto;
  margin-bottom: 80px;
}

.somos1 strong {
  color: red;
}

.valores strong {
  color: red;
}

.somos1 h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 30px;
}

.somos1 p {
  color: black;
  margin-bottom: 20px;
  font-size: 22px;
}

.somos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: auto;
}

.somos2 img {
  margin: 20px;
}

.premios {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: hsl(0, 100%, 95%);
  height: 120px;
}

.premios h2 {
  color: red;
}

.premios p {
  color: black;
}

.wallpaper {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.425),
      rgba(0, 0, 0, 0.39)
    ),
    url(../Img/IMG_6239.JPG);
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 20px;
}

.weare {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.valores {
  background-color: hsl(0, 100%, 95%);
  padding: 20px;
  margin-top: 50px;
  border-radius: 15px;
  text-align: center;
  width: 300px;
}

.valores h2 {
  margin-bottom: 20px;
  color: hsl(0, 0%, 20%);
}

.valores p {
  font-size: 1.2rem;
  color: hsl(0, 0%, 30%);
  margin: 10px 0;
}

.mision1 p {
  color: hsl(0, 0%, 30%);
  margin-top: 25px;
  font-size: 1.2rem;
}

.vision1 p {
  color: hsl(0, 0%, 30%);
  margin-top: 25px;
  font-size: 1.2rem;
}

.mision1 strong {
  color: red;
}

.mision1 {
  text-align: center;
  background-color: hsl(0, 100%, 90%);
  padding: 20px;
  margin-top: 50px;
  border-radius: 15px;
}

.vision1 {
  text-align: center;
  background-color: hsl(0, 100%, 90%);
  padding: 20px;
  border-radius: 15px;
}

.vision1 strong {
  color: red;
}

.ubicacion {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  margin: 50px 0;
  text-align: center;
}

.ubicacion1 strong {
  color: red;
}

.ubicacion1 p {
  color: hsl(0, 0%, 30%);
  font-size: 1.2rem;
}

.ubicacion2 p {
  color: black;
  margin-bottom: 10px;
}

.ubicacion1 {
  text-align: center;
  background-color: hsl(0, 100%, 95%);
  padding: 20px;
  margin-top: 50px;
  border-radius: 15px;
}

.ubicacion1 h2 {
  color: hsl(0, 0%, 20%);
}

@media screen and (max-width: 1024px) {
  .head {
    display: flex;
    flex-direction: column;
  }

  .cabecera h2 {
    font-size: 2.5rem;
  }

  .somos {
    margin: 5px 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: auto;
  }

  .premios {
    display: flex;
    flex-direction: column;
    height: 280px;
    width: auto;
    gap: 10px;
  }

  .weare {
    flex-direction: column;
  }

  .mision {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    gap: 15px;
    margin: 30px;
  }

  .vision1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    gap: 15px;
  }

  .valores {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mision2 {
    gap: 15px;
  }

  .mision .mision2 p {
    display: inline;
  }

  .vision .vision1 p {
    display: inline;
  }

  .ubicacion {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 50px 15px;
    gap: 10px;
    height: auto;
  }

  .ubicacion1 {
    text-align: center;
    margin: 40px;
  }

  .ubicacion2 iframe {
    width: 350px;
  }

  .wallpaper {
    height: 275px;
    background-size: contain;
    background-attachment: scroll;
    background-repeat: repeat;
  }
}
