@charset "UTF-8";
/* @import "../css/thema.css";
@import "../css/icomoon/style";  */
@font-face {
  font-family: "SoraVariable";
  src: url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "InterItalicVariable";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Inter/Inter-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "InterVariable";
  src: url("../fonts/Inter/Inter-Regular-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Inter/Inter-Regular-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
/* @font-face {
     font-family: "SoraVariable";
     src: url("Sora-VariableFont_wght.woff2") format("woff2 supports variations"),
          url("Sora-VariableFont_wght.woff2") format("woff2-variations");
     font-weight: 100 1000;
} */ /*  */ /* May + alt + a */
/* -------------------------------------------------------------------
 * ## Reset
 * ------------------------------------------------------------------- */
:after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
  display: block;
}

a {
  text-decoration: none !important;
}
a:active {
  color: unset;
}

li {
  list-style: none;
}

/* -------------------------------------------------------------------
 * ## Design System
 * ------------------------------------------------------------------- */
/*-- VARIABLES MediaQuery--*/
/*   $xs: 0;
  $sm: 576px;
  $md: 768px;
  $lg: 992px;
  $xl: 1200px;
 */
/*-- VARIABLES FONT-SIZES --**/
/* nuevas// proyecto */
.textM {
  /* Desktop/Bodycopy/Text M */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
}

.textNabar {
  color: var(--Neutral-800, #292E30);
  text-align: center;
  /* Desktop/Navbar */
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
  letter-spacing: -0.209px;
}

/*-- VARIABLES ESPACIO PADDING/MARGIN--**/
/*-- VARIABLES unicas --*/
/*-- fuentes --*/
/*-- VARIABLES BORDER-RADIUS --*/
/*-- COLORS --*/
:root {
  font-family: "SoraVariable", sans-serif;
}

body {
  background-color: #FAFAFA;
  background-color: #fafafa;
}
body .contentLimit {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.08vw;
}
@media (min-width: 678px) {
  body .contentLimit {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  body .contentLimit {
    padding: 0 64px;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  body .contentLimit {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  body .contentLimit {
    padding: 0 116px;
  }
}
body main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* section{
    width: 100%;

    margin: 0 auto;
    border: 1px solid red;
       @media (min-width: v.$m) {
        height: calc(100dvh - v.$hHeaderDes);
    }
} */
.fit {
  width: fit-content !important;
}

/* -------------------------------------------------------------------
 * ## mixins
 * ------------------------------------------------------------------- */
/*-- BREAK POINTS--*/
/*
  $s: 678px;//no se pone el corte a 834 como figma porque se desborda
  $m: 1024px;// medida cambio header
  $xxl: 1400px;1550px NUEVO

*/
.linkInvert, a.linkInvert, .linkInvert a:link, .linkInvert a:visited {
  color: #FAFAFA;
}
.linkInvert a:hover, .linkInvert a:active, a.linkInvert a:hover, a.linkInvert a:active, .linkInvert a:link a:hover, .linkInvert a:link a:active, .linkInvert a:visited a:hover, .linkInvert a:visited a:active {
  color: #AACAFF;
}

.siteHeader {
  width: 100%;
  background: #FAFAFA;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 16px 0;
  height: 62px;
}
@media (min-width: 1025px) {
  .siteHeader {
    height: 68px;
  }
}
.siteHeader .headerWrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 4.08vw;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 678px) {
  .siteHeader .headerWrap {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap {
    padding: 0 64px;
    border-bottom: 0;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  .siteHeader .headerWrap {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  .siteHeader .headerWrap {
    padding: 0 116px;
  }
}
.siteHeader .headerWrap .logoBlock {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap .logoBlock {
    max-width: 230px;
    /* max-height: 34px; */
  }
}
.siteHeader .headerWrap .logoBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
.siteHeader .headerWrap .logoBlock {
  /* 			.logoText {
  				color: v.$neutral-1000;
  				font-family: v.$sora;
  				font-weight: 400;
  				line-height: 1;
  				letter-spacing: -0.02em;
  				text-transform: lowercase; */
  /* 	@media (min-width: 768px) {
  	} */
  /* } */
}
.siteHeader .headerWrap .menuToggle {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap .menuToggle {
    display: none;
  }
}
.siteHeader .headerWrap .menuToggle .menuToggleLine {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background-color: #000000;
}
.siteHeader .headerBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.siteHeader .headerBackdrop.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .siteHeader .headerBackdrop {
    display: none;
  }
}
.siteHeader .headerMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 24px 1.5rem 38.92px;
  background-color: #FAFAFA;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
  transform: translateX(110%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  z-index: 45;
  padding: 16px 4.08vw 38.92px;
}
@media (min-width: 678px) {
  .siteHeader .headerMenu {
    padding: 16px 7.69vw 38.92px;
  }
}
.siteHeader .headerMenu.isOpen {
  transform: translateX(0);
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
  }
}
.siteHeader .headerMenu .headerMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerMenuTop {
    display: none;
  }
}
.siteHeader .headerMenu .headerMenuLogo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
}
.siteHeader .headerMenu .headerMenuLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
.siteHeader .headerMenu .menuClose {
  position: relative;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .menuClose {
    display: none;
  }
}
.siteHeader .headerMenu .menuClose .menuCloseLine {
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 1000px;
  background-color: #000000;
}
.siteHeader .headerMenu .menuClose .menuCloseLine:first-child {
  transform: rotate(45deg);
}
.siteHeader .headerMenu .menuClose .menuCloseLine:last-child {
  transform: rotate(-45deg);
}
.siteHeader .headerMenu .headerNav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: 7px;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav {
    flex-direction: row;
    align-items: center;
    gap: 42.8px;
    width: auto;
  }
}
.siteHeader .headerMenu .headerNav .headerLink {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  padding: 0.5rem 0;
  color: #3D1FFF;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.38px;
  border-bottom: 1px solid rgba(61, 31, 255, 0.35);
  text-wrap: nowrap;
  transition: all 0.25s ease;
}
.siteHeader .headerMenu .headerNav .headerLink:hover .headerLinkText,
.siteHeader .headerMenu .headerNav .headerLink:hover .headerLinkIndex, .siteHeader .headerMenu .headerNav .headerLink.active .headerLinkText,
.siteHeader .headerMenu .headerNav .headerLink.active .headerLinkIndex {
  font-weight: 700;
  letter-spacing: -0.418px;
}
.siteHeader .headerMenu .headerNav .headerLink:hover, .siteHeader .headerMenu .headerNav .headerLink.active {
  /* font-weight: 700; */
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav .headerLink {
    align-items: center;
    gap: 0;
    width: auto;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.209px;
    border-bottom: 0;
    color: #292E30;
  }
  .siteHeader .headerMenu .headerNav .headerLink.active {
    font-weight: 400;
    letter-spacing: -0.209px;
  }
}
.siteHeader .headerMenu .headerNav .headerLinkIndex {
  display: inline-flex;
  min-width: 32px;
  padding-top: 0.5rem;
  font-family: "SoraVariable", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.132px;
  color: #3D1FFF;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav .headerLinkIndex {
    display: none;
  }
}
.siteHeader .headerMenu .headerNav .headerLinkText {
  flex: 1 1 auto;
  min-width: 0;
}
.siteHeader .headerMenu .headerNav {
  /* .headerLink.active .headerLinkIndex {
  	font-weight: 700;
  } */
}
.siteHeader .headerMenu .headerActions {
  display: grid;
  gap: 1rem;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerActions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 0;
    width: auto;
  }
}
.siteHeader .headerMenu .headerActions .btnDef,
.siteHeader .headerMenu .headerActions .btnLineLight,
.siteHeader .headerMenu .headerActions .btnLineDark {
  font-size: 21.041px;
  width: 100%;
  padding: 10.521px 21.041px;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerActions .btnDef,
  .siteHeader .headerMenu .headerActions .btnLineLight,
  .siteHeader .headerMenu .headerActions .btnLineDark {
    font-size: 16px;
    width: auto;
    padding: 6px 1rem;
  }
}
.siteHeader .headerMenu .headerActions .btnDef {
  background-color: #2963FF;
  outline-color: #2963FF;
}
.siteHeader .headerMenu .headerActions .btnLineDark {
  outline-width: 1.315px;
}
.siteHeader body.menuOpen {
  overflow: hidden;
}

