/* Footer pages faqs */

.footer-pages .phone,
.footer-pages .phone:hover,
.footer-pages .phone:focus,
.footer-pages .phone.active {
  color: #242424;
}
/*Estilos*/
.footer-pages .main-title  {
  color: #0a8250;
  font-size: 2.2rem;
  font-family: 'Lato', serif;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 22px;
  line-height: 1.2
}
.footer-pages .underline {
  text-decoration: underline;
}
.footer-pages .box-outline {
  padding: 10px;
  margin-bottom: 20px;
}

.footer-pages .img-container {
  width: 75px;
  padding: 13px 10px 10px 10px;
  height: 75px;
  margin: auto auto 25px;
  border: 5px solid #10824F;
  border-radius: 50%;
}
.footer-pages .box-search {
  margin-top: 38px;
}
.footer-pages .search-content {
  margin: auto;
  width: 322px;
}

.footer-pages #fixedMenu .box-outline {
  margin-bottom: 0;
}
.footer-pages .open-details {
  float: none;
  left: auto;
  margin-top: -15px;
  padding: 15px 15px 0 0;
}
.footer-pages .parent-link {
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  clear: both;
}

.footer-pages .no-margin {
  margin-bottom: 0;
}

.footer-pages .parent-link,
.footer-pages .submenu a {
  color: #666666;
  outline: none;
}

.footer-pages .active .parent-link,
.footer-pages .parent-link.active,
.footer-pages .submenu .up a,
.footer-pages .submenu .active {
  color: #0a8250;
}

.footer-pages .parent-link i{
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  float: right;
  margin-top: 9px;
}

.footer-pages .disc li {
  padding-left: 10px;
}

.footer-pages .submenu li,
.footer-pages .submenu li:last-of-type a {
  margin-bottom: 0;
}

.footer-pages .disc li:before {
  left: 0;
}

.footer-pages .submenu a {
  margin-bottom: 14px;
  display: inline-block;
}

