@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hide--mobile {
  display: none;
}
@media (min-width: 576px) {
  .hide--mobile {
    display: initial !important;
  }
}

@media (min-width: 576px) {
  .hide--desktop {
    display: none !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #414141;
  font-family: "Mulish";
  font-size: 1rem;
  line-height: 1.5;
  background-color: #FFF;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figure,
footer,
header,
nav,
picture,
section,
summary {
  display: block;
}

video,
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

fieldset,
img {
  border: none;
}

html,
figure,
blockquote {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: currentColor;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

button,
[role=button] {
  cursor: pointer;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: top 0.3s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 0;
  outline: 2px solid #DD006D;
  z-index: 3;
}

:focus {
  outline: 2px solid #DD006D;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.footer--simple {
  border-top: 0.75px solid #C5C5C5;
  background: #FFF;
}
@media (min-width: 1024px) {
  .footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__left {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 51px;
  border-bottom: 1px solid rgba(0, 149, 219, 0.5);
  margin-bottom: 51px;
}
@media (min-width: 1024px) {
  .footer__left {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    gap: 63px;
  }
}
.footer__logo {
  display: block;
  height: auto;
  max-width: 131px;
}
@media (min-width: 1024px) {
  .footer__logo {
    max-width: 175px;
  }
}
.footer__logo:nth-of-type(2) {
  max-width: 101px;
}
@media (min-width: 1024px) {
  .footer__logo:nth-of-type(2) {
    max-width: 134px;
  }
}
.footer__right {
  display: block;
}
@media (min-width: 1024px) {
  .footer__right {
    display: flex;
    flex-direction: column;
  }
}
.footer {
  /* Social */
}
.footer__social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .footer__social {
    margin-bottom: 16px;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
}
.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer__social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px auto;
  transition: background-color 200ms ease;
}
@media (min-width: 1024px) {
  .footer__social-link:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }
}
.footer__social-link:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}
.footer__social-link--instagram {
  background-image: url("../images/ico-instagram.svg");
}
.footer__social-link--facebook {
  background-image: url("../images/ico-facebook.svg");
}
.footer__social-link--x {
  background-image: url("../images/ico-x.svg");
}
.footer__social-link--linkedin {
  background-image: url("../images/ico-linkedin.svg");
}
.footer {
  /* Menu texto */
}
.footer__menu {
  width: 100%;
}
.footer__menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer__menu-link {
  text-decoration: none;
  color: #686868;
  font-size: 18px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.5px;
}
.footer__menu-link:hover {
  text-decoration: underline;
}
.footer__menu-link:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}

.maincontent {
  position: relative;
  z-index: 1;
}

body:not(.home) #maincontent {
  margin-bottom: 25vh;
}

.u-container {
  width: 100%;
  max-width: 1319px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.u-container--sm {
  max-width: 576px;
}
.u-container--md {
  max-width: 768px;
}
.u-container--lg {
  max-width: 1024px;
}
.u-container--xl {
  max-width: 1440px;
}

.button {
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 0;
  border: 1px solid;
}
.button strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.button span {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.button span:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.button--primary {
  border-color: #414141;
}
.button--primary strong {
  background-color: #414141;
}
.button--primary span:before {
  background-image: url("../images/ico-go.svg");
  top: 14px;
  left: -150%;
}
.button--primary span:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/ico-go.svg");
  top: 14px;
}
.button--primary:hover span:before {
  animation: buttonP 0.8s infinite;
}
.button--primary:hover span:after {
  animation: buttonP 0.8s 0.4s infinite;
}
.button--secondary {
  border-color: #DD006D;
}
.button--secondary strong {
  background-color: #DD006D;
}
.button--secondary span:before {
  background-image: url("../images/ico-download.svg");
  top: 14px;
}
.button--secondary span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background-color: #DD006D;
  bottom: 12px;
}
.button--secondary:hover span:before {
  animation: button 0.75s infinite;
}

