body {
  cursor: default !important;
}

/* Whitepapper section 1 start */
#whitepaperSection {
  cursor: default;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  /* background-color: mediumaquamarine; */
}

.whitepaperSection_contenido {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /* background-color: plum; */
}

.whitepaperSection_contenido h1 {
  font-family: 'reckless';
  font-size: 10vw;
  font-weight: 600;
  line-height: 0.8;
  margin: 80px 0 0 0;
  text-indent: 10.16vw;
  transform: translateY(60%);
  opacity: 1;
}

.whitepaperSection_contenido--share {
  display: inline-block;
  margin: 20px 0 0;
  opacity: 1;
}

.whitepaperSection_contenido--share img {
  width: 125px;
}

.whitepaperSection_contenido div {
  margin: 48px 0 0 60px;
  height: auto;
  border-left: 1px solid var(--naranja2);
  position: relative;
  opacity: 1;
}

.whitepaperSection_contenido div::before,
.whitepaperSection_contenido div::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  background-color: var(--naranja2);
}

.whitepaperSection_contenido div::before {
  left: -4.5px;
  bottom: 0;
  transform: rotate(45deg);
}

.whitepaperSection_contenido div::after {
  left: -1px;
  bottom: 0;
  transform: rotate(-45deg);
}

.whitepaperSection_contenido p {
  font-family: 'neutra';
  font-size: 16px;
  line-height: 1.2;
  width: 80%;
  padding-left: 20px;
}

/* Whitepapper section 1 ends */

/* Whitepapper section 2 start */
#whitepaperSection2 {
  width: 100%;
  background-color: var(--bg-footer);
  overflow: hidden;
  height: auto;
  padding: 0 15px 0;
}

.whitepaperSection2_based-imagen {
  width: 100%;
  height: auto;
  margin-top: 115px;
  transform: translateX(4%);
}

.whitepaperSection2__marquee {
  font-size: 25vw;
  line-height: 60%;
  font-weight: 400;
  color: var(--verde);
  margin: 135px 0 92px 0;
  transition: all 0.5s;
}

.whitepaperSection2__marquee span {
  padding: 0 2vw;
  white-space: nowrap;
}

.whitepaperSection2__marquee-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 21s linear infinite;
}

.whitepaperSection2_contenido {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  padding: 37px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.whitepaperSection2_contenido p {
  font-family: 'neutra';
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 500;
  color: var(--blanco);
  max-width: 432px;
  display: inline-block;
}

.whitepaperSection2_contenido img {
  height: 180px;
  width: auto;
}

/* Whitepapper section 2 ends */

/* Whitepapper section 3 start */
#whitepaperSection3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: relative;
  background-color: var(--blanco);
  padding: 0px 15px 15px;
}

.whitepaperSection3_circle {
  width: 265px;
  height: auto;
  position: absolute;
  left: -33px;
  top: 40%;
  bottom: 0;
  z-index: 10;
  display: none;
}

.whitepaperSection3_contenido {
  width: auto;
  margin-left: 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.whitepaperSection3_contenido-title {
  margin: 30px 0px 30px;
  font-size: 2.5rem;
  font-family: 'reckless';
  color: var(--verde);
  letter-spacing: 0px;
  text-indent: -10px;
}

.whitepaperSection3_contenido-text {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'neutra';
  display: inline-block;
  margin: 0px 0px 0px 20px;
}

.whitepaperSection3_contenido-hex {
  width: 150px;
  height: auto;
  align-self: end;
  z-index: 10;
}

/* Whitepapper section 3 ends */

/* Whitepapper section 4 start */
#whitepaperSection4 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 115px 0 60px;
  background-color: var(--blanco);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 15px;
}

.whitepaperSection4_contenido {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  justify-content: start;
}

.whitepaperSection4_contenido span {
  font-family: 'reckless';
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  max-width: 260px;
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: center;
  align-self: center;
}

.whitepaperSection4_contenido p {
  margin: 0;
  padding-top: 15px;
  font-family: 'neutra';
  line-height: 1.2;
  font-size: 18px;
  max-width: 560px;
  grid-column: 1/2;
  grid-row: 1/2;
}

.whitepaperSection4_contenido_step {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.whitepaperSection4_contenido_step img {
  height: 120px;
  width: auto;
  margin-bottom: 20px;
}

.whitepaperSection4_contenido_step p {
  text-align: center;
}

.whitepaperSection4_contenido_step:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 3/4;
  justify-self: center;
  align-self: center;

}

.whitepaperSection4_contenido_step:nth-of-type(2) {
  height: fit-content;
  grid-column: 1/2;
  grid-row: 4/5;
  justify-self: center;
  align-self: center;
  transform: unset;
}

.whitepaperSection4_contenido_step:nth-of-type(3) {
  height: fit-content;
  grid-column: 1/2;
  grid-row: 5/6;
  justify-self: center;
  align-self: center;
}

.whitepaperSection4_contenido-flecha:nth-of-type(1) {
  max-height: 200px;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  justify-self: center;
  align-self: center;
  transform: translate3d(40px, 50px, 0);
  display: none;
  /* 
    width: 192px;
    transform: translate3d(90px, 629px, 0) rotate(36deg);
    display: block; */
}

