.b20 {
  margin-top: -16%;
}
.b20 .wancho {
  max-width: 1200px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e3e8ef;
}
.b20 .imgPrincipal img {
  border-radius: 20px;
}
.b20Info {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto;
  margin-bottom: 0px;
}
.b20Info .gParrafo h2,
.b20Info .gParrafo h3,
.b20Info .gParrafo h4,
.b20Info .gParrafo h5,
.b20Info .gParrafo h6 {
  margin-bottom: 15px;
}
.b20Info .videoBoxContent {
  margin: 40px 0px;
  padding-top: 55%;
}
.b20Info .videoBoxContent.noVideo .clickVideo {
  display: none;
}
.b20Bottom {
  margin-top: 50px;
}
.b20Bottom p {
  margin-bottom: 0px;
  font-size: 18px;
  margin-bottom: 20px;
}
.b20Etiquetas {
  grid-gap: 10px;
}
.b20Etiquetas span {
  border-radius: 100px;
  background: #f0f2f7;
  padding: 0px 24px;
  font-size: 16px;
  height: 40px;
}
.b20Etiquetas span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .b20 {
    margin-top: -16%;
  }
}
@media screen and (max-width: 480px) {
  .b20 .wancho {
    width: 100%;
  }
  .b20 .imgPrincipal {
    width: 100%;
  }
  .b20Info {
    padding: 0px 20px;
  }
  .b20Info .clickVideo {
    width: 60px;
    height: 60px;
  }
  .b20Info .clickVideo i {
    font-size: 25px;
  }
}