@keyframes button {
  50% {
    top: 10px;
  }
  100% {
    top: 14px;
  }
}
@keyframes buttonP {
  0% {
    left: 50%;
  }
  50.9% {
    left: 120%;
  }
  51% {
    left: -120%;
  }
  100% {
    left: 50%;
  }
}
.video {
  width: 100%;
}

.hero {
  position: relative;
  color: #FFF;
  display: flex;
  flex-direction: column;
  z-index: 2;
  height: 1137px;
  padding-top: 318px;
  padding-bottom: 564px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 0%;
    padding-bottom: 412px;
    height: 1471px;
  }
}
.hero--simple {
  height: auto;
  min-height: 110.5px;
  padding: 0;
}
@media (min-width: 768px) {
  .hero--simple {
    min-height: 131.5px;
  }
}
.hero:not(.hero--simple):before {
  content: "";
  display: block;
  width: 100%;
  height: 819px;
  background-image: url("../images/bg-hero-m.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 875px auto;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero:not(.hero--simple):before {
    background-image: url("../images/bg-hero-d.svg");
    background-position: center bottom;
    background-size: 3199px auto;
    top: auto;
    height: 1507px;
    bottom: 0px;
  }
}
.hero {
  /* Video fondo */
}
.hero__video {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 318px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  overflow: visible;
}
@media (min-width: 768px) {
  .hero__video {
    height: 859px;
  }
}
.hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__video:before {
  content: "";
  display: block;
  width: 110%;
  height: 25%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 100%);
  filter: blur(13.6499996185px);
  height: 120px;
  bottom: -60px;
  position: absolute;
  z-index: 1;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
