.titulo-accordeon {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/* .active, .titulo-accordeon:hover {
      background-color: #ccc;
    } */

/* .active, .titulo-accordeon:hover{
        background-color: #ccc;
    } */

.titulo-accordeon:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
button.accordion {
  background: #e1e1e1;
  color: black;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  /* padding-right: 723px; */
  border-radius: 6px;
  display: flex;
}

.intro-accordeon {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel {
  display: none;
}

button.accordion {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  /* padding-right: 723px; */
  border-radius: 6px;
  display: flex;
}

.modulo-accordion {
  margin-left: 30px;
}

.vida h3 {
  cursor: pointer;
}
.sus-combate h3 {
  cursor: pointer;
}
.accordion {
  display: none;
}
#interna
  > div
  > div:nth-child(2)
  > div.col-md-10
  > div.moduletable
  > div
  > div {
  margin-left: -29px;
  margin-top: -5px;
  /* padding-right: 140px; */
}

#interna
  > div
  > div:nth-child(2)
  > div.col-md-10
  > div.moduletable
  > div
  > div
  > div:nth-child(4)
  > p:nth-child(2) {
  margin: 0px 0px 105px;
}

.accordion h4 {
  text-align: left;
  margin-left: 40px;
}

.panel {
  padding: 20px;
}
button.accordion::before {
  content: "";
  padding: 5px;
  box-shadow: 2px -2px 0 1px #000 inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transform: rotate(314deg);
  position: relative;
  top: 44%;
  left: 2%;
}
