/* Footer pages */

.open-details:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  bottom: 6px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 100%;
}
.faqs .main-title {
  margin-top: 30px;
}
.footer-pages .main-subtitle {
  line-height: 1.25;
}

.footer-pages .parent-detail a {
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: block;
  clear: both;
}

.footer-pages .parent-detail a {
  color: #666666;
  outline: none;
}

.footer-pages .parent-detail .active {
  color: #0a8250;
}
.footer-pages .title-bolder {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
}

.footer-pages .title-bolder .open-details {
  font-weight: normal;
  color: #cf620b;
  font-size: 1.4rem;
  border-bottom: none;
}
.footer-pages .box-details a {
  color: #de7520;
  font-size: 1.4rem;
  display: inline;
  border-bottom: none;
}

.footer-pages.faqs .parent-link {
  /*color: #333;*/
  padding-bottom: 3px;
}

.box.transp.contact > h1 {
  font-size: 1.8rem;
  color: #0a8250;
  text-align: center;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-position: top center;
}

.lateral-menu p:last-of-type {
  margin-bottom: 10px;
}
.personal-data-block .block-title {
  margin-top: 20px;
}
.personal-data-block dl {
  padding-left: 20px;
}
.personal-data-block dt {
  font-size: 1.6rem;
}
.personal-data-block dt:not(:first-of-type) {
  margin-top: 15px;
}

/*.company-chart V1*/
.company-chart .item {
  font-family: Lato Light, sans-serif;
  padding: 5px;
  font-size: 16px;
}

.company-chart .highlight {
  font-size: 18px;
  background: #fafafa;
  color: #0a8250;
}

/* lista con letras y parentesis */
ol.alphabetic__ol {
  counter-reset: mycounter;
}
ol.alphabetic__ol > li {
  counter-increment: mycounter;
  list-style: none;
  margin-top: 18px;
}
ol.alphabetic__ol > li:before {
  content: counter(mycounter, lower-latin) ")";
  margin-right: 12px;
}
ol.alphabetic__ol > li > p:first-of-type {
  margin-top: 20px;
}

/* lista con letras romanas minúsculas */
ol.romanic__ol {
  counter-reset: mycounter;
}
ol.romanic__ol > li {
  counter-increment: mycounter;
  list-style: none;
  margin-top: 18px;
}
ol.romanic__ol > li:before {
  content: "(" counter(mycounter, lower-roman) ")";
  margin-right: 12px;
}
ol.romanic__ol > li > p:first-of-type {
  margin-top: 20px;
}

/*lista con discos*/
ul.disc__ul {
  list-style-type: disc;
}

/* media queries */
@media (max-width: 767px) {
  /*.company-chart V1*/
  .company-chart {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .company-chart .item:nth-child(1) {
    text-align: left;
    border-top: 1px solid #0a8250;
    border-left: 1px solid #0a8250;
    border-right: 1px solid #0a8250;
    width: 100%;
  }

  .company-chart .item:nth-child(2) {
    text-align: right;
    border-bottom: 1px solid #0a8250;
    border-left: 1px solid #0a8250;
    border-right: 1px solid #0a8250;
    width: 100%;
  }

  .company-chart .item:nth-child(even):not(.highlight) {
    text-align: right;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .company-chart .item:nth-child(odd):not(.highlight) {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
  }

  .company-chart .item:nth-child(even):not(.highlight) {
    text-align: right;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  /*.company-chart V1*/
  .company-chart {
    display: table;
    width: 720px;
    margin: 0 auto;
  }

  .company-chart .highlight {
    border-bottom: 1px solid #0a8250;
  }

  .company-chart .item {
    /* display: inline-block; */
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .company-chart .item:nth-child(odd) {
    text-align: center;
  }

  .company-chart .item:nth-child(odd):not(.highlight) {
    /* border-right: 1px solid #ddd; */
  }
}

@media (min-width: 1024px) {
  .footer-pages .main-subtitle {
    line-height: 1.15;
  }

  .footer-pages .main-title {
    font-size: 3.2rem;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