.hero {
  /* Barra superior sticky */
}
.hero__top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 36px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom: 0px solid transparent;
  transition: all 1s;
}
@media (min-width: 768px) {
  .hero__top {
    width: 100%;
  }
}
.hero--simple .hero__top,
.hero .hero__top--scrolled {
  border-bottom: 0.75px solid #C5C5C5;
  background: #FFF;
}
.hero--simple .hero__top .hero__brand,
.hero .hero__top--scrolled .hero__brand {
  background-image: url("../images/logo-prisa-alt.webp");
}
.hero--simple .hero__top .hero__lang-item:first-child,
.hero .hero__top--scrolled .hero__lang-item:first-child {
  border-right: 1px solid rgba(15, 15, 15, 0.5);
}
.hero--simple .hero__top .hero__lang-link, .hero--simple .hero__top .hero__lang-link[aria-current=page],
.hero .hero__top--scrolled .hero__lang-link,
.hero .hero__top--scrolled .hero__lang-link[aria-current=page] {
  color: #0F0F0F;
}
.hero__brand {
  display: block;
  width: 85px;
  height: 34px;
  background-image: url("../images/logo-prisa.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-decoration: none;
  transition: all 1s;
}
@media (min-width: 768px) {
  .hero__brand {
    width: 140px;
    height: 55px;
  }
}
.hero__brand:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}
.hero__logo {
  display: block;
  height: auto;
}
.hero {
  /* Idiomas */
}
.hero__lang {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateY(9px);
}
.hero__lang-item:first-child {
  position: relative;
  border-right: 1px solid rgba(245, 245, 245, 0.5);
}
.hero__lang-link {
  color: #EBEBEB;
  font-size: 18px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.5px;
  text-decoration: none;
  padding: 7px 14px;
  transition: all 1s;
}
.hero__lang-link[aria-current=page] {
  font-weight: 500;
  color: #FFF;
}
.hero__lang-link:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}
.hero {
  /* Contenido */
}
.hero__content {
  width: 100%;
  max-width: 1319px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero__content {
    height: 100%;
    padding-top: 108px;
    height: 859px;
    padding-bottom: 124px;
  }
}
.hero__content--sm {
  max-width: 576px;
}
.hero__content--md {
  max-width: 768px;
}
.hero__content--lg {
  max-width: 1024px;
}
.hero__content--xl {
  max-width: 1440px;
}
.hero {
  /* H1 */
}
.hero__title {
  color: #FFF;
  font-size: 35px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: -1.75px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1.411px;
    margin-bottom: 0;
    width: 60%;
    max-width: 680px;
    text-wrap: balance;
  }
}
.hero__title strong {
  font-weight: 600;
}
.hero__title em {
  font-style: normal;
  font-weight: 300;
  display: block;
}
.hero__title span {
  display: block;
  margin-top: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  .hero__title span {
    margin-top: 10px;
    letter-spacing: -0.403px;
  }
}
.hero {
  /* Botones */
}
.hero__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 6.3px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 40px 8px 12px;
  color: #414141;
  font-size: 18px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  margin-right: auto;
  position: relative;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .hero__btn {
    margin-top: -30px;
    margin-left: 440px;
  }
}
.hero__btn-data {
  color: #767676;
  font-size: 14px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: auto;
  margin-left: 12px;
  transition: all 0.5s;
}
.hero__btn-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #E9E9E9;
  right: 8px;
  top: 8px;
  overflow: hidden;
  transition: all 0.5s;
}
.hero__btn-arrow:before {
  content: "";
  display: block;
  width: 13px;
  height: 60px;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/ico-download.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transition: all 0.5s;
}
.hero__btn:hover {
  color: #DD006D;
}
.hero__btn:hover .hero__btn-data {
  color: #DD006D;
}
.hero__btn:hover .hero__btn-arrow {
  background: #DD006D;
}
.hero__btn:hover .hero__btn-arrow:before {
  top: 4px;
}
.hero__btn:focus-visible {
  outline: 3px solid #414141;
  outline-offset: 3px;
}
.hero__controls {
  position: relative;
  border: none;
  background: transparent;
  border-radius: 23.072px;
  box-shadow: -3.236px 1.618px 6.472px 0 rgba(0, 0, 0, 0.03) inset, 0 1.618px 10.194px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(59.4623222351px);
  padding: 0;
  margin-right: auto;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .hero__controls {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
  }
}
.hero__controls:before {
  content: "";
  display: block;
  background-color: #FFF;
  width: 42px;
  height: 30px;
  border-radius: 80px;
  position: absolute;
  top: 3.5px;
  right: 4px;
  z-index: 0;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .hero__controls:before {
    background-color: #DD006D;
  }
}
.hero__controls:hover:before {
  width: 48px;
}
@media (min-width: 768px) {
  .hero__controls:hover span {
    opacity: 1;
  }
}
.hero__controls[aria-pressed=true]:before {
  right: 48px;
}
.hero__controls[aria-pressed=true]:hover:before {
  right: 42px;
}
.hero__controls[aria-pressed=true] #play {
  fill: #FFF;
}
@media (min-width: 768px) {
  .hero__controls[aria-pressed=true] #play {
    fill: #FFF;
  }
}
.hero__controls[aria-pressed=true] #pause {
  fill: #DD006D;
}
@media (min-width: 768px) {
  .hero__controls[aria-pressed=true] #pause {
    fill: #FFF;
  }
}
.hero__controls svg {
  position: relative;
  z-index: 1;
}
.hero__controls #play {
  fill: #DD006D;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .hero__controls #play {
    fill: #FFF;
  }
}
.hero__controls #pause {
  transition: all 0.5s;
}
.hero__controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
  font-size: 14px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  white-space: nowrap;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .hero__controls span {
    left: auto;
    right: calc(100% + 10px);
    background-color: #DD006D;
    background: rgba(24, 24, 24, 0.48);
    opacity: 0;
  }
}
.hero {
  /* Reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  .hero__video {
    display: none;
  }
  .hero__btn {
    transition: none;
  }
}

.feature {
  padding-bottom: 64px;
  position: relative;
  width: 100%;
  margin-top: -350px;
}
@media (min-width: 768px) {
  .feature {
    margin-top: -350px;
  }
}
@media (min-width: 1024px) {
  .feature {
    border-bottom: 0.5px solid #D0D0D0;
    padding-bottom: 0;
  }
}
.feature:before, .feature:after {
  content: "";
  display: block;
  width: 445.349px;
  height: 445.349px;
  border-radius: 445.349px;
  opacity: 0.2;
  background: radial-gradient(50% 50% at 50% 50%, #DD006D 0%, rgba(221, 0, 109, 0) 100%);
  filter: blur(93.0500030518px);
  position: absolute;
  right: -194.675px;
  bottom: -144.674px;
}
@media (min-width: 1024px) {
  .feature:before, .feature:after {
    top: 100px;
    right: -100px;
  }
}
.feature:before {
  position: absolute;
  left: -248.102px;
  top: 144px;
  bottom: auto;
}
@media (min-width: 1024px) {
  .feature:before {
    width: 702.373px;
    height: 702.373px;
    right: auto;
    left: -190px;
    top: 190px;
  }
}
@media (min-width: 1024px) {
  .feature .u-container {
    display: flex;
    position: relative;
  }
}
.feature__media {
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .feature__media {
    align-self: start;
    position: sticky;
    top: 120px;
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    min-height: 886px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .feature.is-expanded .feature__media {
    min-height: max(0px, 100vh - 119px - var(--feature-cut, 0px));
  }
}
.feature__image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .feature__image {
    margin-top: auto;
  }
}
.feature__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .feature__content {
    max-width: 562px;
  }
}
.feature__title {
  color: #DD006D;
  font-size: 40px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.85px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .feature__title {
    font-size: 52px;
    margin-bottom: 77px;
    max-width: 403px;
  }
}
.feature__subtitle {
  color: #414141;
  font-size: 24px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.25px;
  margin-bottom: 26px;
}
@media (min-width: 1024px) {
  .feature__subtitle {
    font-size: 28px;
  }
}
.feature__excerpt {
  color: #686868;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.25px;
  margin-bottom: 40px;
}
.feature {
  /* Fila nombre + botón */
}
.feature__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .feature__meta {
    padding-bottom: 40px;
  }
}
.feature__author-block {
  display: flex;
  flex-direction: column;
}
.feature__author {
  color: #DD006D;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  display: block;
}
.feature__role {
  color: #7B7B7B;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  display: block;
}
.feature__toggle {
  padding: 4px 40px 4px 12px;
  border-radius: 6px;
  border: none;
  background: #FFF;
  cursor: pointer;
  color: black;
  font-size: 18px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  min-height: 32px;
  transition: all 0.5s;
}
.feature__toggle:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #E9E9E9;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  transition: all 0.5s;
}
.feature__toggle:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/ico-mas.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.5px;
  z-index: 2;
  transition: all 0.5s;
}
.feature__toggle:hover {
  background: #F2F7FA;
}
.feature__toggle:hover:before {
  background-color: #DD006D;
}
.feature__toggle:hover:after {
  filter: brightness(0) invert(1);
}
.feature__toggle:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}
.feature__toggle[aria-expanded=true]:after {
  background-image: url("../images/ico-menos.svg");
}
@media (min-width: 1024px) {
  .feature__more {
    margin-bottom: 40px;
  }
}
.feature__more p {
  color: #686868;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
}
.feature hr {
  border-top: 1px dashed #DD006D;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .feature hr {
    margin-bottom: 40px;
  }
}

