/* 0. :root */
:root {
  --colorPrimary: #b0a477;
  --colorPrimaryRGB: rgba(176, 164, 119, 1);
}

.btn-primary-light {
  color: var(--colorPrimary);
}

/* heade */
.btn-yellow {
  background-color: var(--colorPrimary) !important;
}

/* Card Links */
.card-links .simple .link:hover,
.card-links .carousel .link:hover {
  background: linear-gradient(
    135deg,
    var(--colorPrimaryRGB) 50%,
    transparent 50%
  );
  background-size: 200% 200%;
  background-position: 12% 0%;
}
.card-links .simple .link-wrapper:hover,
.card-links.carousel .link-wrapper:hover {
  background: linear-gradient(
    135deg,
    var(--colorPrimaryRGB) 50%,
    transparent 50%
  ) !important;
}

.dvtevtgnt-reason-plan-ahorro {
  background: var(--colorPrimaryRGB) !important;
}

.btn-general {
  background: black !important;
  color: white !important;
}

#adjudication-act .row {
  background-color: #d9d9d9;
  padding: 2em;
}

/* Frequent Faqs */

.index {
  background: black !important;
}

/* Reswponsive */

@media (max-width: 600px;) ) {
  .card-links .simple .link-wrapper,
  .card-links.carousel .link-wrapper {
    background-color: black;
  }
}
