/* makes sizing simpler */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default spacing */
/* force styling of type through styling, rather than elements */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* dark mode user-agent-styles */
/* min body height */
body {
  min-height: 100vh;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  font-display: optional;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #0F0F0F;
  background-color: #ffffff;
}

p {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: #4A4A4A;
}

.block-html {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #0F0F0F;
  padding-bottom: 1.875rem;
}
.block-html *:not(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}
.block-html p {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}
.block-html strong {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
@media (min-width: 62em) {
  .block-html {
    padding-bottom: 5rem;
  }
}
.block-html iframe {
  width: 100%;
  max-width: 100%;
}
.block-html h1,
.block-html h2,
.block-html h3,
.block-html h4,
.block-html h5,
.block-html h6 {
  font-family: "Open Sans", sans-serif;
  color: #262670;
}
.block-html h1.title--primary,
.block-html h2.title--primary,
.block-html h3.title--primary,
.block-html h4.title--primary,
.block-html h5.title--primary,
.block-html h6.title--primary {
  margin-bottom: 1.5rem;
}
.block-html h3 {
  font-weight: 400;
  font-size: clamp(1.625rem, 3vw, 2.75rem);
}
.block-html img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

.display {
  position: relative;
  color: #2F2F2F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.875rem, 2.6vw, 2.5rem);
}

.content-indicator {
  position: relative;
  padding-left: 2.5rem;
}
@media (min-width: 62em) {
  .content-indicator {
    padding-left: 4.4375rem;
  }
}
.content-indicator::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.375rem;
  width: 1rem;
  height: 1rem;
  background-color: #F65F1A;
  border-radius: 50%;
}
@media (min-width: 62em) {
  .content-indicator::before {
    left: 1.875rem;
  }
}
@media (min-width: 90em) {
  .content-indicator::before {
    left: 0rem;
  }
}
.content-indicator::after {
  content: "";
  position: absolute;
  top: 2.75rem;
  bottom: 0;
  left: 0.75rem;
  width: 0.25rem;
  background-image: linear-gradient(to bottom, #F65F1A 50%, transparent 50%);
  background-size: 100% 1.5rem;
}
@media (min-width: 62em) {
  .content-indicator::after {
    left: 2.25rem;
  }
}
@media (min-width: 90em) {
  .content-indicator::after {
    left: 0.375rem;
  }
}

.lead {
  color: #000000;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 400;
}

.text--center {
  text-align: center;
}

.title--secondary {
  color: #262670;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: bold;
  margin-bottom: 0.875rem;
}
.title--secondary--white {
  color: #F8F6F2;
}
.title--secondary--blue {
  color: #262670;
}

.bold {
  font-weight: bold;
}

.container-full {
  width: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 43.75em) {
  .container-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header__topbar {
  background-color: transparent;
}
@media (max-width: 768px) {
  .header__topbar {
    justify-content: center !important;
  }
}
.header__topbar--lines {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}
.header__topbar .line, .header__topbar::before, .header__topbar::after {
  content: "";
  height: 0.3125rem;
  border-radius: 0 100px 100px 0;
}
.header__topbar::before {
  width: 100%;
  background-color: #F65F1A;
}
.header__topbar .line {
  width: 92.19%;
  background-color: #262670;
}
.header__topbar::after {
  top: 200%;
  width: 86.79%;
  background-color: #04B154;
}
.header__social-link {
  transition: opacity 0.3s ease;
}
.header__social-link:hover {
  opacity: 0.8;
}
.header__logo {
  height: 52px;
  width: auto;
  transition: opacity 1s ease-in-out;
}
.header .logo-color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand.menu-open .logo-white {
  opacity: 0;
}
.header .navbar-brand.menu-open .logo-color {
  opacity: 1;
  pointer-events: auto;
}
.header .navbar-brand,
.header .navbar-toggler {
  position: relative;
  z-index: 1050 !important;
}
.header__nav-link {
  color: #000000;
  transition: color 0.3s ease;
  font-weight: 700;
  font-size: 1rem;
}
.header__nav-link:hover, .header__nav-link.active {
  color: #F65F1A;
}
.header .z-3 {
  position: relative;
  z-index: 3;
}
.header .navbar {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  position: relative;
}
.header .navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1040;
  padding-top: 7.5rem;
}
@media (min-width: 62em) {
  .header .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.72);
    z-index: 2;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.header #menuPrincipal {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header #menuPrincipal.show {
  visibility: visible;
  opacity: 1;
}
.header #menuPrincipal.collapsing {
  display: flex;
  height: 100vh !important;
  visibility: visible;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 62em) {
  .header #menuPrincipal {
    flex-direction: row;
    height: 100%;
  }
  .header #menuPrincipal.collapsing {
    height: 100% !important;
  }
  .header #menuPrincipal .navbar-nav {
    padding-right: 5rem;
  }
}
.header .navbar-nav {
  gap: 2rem !important;
}
@media (min-width: 62em) {
  .header .navbar-nav {
    gap: 1rem !important;
  }
}
.header__nav-link {
  color: #000000;
  transition: color 0.3s ease;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 62em) {
  .header__nav-link {
    font-size: 1rem;
  }
}
.header__nav-link:hover, .header__nav-link.active {
  color: #F65F1A;
}
.header .navbar-toggler {
  border: none;
  padding: 0;
  color: #000000;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler .icon-hamburger {
  display: block;
  color: #ffffff;
}
@media (min-width: 62em) {
  .header .navbar-toggler .icon-hamburger {
    color: #000000;
  }
}
.header .navbar-toggler .icon-close {
  display: none;
}
.header .navbar-toggler[aria-expanded=true] .icon-hamburger {
  display: none;
}
.header .navbar-toggler[aria-expanded=true] .icon-close {
  display: block;
}