.btnDefLight,
.btnDef {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: v.$hBtn; */
  padding: 6px 1rem;
  border-radius: 1000px;
  outline: 1px solid #3D1FFF;
  background-color: #3D1FFF;
  color: #F0F1F3;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.btnDefLight:hover,
.btnDef:hover {
  background-color: #2414C2;
  color: #F0F1F3;
}
.btnDefLight:active,
.btnDef:active {
  border: none;
  color: #F0F1F3;
  background-color: #2414C2;
  outline-color: #0A0885;
  box-shadow: 1px 1px 4.5px 0 rgba(10, 8, 133, 0.5);
}
.btnDefLight.big,
.btnDef.big {
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.242px;
}

.btnDefLight {
  background-color: #F0F1F3;
  color: #3D1FFF;
  outline: 1px solid #D4E5FF;
}
.btnDefLight:hover {
  background-color: #D8DBE0;
  color: #3D1FFF;
}
.btnDefLight:active {
  border: none;
  color: #3D1FFF;
  background-color: #D8DBE0;
  outline-color: #B0B5BE;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
}

.btnLineLight,
.btnLineDark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: v.$hBtn; */
  padding: 6px 1rem;
  border-radius: 1000px;
  outline: 1px solid #393E43;
  background-color: transparent;
  color: #393E43;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, outline 0.1s ease;
  white-space: nowrap;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.btnLineLight:hover,
.btnLineDark:hover {
  outline: 2px solid #393E43;
}
.btnLineLight:active,
.btnLineDark:active {
  border: none;
  outline: 3px solid #393E43;
}
.btnLineLight.big,
.btnLineDark.big {
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.242px;
}

.btnLineLight {
  outline: 1px solid #D8DBE0;
  color: #D8DBE0;
}
.btnLineLight:hover {
  outline: 2px solid #D8DBE0;
}
.btnLineLight:active {
  border: none;
  outline: 3px solid #D8DBE0;
}

.section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: white;
}

.orange-section {
  position: relative;
  background-color: #e67e22;
  height: 100vh;
}

.orange-section .left-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 3em;
}

.orange-section .right-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5em;
  text-align: center;
  opacity: 1;
}

.dynamic-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 1.2em;
}

.section:nth-child(3) {
  background-color: #2ecc71;
}

.section h2 {
  font-size: 3em;
  margin-bottom: 20px;
}

.blue-section {
  background-color: #3498db;
}

