

.links{
  display: none;
}

.acordeon .item span {
  padding-left: 15px;
  font-size: 30px;
  vertical-align: middle;
}

.acordeon .item h2 {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding-left: 50px;
  line-height: 100px;
}

.acordeon .item:first-of-type {
  background: #620808;
  color: #f4ce74;
}

.acordeon .item:nth-of-type(3){
  background: #a53f3f;
  color: #ffe9c1;
}

.acordeon .item:nth-of-type(5){
  background: #f4ce74;
  color: #620808;
}

.acordeon .item:nth-of-type(7){
  background: #ffe9c1;
  color: #d5441c;
}

.acordeon .links {
  display: none;
  padding-top: 15px;
}

ul {
  margin: 0;
  padding-left: 10px;
}

li {
  list-style: none;
}

ul li a{
  text-decoration: none;
  color: #620808;
}