.container-full {
  width: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  padding-right: clamp(1.5rem, 3vw, 2.5rem);
}

.header-area {
  position: sticky;
  top: 0;
  height: 20vh;
  background-color: #F5F5F5;
  z-index: 10;
}
.header-area__title {
  color: #000000;
  letter-spacing: 1px;
}
.header-area__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  border-top: 4px solid #F65F1A;
  border-left: 4px solid #F65F1A;
  margin-right: 15px;
  margin-bottom: 10px;
}

.cards-container__title {
  position: sticky;
  top: 2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: clamp(2.5rem, 5.5vw, 6.4375rem);
}

.stack-card {
  height: 80vh;
  position: sticky;
  top: 20vh;
}
.stack-card__image {
  object-fit: cover;
  opacity: 0.8;
}
.stack-card__icon {
  width: 50px;
  height: 50px;
  background-color: #F65F1A;
  color: white;
}
.stack-card__content--dark {
  background-color: #262670;
  color: white;
}
.stack-card__content--light {
  background-color: #F5F5F5;
  color: #000000;
}

.impact-numbers {
  background-color: #ffffff;
}
@media (min-width: 62em) {
  .impact-numbers {
    margin-top: 2.75rem;
  }
}
.impact-numbers__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 39.375rem;
  max-height: 45rem;
  z-index: 1;
}

