.content-section {
  width: var(--container);
  margin: 0 auto;
  padding: 12px 0 34px;
}

.content-grid {
  display: grid;
  grid-template-columns: .85fr 1fr 1fr;
  gap: 18px;
}

.impact-copy {
  padding: 18px 0;
}

.impact-copy h2,
.news-intro h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.12;
  letter-spacing: 0;
}

.impact-copy .btn,
.news-intro .btn {
  margin-top: 28px;
}

.transparency-box,
.governance-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 225px;
  padding: 26px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, .16);
}

.transparency-box {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, .88), rgba(79, 127, 36, .78)),
    url("../img/misc/transparencia.jpg") center / cover;
}

.governance-box {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, .88), rgba(79, 127, 36, .78)),
    url("../img/misc/impacto.jpg") center / cover;
}

.transparency-box h3,
.governance-box h3 {
  margin: 0 0 22px;
  font-size: 20px;
}

.transparency-box p,
.governance-box p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.45;
}

.transparency-box::before,
.governance-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .16), transparent 34%);
  pointer-events: none;
}

.transparency-box > *,
.governance-box > * {
  position: relative;
  z-index: 1;
}

.transparency-box h3,
.governance-box h3 {
  color: #fff;
}

.transparency-box p,
.governance-box p {
  color: rgba(255, 255, 255, .88);
}

.transparency-box .arrow-link,
.governance-box .arrow-link {
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  transition: background .18s ease, color .18s ease;
}

.transparency-box .arrow-link:hover,
.governance-box .arrow-link:hover {
  background: var(--color-green);
  color: #fff;
}

.transparency-box > svg,
.governance-box > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  padding: 10px;
  color: #fff;
  background: var(--color-red);
  border-radius: 8px;
}

.news-section {
  display: grid;
  grid-template-columns: .85fr 2fr;
  gap: 18px;
  width: var(--container);
  margin: 0 auto;
  padding: 18px 0 54px;
}

.news-intro {
  padding: 18px 0;
}

.news-intro span {
  display: block;
  margin-bottom: 12px;
  color: var(--color-red-dark);
  font-size: 14px;
  font-weight: 900;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.news-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, .08);
}

.news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.news-card div {
  padding: 22px;
}

.news-card > svg {
  position: absolute;
  top: 154px;
  left: 22px;
  width: 42px;
  height: 42px;
  padding: 10px;
  color: #fff;
  background: var(--color-red);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(237, 52, 52, .28);
}

.news-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--color-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.news-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.18;
}

.news-card p {
  margin: 0 0 18px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.45;
}

.news-read-link {
  position: absolute;
  top: 122px;
  right: 18px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  box-shadow: 0 10px 24px rgba(237, 52, 52, .28);
  transition: background .18s ease, color .18s ease;
}

.news-read-link:hover,
.news-read-link:focus {
  background: var(--color-red) !important;
  color: #fff !important;
  outline: 0;
}

.videos-section {
  width: var(--container);
  margin: 0 auto;
  padding: 8px 0 54px;
}

.videos-section .section-head {
  margin-bottom: 22px;
}

.videos-section .section-head .arrow-link {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  box-shadow: 0 12px 28px rgba(237, 52, 52, .16);
  transition: transform .18s ease, box-shadow .18s ease;
}

.videos-section .section-head .arrow-link:hover,
.videos-section .section-head .arrow-link:focus {
  color: #fff;
  box-shadow: 0 16px 32px rgba(237, 52, 52, .24);
  outline: 0;
  transform: translateY(-2px);
}

.videos-feature {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 18px;
  align-items: stretch;
}

.video-playlist {
  display: grid;
  gap: 10px;
}

.video-option {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--color-text);
  text-align: left;
  box-shadow: 0 12px 34px rgba(17, 24, 39, .08);
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.video-option::after {
  content: "→";
  justify-self: center;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity .16s ease, transform .16s ease;
}

.video-option:hover,
.video-option:focus,
.video-option.is-active {
  background: var(--color-green);
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(79, 127, 36, .22);
}

.video-option:hover::after,
.video-option:focus::after,
.video-option.is-active::after {
  opacity: 1;
  transform: translateX(0);
  animation: menuArrowPulse .72s ease-in-out infinite;
}

.video-option > svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: #fff;
  background: var(--color-red);
  border-radius: 8px;
}

.video-option b,
.video-option small {
  display: block;
}

.video-option b {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.15;
}

.video-option small {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.28;
}

.video-option:hover small,
.video-option:focus small,
.video-option.is-active small {
  color: rgba(255, 255, 255, .88);
}

.video-player-card {
  overflow: hidden;
  min-height: 318px;
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 18px 46px rgba(17, 24, 39, .16);
}

.video-player-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 318px;
  border: 0;
}

.values-section {
  width: var(--container);
  margin: 0 auto;
  padding: 0 0 40px;
}

.values-carousel {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  min-height: 205px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, .12);
}

.values-label-panel,
.values-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 205px;
  padding: 24px 34px;
  color: #fff;
}

.values-label-panel {
  align-items: center;
  background: var(--color-red-dark);
  text-align: center;
}

.values-copy-panel {
  background: #78A832;
}

.values-label-panel > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  stroke-width: 1.7;
}

.values-label-panel h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.values-copy {
  max-width: 640px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .24s ease, transform .24s ease;
}

.values-copy.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.values-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 650;
}

.values-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  column-gap: 28px;
  row-gap: 6px;
  margin: 0;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 650;
}

.values-controls {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.values-control {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, .95);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.values-control.is-active {
  background: #fff;
}
