.drop-down-titulo {
    font: normal normal 600 24px/24px Plus Jakarta Sans;
    color: #2E2D2D;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
}

.drop-down-titulo-content {
    padding-bottom: 0.5em;
    margin-right: 1.7em;
}

.styled-drop-down summary::-webkit-details-marker {
 display: none;
}

.styled-drop-down summary {
  list-style: none;
  padding-bottom: 0.5em;
  cursor: pointer;
  position: relative;
}

.styled-drop-down summary::after {
  content: '';
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: .75em;
  height: .75em;
  width: .75em;
  transform: rotate(45deg) translateY(-.1em);
}

details[open].styled-drop-down > summary::after {
  transform: rotate(-135deg) translateY(-.3em);
}

details > div {
  padding: 1em;
  border: 1px solid;
  border-top: 0;
}

details p {
    font-size: 20px;
}

details {
  margin: 1em 0;
}