.whitepaperSection4_contenido-flecha:nth-of-type(2) {
  max-height: 175px;
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  justify-self: center;
  align-self: end;
  transform: translate3d(-55px, 140px, 0);
  display: none;
}

.whitepaperSection4_contenido-flecha:nth-of-type(3) {
  max-width: 220px;
  height: auto;
  grid-column: 3 / 4;
  grid-row: 4 / 5;
  justify-self: center;
  align-self: end;
  transform: translate3d(63px, -12px, 0);
  display: none;
}

/* Whitepapper section 4 ends */

/* Whitepapper section 5 start */

#whitepaperSection5 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: var(--bg-footer);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  place-items: center;
  padding: 15px 15px 15px;
}

.whitepaperSection5_contenido {
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  grid-column: 1/2;
  grid-row: 1/2;
}

.whitepaperSection5_contenido h2 {
  font-size: 2rem;
  color: var(--verde);
  margin: 0 auto;
  font-family: 'reckless';
  line-height: 1;
  font-weight: 300;
  top: unset;
  transform: unset;
  position: absolute;
  z-index: 1;
}

.whitepaperSection5_circulo {
  position: absolute;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--negro);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 5px 9px -4px rgb(0 0 0 / 18%);
    -webkit-box-shadow: -3px 6px 9px -4px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.18);
}

.whitepaperSection5_circulo .circulo-titulo {
  color: var(--blanco);
  font-family: 'reckless';
  font-size: 22px;
  text-align: center;
}

.whitepaperSection5_circulo .circulo-numero {
  color: var(--negro);
  font-family: 'reckless';
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  display: none;
}

.whitepaperSection5_circulo:hover {
  background-color: var(--blanco);
}

.whitepaperSection5_circulo:hover .circulo-titulo {
  display: none;
}

.whitepaperSection5_circulo:hover .circulo-numero {
  display: inline-block;
}

.whitepaperSection5_circulo.circulo-no-3 {
/* .whitepaperSection5_circulo:nth-of-type(1) { */
  /* circulo #3 */
  grid-column: 1/2;
  grid-row: 4/5;
  align-self: center;
  animation: scrolldown__move 0.9s infinite alternate;
}

.whitepaperSection5_circulo.circulo-no-4 {
  /* .whitepaperSection5_circulo:nth-of-type(2) { */
  /* circulo #4 */
  grid-column: 1/2;
  grid-row: 5/6;
  align-self: center;
  animation: scrolldown__move 0.9s infinite alternate;
}

#whitepaperSection6 .whitepaperSection5_circulo.circulo-no-2{
  top: -298px;
  box-shadow: 0px 5px 9px -4px rgb(0 0 0 / 18%);
  -webkit-box-shadow: -3px 6px 9px -4px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.18);
  display: none;
  animation: scrolldown__move 0.9s infinite alternate;
  
}

#whitepaperSection5 .whitepaperSection5_circulo.circulo-no-2 {
  /* circulo #2 */
  grid-column: 1/2;
  grid-row: 3/4;
  align-self: center;
  display: flex;
}

.whitepaperSection5_circulo.circulo-no-1 {
  /* circulo #1 */
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: center;
  animation: scrolldown__move 0.9s infinite alternate;
}

/* Whitepapper section 5 ends */

/* Whitepapper section 6 start */
#whitepaperSection6 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--blanco);
  position: relative;
  padding: 0px 15px 0px;
}

.whitepaperSection6_contenido-1 {
  width: 100%;
  max-width: 1320px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}

.whitepaperSection6_contenido-1 div {
  width: auto;
  height: auto;
  padding-left: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column-reverse;
}

.whitepaperSection6_contenido-1 div h2 {
  margin: 0;
  font-family: 'reckless';
  font-size: 5rem;
  font-weight: 300;
}

.whitepaperSection6_contenido-1 div img {
  width: 90px;
  height: auto;
  margin-left: 15px;
  margin-top: 25px;
  transform: translateY(-20px);
}

.whitepaperSection6_contenido-1 p {
  display: inline-block;
  max-width: 470px;
  font-family: 'neutra';
  font-size: 18px;
  line-height: 1.2;
}

.whitepaperSection6_contenido-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 60px;
  overflow: hidden;
}

.whitepaperSection6_contenido-2 h2 {
  margin: 0;
  font-family: 'reckless';
  font-size: 4rem;
  line-height: 1;
  font-weight: 300;
}

.whitepaperSection6_contenido-2 div {
  margin: 0 0 15px 15px;
}

.whitepaperSection6_contenido-2 div img {
  width: 70px;
  margin-bottom: 28px;
  height: auto;
}

.whitepaperSection6_contenido-2 div p {
  margin: 0;
  font-family: 'neutra';
  font-size: 18px;
  line-height: 1.2;
}

/* Whitepapper section 6 ends */

