@charset "UTF-8";
.shortcode-indice-sectores {
  margin: 30px 0 0;
}
.shortcode-indice-sectores h3 {
  border-bottom: 1px solid #cacbcc;
  color: #5d5d5d;
  display: block;
  font-family: "Guardian Sans Semibold", sans-serif;
  font-size: 17px;
  letter-spacing: -0.2px;
  line-height: 1.88;
  margin: 0;
  padding: 0 0 6px;
  text-align: left;
  text-transform: uppercase;
}
.shortcode-indice-sectores ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  position: relative;
}
.shortcode-indice-sectores ul li {
  margin: 0 10px 10px 20px;
  width: calc(25% - 30px);
}
.shortcode-indice-sectores ul li a {
  color: #000000 !important;
  display: inline-block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  position: relative;
  text-decoration: none !important;
}
.shortcode-indice-sectores ul li a::before {
  display: inline-block;
  color: #000000;
  content: "⏎";
  font-size: 10px;
  font-weight: 100;
  left: -15px;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.shortcode-indice-sectores ul li a span {
  color: #727272;
  display: inline-block;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 699px) {
  .shortcode-indice-sectores ul li {
    width: calc(50% - 30px);
  }
}
/*# sourceMappingURL=shortcode-indice-sectores.css.map */