.section1 {
  background: transparent;
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-top: 62px;
}
@media (min-width: 1025px) {
  .section1 {
    margin-top: 68px;
    height: calc(100dvh - 68px);
  }
}
.section1 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1025px) {
  .section1 .content {
    flex-direction: row;
  }
}
.section1 .content .blokInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #3D1FFF;
  height: calc(90dvh - 62px);
}
@media (min-width: 1025px) {
  .section1 .content .blokInfo {
    flex: 0 0 60%;
    width: 100%;
    height: calc(100dvh - 68px);
  }
}
.section1 .content .blokInfo .contentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  container-type: inline-size;
  width: 100%;
  margin: 0 4.08vw;
  margin-top: auto;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 7.69vw;
    margin-top: auto;
  }
}
@media (min-width: 1025px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 64px;
    align-items: flex-start;
    margin-top: auto;
  }
}
@media (min-width: 1550px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 64px;
    max-width: 700px;
    margin-top: auto;
  }
}
@media (min-width: 1920px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 116px;
    max-width: 874px;
    margin-left: calc(50vw - 862px);
    margin-top: auto;
  }
}
.section1 .content .blokInfo .contentText h1 {
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText h1 {
    /* Tablet/Title-Hero */
    font-size: 4.72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -2.16px;
  }
}
@media (min-width: 1550px) {
  .section1 .content .blokInfo .contentText h1 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section1 .content .blokInfo .contentText h1 {
  color: #FAFAFA;
  margin-bottom: 16px;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText h1 {
    margin-bottom: 32px;
  }
}
.section1 .content .blokInfo .contentText h2 {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 1550px) {
  .section1 .content .blokInfo .contentText h2 {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section1 .content .blokInfo .contentText h2 {
  color: #FAFAFA;
}
.section1 .content .blokInfo .contentText .btnDefLight {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1920px) {
  .section1 .content .blokInfo .contentText .btnDefLight {
    margin-top: 64px;
    margin-bottom: 73.92px;
  }
}
.section1 .content .blockImage {
  display: flex;
  flex: 0 0 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 678px) {
  .section1 .content .blockImage {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1025px) {
  .section1 .content .blockImage {
    flex: 0 0 40%;
    width: 100%;
    aspect-ratio: unset;
    height: calc(100dvh - 68px);
  }
}
.section1 .content .blockImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.section2 {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.section2 .contentLimit {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 678px) {
  .section2 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1025px) {
  .section2 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
    min-height: calc(100dvh - 68px);
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1920px) {
  .section2 .contentLimit {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.section2 .contentLimit {
  /*  @media (min-width: v.$m) {
       min-height: calc(100dvh - v.$hHeaderDes);
   } */
}
.section2 .contentLimit .contentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  container-type: inline-size;
  width: 100%;
}
.section2 .contentLimit .contentText h2 {
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section2 .contentLimit .contentText h2 {
    /* Tablet/Title-Hero */
    font-size: 4.72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -2.16px;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h2 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section2 .contentLimit .contentText h2 {
  color: #292E30;
  margin-bottom: 16px;
}
@media (min-width: 678px) {
  .section2 .contentLimit .contentText h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h2 {
    max-width: 1200px;
  }
}
.section2 .contentLimit .contentText h3 {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h3 {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section2 .contentLimit .contentText h3 {
  color: #292E30;
}
@media (min-width: 1025px) {
  .section2 .contentLimit .contentText h3 {
    max-width: 60%;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h3 {
    max-width: 800px;
  }
}
.section2 .contentLimit .sectionCards {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: -4.08vw;
  margin-right: -4.08vw;
  width: calc(100% + 8.16vw);
  margin-top: 32px;
}
@media (min-width: 678px) {
  .section2 .contentLimit .sectionCards {
    margin-left: -7.69vw;
    margin-right: -7.69vw;
    width: calc(100% + 15.38vw);
    margin-top: 64px;
  }
}
.section2 .contentLimit .sectionCards .cards {
  width: 100%;
  height: auto;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.section2 .contentLimit .sectionCards .cards::-webkit-scrollbar {
  display: none;
}
.section2 .contentLimit .sectionCards .cards {
  scrollbar-width: none;
}
.section2 .contentLimit .sectionCards .cards .card {
  position: relative;
  flex: 0 0 283px;
  width: 283px;
  height: 529px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transition: transform 320ms ease;
}
@media (min-width: 678px) {
  .section2 .contentLimit .sectionCards .cards .card {
    flex: 0 0 394px;
    width: 394px;
    height: 735px;
  }
}
.section2 .contentLimit .sectionCards .cards .card:not(.active) {
  /* transform: scale(.985); */
}
.section2 .contentLimit .sectionCards .cards .card.active {
  /*  transform: scale(1);
   box-shadow: 0 10px 26px rgba(0, 0, 0, .18); */
}
.section2 .contentLimit .sectionCards .cards .card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section2 .contentLimit .sectionCards .cards .card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15), transparent);
}
.section2 .contentLimit .sectionCards .cards .card .content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: white;
  z-index: 2;
}
.section2 .contentLimit .sectionCards .cards .card .content p {
  font-size: 22px;
  max-width: 100%;
  line-height: 1.4;
  opacity: 0.9;
  transform: translateY(0);
  transition: opacity 300ms ease, transform 300ms ease;
}
.section2 .contentLimit .sectionCards .cards .card .content h2 {
  font-size: 42px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.section2 .contentLimit .sectionCards {
  /*    @media (min-width: v.$s) {//salto 678px */
}
@media (min-width: 1025px) {
  .section2 .contentLimit .sectionCards {
    height: calc(100dvh - 68px - 128px);
    margin-left: unset;
    margin-right: unset;
    width: 100%;
  }
  .section2 .contentLimit .sectionCards .cards {
    height: 100%;
    overflow: visible;
    scroll-snap-type: none;
    scroll-behavior: auto;
    padding-bottom: 0;
    scrollbar-width: auto;
    gap: 25px;
  }
  .section2 .contentLimit .sectionCards .cards .card {
    flex: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    transition: flex 450ms ease, transform 450ms ease;
    transform: none;
    box-shadow: none;
  }
  .section2 .contentLimit .sectionCards .cards .card:not(.active) {
    transform: none;
  }
  .section2 .contentLimit .sectionCards .cards .card.active {
    flex: 2;
    transform: none;
    box-shadow: none;
  }
  .section2 .contentLimit .sectionCards .cards .card.active .content {
    transform: rotate(0deg);
  }
  .section2 .contentLimit .sectionCards .cards .card .content {
    left: 2rem;
    right: auto;
    bottom: 2rem;
    transform-origin: left 64%;
    transform: rotate(-90deg);
    transition: transform 300ms ease 0ms;
  }
  .section2 .contentLimit .sectionCards .cards .card .content p {
    opacity: 0;
    max-width: 320px;
    /*    transform: translateY(10px); */
    transition: opacity 450ms ease 0ms;
  }
  .section2 .contentLimit .sectionCards .cards .card .content h2 {
    transition: transform 450ms ease;
    /*   transform-origin: center left; */
    /* transform: rotate(-90deg); */
  }
  .section2 .contentLimit .sectionCards .cards .card.active .content p {
    opacity: 1;
    transform: translateY(0);
    /*    transition-delay:250ms, 0ms; */
  }
  .section2 .contentLimit .sectionCards .cards .card.gem img {
    object-position: right center;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .sectionCards {
    height: calc(100dvh - 68px - 128px);
  }
}

.section2 svg {
  position: absolute;
  left: 0;
  /*   top: 0; */
  height: 30vh;
  bottom: calc(-100dvh + 54px);
  right: 0;
  width: 100%;
  height: 100%;
}

/* svg{
position: absolute;
  left: 0;
  top: 200vh;

    height: 50vh;
  right: 0;
  width: 100%;

 }  */
.section3 {
  background: transparent;
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.section3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0A0885;
  height: 55%;
  z-index: -1;
}
@media (min-width: 1025px) {
  .section3 {
    height: calc(100dvh - 68px);
  }
}
.section3 .contentLimit {
  display: grid;
  width: 100%;
  height: fit-content;
  padding-top: 32px;
  padding-bottom: 32px;
  /*         border: 2px solid orange; */
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  min-height: calc(100dvh - 62px);
}
@media (min-width: 678px) {
  .section3 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit {
    display: flex;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.section3 .contentLimit .blockInfo {
  display: contents;
  width: 100%;
  background-color: #0A0885;
  background-color: transparent;
  height: 100%;
  /*     border: 1px solid red;  */
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo {
    flex: 0 0 60%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.section3 .contentLimit .blockInfo .contentText {
  display: contents;
  container-type: inline-size;
  width: 100%;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.section3 .contentLimit .blockInfo .contentText h2 {
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    /* Tablet/Title-Hero */
    font-size: 4.72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -2.16px;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section3 .contentLimit .blockInfo .contentText h2 {
  color: #FAFAFA;
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    margin-bottom: 1.99vw;
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    margin-bottom: 1.15vw;
    grid-column: auto;
    grid-row: auto;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    margin-bottom: 16px;
    font-size: 90px;
  }
}
.section3 .contentLimit .blockInfo .contentText .bot {
  grid-column: 1;
  grid-row: 3;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText .bot {
    grid-column: auto;
    grid-row: auto;
  }
}
.section3 .contentLimit .blockInfo .contentText .bot h3 {
  /* Mobile/Text XL */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.015rem;
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText .bot h3 {
    /* Desktop/Bodycopy/Text XL */
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.019rem;
  }
}
.section3 .contentLimit .blockInfo .contentText .bot h3 {
  color: #FAFAFA;
}
.section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
  margin-top: 32px;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 64px;
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 3.2vw;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 32px;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 64px;
  }
}
.section3 .contentLimit .blockActivity {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  overflow: hidden;
  max-height: 55vw;
  /*   border: 1px solid red; */
  margin-bottom: 16px;
  margin-top: 16px;
}
.section3 .contentLimit .blockActivity::before, .section3 .contentLimit .blockActivity::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  pointer-events: none;
  /* border: 1px solid red; */
}
.section3 .contentLimit .blockActivity::before {
  top: -6px;
  background: linear-gradient(to bottom, #0A0885 0%, rgba(10, 8, 133, 0) 100%);
}
.section3 .contentLimit .blockActivity::after {
  bottom: -6px;
  background: linear-gradient(to top, #0A0885 0%, rgba(10, 8, 133, 0) 100%);
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockActivity {
    margin-bottom: 40px;
    margin-top: 40px;
    /*    &::before,
       &::after{
           display: none;
       } */
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockActivity::before, .section3 .contentLimit .blockActivity::after {
    display: none;
  }
  .section3 .contentLimit .blockActivity {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 0;
    margin-top: 0;
    flex: 0 0 40%;
    max-height: 60dvh;
    overflow: visible;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockActivity {
    max-height: 60dvh;
  }
}
.section3 .contentLimit .blockActivity video {
  aspect-ratio: 1060/1700;
  width: 100%;
  max-width: 852px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockActivity video {
    max-width: 450px;
    /*  border: 1px solid yellow; */
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockActivity video {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockActivity video {
    max-width: 800px;
  }
}
.section3 .contentLimit .blockActivity dotlottie-wc {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1060/1700;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockActivity dotlottie-wc {
    max-width: 100%;
    /*  border: 1px solid yellow; */
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockActivity dotlottie-wc {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockActivity dotlottie-wc {
    max-width: 100%;
  }
}

/* .section3 svg{
position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
 } */
.section4 {
  background: #5A87FF;
  width: 100%;
  display: flex;
  margin: 0 auto;
  /* margin-top: v.$hHeaderMov; */
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section4 {
    min-height: calc(100dvh - 62px);
  }
}
@media (min-width: 1025px) {
  .section4 {
    height: 100%;
  }
}
.section4 .contentLimitCards {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .section4 .contentLimitCards {
    min-height: calc(100dvh - 62px);
  }
}
@media (min-width: 1025px) {
  .section4 .contentLimitCards {
    /*   max-width: v.$mMax; */
    height: calc(100dvh - 68px);
  }
}
.section4 .customCard {
  display: flex;
  width: 100%;
  position: absolute;
  /*         height: calc(100dvh - v.$hHeaderMov - (40px * 4));
          @media (min-width: v.$m) {
              height: calc(100dvh - v.$hHeaderDes - (40px * 4));
          } */
}
.section4 .customCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/section4/red-instagram-grey.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
  background-position: -100px bottom;
  background-size: 125% auto;
}
@media (min-width: 678px) {
  .section4 .customCard::before {
    background-position: -100px bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 1025px) {
  .section4 .customCard::before {
    background-position: -100px bottom;
    /* background-size: 45% auto; */
    background-size: auto 80%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard::before {
    background-position: -100px bottom;
    /* background-size: 35% auto; */
  }
}
@media (min-width: 1920px) {
  .section4 .customCard::before {
    background-size: 1200px auto;
    background-position: calc(50vw - 960px - 120px) bottom;
  }
}
.section4 .customCard .contentLimit {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section4 .customCard .contentLimit .nomSection {
  display: none;
  align-items: center;
  width: 100%;
  background-color: transparent;
  height: 40px;
  padding: 10px 0;
  cursor: pointer;
  /* Mobile/Bodycopy/Text S */
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  letter-spacing: -0.008rem;
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .nomSection {
    /* Desktop/Bodycopy/Text S */
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 18px */
    letter-spacing: -0.008rem;
  }
}
.section4 .customCard .contentLimit .nomSection {
  color: #FAFAFA;
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .nomSection {
    display: flex;
  }
}
.section4 .customCard .contentLimit .contentCard {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .customCard .contentLimit .contentCard .blockText {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .contentCard .blockText {
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: 80%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText {
    max-width: 65%;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h2 {
  /* Mobile/Cards-Title */
  font-size: 2.563rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 44px */
  letter-spacing: -0.075rem;
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText h2 {
    /* Desktop/Cards-Title */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.135rem;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h2 {
  color: #FAFAFA;
  margin-bottom: 16px;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText h2 {
    margin-bottom: 32px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h3 {
  /* Mobile/Cards-Subtitle */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.015rem;
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText h3 {
    /* Desktop/Cards-Subtitle */
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -0.028rem;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h3 {
  color: #FAFAFA;
  margin-bottom: 32px;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText h3 {
    margin-bottom: 64px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 22px;
  box-sizing: border-box;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul {
    padding-left: 32px;
  }
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul {
    padding-left: 32px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText ul li {
  /* Mobile/Cards-List */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul li {
    /* Desktop/Cards-List */
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33.6px */
    letter-spacing: -0.015rem;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText ul li {
  color: #FAFAFA;
  display: list-item;
  list-style: unset;
}
.section4 .customCard .contentLimit .contentCard .blockVectors {
  position: absolute;
  bottom: 0;
  right: -4.08vw;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -7.69vw;
  }
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -64px;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -64px;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -116px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockVectors {
  display: flex;
  align-items: flex-end;
  z-index: -1;
}
.section4 .customCard .contentLimit .contentCard .blockVectors img {
  width: 100%;
  height: auto;
  /*              @media (min-width: v.$s) {//678 tablet vertical
                   width: 80%;
               }
               @media (min-width: v.$m) {//1024 salto header
                   width: 70%;
               } */
}
.section4 .customCard.card1 .contentCard .blockVectors {
  width: 100%;
  max-width: 100%;
  right: 0;
  bottom: 4.08vw;
  max-width: 75%;
}
@media (min-width: 678px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-width: 35%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-width: 35%;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    /* max-width: 1000px; */
  }
}
.section4 .customCard.card2 .contentCard .blockVectors {
  width: 100%;
  max-width: 100%;
  right: 0;
  bottom: 4.08vw;
  bottom: 13vw;
}
@media (min-width: 678px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-width: 50%;
    bottom: 64px;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-width: 600px;
  }
}
.section4 .customCard.card3 .contentCard .blockVectors {
  aspect-ratio: 61/45;
  width: 100%;
  max-width: unset;
  width: calc(100% + 8.16vw);
}
@media (min-width: 678px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    width: calc(75% + 15.38vw);
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    max-width: 62%;
    max-height: 80%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    max-width: unset;
    width: unset;
    height: 100%;
    max-height: 85%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    max-width: 120%;
    /*    margin-right:v.$padding1440; */
    /*             img{
                    height: 100%;

                    object-fit: contain;
                } */
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    /* margin-right:v.$paddingDes; */
    /*  max-height: 65%;
     width: 100%; */
  }
}
@media (min-width: 2200px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    max-height: 70%;
  }
}
.section4 .customCard.card4 .contentCard .blockVectors {
  width: 100%;
  max-width: 65%;
  right: 0;
  bottom: 4.08vw;
  max-width: 75%;
}
@media (min-width: 678px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-width: 30%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-width: 30%;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    /* max-width: 1000px; */
  }
}
.section4 .customCard.card5 .contentCard .blockVectors {
  width: 100%;
  max-width: 65%;
  right: 0;
  bottom: 4.08vw;
  max-width: 75%;
}
@media (min-width: 678px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-width: 30%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-width: 30%;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    /* max-width: 1000px; */
  }
}
.section4 .customCard.card1::before {
  background-image: url("../img/section4/card_01.svg");
}
.section4 .customCard.card2::before {
  background-image: url("../img/section4/card_02.svg");
}
.section4 .customCard.card3::before {
  background-image: url("../img/section4/card_03.svg");
}
.section4 .customCard.card4::before {
  background-image: url("../img/section4/card_04.svg");
}
.section4 .customCard.card5::before {
  background-image: url("../img/section4/card_05.svg");
}
.section4 .card1 {
  background-color: #3D1FFF;
  z-index: 2;
  top: 0;
  height: calc(100dvh - 62px);
}
@media (min-width: 1025px) {
  .section4 .card1 {
    height: calc(100dvh - 68px);
  }
}
.section4 .card2 {
  background-color: #3341FF;
  z-index: 3;
  /*  height: calc(100dvh - v.$hHeaderMov - (40px * 1)); */
  top: 5px;
  height: calc(100dvh - 62px - 5px);
  height: calc(100dvh - 62px);
}
@media (min-width: 1025px) {
  .section4 .card2 {
    top: 40px;
    height: calc(100dvh - 68px - 40px);
  }
}
.section4 .card3 {
  background-color: #2963FF;
  z-index: 4;
  top: 10px;
  height: calc(100dvh - 62px - 10px);
}
@media (min-width: 1025px) {
  .section4 .card3 {
    top: 80px;
    height: calc(100dvh - 68px - 80px);
  }
}
.section4 .card4 {
  background-color: #4275FF;
  z-index: 5;
  top: 15px;
  height: calc(100dvh - 62px - 15px);
}
@media (min-width: 1025px) {
  .section4 .card4 {
    top: 120px;
    height: calc(100dvh - 68px - 120px);
  }
}
.section4 .card5 {
  background-color: #5A87FF;
  z-index: 6;
  top: 20px;
  height: calc(100dvh - 62px - 20px);
}
@media (min-width: 1025px) {
  .section4 .card5 {
    top: 160px;
    height: calc(100dvh - 68px - 160px);
  }
}

.section5 {
  padding: 0px 16px;
  background: #1f2729;
}
.section5 img {
  max-width: 100%;
}

@media (min-width: 1025px) {
  .section5 {
    padding: 0px 32px;
  }
}
.section6 {
  padding: 64px 16px;
  background: #292E30;
}

.sectionCalculator {
  position: relative;
  width: 100%;
  display: grid;
  grid-gap: 64px;
  justify-items: center;
  color: #FAFAFA;
}
.sectionCalculator .prev {
  text-align: center;
  margin: 0 0 32px 0;
}
.sectionCalculator .prev h3 {
  font-size: clamp(40px, 3vw, 60px);
}
.sectionCalculator .calculator {
  width: 100%;
  max-width: 600px;
  display: grid;
  gap: 10px;
  margin: 0 auto;
}
.sectionCalculator .calculator .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.sectionCalculator .calculator .result .data1, .sectionCalculator .calculator .result .data2 {
  font-size: clamp(40px, 3vw, 60px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 99px */
  letter-spacing: -2.7px;
}
.sectionCalculator .calculator {
  /* -------------------------------------------------------------
  4. CONTROL DESLIZANTE (SLIDER CUSTOMIZADO)
  ------------------------------------------------------------- */
}
.sectionCalculator .calculator .action {
  position: relative;
  margin: 12px 0 8px 0;
}
.sectionCalculator .calculator .slider {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.008);
  outline: none;
  cursor: pointer;
}
.sectionCalculator .calculator .slider::before {
  content: "";
  position: absolute;
  left: 33%;
  top: -10px;
  height: 32px;
  width: 33%;
  border-left: 1px solid #808791;
  border-right: 1px solid #808791;
  z-index: 1;
}
.sectionCalculator .calculator {
  /* Personalización de la pista de deslizamiento en Webkit */
}
.sectionCalculator .calculator .slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  border-radius: 4px;
  border: 1px solid #808791;
}
.sectionCalculator .calculator {
  /* Personalización del botón del slider en Webkit */
}
.sectionCalculator .calculator .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -12px; /* Centrar con respecto a la pista */
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.sectionCalculator .calculator .slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.sectionCalculator .calculator .slider::-webkit-slider-thumb:active {
  transform: scale(0.95);
}
.sectionCalculator .calculator {
  /* Firefox */
}
.sectionCalculator .calculator .slider::-moz-range-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(236, 21, 21, 0.1);
}
.sectionCalculator .calculator .slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--accent-color);
  box-shadow: 0 0 15px var(--accent-color), 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease, background-color 0.15s ease;
  cursor: pointer;
}
.sectionCalculator .calculator .slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  background: var(--accent-color);
  border-color: #ffffff;
}
.sectionCalculator .calculator .info {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.176px;
}
.sectionCalculator .calculator .info .data1 {
  text-align: start;
}
.sectionCalculator .calculator .info .data2 {
  text-align: end;
}

/* -------------------------------------------------------------
       6. ACCESIBILIDAD Y ANIMACIONES
------------------------------------------------------------- */
.sectionCalculator .slider:focus-visible::-webkit-slider-thumb {
  outline: 3px solid var(--accent-color);
  outline-offset: 4px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1025px) {
  .section6 {
    padding: 128px 32px;
  }
}
.section7 {
  position: relative;
  width: 100%;
  isolation: isolate;
  overflow: clip;
  display: block;
}

.heroLayer {
  position: sticky;
  top: 62px;
  height: calc(100dvh - 62px);
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 1025px) {
  .heroLayer {
    height: calc(100dvh - 68px);
    top: 68px;
  }
}

.back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 8, 133, 0) 100%);
  z-index: 1;
}
.back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.section7 .title {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: fit-content;
  padding: 0 4.08vw;
}
@media (min-width: 678px) {
  .section7 .title {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  .section7 .title {
    padding: 0 64px;
    margin-top: auto;
  }
}
@media (min-width: 1550px) {
  .section7 .title {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  .section7 .title {
    padding: 0 116px;
  }
}

.section7 .title h2 {
  margin: 0;
  width: 100%;
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section7 .title h2 {
    /* Tablet/Title-Hero */
    font-size: 4.72px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -2.16px;
  }
}
@media (min-width: 1550px) {
  .section7 .title h2 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section7 .title h2 {
  color: #FAFAFA;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 1025px) {
  .section7 .title h2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.section7 > .contentLimit {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  margin-top: -20dvh;
}
.section7 .contentLimit .cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 585px;
  margin-bottom: 15vh;
  max-width: 500px;
}
.section7 .contentLimit .cards .card {
  position: relative;
  width: 100%;
  display: flex;
  /* gap:16px; */
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
  flex-direction: column;
  color: #FAFAFA;
}
@media (min-width: 361px) {
  .section7 .contentLimit .cards .card {
    aspect-ratio: 1/1;
  }
}
.section7 .contentLimit .cards .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid hsla(210, 1%, 74%, 0.3);
  z-index: 1;
  overflow: hidden;
}
.section7 .contentLimit .cards .card .icon {
  display: flex;
  justify-content: right;
  width: 100%;
}
.section7 .contentLimit .cards .card .icon img {
  width: 100px;
}
.section7 .contentLimit .cards .card .content {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.section7 .contentLimit .cards .card .content small {
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card .content small {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
.section7 .contentLimit .cards .card .content small {
  color: #FAFAFA;
}
.section7 .contentLimit .cards .card .content h3 {
  /* Mobile/Text 3XL */
  font-family: Sora;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 45.6px */
  letter-spacing: -0.026rem;
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card .content h3 {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    letter-spacing: -0.034rem;
  }
}
.section7 .contentLimit .cards .card .content h3 {
  color: #FAFAFA;
  margin-bottom: 32px;
  font-weight: bold;
}
.section7 .contentLimit .cards .card .content p {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card .content p {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section7 .contentLimit .cards .card .content p {
  color: #FAFAFA;
}
.section7 .contentLimit .cards .card small {
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card small {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
.section7 .contentLimit .cards .card small {
  color: #FAFAFA;
}
.section7 .contentLimit .cards .card h3 {
  /* Mobile/Text 3XL */
  font-family: Sora;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 45.6px */
  letter-spacing: -0.026rem;
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card h3 {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    letter-spacing: -0.034rem;
  }
}
.section7 .contentLimit .cards .card h3 {
  color: #FAFAFA;
  margin-bottom: 32px;
  font-weight: bold;
}
.section7 .contentLimit .cards .card p {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card p {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section7 .contentLimit .cards .card p {
  color: #FAFAFA;
}

.glass {
  isolation: isolate;
  position: relative;
  box-shadow: 0 9px 36px rgba(31, 38, 135, 0.105);
  cursor: default;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(41, 46, 48, 0.32);
}
.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: var(--card-radius);
  backdrop-filter: blur(3.5px) saturate(145%) contrast(1.02) brightness(1.03);
  -webkit-backdrop-filter: blur(3.5px) saturate(145%) contrast(1.02) brightness(1.03);
  filter: url(#liquid-glass-distortion);
  -webkit-filter: url(#liquid-glass-distortion);
  isolation: isolate;
  pointer-events: none;
  border-radius: 30px;
  overflow: hidden;
}

.carousel {
  width: 100%;
  overflow: hidden;
  display: flex;
  user-select: none;
  padding: 16px 0;
}
.carousel .carouselTrack {
  display: flex;
  width: max-content;
  animation: scroll-marquee 25s linear infinite;
}
.carousel .carouselGroup {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding-right: 32px;
}
.carousel span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  color: #2963FF;
}
.carousel i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
}
.carousel i::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../../assets/img/carousel/carousel-arrow-right.svg") no-repeat center center;
  background-size: contain;
}
.carousel i::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../../assets/img/carousel/carousel-arrow-left.svg") no-repeat center center;
  background-size: contain;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
footer {
  padding: 32px 0;
  background: #292E30;
  color: #FAFAFA;
  font-size: 0.75rem;
}
footer .footerGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "zoneNav zoneIcon" "zonePremiumpay zonePremiumpay" "zoneBreak zoneBreak" "zoneLegalNav zoneBetandeal";
  row-gap: 12px;
  align-items: start;
  width: 100%;
}
footer .zoneBetandeal {
  grid-area: zoneBetandeal;
  gap: 12px;
  display: grid;
  align-items: start;
  /* Mobile/Text XL */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.015rem;
}
@media (min-width: 1550px) {
  footer .zoneBetandeal {
    /* Desktop/Bodycopy/Text XL */
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.019rem;
  }
}
footer .zoneBetandeal {
  font-weight: 200;
  /* font-size:v.$text-xl;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.308px;
  border: 1px solid red; */
}
footer .zoneBetandeal img {
  width: auto;
  height: 18px;
  padding-left: 3px;
}
footer .zoneLegalNav {
  width: 100%;
  grid-area: zoneLegalNav;
}
footer .zoneLegalNav ul {
  margin: 0;
  padding: 0;
}
footer .zoneLegalNav ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* Mobile/Text XL */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.015rem;
}
@media (min-width: 1550px) {
  footer .zoneLegalNav ul li {
    /* Desktop/Bodycopy/Text XL */
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.019rem;
  }
}
footer .zoneLegalNav ul li {
  /*  font-size:v.$text-l;
   font-style: normal;
   font-weight: 400;
   line-height: 150%; 
   letter-spacing: -0.308px; */
}
footer .zoneNav {
  grid-area: zoneNav;
  display: grid;
  gap: 8px;
  /* font-size:v.$text-l;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.242px; */
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 1550px) {
  footer .zoneNav {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zonePremiumpay {
  grid-area: zonePremiumpay;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  box-sizing: border-box;
  margin: 124px 0 0 0;
}
footer .zonePremiumpay img {
  max-width: 100%;
  object-fit: contain;
  display: block;
}
footer .zoneIcon {
  grid-area: zoneIcon;
  display: flex;
  justify-content: end;
}
footer .zoneIcon img {
  width: 96px;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transform-origin: center center;
  animation: giro 5s linear infinite;
}
footer .zoneBreak {
  grid-area: zoneBreak;
  height: 1px;
  margin: 64px 0 16px 0;
  background: #FAFAFA;
}

@media (min-width: 1025px) {
  footer .footerGrid {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "zoneBetandeal zoneIcon zoneNav" "zonePremiumpay zonePremiumpay zonePremiumpay" "zoneBreak zoneBreak zoneBreak" "zoneLegalNav zoneLegalNav zoneLegalNav";
    column-gap: 40px;
  }
  footer .footerGrid .zoneBetandeal {
    width: 100% !important;
  }
  footer .footerGrid .zoneNav {
    gap: 16px;
    /*  font-size:v.$text-l;
     font-style: normal;
     font-weight: 400;
     line-height: 150%; 
     letter-spacing: -0.242px; */
    /* @include text-l; */
  }
  footer .footerGrid .zoneLegalNav {
    display: flex;
    justify-content: space-between;
  }
  footer .footerGrid .zoneLegalNav ul {
    display: flex;
    gap: 1rem;
  }
  footer .footerGrid .zoneLegalNav ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    /*   font-size:v.$text-l;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; 
      letter-spacing: -0.308px;*/
    /* @include text-l;  */
  }
  footer .footerGrid .zoneLegalNav ul li::before {
    position: relative;
    content: "";
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FAFAFA;
  }
  footer .footerGrid .zoneLegalNav ul li:first-child::before {
    display: none;
  }
  footer .footerGrid .zoneIcon img {
    width: 126px;
  }
}
@keyframes giro {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.modalInfo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  border-radius: 32px 32px 0 0;
  background: #fff;
  z-index: 100;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.modalInfo .close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalInfo .close img {
  width: 32px;
}

.infoSlider {
  position: relative;
  width: 100%;
  height: 60vh;
  display: grid;
  overflow: hidden;
}
.infoSlider .zoneImg {
  position: relative;
  z-index: 1;
}
.infoSlider .zoneImg .contImg {
  width: 100%;
  height: 60vh;
}
.infoSlider .zoneImg .contImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.infoSlider .zoneTxt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FAFAFA;
  font-size: clamp(30px, 5vw, 90px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 99px */
  letter-spacing: -2.7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoSlider .zoneTxt .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.infoSlider .zoneTxt .grid .options {
  display: grid;
  gap: 8px;
  justify-items: end;
}
.infoSlider .zoneTxt .grid .options span {
  position: relative;
}
.infoSlider .zoneTxt .grid .value .item {
  position: relative;
}

.infoBody {
  display: grid;
  gap: 16px;
  margin-top: 64px;
  padding: 0 2rem;
}

.infoNav {
  display: none;
}

.infoContent {
  display: grid;
  gap: 128px;
}
.infoContent .bloque {
  display: grid;
}
.infoContent .bloque h3 {
  margin-bottom: 32px;
  color: #3D1FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 99px */
  letter-spacing: -2.7px;
}
.infoContent .bloque h4 {
  margin-bottom: 40px;
  color: #3D1FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 45.6px */
  letter-spacing: -0.38px;
}
.infoContent .bloque p {
  color: #5A87FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
}
.infoContent .bloque img {
  max-width: 560px;
  width: 100%;
  height: auto;
  display: block;
  margin: 128px 0 0 0;
}

@media (min-width: 1025px) {
  .infoBody {
    display: grid;
    grid-template-columns: auto 700px;
    gap: 48px;
    padding: 2rem;
  }
  .infoNav {
    display: block;
  }
  .infoNav ul {
    display: grid;
    gap: 16px;
  }
  .infoNav ul li {
    padding: 8px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    letter-spacing: -0.55px;
    border-bottom: solid 1px #2963FF;
  }
  .infoNav ul li a {
    display: flex;
    gap: 16px;
  }
  .infoNav ul li a small {
    font-size: 16px;
    line-height: normal;
  }
  .infoNav ul li.active {
    margin-bottom: 50px;
    border-color: #0A0885;
  }
  .infoNav ul li.active a {
    color: #0A0885;
    font-weight: 700;
  }
  .infoContent .bloque h3 {
    margin-bottom: 32px;
    color: #3D1FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -2.7px;
  }
  .infoContent .bloque h4 {
    margin-bottom: 64px;
    color: #3D1FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.38px;
  }
  .infoContent .bloque p {
    color: #5A87FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
  }
}/*# sourceMappingURL=styles.css.map */