.stats-wrapper {
  position: relative;
  z-index: 2;
  padding: 0.9375rem;
}
@media (min-width: 62em) {
  .stats-wrapper {
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin-top: 10.5rem;
  }
}
.stats-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #F65F1A;
  z-index: -1;
}
.stats-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.125rem;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #F65F1A;
  z-index: -1;
}
@media (min-width: 62em) {
  .stats-wrapper::after {
    right: -1.5rem;
  }
}
.stats-wrapper--theme-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #262670;
  z-index: -1;
}
.stats-wrapper--theme-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.125rem;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #262670;
  z-index: -1;
}
@media (min-width: 62em) {
  .stats-wrapper--theme-2::after {
    right: -1.5rem;
  }
}
.stats-wrapper--theme-2 .stat-card {
  background-color: #0c8b47;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 43.75em) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-card {
  background-color: #2F2F2F;
  padding: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 17.5rem;
}
.stat-card__main {
  margin-bottom: 2rem;
}
.stat-card__number {
  font-size: clamp(2.625rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.stat-card__label {
  color: #ffffff;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.stat-card__footer {
  text-align: right;
  margin-top: auto;
}
.stat-card__desc {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}

.work {
  background-color: #ffffff;
}
.work__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 48.375rem;
  max-height: 45rem;
  z-index: 1;
}

.work-wrapper {
  position: relative;
  z-index: 2;
  padding: 0.9375rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 62em) {
  .work-wrapper {
    padding: 1.5rem;
    min-height: 45rem;
    margin-top: 1.25rem;
  }
}
.work-wrapper .work-card {
  margin-bottom: 40px;
  background-color: #0c8b47;
  padding: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 17.5rem;
}
.work-wrapper .work-card__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.work-wrapper .work-card__desc {
  margin-bottom: 0;
  color: #ffffff;
}
.work-wrapper .work-card__btn {
  max-width: 100%;
}
@media (min-width: 62em) {
  .work-wrapper .work-card__btn {
    max-width: 10.25rem;
  }
}

.activities {
  margin-top: clamp(3.125rem, 7vw, 8.25rem);
  margin-bottom: clamp(3.125rem, 7vw, 8.25rem);
}

.footer {
  padding-top: clamp(3.125rem, 5vw, 5rem);
  margin-top: 5.625rem;
  background-color: #B3B3B3;
}
.footer__main {
  padding-bottom: 2rem;
}
.footer__email {
  color: #000000;
}
.footer__email a {
  color: #000000;
}
.footer__brand {
  max-width: 15rem;
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 62em) {
  .footer__brand {
    display: inline-block;
    margin-bottom: 0;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.footer__nav-link {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #F65F1A;
}
.footer__nav-list, .footer__contact, .footer__bottom {
  text-align: center;
}
@media (min-width: 62em) {
  .footer__nav-list, .footer__contact, .footer__bottom {
    text-align: inherit;
  }
}
.footer__social {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.footer__social-link {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 4px;
  color: #000000;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  text-decoration: none;
  fill: #000000;
}
.footer__divider {
  border: none;
  height: 0.125rem;
  background-color: #000000;
  opacity: 1;
  margin: 0;
}
.footer__bottom {
  font-size: 0.875rem;
  color: #000000;
}
.footer__bottom p {
  font-size: 0.875rem;
  color: #000000;
}
.footer__bottom a {
  color: #000000;
  text-decoration: none;
}
.footer__bottom a:hover {
  text-decoration: underline;
}

.btn--primary {
  background-color: #F65F1A;
  border-color: #F65F1A;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.75rem clamp(1.625rem, 2.6vw, 2rem);
  transition: all 0.3s ease;
  border-radius: 3.25rem;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}
.btn--primary:hover {
  background-color: rgb(212.6428571429, 72.4285714286, 8.3571428571);
  border-color: rgb(212.6428571429, 72.4285714286, 8.3571428571);
  color: #ffffff;
  transform: translateY(-2px);
}
.btn--primary:active {
  background-color: rgb(188.1071428571, 64.0714285714, 7.3928571429) !important;
  border-color: rgb(188.1071428571, 64.0714285714, 7.3928571429) !important;
  transform: scale(0.98);
}
.btn--primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 95, 26, 0.5) !important;
  outline: none;
}
.btn--outline {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.75rem clamp(2rem, 3vw, 3rem);
  transition: all 0.3s ease;
  border-radius: 3.25rem;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}
.btn--outline:hover {
  border-color: rgb(229.5, 229.5, 229.5);
  color: #ffffff;
  transform: translateY(-2px);
}
.btn--outline:active {
  border-color: rgb(216.75, 216.75, 216.75) !important;
  transform: scale(0.98);
}
.btn--outline:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5) !important;
  outline: none;
}