/* Whitepapper section 7 start */
#whitepaperSection7 {
  width: 100%;
  height: auto;
  min-height: 75vh;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-footer);
  position: relative;
  overflow: hidden;
}

.whitepaperSection7_titulo {
  margin: 0;
  font-size: 10.5vw;
  font-family: 'reckless';
  font-weight: 300;
  line-height: 1.2;
}

.whitepaperSection7_titulo span {
  color: var(--verde);
}

/* Whitepapper section 7 ends */

/* Whitepapper section 8 start */
#whitepaperSection8 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 40px 15px;
  background-color: var(--blanco);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#whitepaperSection8::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 50%;
  background-color: var(--verde);
  left: 0;
  bottom: 0;
}

#whitepaperSection8::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 15%;
  background-color: var(--verde);
  right: 0;
  bottom: 0;
}

.whitepaperSection8_contenido {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(5, auto);
  row-gap: 20px;
  justify-content: center;
  transform: translateY(20px);
}

.whitepaperSection8_contenido h2 {
  margin: 0;
  font-family: 'reckless';
  font-weight: 600;
  line-height: 1;
  font-size: 2.5rem;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  transform: translateX(20%);
}

.whitepaperSection8_contenido img:nth-of-type(2) {
  height: 85px;
  width: auto;
}

.whitepaperSection8_contenido p {
  font-family: 'neutra';
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
}

.whitepaperSection8_contenido p:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.whitepaperSection8_contenido .contenedor-lista {
  display: flex;
  grid-column: 1 / 3;
  grid-row: 4 / 5;
  justify-self: start;
  align-self: end;
}

.whitepaperSection8_contenido .contenedor-lista ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.whitepaperSection8_contenido .contenedor-lista ul li {
  font-family: 'neutra';
  font-size: 20px;
  line-height: 1.2;
}

.whitepaperSection8_contenido .contenedor-lista ul:nth-of-type(1) {
  margin-right: 20px;
  text-align: right;
}

.whitepaperSection8_contenido .contenedor-lista ul:nth-of-type(1) li {
  text-decoration: underline;
}

.whitepaperSection8_contenido .contenedor-lista ul:nth-of-type(1) li:nth-child(5) {
  margin-top: 23px;
}

.whitepaperSection8_contenido img:nth-of-type(1) {
  height: 75px;
  width: auto;
  display: inline-block;
  align-self: start;
  justify-self: end;
  transform: translateX(-20px);
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}

.whitepaperSection8_contenido p:nth-of-type(2) {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  max-width: 450px;
  transform: unset;
}

.whitepaperSection8_contenido a {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: fit-content;
  text-decoration: none;
  font-family: 'neutra';
  font-size: 20px;
  color: var(--negro);
  text-align: right;
  padding: 0 8px 8px 0;
  border-bottom: 1px solid var(--negro);
  position: relative;
  grid-column: 1 / 2;
  grid-row: 5 / 6;
  justify-self: start;
  align-self: end;
}

.whitepaperSection8_contenido a::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 3px;
  height: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--negro) var(--negro) transparent transparent;
  transform: rotate(45deg);
}

.whitepaperSection8_contenido img:nth-of-type(2) {
  height: 85px;
  width: auto;
  display: inline-block;
  align-self: start;
  justify-self: end;
  transform: translateX(-10px);
  grid-column: 2 / 3;
  grid-row: 5 / 6;
}

/* Whitepapper section 8 ends */

/* Whitepapper section 9 start */
#whitepaperSection9 {
  width: 100%;
  height: auto;
  min-height: unset;
  padding: 15px 0 0;
  background-color: var(--verde);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.whitepaperSection9_contenido {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(10, auto);
  row-gap: 25px;
  column-gap: 0;
  justify-content: center;
  padding: 40px 15px;
}

