.container {
  width: 80vw;
  max-width: 1300px;
  min-width: 350px;
  max-height: 400px;
  margin: auto;
  img {
    width: 90%;
    border-radius: 15px;
    box-shadow: 0px 3px 5px rgba(15, 15, 15, 15, 5);
  }
}
body {
  background-color: black;
}
.top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.contenedor-portada {
  display: flex;
  max-height: 380px;
  max-width: 780px;
  width: 90%;
  justify-self: center;
  margin: 12px;
  & .fotoArriba {
    width: 100%;
    border-radius: 12px;
  }
}
.contenedorActividades {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.actividadOTaller {
  color: white;
  justify-items: center;
  & img {
    border-radius: 8px;
    max-height: 380px;
  }
}


h2{
 font-family: "Lobster", sans-serif;
  font-weight: 400;
  
  
}

footer{
  font-family: "Satisfy", cursive;
}

p{
  
  font-family: "Lobster", sans-serif;
}