:root {
  --color-corte: #00335f;
}

details summary::-webkit-details-marker {
  display: none;
}

summary::before {
  /* font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif; */
  content: "+";
  position: absolute;
  top: 5px;
  left: 0.8rem;
  /* transform: rotate(0); */
  transform-origin: center;
  transition: 0.2s transform ease;
}

details[open] > summary:before {
  content: "-";
  /* transform: rotate(90deg); */
  transition: 0.45s transform ease;
}

/* # The Sliding Summary # */

details {
  overflow: hidden;
}

details summary {
  position: relative;
  z-index: 10;
}

@keyframes details-show {
  from {
    margin-bottom: -80%;
    opacity: 0;
    transform: translateY(-100%);
  }
}

details > *:not(summary) {
  animation: details-show 100ms ease-in-out;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}

details[open] > *:not(summary) {
  color: inherit;
}

/* # Just Some Pretty Styles # */

p:last-child {
  padding: 0;
}

details {
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  background: white;
}

summary {
  border: 4px solid transparent;
  outline: none;
  padding: 5px;
  display: block;
  background: var(--color-corte);
  color: white;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}

details[open] summary {
  color: white;
  background: var(--color-corte);
}

summary:hover {
  color: white;
  background: var(--color-corte);
}

summary:hover strong,
details[open] summary strong,
summary:hover::before {
  color: white;
}

.content__transparencia {
  padding-left: 50px;
  padding-bottom: 10px;
  border-top: none;
}

/* css row del boton de descarga */

.cta_transparencia {
  display: inline-block;
  background: var(--color-corte);
  padding: 5px 10px;
  margin: 1em 10px;
  text-decoration: none;
  color: #ffffff;
}
.row__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.row__buttons:nth-child(even) {
  background-color: #f6f6f6;
}

.transparencia_title {
  display: inline-block;
  margin: auto 10px;
  width: calc(100% - 130px);
}

@media screen and (max-width: 500px) {
  .transparencia_title {
    width: 100%;
  }
}

.transparencia_title_without_link {
  display: inline-block;
  margin: 10px 10px;
}

.text_year_diferentes {
  width: 95%;
  text-align: justify;
}