.tiles {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  .tiles {
    padding-top: 116px;
    padding-bottom: 134px;
  }
}
.tiles__title {
  color: #211B19;
  text-align: center;
  font-size: 40px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.85px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .tiles__title {
    font-size: 52px;
    margin-bottom: 71px;
  }
}
.tiles__grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .tiles__grid {
    gap: 32px;
    flex-direction: row;
    transition: all 0.5s;
  }
}
@media (min-width: 1024px) {
  .tiles.viewport .tiles__grid {
    gap: 8px;
  }
}
.tiles__item {
  position: relative;
  height: 284px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .tiles__item {
    flex: 1 1 0;
    height: 434px;
  }
}
.tiles__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.02);
  transition: transform 260ms ease;
}
.tiles {
  /* Título sobre imagen */
}
.tiles__label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 36px;
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.55px;
}
.tiles {
  /* Flecha arriba derecha */
}
.tiles__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  transition: opacity 220ms ease, transform 220ms ease;
  background-image: url("../images/ico-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .tiles__item::after {
    opacity: 0;
    transform: translateY(-6px);
  }
}
.tiles__item:nth-of-type(1):after {
  background-color: #FEC825;
}
.tiles__item:nth-of-type(2):after {
  background-color: #87BE42;
}
.tiles__item:nth-of-type(3):after {
  background-color: #DD006D;
  background-image: url("../images/ico-link-alt.svg");
}
.tiles__item:nth-of-type(4):after {
  background-color: #0095DB;
  background-image: url("../images/ico-link-alt.svg");
}
.tiles__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.tiles {
  /* Hover general: todos se estrechan */
}
@media (min-width: 1024px) {
  .tiles__grid:hover .tiles__item {
    flex: 0.8 1 0;
  }
}
.tiles {
  /* Item activo se expande */
}
@media (min-width: 1024px) {
  .tiles__grid:hover .tiles__item:hover {
    flex: 2 1 0;
    transform: scale(0.85);
  }
}
.tiles {
  /* Zoom suave imagen */
}
@media (min-width: 1024px) {
  .tiles__item:hover .tiles__img, .tiles__item:focus-visible .tiles__img {
    transform: scale(1.06);
  }
}
.tiles {
  /* Mostrar flecha */
}
@media (min-width: 1024px) {
  .tiles__item:hover::after, .tiles__item:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
  }
}
.tiles {
  /* Focus accesible */
}
.tiles__item:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}
.tiles {
  /* Reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  .tiles__item, .tiles__img, .tiles__item::after {
    transition: none;
  }
}

.showcase {
  background: #F2F8E9;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  .showcase {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.showcase .u-container {
  max-width: 1016px;
}
.showcase__title {
  color: #211B19;
  text-align: center;
  font-size: 40px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.85px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .showcase__title {
    font-size: 52px;
    margin-bottom: 64px;
  }
}
.showcase__grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .showcase__grid {
    flex-direction: row;
    gap: 8px;
  }
}
.showcase__card {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  display: block;
  outline: none;
  width: 100%;
  max-width: 638px;
}
@media (min-width: 1024px) {
  .showcase__card {
    flex: 1;
  }
}
.showcase__card:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}
.showcase__card:hover .showcase__card-overlay {
  background: linear-gradient(0deg, #DD006D -30.11%, rgba(221, 0, 109, 0) 100%);
}
.showcase__card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .showcase__card-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.showcase__card-media {
  display: block;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.showcase__card-media:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/ico-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.showcase__preview {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.showcase__card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.5s;
}
.showcase__card-text {
  color: #444;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.55px;
  text-wrap: balance;
  display: block;
  padding: 0 10px;
}

/* ================= Modal ================= */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}

