#todasCategoriasOrder{
  margin-bottom: 3rem;
}
.RcontentCentered{align-items: center;
justify-content: center;}
.alphabet-wrapper{text-align: center;}
.results-head{margin: 20px 0;}
.alphabet{
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.alphabet>li{
  display: inline-block;
  float: left;
  margin: 0 0.4rem 0.6rem;
  vertical-align: middle;
  padding: 0;
  list-style: none;
}
.alphabet>li.active>a{
  text-decoration: none;
  cursor: pointer;
  background-color: #2F97EE;
  color: #fefefe;
}
.alphabet>li>a{
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.2rem 0.4rem;
  border-color: #dedede;
  border-radius: 3px;
  background-color: #fff;
  color: #8a8a8a;
  min-height: 1rem;
  min-width: 0.7rem;
  display: inline-block;
  border: 1px solid #d5d5d5;
}
.alphabet>li>a:hover{
  background-color: #2F97EE;
  color: #fefefe;
  text-decoration: underline;
}
/*List Element*/
.TWListCategory{
  margin: 0;
  display: inline-block;
  width: 100%
}

.TWListCategory ul{
  list-style-type: none;
  margin: 0;
  padding: 0
}

.TWListCategory li{
  list-style-type: none;
  float: left;
}

.TWListCategory li {
  width: 100%
}

@media (min-width: 768px) {
.TWListCategory li {
  float: left;
  width: 46%;
  margin: 10px 2%;
}
}

.ULCatList ul {
  list-style: none;
  padding-left: 1em;
  color: #365563;
  padding: 0;
}

.ULCatList a,
.ULCatList a:visited {
color: #365563;
}

.ULCatList a:hover,
.ULCatList a:focus {
text-decoration: underline;
}

.ULCatList li:before{
  content: "»";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.titleNotResult{
margin-bottom: 3rem;
text-align: center;
color: #a6a6a6;
font-weight: 500;
}