/* __________________________________________ HEADER */
header {
  background-image: url(/img/multimedia/7.jpg);
  height: 180px;
}

#multinav {
  padding: 230px 0 50px 0;
  background-image: url(/img/multimedia/header.jpg);
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

#multinav h3 {
  color: white;
  margin: 10px;
  font-size: 0.9rem;
  max-width: 500px;
}

#multinav h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  position: relative;
  right: 10px;
  padding-left: 10px;
}

#rueda {
  background-image: url("/img/multimedia/rueda.png");
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

#rueda p {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto Slab", serif;
}

.multisection {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.multisection.horario:hover {
  transform: scale(1.3) rotate(15deg);
}

.multisection.anti-horario:hover {
  transform: scale(1.3) rotate(-15deg);
}

#infografías {
  background-image: url(/img/multimedia/infografías_gris.svg);
  left: 80px;
  top: 50px;
}

#audios {
  background-image: url(/img/multimedia/audios_gris.svg);
  left: -25px;
  top: 120px;
}

#comunicanciones {
  background-image: url(/img/multimedia/comunicanciones_gris.png);
  left: 10px;
  bottom: 35px;
}

#videos {
  background-image: url(/img/multimedia/videos_gris.svg);
  right: 45px;
  top: -5px;
}

#entrevistas {
  background-image: url(/img/multimedia/entrevistas_gris.svg);
  right: 100px;
  bottom: -15px;
}

#artículos {
  background-image: url(/img/multimedia/articulos_p12_gris.svg);
  right: -25px;
  bottom: 110px;
}

.lista {
  width: 40vw;
  margin-left: 50px;
  padding: 10px 0 20px 0;
}

.lista p {
  margin-left: 10px;
  font-size: 0.8rem;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  header div {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  header {
    display: none;
  }

  header div {
    padding-top: 80px;
    width: 100%;
  }

  #multinav {
    padding: 80px 0 10px 0;
    flex-direction: column;
    align-items: center;
  }

  .lista {
    width: auto;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #multinav {
    height: 90vh;
  }
}

@media screen and (max-width: 480px) {
  #rueda {
    width: 250px;
    height: 250px;
  }

  #artículos {
    right: -15px;
    bottom: 90px;
  }

  #infografías {
    left: 60px;
    top: 40px;
  }
}