.whitepaperSection9_contenido h2 {
  margin: 0;
  font-family: 'reckless';
  font-weight: 600;
  line-height: 1;
  font-size: 2.5rem;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.whitepaperSection9_contenido img {
  height: 65px;
  width: auto;
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.whitepaperSection9_contenido .contenedor-lista {
  grid-column: 1 / 4;
  grid-row: 4 / 5;
  display: flex;
  justify-content: center;
}

.whitepaperSection9_contenido .contenedor-lista ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.whitepaperSection9_contenido .contenedor-lista ul li {
  font-family: 'neutra';
  font-size: 20px;
  line-height: 1.2;
}

.whitepaperSection9_contenido .contenedor-lista ul:nth-of-type(1) {
  margin-right: 20px;
  text-align: right;
}

.whitepaperSection9_contenido .contenedor-lista ul:nth-of-type(1) li {
  text-decoration: underline;
}

.whitepaperSection9_contenido p {
  font-family: 'neutra';
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
}

.whitepaperSection9_contenido p:nth-of-type(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}

.whitepaperSection9_contenido p:nth-of-type(2) {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
  max-width: unset;
}

.whitepaperSection9_contenido p:nth-of-type(3) {
  grid-column: 1 / 4;
  grid-row: 5 / 6;
}

.whitepaperSection9_ventaja {
  display: flex;
  flex-direction: row;

  /* web  */
  /* flex-direction: column; */
}

.whitepaperSection9_ventaja span {
  font-family: 'reckless';
  font-size: 18px;
  padding-bottom: 2px;
  display: flex;
  width: 22px;
  height: 22px;
  border: 1px solid var(--negro);
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
}

.whitepaperSection9_ventaja p {
  margin-top: 0;
  margin-left: 10px;
  width: fit-content;
  /* web  */
  /* margin-top: 25px;
  margin-left: 0;
  width: unset; */
}

.whitepaperSection9_ventaja:nth-of-type(2) {
  grid-column: 1 / 4;
  grid-row: 6 / 7;

  /* web  */
  /* grid-column: 2 / 3;
  grid-row: 4 / 5; */
}

.whitepaperSection9_ventaja:nth-of-type(3) {
  grid-column: 1 / 4;
  grid-row: 7 / 8;

  /* web  */
  /* grid-column: 3 / 4;
  grid-row: 4 / 5; */
}

.whitepaperSection9_ventaja:nth-of-type(4) {
  grid-column: 1 / 4;
  grid-row: 8 / 9;

  /* web  */
  /* grid-column: 4 / 5;
  grid-row: 4 / 5; */
}

.whitepaperSection9_ventaja:nth-of-type(5) {
  grid-column: 1 / 4;
  grid-row: 9 / 10;
  /* web  */
  /* grid-column: 5 / 6;
  grid-row: 4 / 5; */
}

.whitepaperSection9_ventaja:nth-of-type(6) {
  grid-column: 1 / 4;
  grid-row: 10 / 11;
  /* web  */
  /* grid-column: 6 / 7;
  grid-row: 4 / 5; */
}

.whitepaperSection9_pie {
  width: 100%;
  height: auto;
  padding: 25px 20px 35px;
  background-color: var(--negro);
}

.whitepaperSection9_pie h3 {
  margin: 0;
  font-family: 'reckless';
  line-height: 1;
  font-weight: 300;
  color: var(--blanco);
  font-size: 2rem;
}

/* Whitepapper section 9 ends */

/* Whitepapper section 10 start */
#whitepaperSection10 {
  width: 100%;
  height: auto;
  min-height: 58vh;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blanco);
  position: relative;
}

.whitepaperSection10_titulo {
  margin: 0;
  font-size: 10.5vw;
  font-family: 'reckless';
  font-weight: 300;
  line-height: 1.2;
}

/* Whitepapper section 10 ends */

.btn-medio-cirulo-comunidad {
  width: 170px;
  height: 85px;
  align-items: center;
  justify-content: center;
  border-top: 1.5px solid var(--naranja2);
  border-radius: 100px 100px 0 0;
  color: var(--negro);
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'neutra';
  padding: 30px;
  margin: 48px 0 0 238px;
  transform: translateX(-50%);
}

/* Componentes economia start */
.componente {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: var(--bg-componentes);
  z-index: 999;
}

.componente_numero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 3px solid var(--negro);
  border-radius: 50%;
}

.componente_numero span {
  font-family: 'reckless';
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  transform: translateY(-2px);
}

.componente .componente_cerrar {
  color: var(--verde);
  font-size: 3rem;
  text-decoration: none;
  font-family: 'reckless';
  font-weight: 300;
  position: absolute;
  right: 30px;
  top: 20px;
  line-height: 1;
  z-index: 1;
}

.componente-1 {
  /* display: flex; */
  display: none;
  align-items: center;
  overflow: hidden;
}



.componente-1__titulo-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  height: 55%;
}

.componente-1__ornament {
  width: 500px;
  height: auto;
  position: absolute;
  left: -100px;
  bottom: -100px;
}

