#archivos-descargables-de-la-ruta div.single-rutas-link,
#archivos-descargables-de-la-ruta div.single-rutas-link a {
  font-family: "Tahoma", Sans-serif;
  font-size: 14px;
  color: #160437;
  text-decoration: underline; }

/* Acordion */
.single-rutas-patrimoniales,
.single-rutas-patrimoniales h2,
.single-rutas-patrimoniales .accordion {
  color: #160437; }
.single-rutas-patrimoniales h2 {
  font-size: 24px;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 600;
  margin: 20px 0px 10px 0px; }
.single-rutas-patrimoniales .accordion {
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  border-color: #160437;
  border-width: 1px;
  border-style: solid;
  border-bottom-style: none;
  border-radius: 0; }
.single-rutas-patrimoniales .accordion.last-element-accordion {
  border-bottom-style: solid; }
.single-rutas-patrimoniales .active,
.single-rutas-patrimoniales .accordion:hover {
  background-color: #160437;
  color: white; }
.single-rutas-patrimoniales i {
  margin-right: 10px; }
.single-rutas-patrimoniales .active i {
  transform: scaleY(-1); }
.single-rutas-patrimoniales .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-color: #160437;
  border-width: 1px;
  border-style: none solid; }
.single-rutas-patrimoniales audio {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px; }
.single-rutas-patrimoniales .last-element-accordion.active ~ .panel {
  border-bottom-style: solid; }

/* Acordion */
/* https://jsfiddle.net/1fynun7a/1/ */
.tree-class {
  text-transform: uppercase;
  font-family: "Roboto", Sans-serif; }
  .tree-class > li > span {
    background-color: #160437;
    color: white;
    display: block;
    padding: 12px;
    font-weight: 600; }
  .tree-class > li > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    .tree-class > li > ul > li > a,
    .tree-class > li > ul > li .accordion-tree {
      padding: 12px;
      border-style: solid;
      border-width: 2px;
      border-color: #180f37;
      color: #180f37;
      font-weight: 500;
      display: inline-block;
      width: calc(100% - 5px);
      margin-left: 5px; }
  .tree-class,
  .tree-class ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tree-class ul {
    margin-left: 10px; }
    .tree-class ul li {
      margin: 0;
      padding: 0 0 0 7px;
      line-height: 20px;
      color: #369;
      font-weight: bold;
      border-left: 2px solid #180f37; }
      .tree-class ul li:last-child {
        border-left: none;
        padding-top: 10px;
        margin-top: -6px; }
      .tree-class ul li:before {
        position: absolute;
        top: 1em;
        height: 1em;
        width: 12px;
        color: white;
        border-bottom: 2px solid #180f37;
        content: "";
        display: inline-block;
        left: 0; }
      .tree-class ul li:last-child:before {
        border-left: 2px solid #180f37;
        height: 35px;
        top: 0px; }
  .tree-class .accordion-tree h4 {
    font-size: 1rem; }
    .tree-class .accordion-tree h4:not(:last-child) {
      margin-top: 1rem; }
  .tree-class .accordion-tree audio {
    width: 100%; }
  .tree-class .accordion-tree .panel {
    height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out; }
  .tree-class .accordion-tree label {
    position: relative;
    display: block; }
    .tree-class .accordion-tree label i {
      position: absolute;
      right: 0; }
  .tree-class .accordion-tree input[type="checkbox"] {
    display: none; }
  .tree-class .accordion-tree input[type="checkbox"]:checked + label i {
    transform: scaleY(-1); }
  .tree-class .accordion-tree input[type="checkbox"]:checked + label + .panel {
    height: unset; }

/*# sourceMappingURL=single-rutas.css.map */
