/*CAMPAÑA */
.content-campania {
  margin: 0 10% 20px;
}
ul.lista-materiales{
  padding-left: 0;
  list-style-image: none;
}
.icon-play .link-spots {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.icon-play .link-spots::before {
  content: "";
  background-image: url(../images/spot2.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.icon-radio .link-spots {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.icon-radio .link-spots::before {
  content: "";
  background-image: url(../images/radio2.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.icon-pdf .link-spots {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.icon-pdf .link-spots::before {
  content: "";
  background-image: url(../images/pdf2.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.w-tabs {
  border-bottom: none;
}