.text-span  {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: inherit;
  font-weight: normal;
  display: inline;
}
.text-inherit {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
/* Estilos mapa de sitio */
[data-history-node-id="4987"] ul {
  list-style: none;
  margin-left: 1.8rem;
}
[data-history-node-id="4987"] ul li{
  text-align: initial;
}
[data-history-node-id="4987"] ul li,
[data-history-node-id="4987"] ul li a {
    line-height: inherit;
    color: #e60f4b;
    text-decoration: none;
    cursor: pointer;
}
[data-history-node-id="4987"] ul li::before {
    content: "\2022";
    color: #e60f4b;
    font-weight: 700;
    display: inline-block;
    margin-left: -1em;
    position: absolute;
    font-size: 1.8rem;
    line-height: 1em;
}
/* tamaño de icono search */
@media (max-width: 638px){
  img#icon-search {
    width: 14px;
    height: 14px;
    margin-top: 5px;
  }
}