.modal[aria-hidden=false] {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal__dialog {
  position: relative;
  width: 920px;
  max-width: calc(100% - 32px);
  margin: 64px auto;
  background: #0b0b0b;
  color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.modal__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}

.modal__close {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  border-radius: 8px;
  background-image: url("../images/ico-close.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.modal__close:focus-visible {
  outline: 3px solid #DD006D;
  outline-offset: 3px;
}

.modal__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000000;
}

.modal__media iframe,
.modal__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.is-modal-open {
  overflow: hidden;
}

.graphs {
  width: 100%;
  min-height: 100vh;
}
.graphs_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.graphs_header-top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.graphs__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 6.3px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 40px 8px 12px;
  color: #414141;
  font-size: 18px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: left;
  text-decoration: none;
  margin-right: auto;
  position: relative;
  transition: all 0.5s;
  width: auto;
  margin-right: auto;
  margin-left: 0;
}
.graphs__btn--back {
  padding-right: 12px;
}
.graphs__btn--download {
  margin-top: auto;
}
.graphs__btn-data {
  color: #767676;
  font-size: 14px;
  line-height: 1.02;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: auto;
  margin-left: 12px;
  transition: all 0.5s;
}
.graphs__btn-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #E9E9E9;
  right: 8px;
  top: 8px;
  overflow: hidden;
  transition: all 0.5s;
}
.graphs__btn-arrow:before {
  content: "";
  display: block;
  width: 13px;
  height: 60px;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/ico-download.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transition: all 0.5s;
}
.graphs__btn:hover {
  color: #DD006D;
}
.graphs__btn:hover .hero__btn-data {
  color: #DD006D;
}
.graphs__btn:hover .hero__btn-arrow {
  background: #DD006D;
}
.graphs__btn:hover .hero__btn-arrow:before {
  top: 4px;
}
.graphs__btn:focus-visible {
  outline: 3px solid #414141;
  outline-offset: 3px;
}
.graphs_content {
  width: 100%;
  margin-bottom: 64px;
}
@media (min-width: 576px) {
  .graphs_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .graphs_content {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .graphs_content-last {
    margin-bottom: 126px;
  }
}
@media (min-width: 1440px) {
  .gobernanza .graphs_content {
    position: relative;
    padding-left: 327px;
    min-height: 670px;
  }
}
.graphs_subcontent {
  border: 2px solid #0095DB;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 576px) {
  .graphs_subcontent {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .graphs_subcontent {
    width: calc(66.66% - 16px);
  }
}
@media (min-width: 1024px) {
  .graphs_subcontent {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1440px) {
  .graphs_subcontent {
    width: calc(25% - 24px);
  }
}
@media (min-width: 1440px) {
  .gobernanza .graphs_subcontent {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.graphs_subcontent .graphs_item {
  width: 100%;
}
@media (min-width: 576px) {
  .graphs_subcontent .graphs_item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1440px) {
  .graphs_subcontent .graphs_item {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .gobernanza .graphs_subcontent .graphs_item {
    width: 100%;
  }
}
.graphs_title {
  display: block;
}
.graphs_title strong {
  display: block;
  color: black;
  font-size: 60px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .graphs_title strong {
    font-size: 100px;
  }
}
.graphs_title span {
  display: block;
  color: black;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 1024px) {
  .graphs_title span {
    font-size: 38px;
  }
}
.graphs_subtitle {
  display: block;
  color: black;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  padding-bottom: 9px;
  border-bottom: 2px solid;
  width: 100%;
  margin-bottom: 32px;
}
.graphs_subtitle-blue {
  border-bottom-color: #0095DB;
}
.graphs_subtitle-pink {
  border-bottom-color: #DD006D;
}
.graphs_subtitle-green {
  border-bottom-color: #86BD40;
}
.graphs_subtitle-gold {
  border-bottom-color: #DDB40A;
}
@media (min-width: 1024px) {
  .graphs_subtitle {
    font-size: 28px;
  }
}
.graphs_subsubtitle {
  display: block;
  color: black;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
}
.graphs_subsubtitle-blue {
  color: #0095DB;
}
.graphs_subsubtitle-pink {
  color: #DD006D;
}
.graphs_subsubtitle-green {
  color: #86BD40;
}
.graphs_subsubtitle-gold {
  color: #DDB40A;
}
@media (min-width: 1024px) {
  .graphs_subsubtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.graphs_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 576px) {
  .graphs_item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 768px) {
  .graphs_item {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1024px) {
  .graphs_item {
    width: calc(25% - 24px);
  }
}
@media (min-width: 1440px) {
  .graphs_item.graphs_item-xl-20 {
    width: calc(20% - 28px);
  }
}
@media (min-width: 1440px) {
  .gobernanza .graphs_item {
    width: calc(33.33% - 22px);
  }
}
@media (min-width: 576px) {
  .responsable .graphs_item:nth-of-type(5) {
    margin-top: -190px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .responsable .graphs_item:nth-of-type(5) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .responsable .graphs_item:nth-of-type(5) {
    margin-top: -190px;
  }
}
@media (min-width: 576px) {
  .responsable .graphs_item:nth-of-type(6) {
    margin-top: -190px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .responsable .graphs_item:nth-of-type(6) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .responsable .graphs_item:nth-of-type(6) {
    margin-top: -190px;
  }
}
.graphs_icon {
  width: auto;
  max-width: 100%;
  height: 40px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .graphs_icon {
    height: 55px;
  }
}
.graphs_icon-large {
  height: 80px;
}
@media (min-width: 1024px) {
  .graphs_icon-large {
    height: 95px;
  }
}
.graphs_icon-small {
  height: 22px;
  margin-top: 9px;
  margin-bottom: 19px;
}
@media (min-width: 1024px) {
  .graphs_icon-small {
    height: 27px;
    margin-top: 14px;
    margin-bottom: 24px;
  }
}
.graphs_triangle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
}
.graphs_triangle-15 {
  max-width: 56px;
}
.graphs_triangle-10 {
  max-width: 52px;
}
.graphs_triangle-8 {
  max-width: 42px;
}
.graphs_triangle-5 {
  max-width: 37px;
}
.graphs_triangle-4 {
  max-width: 31px;
}
.graphs_text {
  color: black;
  font-size: 16px;
  line-height: 1.15;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .graphs_text {
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .graphs_text:nth-child(1), .graphs_text:nth-child(2) {
    text-wrap: balance;
    min-height: 37px;
  }
}
.graphs_text-blue strong {
  color: #0095DB;
}
.graphs_text-pink strong {
  color: #DD006D;
}
.graphs_text-green strong {
  color: #86BD40;
}
.graphs_text-gold strong {
  color: #DDB40A;
}
.graphs_text strong:not(.no-b) {
  display: block;
}
.graphs_text span {
  display: block;
  color: #808080;
}
@media (min-width: 1024px) {
  .graphs_text-lh {
    min-height: 110px !important;
  }
}
@media (min-width: 1440px) {
  .graphs_text-lh {
    min-height: 73px !important;
  }
}
.graphs_amount {
  color: black;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.graphs_amount small {
  font-size: 50%;
  margin-top: -10px;
}
.graphs_amount-blue {
  color: #0095DB;
}
.graphs_amount-pink {
  color: #DD006D;
}
.graphs_amount-pink-alt {
  color: #EE80B6;
}
.graphs_amount-green {
  color: #86BD40;
}
.graphs_amount-gold {
  color: #DDB40A;
}
.graphs_amount:last-child {
  margin-bottom: 0;
}
.graphs_amount strong {
  font-size: 46px;
  font-weight: 400;
}
.graphs_amount em {
  font-style: normal;
  color: black;
  font-size: 18px;
  line-height: 1.5;
}
.graphs_data {
  position: relative;
}
.graphs_data img {
  width: 220px;
}
.graphs_data .graphs_amount {
  position: absolute;
}
.graphs_data-1 .graphs_amount {
  top: 10px;
  left: 0;
  text-align: right;
  width: 220px;
  display: block;
}
.graphs_data-2 .graphs_amount-pink {
  top: 0;
  left: 0;
  display: block;
}
.graphs_data-2 .graphs_amount-pink-alt {
  top: 110px;
  left: 170px;
  width: 50px;
  display: block;
}
.graphs_data-2 .graphs_text {
  position: absolute;
  bottom: 41px;
  left: 162px;
  text-align: right;
  background: white;
  padding: 10px;
  width: 60px;
}
.graphs_data-3, .graphs_data-4, .graphs_data-5 {
  max-width: 170px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .graphs_data-3, .graphs_data-4, .graphs_data-5 {
    max-width: 190px;
  }
}
.graphs_data-3 .graphs_text, .graphs_data-4 .graphs_text, .graphs_data-5 .graphs_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
.graphs_data-3 .graphs_text span, .graphs_data-4 .graphs_text span, .graphs_data-5 .graphs_text span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
  color: #86BD40;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .graphs_data-3 .graphs_text span, .graphs_data-4 .graphs_text span, .graphs_data-5 .graphs_text span {
    font-size: 48px;
  }
}
.graphs_data-5 {
  margin-bottom: 0;
}
.graphs_dots {
  width: 100%;
  max-width: 180px;
  margin-bottom: 16px;
}
.graphs_dots:last-child {
  margin-bottom: 0;
}
.graphs_dots .filled {
  opacity: 0;
  transition: all 1.5s;
}
.viewport .graphs_dots .filled {
  opacity: 1;
}
.graphs_bar {
  display: block;
  width: 100%;
  background-color: #DFDFDF;
  margin-bottom: 16px;
}
.graphs_bar:last-child {
  margin-bottom: 0;
}
.graphs_bar-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
}
.graphs_bar-wrapper .graphs_bar {
  margin-bottom: 0;
  background-color: transparent;
}
.graphs_bar-wrapper .graphs_bar strong {
  font-size: 150%;
}
.graphs_bar-wrapper .graphs_bar-pink + strong {
  color: #DD006D;
  font-size: 200%;
  transform: translateX(-34px);
}
.graphs_bar-wrapper .graphs_bar-pink-alt + strong {
  transform: translateX(-34px);
}
.graphs_bar_fill {
  display: block;
  height: 14px;
  width: 0%;
  transition: all 1s;
}
.graphs_bar-large .graphs_bar_fill {
  height: 34px;
}
.graphs_bar-blue .graphs_bar_fill {
  background-color: #0095DB;
}
.graphs_bar-pink .graphs_bar_fill {
  background-color: #DD006D;
}
.graphs_bar-pink-alt .graphs_bar_fill {
  background-color: #EE80B6;
}
.graphs_bar-green .graphs_bar_fill {
  background-color: #86BD40;
}
.graphs_bar-gold .graphs_bar_fill {
  background-color: #DDB40A;
}
.graphs_note {
  color: #808080;
  font-size: 14px;
  line-height: 1.15;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .graphs .graphs_content-ambiental {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .graphs .graphs_content-ambiental .graphs_column {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .graphs .graphs_content-ambiental .graphs_column-3 {
    gap: 67px;
  }
}
.graphs_column {
  width: 100%;
}
@media (min-width: 768px) {
  .graphs_column {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  .graphs_column {
    width: calc(33.33% - 22px);
  }
}
@media (min-width: 576px) {
  .graphs_column .graphs_item {
    width: 100%;
  }
}
.graphs_content-ambiental .graphs_column-2 {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .graphs_content-ambiental .graphs_column-2 {
    width: calc(40% - 22px);
  }
}
@media (min-width: 768px) {
  .graphs_content-ambiental .graphs_column-3 {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .graphs_content-ambiental .graphs_column-3 {
    flex-direction: column;
  }
}
.graphs_content-ambiental .graphs_column-5 {
  border: 2px solid #86BD40;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 268px;
}
.graphs .graphs_subcontent-gobernanza {
  max-width: 521px;
}
@media (min-width: 1440px) {
  .graphs .graphs_subcontent-gobernanza {
    width: calc(42% - 16px);
  }
}
@media (min-width: 1440px) {
  .graphs .graphs_subcontent-gobernanza .graphs_item {
    width: calc(50% - 16px);
  }
}
.graphs .graphs_extras {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1024px) {
  .graphs .graphs_extras {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1440px) {
  .graphs .graphs_extras {
    width: calc(58% - 16px);
  }
}
@media (min-width: 1024px) {
  .graphs .graphs_extras .graphs_item {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1440px) {
  .graphs .graphs_extras .graphs_item {
    width: calc(25% - 18px);
  }
}