.footer-pages .title {
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

.footer-pages .title-bolder {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
}

.footer-pages .title-bolder .open-details {
  font-weight: normal;
}

.footer-pages .pre-title {
  color: #999;
  font-size: 1.4rem;
  margin-top: 20px;
}

.footer-pages .pre-title:first-child {
  margin-top: 0;
}

.footer-pages .main-subtitle {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.15;
}

.footer-pages .main-content {
  margin-top: 20px;
}

.footer-pages .main-subtitle,
.footer-pages .block-title {
  font-family: 'Lato Light', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}

.footer-pages .title-with-link {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.footer-pages .title-with-link .item {
  display: table-cell;
  vertical-align: bottom;
}

.footer-pages .title-with-link .item:first-of-type {
  width: 80%;
}

.footer-pages .title-with-link .item:last-of-type {
  text-align: right;
}

.footer-pages .go-up i {
  content: '';
  height: 11px;
  width: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

.footer-pages .block-container {
  background: white;
  padding: 16px 10px;
  margin-bottom: 20px;
}

.footer-pages .block-content {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.footer-pages .block-content-corp {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-pages .block-title {
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-pages:not(.cookies) .block-content p:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
}

.footer-pages dt,
.footer-pages .h3 {
  color: #333;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

.footer-pages .box dd {
  border-bottom: none;
  margin-bottom: 0;
}

.footer-pages b {
  font-size: 1.4rem;
}

.footer-pages blockquote span {
  margin-bottom: 10px;
}

.footer-pages table {
  margin: 20px 0;
  border: 1px solid #ddd;
  width: 100%;
}

.footer-pages th {
  font-family: 'Lato bold', sans-serif;
}

.footer-pages td,
.footer-pages th {
  font-size: 1.4rem;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  min-width: 100px;
}

.footer-pages:not(.cookies) tr:last-of-type:not(:first-of-type) td {
  border-bottom: none;
}

.footer-pages .history-data th,
.footer-pages .history-data td {
  width: 20%;
  text-align: right;
}

.footer-pages .history-data th:first-of-type,
.footer-pages .history-data td:first-of-type {
  width: 60%;
  text-align: left;
}

.footer-pages ul {
  margin-top: 10px;
}

.footer-pages .block-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.footer-pages .box-details ul {
  margin-left: 20px;
}

.footer-pages ol {
  list-style: decimal;
  padding-left: 20px;
}

.footer-pages li {
  margin-bottom: 10px;
}

.footer-pages .block-content li {
  list-style-position: inside;
}

.footer-pages ul.lower-alpha li:before {
  display: none;
}

.footer-pages .h3 {
  font-size: 1.7rem;
}

.footer-pages .box a {
  position: relative;
  right: auto;
}

.footer-pages.faqs .box.transp.combo .item-selector a {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0;
}

.footer-pages.faqs .parent-link {
  color: #333;
}

.footer-pages.faqs .title-with-link .item:last-of-type {
  text-align: left;
}

.footer-pages.faqs .block-content {
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
}

.footer-pages.faqs .parent-detail:last-of-type .parent-link {
  margin-bottom: 10px;
}

.footer-pages.faqs .actions{
  text-align: right;
  margin-top: 10px;
}

.footer-pages.faqs .actions li{
  display: block;
  margin: 0 0 10px;
  text-align: center;
}

.footer-pages.faqs .actions li:last-child {
  margin: 0;
}

.footer-pages.faqs .actions li .btn{
  margin: 0;
  width: 100%;
  max-width: 290px;
}

.footer-pages.faqs .block-content .box-details {
  color: #333;
}

.footer-pages .box.transp.contact {
  margin-top: 37px;
}

.footer-pages.faqs textarea {
  min-height: 200px;
}
.textarea .textareaCounter {
  font-size: 1.2rem;
  margin: 0;
  color: #999;
  position: absolute;
  right: 10px;
  bottom: 2px;
  text-align: right;
}
.footer-pages #tarifas-de-linea-de-credito .table-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-pages #tarifas-de-linea-de-credito table {
  width: 50%;
}

.color-green {
  color: #008c3c; 
}

.color-new-green {
  color: #5EBB9E; 
}

@media (max-width: 767px) {
  .footer-pages #tarifas-de-linea-de-credito .table-container {
    flex-wrap: wrap;
  }
  .footer-pages #tarifas-de-linea-de-credito table {
    width: 100%;
  }
}
.footer-pages .phone.small {
  color: #242424;
}
@media (max-width: 1023px) {
  .footer-pages .main-subtitle {
    margin-bottom: 0;
  }
  .footer-pages.faqs .contact-form {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .footer-pages thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .footer-pages table,
  .footer-pages thead,
  .footer-pages tbody,
  .footer-pages th,
  .footer-pages td,
  .footer-pages tr {
    display: block;
  }
  .footer-pages td {
    position: relative;
  }
  .footer-pages td:before {
    padding-right: 10px;
    display: block;
    word-break: break-all;
    font-weight: bolder;
    content: attr(data-title);
  }
  .footer-pages #tarifas-de-linea-de-credito thead tr {
    position: inherit;
 
  }
  .footer-pages.faqs .box.transp.combo .item-selector.only-mobile-tablet .faq-card {
    padding-left: 40px;
  }
  .list-options .only-mobile-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .footer-pages .only-tablet {
    display: block !important;
  }
  .footer-pages.faqs .actions li {
    display: inline-block;
    margin: 0 10px 0;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .faqs .main-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-pages .main-content {
    margin-top: 0;
  }
  .footer-pages .only-tablet {
    display: none !important;
  }
  .footer-pages.faqs .contact-form {
    padding: 20px 25px;
  }
  .footer-pages.faqs .contact-form textarea {
    min-height: 120px;
  }
  /* Footer pages */

  .footer-pages .main-content > article {
    margin-bottom: 20px;
  }
  .footer-pages .main-content > article:last-child {
    margin-bottom: 0;
  }
  .footer-pages .main-title {
    font-size: 3.2rem;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1;
  }
  .footer-pages .title-with-link {
    margin-bottom: 0;
  }
  .footer-pages .main-subtitle {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .footer-pages .box-outline.fixed {
    position: fixed;
    width: 295px;
    top: 120px;
  }
  .footer-pages .block-container {
    padding: 20px;
  }
  .footer-pages .block-content {
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
  .footer-pages .block-content:last-child {
    border-bottom: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  /* FAQS */

  .footer-pages.faqs .lateral-menu {
    margin-top: 38px;
  }
  .footer-pages.faqs .lateral-menu .box.transp {
    max-width: 295px;
    background-color: transparent;
    height: auto;
    overflow: visible;
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .faqs-options {
    margin-top: 0;
  }
  .faqs-options li.active {
    display: block;
  }
  .footer-pages .block-content::before {
    display: block;
    content: " ";
    margin-top: -110px;
    height: 110px;
    width: 1px;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  /*Footer pages */

  .footer-pages .cookies-table th:last-of-type,
  .footer-pages .cookies-table td:last-of-type {
    width: 240px;
  }
  .footer-pages .cookies-table-1 th:nth-child(1) {
    width: 10%;
  }
  .footer-pages .cookies-table-2 th:nth-child(1) {
    width: 15%;
  }
  .footer-pages .cookies-table-2 th:nth-child(2) {
    width: 20%;
  }
  .footer-pages .cookies-table-2 th:nth-child(3) {
    width: 35%;
  }
  .footer-pages .cookies-table-2 th:nth-child(4) {
    width: 30%;
  }
  /* FAQS */

  .footer-pages.faqs .lateral-menu .box.transp {
    max-width: none;
  }
}