.componente-1__contenido {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(3, auto);
  column-gap: 130px;
  row-gap: 60px;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.componente-1__contenido .componente_numero {
  border-color: var(--dorado);
  color: var(--dorado);
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.componente-1__contenido h3 {
  color: var(--dorado);
  font-family: 'reckless';
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.componente-1__contenido .componente-1__descripcion {
  font-family: 'neutra';
  color: var(--dorado);
  font-size: 22px;
  line-height: 1.2;
  max-width: 380px;
  margin: 0;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.componente-1__pasos {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  margin-top: 30px;
}

.componente-1__pasos p {
  color: var(--blanco);
  font-family: 'neutra';
  font-size: 22px;
  margin: 0 0 20px;
}

.componente-1__pasos img {
  margin-left: 20px;
}

/* Componentes economia ends */

/* Componente-2 start */
.componente-2 {
  display: none;
  align-items: center;
  overflow-x: hidden;
}

.componente-2__titulo-img {
  position: absolute;
  right: 0;
  top: 88px;
  height: 400px;
}

.componente-2__wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0;
}

.componente-2__contenido {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 130px;
  row-gap: 60px;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.componente-2__contenido .componente_numero {
  border-color: var(--naranja2);
  color: var(--naranja2);
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.componente-2__contenido h3 {
  color: var(--naranja2);
  font-family: 'reckless';
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

.componente-2__contenido h3:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.componente-2__contenido .componente-2__descripcion {
  font-family: 'neutra';
  color: var(--blanco);
  font-size: 20px;
  line-height: 1.2;
  max-width: 100%;
  margin: 0;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.componente-2__dao-img {
  height: 170px;
  width: auto;
  justify-self: center;
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.componente-2__governance-methods {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  color: var(--blanco);
}

.componente-2__governance-methods p {
  font-size: 20px;
  font-family: 'neutra';
  line-height: 1.2;
  text-align: right;
  margin: 0 0 20px;
}

.componente-2__governance-methods div {
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* .componente-2__governance-methods div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
} */

.componente-2__governance-methods div img {
  height: 80px;
  margin-right: 15px;
}

.componente-2__governance-methods div p {
  margin: 0;
  font-family: 'reckless';
  font-size: 2rem;
  text-align: center;
}

/* .componente-2__governance-methods div p {
  margin: 0;
  font-family: 'reckless';
  font-size: 2rem;
  text-align: left;
} */

.componente-2__pasos {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  margin-top: 30px;
}

.componente-2__pasos p {
  color: var(--blanco);
  font-family: 'neutra';
  font-size: 22px;
  margin: 0 0 20px;
}

.componente-2__pasos img {
  margin-left: 20px;
}

.componente-2__contenido h3:nth-of-type(2) {
  grid-column: 2 / 4;
  grid-row: 4 / 5;
}

.componente-2__revenue-stream {
  position: relative;
  max-width: 350px;
}

.componente-2__revenue-stream .revenue-number {
  position: absolute;
  width: 180px;
  height: auto;
  top: 50px;
  left: -110px;
}

.componente-2__revenue-stream div {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: 'reckless';
}

.componente-2__revenue-stream div span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 1;
  margin-right: 10px;
}

.componente-2__revenue-stream div h4 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 15px 0 0;
}

.componente-2__revenue-stream p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  display: inline-block;
}

.componente-2__revenue-stream img {
  height: 60px;
}

.stream1 {
  grid-column: 2 / 4;
  grid-row: 5 / 6;
  color: var(--verde);
}

.stream1 div span {
  border: 1px solid var(--verde);
}

.stream2 {
  grid-column: 2 / 4;
  grid-row: 6 / 7;
  color: var(--morado);
  justify-self: center;
  max-width: 390px;
}

.stream2 div span {
  border: 1px solid var(--morado);
}

.stream3 {
  grid-column: 2 / 4;
  grid-row: 7 / 8;
  color: var(--rojo);
  justify-self: end;
  max-width: 390px;
}

.stream3 div span {
  border: 1px solid var(--rojo);
}

.stream3 p a {
  display: inline-block;
  margin-left: 20px;
}

.stream3 p img {
  height: 10px;
  display: inline-block;
}

/* Componente-2 ends */


/* Componente-3 start */
.componente-3 {
  /* display: flex; */
  display: none;
  align-items: center;
  overflow-x: hidden;
}

.componente-3__titulo-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 400px;
}

.componente-3__wrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 50px 0;
}

.componente-3__contenido {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 130px;
  row-gap: 60px;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.componente-3__contenido .componente_numero {
  border-color: var(--morado);
  color: var(--morado);
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.componente-3__contenido h3 {
  color: var(--morado);
  font-family: 'reckless';
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

.componente-3__contenido h3:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.componente-3__contenido .componente-3__descripcion {
  display: block;
  font-family: 'neutra';
  color: var(--morado);
  font-size: 20px;
  line-height: 1.2;
  max-width: 560px;
  margin: 0;
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.componente-3__valuable-assets {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  color: var(--blanco);
}

.componente-3__valuable-assets p {
  font-size: 20px;
  font-family: 'neutra';
  line-height: 1.2;
  margin: 0 0 20px;
}

.componente-3__valuable-assets div {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.componente-3__valuable-assets div .componente-3__icon {
  height: 80px;
}

.componente-3__valuable-assets div span {
  font-size: 2rem;
  display: inline-block;
  margin: 0 20px;
}

/* Componente-3 ends */

/* Componente-4 start */
.componente-4 {
  /* display: flex; */
  display: none;
  align-items: center;
  overflow-x: hidden;
}

.componente-4__titulo-img {
  position: absolute;
  right: 0;
  top: 88px;
  height: 400px;
}

.componente-4__wrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 50px 0;
}

.componente-4__contenido {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 130px;
  row-gap: 60px;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.componente-4__contenido .componente_numero {
  border-color: var(--verde);
  color: var(--verde);
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.componente-4__contenido h3 {
  color: var(--verde);
  font-family: 'reckless';
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

.componente-4__contenido h3:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.componente-4__contenido .componente-4__descripcion {
  display: block;
  font-family: 'neutra';
  color: var(--blanco);
  font-size: 20px;
  line-height: 1.2;
  max-width: 560px;
  margin: 0;
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.componente-4__valuable-assets-title {
  display: flex;
  width: 100%;
  max-width: 645px;
  align-items: flex-end;
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}

.componente-4__valuable-assets-title img {
  height: 80px;
  margin-right: 100px;
}

.componente-4__valuable-assets-title h4 {
  font-size: 2rem;
  font-family: 'reckless';
  line-height: 1.2;
  margin: 0;
  color: var(--blanco);
}

.componente-4__valuable-assets {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
  color: var(--blanco);
  transform: translateX(-65px);
}

.componente-4__valuable-assets ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.componente-4__valuable-assets ul li {
  display: inline-block;
  margin-right: 20px;
}

.componente-4__valuable-assets .asset-numero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 3px solid var(--verde);
  color: var(--verde);
  border-radius: 50%;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

.componente-4__valuable-assets .asset-numero:hover,
.componente-4__valuable-assets .asset-numero.active {
  color: var(--verde-claro);
  border-color: var(--verde-claro);
}

.componente-4__valuable-assets .asset-numero span {
  font-family: 'reckless';
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  transform: translateY(-2px);
}

.componente-4__valuable-assets .valuable-asset {
  font-family: 'neutra';
  font-size: 20px;
  line-height: 1.2;
  color: var(--blanco);
  margin: 0;
  display: none;
}

.componente-4__valuable-assets .valuable-asset.active {
  display: flex !important;
}

.componente-4__valuable-assets .valuable-asset.valuable-asset--illustrated {
  display: none;
  align-items: flex-start;
}

.componente-4__valuable-assets .valuable-asset.valuable-asset--illustrated.asset-5 {
  align-items: center;
}

.componente-4__valuable-assets .valuable-asset.valuable-asset--illustrated p {
  margin: 0 15px 0 0;
}

.componente-4__valuable-assets .valuable-asset.valuable-asset--illustrated img {
  height: 100px;
}

.componente-4__valuable-assets .valuable-asset.valuable-asset--illustrated.asset-5 img {
  height: 30px;
}

/* Componente-4 ends */

@media only screen and (device-width: 800px) and (device-height: 360px) {
  .whitepaperSection_contenido h1 {
    margin: 0;
  }

  .whitepaperSection_contenido--share img {
    display: none;
  }

}

@media only screen and (device-width: 812px) and (device-height: 375px) {

  .whitepaperSection_contenido h1 {
    margin: 20px 0 0 0 !important;
  }

  .whitepaperSection_contenido div {
    height: auto !important;
  }

  .whitepaperSection_contenido--share {
    margin: 20px 175px 0 !important;
  }

  .whitepaperSection_contenido--share img {
    width: 120px !important;
  }
}

@media only screen and (device-width: 744px) and (device-height: 1113px) {
  #whitepaperSection {
    height: 50vh !important;
    /* background-color: lightblue; */
  }

  .whitepaperSection_contenido {
    max-width: 80%;
  }

  .whitepaperSection_contenido h1 {
    text-indent: 4.16vw;
  }

  .whitepaperSection_contenido div {
    height: 235px;
  }

  .whitepaperSection_contenido--share img {
    width: 200px;
  }

  .whitepaperSection_contenido--share {
    margin: 20px -40px 0;
  }
}

/* @media only screen and (min-width: 600px) and (device-height: 360px) {
  #whitepaperSection5 {
      height: 360vh!important;
      background-color: lightblue!important;
  }
} */

/*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  #whitepaperSection {
    height: 115vh;
  }

  .whitepaperSection_contenido h1 {
    font-size: 7.16vw !important;
  }

  /* @whitepaperSection2 */
  .whitepaperSection2_based-imagen {
    transform: translateX(3%);
  }

  .whitepaperSection3_contenido-text {
    margin: 0 0 0 153px;
  }

  .whitepaperSection3_circle {
    width: 211px;
    top: 50%;
    display: block;
  }

  .whitepaperSection3_contenido-title {
    text-indent: unset;
  }

  /* @whitepaperSection4  */
  .whitepaperSection4_contenido {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    /* background-color: lightblue; */
  }

  .whitepaperSection4_contenido span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: unset;
    align-self: unset;
  }

  .whitepaperSection4_contenido p {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }

  .whitepaperSection4_contenido_step:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    justify-self: center;
    align-self: center;
  }

  .whitepaperSection4_contenido_step:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    transform: unset;
    justify-self: center;
    align-self: center;
  }

  .whitepaperSection4_contenido_step:nth-of-type(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    justify-self: center;
    align-self: center;
  }
}

/* end 576px ------------------------------------------------------------------- */

/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .whitepaperSection_contenido h1 {
    font-weight: 300;
    transform: unset;
    opacity: 0;
  }

  .whitepaperSection_contenido div {
    opacity: 0;
   }

  .whitepaperSection_contenido {
    /* max-width: 80%; */
    max-height: 80%;
  }

  .whitepaperSection_contenido div {
    margin: 48px 0 0 236px;
    height: 235px;
  }

  .whitepaperSection_contenido--share {
    margin: 20px 111px 0;
  }

  .whitepaperSection_contenido--share img {
    opacity: 0;
    width: 250px;
  }

  /* @whitepaperSection2  */
  #whitepaperSection2 {
    padding: 0;
  }

  .whitepaperSection2_contenido {
    padding: 60px 0;
    flex-direction: row;
  }

  .whitepaperSection2_contenido p {
    margin: 0;
  }

  .whitepaperSection2_based-imagen {
    transform: unset;
  }

  /* whitepaperSection6 */
  #whitepaperSection6 {
    justify-content: start;
    padding: 95px 15px 0px;
  }

  .whitepaperSection6_contenido-1 div {
    flex-direction: row;
  }

  .whitepaperSection6_contenido-1 div img {
    transform: unset;
    margin-top: unset;
  }

  /* #whitepaperSection8 {
    min-height: unset;
  } */

}

/* end 768px ------------------------------------------------------------------- */

/*Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  #whitepaperSection {
    height: 100vh;
  }

  /* whitepaperSection */
  .whitepaperSection_contenido {
    max-width: 80%;
  }

  .whitepaperSection_contenido h1 {
    margin: unset;
    font-size: 10vw;
  }

  .whitepaperSection_contenido--share img {
    display: block;
  }

  .whitepaperSection_contenido h1 {
    font-weight: 300;
    font-size: 10.16vw;
  }

  /* @whitepaperSection2  */
  #whitepaperSection2 {
    height: 110vh;
  }


  /* @whitepaperSection3  */
  #whitepaperSection3 {
    height: 90vh;
  }

  /* @whitepaperSection4  */
  #whitepaperSection4 {
    padding: 50px 15px;
  }

  .whitepaperSection4_contenido {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    justify-content: center;
  }

  .whitepaperSection4_contenido span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: unset;
    align-self: unset;
  }

  .whitepaperSection4_contenido p {
    font-size: 20px;
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }

  .whitepaperSection4_contenido_step:nth-of-type(1) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .whitepaperSection4_contenido_step:nth-of-type(2) {
    grid-column: 2 / 4;
    grid-row: 3 / 5;
    transform: translate3d(30px, 12px, 0);
  }

  .whitepaperSection4_contenido_step:nth-of-type(3) {
    grid-column: 4 / 5;
    grid-row: 3 / 5;
    justify-self: center;
    align-self: end;
  }

  .whitepaperSection4_contenido-flecha:nth-of-type(1),
  .whitepaperSection4_contenido-flecha:nth-of-type(2),
  .whitepaperSection4_contenido-flecha:nth-of-type(3) {
    display: block;
  }

  .whitepaperSection4_contenido_step img {
    height: 87px;
  }

  /* @whitepaperSection5 */
  #whitepaperSection5 {
    height: 100vh;
    min-height: unset;
    display: block;
    grid-template-columns: unset;
    grid-template-rows: unset;
    place-items: unset;
    padding: unset;
  }

  .whitepaperSection5_contenido {
    grid-column: unset;
    grid-row: unset;
  }

  .whitepaperSection5_contenido h2 {
    font-size: 7.5vw;
  }

  .whitepaperSection5_circulo {
    width: 300px;
    height: 300px;
  }

  .whitepaperSection5_circulo .circulo-titulo {
    font-size: 2.5rem;
  }

  .whitepaperSection5_circulo .circulo-numero {
    font-size: 10rem;
  }
  
  .whitepaperSection5_circulo.circulo-no-3 {
  /* .whitepaperSection5_circulo:nth-of-type(1) { */
    /* circulo #3 */
    grid-column: unset;
    grid-row: unset;
    align-self: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }

  .whitepaperSection5_circulo.circulo-no-4 {
    /* circulo #4 */
    grid-column: unset;
    grid-row: unset;
    align-self: unset;
    right: 10%;
    bottom: 80px;
  }
 

  .whitepaperSection5_circulo.circulo-no-1 {
    /* circulo #1 */
    grid-column: unset;
    grid-row: unset;
    align-self: unset;
    top: 150px;
    left: 250px;
    /* left: 10%;
    top: 58%;
    transform: translateY(-84%); */
  }

  #whitepaperSection5 .whitepaperSection5_circulo.circulo-no-2 {
    display: none;
  }

  #whitepaperSection6 .whitepaperSection5_circulo.circulo-no-2 {
    display: flex;
  }

  /* @whitepaperSection6 */
  #whitepaperSection6 {
    min-height: 100vh;
  }

  /* @whitepaperSection8 */
  #whitepaperSection8 {
    align-items: center;
    padding: 40px 40px;
  }

  #whitepaperSection8::before,
  #whitepaperSection8::after {
    width: 24px;
  }

  .whitepaperSection8_contenido {
    grid-template-columns: 207px repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    row-gap: 40px;
  }

  .whitepaperSection8_contenido h2 {
    font-weight: 300;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 7.5rem;
    transform: unset;
  }

  .whitepaperSection8_contenido p {
    font-size: 20px;
  }

  .whitepaperSection8_contenido a {
    width: 200px;
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    justify-self: end;
  }

  .whitepaperSection8_contenido .contenedor-lista {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    justify-self: end;
  }

  .whitepaperSection8_contenido img:nth-of-type(1) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .whitepaperSection8_contenido p:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    transform: translateX(110px);
  }

  .whitepaperSection8_contenido img:nth-of-type(2) {
    transform: translateX(-40px);
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  /* @whitepaperSection9  */
  #whitepaperSection9 {
    min-height: 100vh;
    padding: 115px 0 0;
  }

  .whitepaperSection9_contenido {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr auto auto 1fr;
    column-gap: 15px;
    padding: 0;
  }

  .whitepaperSection9_contenido h2 {
    font-weight: 300;
    font-size: 7.5rem;
    grid-column: 2 / 6;
    grid-row: 1 / 2;
  }

  .whitepaperSection9_contenido img {
    grid-column: 6 / 7;
    grid-row: 1 / 2;
  }

  .whitepaperSection9_contenido .contenedor-lista {
    grid-column: 5 / 7;
    grid-row: 2 / 3;
    justify-content: unset;
  }

  .whitepaperSection9_contenido p:nth-of-type(1) {
    grid-column: 1 / 2;
  }

  .whitepaperSection9_contenido p:nth-of-type(2) {
    grid-column: 2 / 5;
    grid-row: 2 / 3;
    max-width: 520px;
  }

  .whitepaperSection9_contenido p:nth-of-type(3) {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
  }

  .whitepaperSection9_ventaja {
    flex-direction: column;
  }


  .whitepaperSection9_ventaja p {
    margin-top: 25px;
    margin-left: 0;
    width: unset;
  }

  .whitepaperSection9_ventaja:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .whitepaperSection9_ventaja:nth-of-type(3) {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
  }

  .whitepaperSection9_ventaja:nth-of-type(4) {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
  }

  .whitepaperSection9_ventaja:nth-of-type(5) {
    grid-column: 5 / 6;
    grid-row: 4 / 5;
  }

  .whitepaperSection9_ventaja:nth-of-type(6) {
    grid-column: 6 / 7;
    grid-row: 4 / 5;
  }

  .whitepaperSection9_pie h3 {
    margin: 0;
    font-family: 'reckless';
    line-height: 1;
    font-weight: 300;
    color: var(--blanco);
    font-size: 2rem;
  }

  .whitepaperSection9_pie h3 {
    font-size: 5rem;
  }

  /* @whitepaperSection10  */
  #whitepaperSection10 {
    min-height: 100vh;
    padding: 0 40px;
    justify-content: start;
  }

  .whitepaperSection10_titulo {
    font-size: 7.5vw;
    line-height: 1;
  }

}