.hero {
  position: relative;
  min-height: 47.6875rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  padding-top: 5rem;
  background: radial-gradient(ellipse at 0% 15%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 68%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.9) 100%), url("../img/banners/bg-hero_mobile.webp");
  background-color: #262670;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  margin-bottom: clamp(2rem, 5vw, 5.25rem);
}
@media (min-width: 62em) {
  .hero {
    background: radial-gradient(ellipse at 0% 15%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 68%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.9) 100%), url("../img/banners/bg-hero.webp");
    background-color: #262670;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/banners/pattern.webp");
  background-size: cover;
  opacity: 0.03;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.hero .container-xxl {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero__title {
  font-weight: bold;
  font-size: clamp(1.25rem, 2.6vw, 2.875rem);
}
.hero__text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (min-width: 62em) {
  .hero__text {
    max-width: 26rem;
  }
}
.hero__actions .btn:not(:last-of-type) {
  margin-right: 1.875rem;
}

.trivia-slider {
  --swiper-navigation-color: #F65F1A;
  --swiper-pagination-color: #F65F1A;
  --swiper-navigation-size: 24px;
  position: relative;
}
.trivia-slider .swiper-pagination {
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  bottom: auto;
}
.trivia-slider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d9d9d9;
  transition: all 0.3s ease-in-out;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.0625rem !important;
}
.trivia-slider .swiper-pagination-bullet-active {
  background-color: #F65F1A;
  opacity: 1;
  width: 2.75rem;
  border-radius: 30px;
}
.trivia-slider .swiper-button-next,
.trivia-slider .swiper-button-prev {
  position: relative;
  margin-top: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 3.1875rem;
  height: 3.1875rem;
  background-color: #F65F1A;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trivia-slider .swiper-button-next.swiper-button-disabled,
.trivia-slider .swiper-button-prev.swiper-button-disabled {
  background-color: #b8b8b8;
  color: #000000;
  opacity: 1;
}
.trivia-slider .slider-btn-play-pause {
  background: transparent;
  border: none;
  padding: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: opacity 0.3s ease;
}
.trivia-slider .slider-btn-play-pause:hover {
  opacity: 0.7;
}
.trivia-slider .slider-btn-play-pause .icon-pause {
  display: block;
}
.trivia-slider .slider-btn-play-pause .icon-play {
  display: none;
}
.trivia-slider .slider-btn-play-pause.is-paused .icon-pause {
  display: none;
}
.trivia-slider .slider-btn-play-pause.is-paused .icon-play {
  display: block;
}
.trivia-slider .slider-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.trivia-slider .slider-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  min-height: 43.75rem;
}
@media (min-width: 62em) {
  .trivia-slider .slider-card {
    min-height: 38.3125rem;
  }
}
.trivia-slider .slider-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.trivia-slider .slider-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 1.42%, #231f20 101.36%), linear-gradient(0deg, rgba(35, 31, 32, 0) 69.82%, rgba(35, 31, 32, 0.98) 138.39%);
}
.trivia-slider .slider-card__content {
  position: relative;
  z-index: 3;
  padding-bottom: 1.25rem;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 62em) {
  .trivia-slider .slider-card__content {
    width: 83.333333%;
  }
}
.trivia-slider .slider-card__icon {
  width: 72px;
  height: 72px;
  background-color: #F65F1A;
  color: white;
  padding: 0.875rem;
  top: 3.75rem;
  position: absolute;
  z-index: 4;
}
.trivia-slider .slider-card__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: clamp(1.625rem, 2.5vw, 2rem);
}
.trivia-slider .slider-card__text {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.section-header__title {
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
.section-header__text {
  margin-bottom: 0rem;
}
.section-header__list {
  list-style-position: inside;
  padding-left: clamp(0px, 1vw, 0.375rem);
}
.section-header__list a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header__list li {
  margin-bottom: 1.125rem;
}

/*# sourceMappingURL=styles.css.map */
