.l-section-gray-abas {
  padding: 64px 0;
  /*margin-top: 64px;*/
}

.caed-gray-tabs-abas > .nav-tabs > .nav-item > .nav-link.active {
  border-bottom: 6px solid #000;
  color: #000;
  background-color: transparent;
}

.caed-gray-tabs-abas > .nav-tabs > .nav-item > .nav-link {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #6f6f6f;
  border: none;
  border-bottom: 6px solid transparent;
  padding: 8px 4px;
}

.caed-gray-tabs-abas .nav-tabs .nav-link {
  margin-bottom: -4px;
}

.caed-layout.--tabs {
  grid-gap: 65px;
  align-items: flex-start;
  padding-top: 50px;
}

.c-btn-abas {
  background: #ffffff;
  border: 1px solid #c6c6c6;
  color: #474747 !important;
  font-weight: 300;
  font-style: normal;
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-size: 16px;
  height: 60px;
  justify-content: flex-start;
  line-height: 18px;
  min-width: 100px;
  padding: 8px 16px;
  text-decoration: none;
  transition: transform 1s;
  position: relative;
  cursor: pointer;
}

.c-btn-abas:hover {
  background: #ffff00;
  color: #000 !important;
  border: 1px solid #000;
}

.caed-gray-tabs-abas .c-tab__items {
  gap: 25px;
}

.l-module-abas {
  padding: 68px 0 0 0;
}

h1 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-top: 66px;
  padding-bottom: 1px;
  font-weight: 100;
}

.sub-titulo-abas {
  font-size: 18px;
  font-weight: 300;
  margin: 37px 0 0 0;
  margin-bottom: 0!important;
}

.c-tab__items {
  height: 60px;
}

.c-tab__link {
  height: 62px;
}