/* end 992px ------------------------------------------------------------------- */


/*X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  /* @whitepaperSection3  */
  #whitepaperSection3 {
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;

  }

  .whitepaperSection3_circle {
    width: 550px;
    left: -33px;
    top: unset;
    bottom: 60px;
  }

  .whitepaperSection3_contenido {
    width: auto;
    margin-left: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .whitepaperSection3_contenido-title {
    margin: 0 0 60px;
    text-indent: 0;
  }

  .whitepaperSection3_contenido-text {
    font-size: 21px;
    display: inline-block;
    margin: 0 180px 0 110px;
  }

  .whitepaperSection3_contenido-hex {
    width: 180px;
    height: auto;
    align-self: end;
    z-index: 10;
  }

  /* @whitepaperSection6  */
  #whitepaperSection6 {
    align-items: center;
    justify-content: center;
    padding: unset;
  }

  .whitepaperSection6_contenido-1 {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }


  .whitepaperSection6_contenido-1 div {
    padding-left: 70px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .whitepaperSection6_contenido-1 div h2 {
    font-size: 11rem;
  }

  .whitepaperSection6_contenido-1 div img {
    width: 80px;
  }

  .whitepaperSection6_contenido-1 p {
    font-size: 21px;
  }

  .whitepaperSection6_contenido-2 {
    justify-content: center;
    align-items: end;
    flex-direction: row;
  }

  .whitepaperSection6_contenido-2 h2 {
    font-size: 11rem;
  }

  .whitepaperSection6_contenido-2 div p {
    font-size: 21px;
  }

  /* @whitepaperSection7  */
  #whitepaperSection7 {
    justify-content: start;
    height: 100vh;
    min-height: 75vh;
    padding: 24px 40px;
  }

  .whitepaperSection7_titulo {
    font-size: 7.5vw;
    line-height: 1;
  }

}

/* end 1200px ------------------------------------------------------------------- */

/*XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  /* #whitepaperSection6 .whitepaperSection5_circulo.circulo-no-2{
    
  } */

  #whitepaperSection3 {
    height: 100vh;
  }

  .whitepaperSection7_titulo {
    font-size: 7.2rem;
  }

    /* @whitepaperSection5  */
    .whitepaperSection5_circulo {
      width: 345px;
      height: 345px;
    }
  
    .whitepaperSection5_circulo .circulo-titulo {
      font-size: 2.7rem;
    }
  
    .whitepaperSection5_circulo .circulo-numero {
      font-size: 13rem;
    }

}

/* end 1400px ------------------------------------------------------------------- */