:root {
  --border-0: #333;
  --background: #000;
  --background-primary-button: #353535;
  --destacado: #0085ff;
  --titles: Nekst, sans-serif;
  --primary-text: white;
  --extra-large-title: 54px;
  --margin-m: 16px;
  --margin-xl: 32px;
  --body-text: "Sf Pro Display", sans-serif;
  --subtitle: 32px;
  --body: 26px;
  --margin-supra: 80px;
  --margin-l: 24px;
  --secondary-text: #d8d8d8;
  --footnote: 22px;
  --margin-s: 8px;
  --large-title: 40px;
  --footnote-s: 16px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 8;
  width: 100%;
  border-bottom: 1px solid var(--border-0);
  background-color: var(--background);
  padding-left: 8%;
  padding-right: 8%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  width: auto;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Nekst, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  background-color: var(--background-primary-button);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Nekst, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--destacado);
  color: var(--background);
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-color: var(--background);
}

.extra-large-title {
  width: 80%;
  min-width: auto;
  font-family: var(--titles);
  color: var(--primary-text);
  font-size: var(--extra-large-title);
  text-align: left;
  -webkit-text-stroke-color: #00c7a6;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 62px;
}

.extra-large-title.negative {
  width: 700px;
  color: #f7fffe;
  text-transform: uppercase;
  order: 0;
  font-weight: 900;
  line-height: 58px;
}

.extra-large-title.negative.home {
  font-family: Nekst, sans-serif;
}

.extra-large-title.bis {
  -webkit-text-stroke-color: var(--destacado);
}

.title-and-text {
  width: 80%;
  grid-column-gap: var(--margin-m);
  grid-row-gap: var(--margin-m);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.title-and-text.center {
  width: 800px;
  max-height: 600px;
  max-width: 67%;
  min-width: 47%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 800px;
  max-height: 600px;
  max-width: 67%;
  min-width: 47%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 0;
  display: flex;
}

.title-and-text.bis {
  margin-bottom: 100px;
}

.cta {
  width: 100%;
  max-width: 324px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta.light {
  min-width: 0;
  color: #00c7a6;
  background-color: #e4f0ee;
  border-radius: 4px;
  order: 3;
  justify-content: center;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 600;
}

.cta.light:hover {
  color: #fff;
  background-color: #000;
}

.cta.light {
  min-width: 0;
  color: #00c7a6;
  background-color: #e4f0ee;
  border-radius: 4px;
  order: 3;
  justify-content: center;
  padding: 16px 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.cta.light:hover {
  color: #fff;
  background-color: #000;
}

.cta.light {
  min-width: 0;
  color: #00c7a6;
  background-color: #e4f0ee;
  border-radius: 4px;
  order: 3;
  justify-content: center;
  padding: 16px 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.cta.light:hover {
  color: #fff;
  background-color: #000;
}

.lottie-animation-6 {
  display: none;
}

.subtitle {
  font-family: var(--body-text);
  color: var(--primary-text);
  font-size: var(--subtitle);
  text-align: left;
  order: 0;
  line-height: 36px;
}

.subtitle.negative {
  color: #f7fffe;
  order: 1;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

.subtitle.remarked {
  color: var(--destacado);
}

.subtitle.bis {
  -webkit-text-stroke-color: var(--primary-text);
}

.welcome-section {
  width: auto;
  height: 95vh;
  max-width: none;
  min-height: 0;
  min-width: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px dashed var(--border-0);
  cursor: auto;
  object-fit: none;
  background-color: #000;
  background-image: linear-gradient(63deg, #000 36%, rgba(255, 255, 255, 0)), url('../images/Screenshot-2023-10-19-at-12.56.57.png');
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -90px;
  padding-top: 140px;
  padding-left: 8%;
  padding-right: 14%;
  display: flex;
  position: static;
  overflow: visible;
}

.welcome-section:hover {
  mix-blend-mode: normal;
}

.welcome-section.mouse {
  background-position: 0 0, -20% 100%;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  display: none;
}

.client-section {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  border-bottom: 1px solid var(--border-0);
  flex-direction: column;
  padding: 60px 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-2 {
  color: #00c7a6;
  text-align: left;
  order: 1;
  font-size: 32px;
  line-height: 36px;
}

.subtitle-2.center {
  text-align: center;
}

.subtitle-2.black {
  color: #000;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.bold {
  font-family: var(--titles);
  color: var(--primary-text);
  text-transform: uppercase;
  font-weight: 500;
}

.clients-grid {
  width: auto;
  height: auto;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.logo-img {
  max-width: 90%;
}

.extra-large-title-2 {
  color: #00c7a6;
  -webkit-text-stroke-color: #00c7a6;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
}

.extra-large-title-2.center {
  width: 850px;
  color: #00c7a6;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 900;
  line-height: 60px;
}

.body-text {
  font-family: var(--body-text);
  color: var(--primary-text);
  font-size: var(--body);
  text-align: left;
  font-weight: 400;
  line-height: 30px;
}

.body-text.light {
  color: #adadad;
  -webkit-text-stroke-color: #adadad;
}

.div-block-5 {
  z-index: 6;
  width: 900px;
  height: 700px;
  justify-content: center;
  display: flex;
  position: relative;
}

.big-img-title {
  width: auto;
  height: auto;
  grid-column-gap: var(--margin-supra);
  grid-row-gap: var(--margin-supra);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 8% 100px;
  display: flex;
  overflow: hidden;
}

.lottie-animation-5 {
  z-index: -4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  float: none;
  justify-content: space-around;
  align-items: stretch;
  display: block;
  position: absolute;
}

.container-3 {
  width: 80%;
  max-width: none;
  background-image: url('../images/phone.mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 240px;
}

.title {
  font-family: var(--titles);
  color: var(--primary-text);
  font-size: 28px;
  line-height: 30px;
}

.title.bis {
  text-align: left;
}

.dual-button {
  grid-column-gap: var(--margin-m);
  grid-row-gap: var(--margin-m);
  display: flex;
}

.que-es-feending {
  background-image: linear-gradient(354deg, black, rgba(0, 0, 0, .37) 55%, var(--background)), linear-gradient(93deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, .21) 60%, var(--background) 90%), url('../images/CP_Colorpong_Data_Strings-1.png');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
  padding: 60px 8% 100px;
}

.circle-network {
  width: 35%;
  opacity: .26;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-6 {
  text-align: left;
}

.circle-net-container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.skill {
  max-height: 200px;
  max-width: 560px;
  clear: left;
  grid-column-gap: var(--margin-m);
  grid-row-gap: var(--margin-m);
  aspect-ratio: auto;
  object-fit: fill;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.skill.text-left {
  flex-direction: row-reverse;
}

.skill.text-right {
  flex-direction: row;
}

.skill.bis {
  max-height: none;
  max-width: none;
  text-align: left;
  flex-direction: row-reverse;
}

.footnote {
  color: var(--secondary-text);
  font-size: var(--footnote);
  margin-bottom: 10px;
  line-height: 26px;
}

.footnote.bis {
  color: var(--primary-text);
  text-align: left;
  line-height: 26px;
}

.title-footnote {
  grid-column-gap: var(--margin-s);
  grid-row-gap: var(--margin-s);
  flex-direction: column;
  display: flex;
}

.flex-block {
  grid-column-gap: var(--margin-supra);
  grid-row-gap: var(--margin-supra);
  padding-right: 100px;
}

.flex-block.algn-right {
  grid-column-gap: var(--margin-supra);
  grid-row-gap: var(--margin-supra);
  align-items: flex-end;
}

.flex-block.align-left {
  grid-column-gap: var(--margin-supra);
  grid-row-gap: var(--margin-supra);
}

.body-text-big {
  font-family: var(--body-text);
  color: var(--primary-text);
  font-size: var(--subtitle);
  text-align: left;
  order: 1;
  line-height: 36px;
}

.body-text-big.negative {
  color: #f7fffe;
  order: 1;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

.benefits-section {
  width: 100%;
  height: auto;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 64px 0% 0;
  display: flex;
}

.benefits-section.bis {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.tips {
  width: 50%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.tips.center {
  width: 40%;
  max-height: 600px;
  max-width: 67%;
  min-width: 47%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 0;
  display: flex;
}

.extra-large-title-3 {
  color: #00c7a6;
  -webkit-text-stroke-color: #00c7a6;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
}

.extra-large-title-3.justify {
  color: #00c7a6;
  text-transform: uppercase;
  font-weight: 900;
}

.extra-large-title-3.center {
  width: 850px;
  color: #00c7a6;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 900;
  line-height: 60px;
}

.body-text-2 {
  color: #000;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.body-text-2.light {
  color: #adadad;
  -webkit-text-stroke-color: #adadad;
}

.img-acompa-a-texto {
  width: 100%;
  height: auto;
  max-width: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-title {
  font-family: var(--titles);
  color: var(--primary-text);
  font-size: var(--large-title);
  -webkit-text-stroke-color: #00c7a6;
  text-transform: uppercase;
  order: 0;
  font-weight: 600;
  line-height: 46px;
}

.large-title.negative {
  width: 700px;
  color: #f7fffe;
  text-transform: uppercase;
  order: 0;
  font-weight: 900;
  line-height: 58px;
}

.large-title.negative.home {
  font-family: Nekst, sans-serif;
}

.large-title.black {
  color: var(--primary-text);
}

.large-title.bis {
  color: var(--background);
}

.image-2 {
  width: 150px;
}

.div-block-7 {
  z-index: 6;
  width: 900px;
  height: 700px;
  justify-content: center;
  display: flex;
  position: relative;
}

.lottie-animation-7 {
  z-index: -4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  float: none;
  justify-content: space-around;
  align-items: center;
  display: block;
  position: absolute;
}

.container-4 {
  width: 56%;
  height: 500px;
  max-width: none;
  min-height: 400px;
  min-width: 56%;
  background-image: url('../images/Admin_display.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.big-img-titlel {
  height: auto;
  grid-column-gap: var(--margin-xl);
  grid-row-gap: var(--margin-xl);
  border: 1px none var(--primary-text);
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 8%;
  margin-right: 8%;
  padding: 60px 0%;
  display: flex;
}

.image-3 {
  width: 450px;
  margin-left: 100px;
}

.pretitle {
  color: var(--background);
}

.button-secundary {
  width: auto;
  background-color: var(--background-primary-button);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Nekst, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-secundary:hover {
  background-color: var(--background);
  color: var(--primary-text);
}

.button-secundary:active {
  background-color: #43464d;
}

.button-secundary.bis {
  width: 200px;
}

.img-space {
  margin-bottom: 60px;
}

.div-block-8 {
  grid-column-gap: var(--margin-supra);
  grid-row-gap: var(--margin-supra);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.img-text-button {
  width: 50%;
  grid-column-gap: var(--margin-xl);
  grid-row-gap: var(--margin-xl);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-8 {
  width: 200px;
}

.icon-text {
  width: 100%;
  height: 100%;
  background-color: rgba(252, 249, 249, 0);
  border: 1px #f2f2f2;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
  position: relative;
}

.icon-list {
  width: 70px;
  opacity: 1;
}

.section-list {
  grid-column-gap: var(--margin-m);
  grid-row-gap: var(--margin-m);
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  padding: 40px 8% 60px;
  display: flex;
}

.lottie-animation-4 {
  width: auto;
  height: auto;
  min-width: auto;
  opacity: 1;
  filter: blur();
  border-radius: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-list {
  width: 100%;
  max-width: none;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.list-container {
  width: 50%;
  max-width: none;
  grid-column-gap: var(--margin-xl);
  grid-row-gap: var(--margin-xl);
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  justify-items: start;
  display: flex;
}

.number-list {
  color: #00c7a6;
  border-radius: 0;
  font-size: 30px;
}

.circle-motion {
  width: 51.9389%;
  min-width: 600px;
  opacity: 1;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.big-video-title {
  width: 100%;
  height: auto;
  grid-column-gap: var(--margin-supra);
  grid-row-gap: var(--margin-supra);
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border-0);
  background-image: linear-gradient(144deg, black, rgba(255, 255, 255, 0) 0%, var(--background) 52%), url('../images/Screenshot-2023-10-19-at-12.56.57.png');
  background-position: 0 0, 105%;
  background-size: auto, 2800px;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding: 60px 8%;
  display: flex;
  overflow: hidden;
}

.youtube {
  width: 750px;
  height: auto;
  max-height: 500px;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  border: 0px none var(--primary-text);
  background-color: var(--background);
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  max-width: 60%;
  border: 0px none var(--border-0);
  border-radius: 0;
  margin-right: auto;
  padding: 0;
}

.suscribe {
  background-image: url('../images/CP_Colorpong_Data_Strings-7.png');
  background-position: 0 0;
  background-size: auto;
}

.form {
  width: 450px;
  flex-direction: column;
  font-family: Sf Pro Display, sans-serif;
  display: flex;
}

.form-block {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.submit-button {
  background-color: var(--background-primary-button);
  font-family: Nekst, sans-serif;
}

.text-field, .text-field-2 {
  border: .5px solid var(--primary-text);
  background-color: var(--background);
  border-radius: 8px;
  margin-bottom: 20px;
}

.divisor {
  width: 160px;
  border-bottom: 8px dotted var(--destacado);
  margin-bottom: 20px;
  padding-top: 20px;
}

.tfn-logo {
  width: 25%;
  max-width: none;
  border: 1.5px none var(--primary-text);
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #333;
  margin-bottom: 40px;
  margin-left: 0;
  padding-bottom: 0;
}

.section-2 {
  margin-top: 60px;
}

.tips-section {
  opacity: 1;
  padding: 100px 8%;
}

.lottie-animation-9 {
  width: 100px;
  position: absolute;
}

.lottie-animation-10 {
  width: 100%;
  height: 400px;
  opacity: .17;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-light {
  background-color: var(--destacado);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 8% 40px;
  font-family: Sf Pro Display, sans-serif;
  position: relative;
}

.footer-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--primary-text);
  font-family: Nekst, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-title.bis {
  width: 300.313px;
  padding-bottom: 20px;
  line-height: 22px;
}

.footer-link-two {
  color: var(--primary-text);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: rgba(77, 77, 77, .47);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--background);
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: rgba(228, 235, 243, .14);
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--primary-text);
  font-size: 16px;
  font-weight: 400;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.foot-logo {
  padding-bottom: 0;
}

.text-block {
  color: var(--primary-text);
}

.image-4, .image-5, .image-6 {
  width: 30px;
}

.button-cta {
  background-color: var(--destacado);
  color: var(--background);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Nekst, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  position: static;
}

.button-cta:hover {
  background-color: var(--primary-text);
  color: var(--background);
}

.button-cta:active {
  background-color: var(--primary-text);
}

.button-cta.bis {
  display: none;
}

.footnote-s {
  color: var(--primary-text);
  font-size: var(--footnote-s);
  margin-bottom: 10px;
  line-height: 22px;
}

.footnote-s.bis {
  text-align: left;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 16px;
  line-height: 26px;
}

.button-translucid {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(53, 53, 53, .41);
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Nekst, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-translucid:hover {
  background-color: var(--background);
  color: var(--primary-text);
}

.button-translucid:active {
  background-color: #43464d;
}

.divisor-2 {
  width: 160px;
  border-bottom: 8px dotted var(--secondary-text);
  margin-bottom: 20px;
  padding-top: 0;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
}

.modal {
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: rgba(216, 216, 216, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0%;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quick-stack {
  width: 80%;
  height: 80%;
  border: 1px solid var(--destacado);
  border-radius: var(--margin-m);
  background-color: #fff;
  margin-left: 0;
  margin-right: 100px;
  padding: 60px;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  background-image: url('../images/Admin_display.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

.image-7 {
  width: 300px;
  max-width: none;
}

.modal-content-contact {
  width: 90%;
  height: 90%;
  border: 2px none var(--border-0);
  background-color: var(--destacado);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  display: block;
  overflow: hidden;
}

.quick-stack-2 {
  width: auto;
  height: 100%;
  margin-bottom: 40px;
  padding-right: 0;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 0;
  font-family: Sf Pro Display, sans-serif;
}

.cell-4 {
  background-image: url('../images/Admin_display.png');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
}

.modal-title {
  grid-column-gap: var(--margin-xl);
  grid-row-gap: var(--margin-xl);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0% 40px 0 6%;
  display: flex;
  overflow: visible;
}

.text-modal {
  width: 60%;
  grid-column-gap: var(--margin-s);
  grid-row-gap: var(--margin-s);
  flex-direction: column;
  display: flex;
}

.html-embed {
  align-items: flex-start;
  display: flex;
}

.form-img {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.image-8 {
  width: auto;
  height: 70%;
  text-align: left;
  overflow: visible;
}

.modal-img {
  width: 100%;
  background-image: url('../images/Admin_display.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  margin-top: 6%;
  margin-bottom: 6%;
  margin-left: 100px;
  padding-left: 0;
  display: flex;
}

.html-embed-2 {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 0%;
}

.modal-content {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 100px;
  display: flex;
}

.modal-top-bar {
  justify-content: flex-end;
  padding: 10px;
  display: flex;
}

.system-icon {
  width: 50px;
  height: 50px;
  background-color: var(--background);
}

.button-close {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/x-mark-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 100px;
}

.banner-tfn {
  z-index: 10;
  width: 100%;
  height: auto;
  max-height: 260px;
  max-width: none;
  min-height: 180px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #01946f;
  border: 1px #34ffcd;
  border-top-style: solid;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 0 0 40px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.banner-text {
  grid-column-gap: var(--margin-s);
  grid-row-gap: var(--margin-s);
  color: var(--primary-text);
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.text-span {
  padding-left: 0;
}

.button-tfn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #353535;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Nekst, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-tfn:hover {
  color: var(--background);
  background-color: #34ffcd;
}

.button-tfn:active {
  background-color: #43464d;
}

.text-span-2 {
  font-weight: 700;
}

.banner-img {
  padding-left: 0;
}

.img-text-banner {
  grid-column-gap: var(--margin-s);
  grid-row-gap: var(--margin-s);
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.close-bar {
  height: 90px;
  align-items: flex-start;
  margin-top: -39px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.text-block-3 {
  display: flex;
}

.button-close-banner {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/x-mark-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  display: none;
}

.banner-imgxl {
  width: 400px;
  height: 140px;
  margin-left: 60px;
  margin-right: 40px;
  padding-left: 0;
}

.image-9 {
  margin-top: 20px;
}

.text-span-3 {
  font-family: Nekst, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-span-4 {
  font-family: Nekst, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.fs-cc-banner_text-link {
  color: var(--destacado);
  -webkit-text-stroke-color: #00c7a6;
  border: 1px #00c7a6;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger-2 {
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button-2 {
  min-width: 8.75rem;
  border: 2px solid var(--destacado);
  background-color: var(--destacado);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: var(--primary-text);
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-color: #adadad;
}

.fs-cc-banner_text {
  color: var(--primary-text);
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-span-7 {
  font-weight: 600;
}

.fs-cc-banner_trigger-3 {
  display: none;
}

.fs-cc-banner_container-2 {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-8 {
  font-weight: 600;
}

.fs-cc-banner_trigger-4 {
  display: none;
}

.fs-cc-banner {
  z-index: 998;
  background-color: var(--border-0);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_container-3 {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logos-section-top-footer {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.chatbot {
  width: 100px;
  height: 100px;
  max-width: none;
  padding-right: 220px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-banner-black {
  z-index: 998;
  background-color: var(--border-0);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_text-link-2 {
  color: #00c7a6;
  -webkit-text-stroke-color: #00c7a6;
  border: 1px #00c7a6;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger-5 {
  display: none;
}

.fs-cc-banner_button-3 {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #00c7a6;
  border: 2px solid #00c7a6;
  border-radius: 8px;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-3.fs-cc-button-alt {
  color: #5f5f5f;
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-color: #adadad;
}

.fs-cc-banner_text-2 {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container-4 {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-4 {
  display: flex;
}

.fs-cc-banner_text-link-3 {
  color: var(--destacado);
  -webkit-text-stroke-color: #00c7a6;
  border: 1px #00c7a6;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger-6 {
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_button-4 {
  min-width: 8.75rem;
  border: 2px solid var(--destacado);
  background-color: var(--destacado);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-4.fs-cc-button-alt {
  color: #5f5f5f;
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-color: #adadad;
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left {
    padding-left: 10%;
    padding-right: 10%;
  }

  .extra-large-title {
    width: 70%;
  }

  .extra-large-title.negative.home {
    width: 800px;
    font-size: 60px;
    line-height: 64px;
  }

  .title-and-text.bis {
    width: 80%;
    max-width: 1000px;
  }

  .subtitle {
    max-width: 600px;
  }

  .subtitle.negative {
    font-size: 40px;
    line-height: 43px;
  }

  .welcome-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-position: 0 0, 50% 100%;
    background-size: auto, 140%;
    padding-left: 10%;
  }

  .client-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .big-img-title {
    height: 1000px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .title.bis {
    text-align: left;
  }

  .que-es-feending {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footnote.center, .title-footnote {
    text-align: left;
  }

  .body-text-big.negative {
    font-size: 40px;
    line-height: 43px;
  }

  .benefits-section {
    justify-content: flex-start;
  }

  .benefits-section.bis {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .large-title.negative.home {
    width: 800px;
    font-size: 60px;
    line-height: 64px;
  }

  .large-title.bis {
    color: var(--background);
  }

  .container-4 {
    width: 100%;
    height: 800px;
    background-image: url('../images/Admin_display.png');
  }

  .big-img-titlel {
    height: auto;
    border-top: 2px none var(--primary-text);
    border-bottom: 2px none var(--primary-text);
    background-color: var(--background);
    border-radius: 0;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin-left: 8%;
    margin-right: 8%;
    padding: 60px 0%;
  }

  .image-3 {
    width: 600px;
    padding-left: 40px;
  }

  .pretitle {
    color: var(--background);
  }

  .section-list {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lottie-animation-4 {
    width: auto;
    height: auto;
  }

  .img-list {
    grid-column-gap: var(--margin-supra);
    grid-row-gap: var(--margin-supra);
    justify-content: flex-start;
  }

  .list-container, .circle-motion {
    width: 40%;
  }

  .big-video-title {
    height: 1000px;
    grid-column-gap: var(--margin-m);
    grid-row-gap: var(--margin-m);
    padding-left: 10%;
    padding-right: 10%;
  }

  .youtube {
    min-width: 900px;
  }

  .footnote-s.center {
    text-align: left;
  }

  .quick-stack {
    margin-right: 0;
    padding-right: 0;
  }

  .cell-2 {
    background-image: url('../images/Admin_display.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-tfn {
    justify-content: space-around;
    margin-left: 0;
    padding-left: 0;
  }

  .img-text-banner {
    grid-column-gap: var(--subtitle);
    grid-row-gap: var(--subtitle);
  }

  .close-bar {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    display: none;
    overflow: visible;
  }

  .extra-large-title {
    color: var(--primary-text);
    text-align: left;
    -webkit-text-stroke-color: #00c7a6;
    padding-right: 0;
    font-weight: 600;
    line-height: 60px;
  }

  .extra-large-title.negative {
    width: auto;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #fcf9f9;
    order: 0;
    padding-left: 0;
    font-size: 50px;
    line-height: 54px;
  }

  .extra-large-title.negative.home, .extra-large-title.bis {
    text-align: left;
  }

  .title-and-text {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .title-and-text.center {
    width: auto;
    max-height: none;
    max-width: none;
    min-width: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    width: auto;
    max-height: none;
    max-width: none;
    min-width: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    margin-bottom: 100px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta.light {
    color: #00c7a6;
    text-align: left;
    color: #00c7a6;
    text-align: left;
    color: #00c7a6;
    text-align: left;
    background-color: #e4f0ee;
    border-radius: 4px;
    order: 4;
    justify-content: center;
    padding: 16px 0;
    font-size: 22px;
  }

  .subtitle {
    color: var(--primary-text);
    text-align: left;
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
  }

  .subtitle.negative {
    color: #f7fffe;
    text-align: center;
    order: 1;
  }

  .subtitle.bis {
    text-align: center;
  }

  .welcome-section {
    width: auto;
    height: 95svh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0, 50% 0;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 35% 24px 140px;
    display: flex;
  }

  .client-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .subtitle-2 {
    color: #00c7a6;
    text-align: center;
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
  }

  .subtitle-2.black {
    color: #000;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .bold {
    font-weight: 600;
  }

  .clients-grid {
    display: flex;
    overflow: visible;
  }

  .extra-large-title-2 {
    color: #00c7a6;
    text-align: left;
    -webkit-text-stroke-color: #00c7a6;
    padding-right: 0;
    font-weight: 600;
    line-height: 60px;
  }

  .extra-large-title-2.center {
    width: 600px;
    text-align: center;
    padding-top: 0;
  }

  .body-text {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .body-text.light {
    text-align: center;
    font-size: 24px;
  }

  .div-block-5 {
    width: auto;
    justify-content: center;
  }

  .big-img-title {
    height: auto;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .lottie-animation-5 {
    width: 700px;
    height: 700px;
    max-width: none;
    position: absolute;
  }

  .container-3 {
    width: 500px;
    background-size: 280px;
  }

  .circle-network {
    width: 50%;
    display: none;
  }

  .circle-net-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .skill.bis {
    text-align: left;
    flex-direction: row;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footnote {
    font-size: 18px;
    line-height: 22px;
  }

  .flex-block {
    padding-right: 0;
    padding-bottom: var(--margin-supra);
  }

  .body-text-big {
    color: var(--primary-text);
    text-align: left;
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
  }

  .body-text-big.negative {
    color: #f7fffe;
    text-align: center;
    order: 1;
  }

  .benefits-section {
    height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 40px 0%;
  }

  .benefits-section.bis {
    flex-direction: row;
  }

  .tips {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tips.center {
    width: auto;
    max-height: none;
    max-width: none;
    min-width: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    margin-bottom: 100px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-large-title-3 {
    color: #00c7a6;
    text-align: left;
    -webkit-text-stroke-color: #00c7a6;
    padding-right: 0;
    font-weight: 600;
    line-height: 60px;
  }

  .extra-large-title-3.justify {
    text-align: left;
    font-size: 40px;
    line-height: 46px;
  }

  .extra-large-title-3.center {
    width: 600px;
    text-align: center;
    padding-top: 0;
  }

  .body-text-2 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .body-text-2.light {
    text-align: center;
    font-size: 24px;
  }

  .img-acompa-a-texto {
    width: 340px;
    height: auto;
    max-width: none;
    object-fit: contain;
    order: -1;
  }

  .large-title {
    color: var(--primary-text);
    text-align: left;
    -webkit-text-stroke-color: #00c7a6;
    padding-right: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
  }

  .large-title.negative {
    width: auto;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #fcf9f9;
    order: 0;
    padding-left: 0;
    font-size: 50px;
    line-height: 54px;
  }

  .large-title.negative.home {
    text-align: left;
  }

  .div-block-7 {
    width: auto;
    justify-content: center;
  }

  .lottie-animation-7 {
    width: 700px;
    height: 700px;
    max-width: none;
    position: absolute;
  }

  .container-4 {
    width: 100%;
    height: 500px;
    max-width: none;
    background-size: contain;
  }

  .big-img-titlel {
    height: auto;
    grid-column-gap: var(--margin-supra);
    grid-row-gap: var(--margin-supra);
    border: 1px none var(--primary-text);
    background-image: linear-gradient(to bottom, var(--primary-text), var(--primary-text));
    border-radius: 0;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pretitle {
    line-height: 32px;
  }

  .img-text-button {
    width: auto;
    padding-right: var(--margin-xl);
    padding-left: var(--margin-xl);
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-text {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #f2f2f2;
    border-bottom: 4px solid #fcf9f9;
    border-radius: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-right: auto;
    padding: 5px 40px 5px 5px;
  }

  .section-list {
    padding-left: 8%;
    padding-right: 8%;
  }

  .img-list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .list-container {
    width: 100%;
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .number-list {
    color: #00c7a6;
    font-size: 40px;
    font-weight: 500;
  }

  .circle-motion {
    width: 500px;
  }

  .big-video-title {
    height: auto;
    text-align: center;
    background-position: 0 0, 0%;
    flex-direction: column;
    align-items: center;
    margin-left: 0%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .youtube {
    width: auto;
    height: auto;
  }

  .container-5 {
    width: 100%;
    min-width: 100%;
  }

  .footer-light {
    padding-top: 40px;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    flex-flow: column wrap;
  }

  .footer-block-two {
    width: 100%;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .button-cta.bis {
    display: block;
  }

  .footnote-s {
    font-size: 18px;
    line-height: 22px;
  }

  .footnote-s.bis {
    width: 99.9999%;
  }

  .modal, .modal-img {
    display: none;
  }

  .banner-tfn {
    width: 100%;
    height: 150px;
    max-width: none;
    border-style: solid none none;
    justify-content: center;
    margin-left: 25px;
    margin-right: auto;
    padding-left: 20px;
  }

  .banner-text {
    width: 360px;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .banner-img {
    width: 27%;
    max-width: none;
  }

  .img-text-banner {
    width: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    align-items: center;
  }

  .close-bar {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 10px;
  }

  .banner-imgxl {
    width: 600px;
    margin-left: 20px;
    margin-right: 30px;
  }

  .image-9 {
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 0;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .text-span-4 {
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container, .fs-cc-banner_container-2, .fs-cc-banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-footer {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
  }

  .fs-cc-banner_text-2 {
    margin-right: 0;
  }

  .fs-cc-banner_container-4 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .extra-large-title {
    width: 100%;
    text-align: left;
    align-self: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
  }

  .extra-large-title.negative {
    width: auto;
    order: 0;
    align-self: auto;
    font-size: 50px;
    line-height: 54px;
  }

  .extra-large-title.bis {
    text-align: left;
  }

  .title-and-text {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    padding-top: 10px;
  }

  .title-and-text.center {
    width: 100%;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 75px;
  }

  .title-and-text.bis {
    align-items: flex-start;
  }

  .cta.light {
    order: 4;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .subtitle.negative {
    width: auto;
    order: 1;
    font-size: 32px;
    line-height: 34px;
    display: flex;
  }

  .subtitle.bis {
    text-align: left;
  }

  .welcome-section {
    height: 1200px;
    border-bottom: 1px solid var(--border-0);
    background-position: 0 0, 50% 0;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -90px;
    padding: 75% 8% 0;
    display: flex;
  }

  .client-section {
    padding: 60px 15px;
  }

  .subtitle-2.black {
    line-height: 30px;
  }

  .bold {
    font-weight: 600;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .extra-large-title-2 {
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
  }

  .body-text {
    text-align: left;
  }

  .big-img-title {
    height: 750px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .lottie-animation-5 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .container-3 {
    width: 400px;
    height: 400px;
    background-size: 140px;
    overflow: visible;
  }

  .que-es-feending {
    background-position: 0 0, 0 0, 10%;
  }

  .circle-network {
    display: none;
  }

  .circle-net-container {
    flex-direction: column;
  }

  .skill {
    padding-bottom: var(--margin-xl);
    border-bottom: 1px solid var(--border-0);
  }

  .skill.bis {
    padding-bottom: var(--margin-xl);
  }

  .flex-block {
    padding-right: 0;
  }

  .body-text-big.negative {
    width: auto;
    order: 1;
    font-size: 32px;
    line-height: 34px;
    display: flex;
  }

  .benefits-section {
    height: auto;
    background-color: var(--background);
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 40px;
    display: flex;
  }

  .benefits-section.bis {
    flex-direction: column;
  }

  .tips {
    width: auto;
    align-items: center;
    padding-top: 10px;
  }

  .tips.center {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 75px;
  }

  .extra-large-title-3 {
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
  }

  .body-text-2 {
    text-align: left;
  }

  .img-acompa-a-texto {
    order: 1;
  }

  .large-title {
    width: 100%;
    text-align: left;
    align-self: center;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
  }

  .large-title.negative {
    width: auto;
    order: 0;
    align-self: auto;
    font-size: 50px;
    line-height: 54px;
  }

  .lottie-animation-7 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .container-4 {
    width: 100%;
    height: 100%;
    max-height: 400px;
    min-height: 300px;
    min-width: 100%;
    background-size: contain;
    overflow: visible;
  }

  .big-img-titlel {
    border: 1px none var(--primary-text);
    background-image: linear-gradient(to bottom, var(--background), var(--background));
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .image-3 {
    margin-left: 0;
  }

  .pretitle {
    text-align: left;
    line-height: 32px;
  }

  .button-secundary.bis {
    width: 100%;
  }

  .img-text-button {
    align-items: flex-start;
  }

  .icon-text {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .img-list {
    width: 100%;
    justify-content: space-around;
  }

  .list-container {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .big-video-title {
    height: 750px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-position: 0 0, 50% 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 40px;
    display: flex;
    overflow: hidden;
  }

  .youtube {
    height: auto;
  }

  .container-5 {
    height: 73%;
    min-width: 100%;
  }

  .tfn-logo {
    box-shadow: none;
    border-style: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footnote-s.bis {
    padding-bottom: 20px;
  }

  .modal {
    display: none;
  }

  .modal-content-contact {
    height: 90vh;
    display: flex;
  }

  .html-embed-2 {
    margin-right: 20px;
  }

  .modal-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .banner-tfn {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #01946f;
    border-style: none;
    border-radius: 16px 16px 0 0;
    flex-direction: column-reverse;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-right: 20px;
  }

  .banner-text {
    margin-right: 0;
    font-size: 18px;
  }

  .button-tfn {
    width: 100%;
    text-align: center;
  }

  .banner-img {
    width: 20%;
  }

  .img-text-banner {
    flex-direction: row;
  }

  .close-bar {
    width: 100%;
    height: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .text-block-3 {
    display: flex;
  }

  .link-2 {
    color: var(--primary-text);
    font-family: Sf Pro Display, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .banner-imgxl {
    width: 80%;
    height: 220px;
    overflow: hidden;
  }

  .image-9 {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-span-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-4 {
    display: none;
  }

  .fs-cc-banner_container, .fs-cc-banner_container-2, .fs-cc-banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-footer {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fs-cc-banner_container-4 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    z-index: 8;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    width: 100%;
    text-align: center;
  }

  .button-primary:hover {
    background-color: var(--destacado);
  }

  .menu-button {
    display: none;
  }

  .extra-large-title {
    width: 100%;
    color: var(--primary-text);
    text-align: left;
    -webkit-text-stroke-color: #fff;
    order: 0;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 200%;
    font-weight: 600;
    line-height: 120%;
    display: flex;
  }

  .extra-large-title.negative {
    color: #fff;
    text-align: left;
    order: 0;
    justify-content: flex-start;
    margin-top: auto;
    font-size: 25px;
    line-height: 34px;
  }

  .extra-large-title.negative.home {
    width: auto;
    font-size: 34px;
    line-height: 36px;
  }

  .extra-large-title.bis {
    color: var(--primary-text);
    text-align: left;
    -webkit-text-stroke-color: var(--primary-text);
  }

  .title-and-text {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .title-and-text.center {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .title-and-text.bis {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    margin-bottom: 0;
  }

  .cta {
    width: 100%;
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #03bfa9;
    border-radius: 4px;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    font-size: 20px;
    display: block;
  }

  .cta.light {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #e4f0ee;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #e4f0ee;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #e4f0ee;
    background-color: #000;
    border: 3px #a4dfd8;
    border-radius: 4px;
    order: 4;
    font-weight: 500;
  }

  .lottie-animation-6 {
    opacity: .47;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: 0%;
    right: 0%;
  }

  .subtitle {
    color: var(--destacado);
    text-align: left;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    order: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
  }

  .subtitle.negative {
    color: #fff;
    text-align: left;
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .subtitle.remarked {
    text-align: left;
  }

  .subtitle.bis {
    text-align: left;
    padding-bottom: 0;
  }

  .welcome-section {
    height: 105svh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px none var(--border-0);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border-bottom-width: 0;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: -90px auto auto;
    padding: 0 16px 15%;
    display: flex;
  }

  .client-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid var(--border-0);
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subtitle-2 {
    color: #00c7a6;
    text-align: center;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
  }

  .subtitle-2.center {
    text-align: center;
    font-weight: 300;
  }

  .subtitle-2.black {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .bold {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
  }

  .clients-grid {
    width: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    object-fit: fill;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .logo-img {
    width: 25%;
    max-width: none;
  }

  .extra-large-title-2 {
    width: 100%;
    color: #00c7a6;
    text-align: left;
    -webkit-text-stroke-color: #fff;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
    font-size: 200%;
    font-weight: 600;
    line-height: 100%;
    display: flex;
  }

  .extra-large-title-2.center {
    width: auto;
    text-align: center;
    align-self: center;
    padding-top: 0;
    font-size: 30px;
    line-height: 34px;
    display: block;
  }

  .body-text {
    width: 100%;
    color: var(--primary-text);
    text-align: left;
    border: 0 solid #000;
    align-self: auto;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .body-text.light {
    text-align: center;
    font-size: 20px;
  }

  .div-block-5 {
    z-index: 0;
    width: 300px;
    height: 400px;
    justify-content: center;
  }

  .big-img-title {
    height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--background);
    border-bottom: 0 solid #03bfa9;
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
    padding: 32px 16px 10px;
    display: flex;
    overflow: hidden;
  }

  .lottie-animation-5 {
    width: 130%;
    height: 130%;
    max-width: none;
    position: absolute;
    top: -59px;
    left: -47px;
  }

  .container-3 {
    z-index: 0;
    width: 500px;
    background-size: 150px;
    position: relative;
  }

  .title {
    color: var(--primary-text);
    text-align: left;
    font-size: 26px;
  }

  .title.bis {
    text-align: center;
  }

  .dual-button {
    width: 100%;
    flex-direction: column;
  }

  .que-es-feending {
    background-image: linear-gradient(354deg, black, rgba(0, 0, 0, .37) 55%, var(--background)), linear-gradient(93deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, .21) 60%, var(--background) 90%), url('../images/CP_Colorpong_Data_Strings-1.png');
    text-align: right;
    background-position: 0 0, 0 0, 5% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 4000px;
    background-attachment: scroll, scroll, fixed;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .circle-network {
    display: none;
  }

  .circle-net-container {
    flex-direction: column;
    padding-top: 40px;
  }

  .skill {
    padding-bottom: var(--margin-l);
    border-bottom: 1px none var(--secondary-text);
    flex-direction: row;
    align-items: center;
  }

  .skill.text-left {
    flex-direction: column;
    align-self: center;
  }

  .skill.bis {
    max-height: none;
    max-width: none;
    padding-bottom: var(--margin-xl);
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
  }

  .footnote {
    color: var(--secondary-text);
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .footnote.bis, .footnote.center {
    text-align: center;
  }

  .flex-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: var(--margin-xl);
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
  }

  .flex-block.algn-right {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
  }

  .flex-block.align-left {
    padding-top: var(--margin-xl);
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
  }

  .image {
    width: 70px;
    max-width: none;
  }

  .body-text-big {
    color: var(--primary-text);
    text-align: left;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    order: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
  }

  .body-text-big.negative {
    color: #fff;
    text-align: left;
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .benefits-section {
    height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--background);
    border: 0 solid #f2f2f2;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 40px;
    display: flex;
  }

  .benefits-section.bis {
    flex-direction: column;
  }

  .tips {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .tips.center {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .extra-large-title-3 {
    width: 100%;
    color: #00c7a6;
    text-align: left;
    -webkit-text-stroke-color: #fff;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
    font-size: 200%;
    font-weight: 600;
    line-height: 100%;
    display: flex;
  }

  .extra-large-title-3.justify {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 34px;
    line-height: 36px;
  }

  .extra-large-title-3.center {
    width: auto;
    text-align: center;
    align-self: center;
    padding-top: 0;
    font-size: 30px;
    line-height: 34px;
    display: block;
  }

  .body-text-2 {
    width: 100%;
    color: #000;
    text-align: center;
    border: 0 solid #000;
    align-self: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .body-text-2.light {
    text-align: center;
    font-size: 20px;
  }

  .img-acompa-a-texto {
    width: 80%;
    height: auto;
  }

  .large-title {
    width: 100%;
    color: var(--primary-text);
    text-align: left;
    -webkit-text-stroke-color: #fff;
    order: 0;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
    font-size: 180%;
    font-weight: 600;
    line-height: 120%;
    display: flex;
  }

  .large-title.negative {
    color: #fff;
    text-align: left;
    order: 0;
    justify-content: flex-start;
    margin-top: auto;
    font-size: 25px;
    line-height: 34px;
  }

  .large-title.negative.home {
    width: auto;
    font-size: 34px;
    line-height: 36px;
  }

  .large-title.black {
    text-align: center;
    font-size: 140%;
  }

  .large-title.bis {
    text-align: left;
    margin-top: 20px;
  }

  .image-2 {
    max-width: 80%;
  }

  .div-block-7 {
    z-index: 0;
    width: 300px;
    height: 400px;
    justify-content: center;
  }

  .lottie-animation-7 {
    width: 130%;
    height: 130%;
    max-width: none;
    position: absolute;
    top: -59px;
    left: -47px;
  }

  .container-4 {
    z-index: 0;
    width: 200%;
    height: 400px;
    max-height: none;
    min-height: 0;
    background-image: url('../images/Admin_display.png');
    background-position: 0%;
    background-size: contain;
    display: block;
    position: relative;
  }

  .big-img-titlel {
    text-align: left;
    background-image: none;
    border-style: none;
    border-radius: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 16px 60px;
  }

  .image-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pretitle {
    height: 0;
    text-align: left;
    line-height: 24px;
  }

  .button-secundary {
    width: 100%;
    text-align: center;
  }

  .button-secundary:hover {
    background-color: var(--background);
  }

  .button-secundary.bis {
    width: 100%;
  }

  .img-text-button {
    grid-column-gap: var(--margin-l);
    grid-row-gap: var(--margin-l);
    text-align: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-text {
    width: 100%;
    border-bottom-width: 2px;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 0;
  }

  .icon-list {
    width: 60px;
  }

  .section-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: hidden;
  }

  .lottie-animation-4 {
    width: auto;
  }

  .img-list {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
  }

  .list-container {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .number-list {
    font-size: 30px;
  }

  .circle-motion {
    width: 100%;
    min-width: 400px;
    display: block;
  }

  .big-video-title {
    height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--background);
    background-position: 0 0, 0%;
    background-size: auto, 1800px;
    border-top-style: none;
    border-bottom: 0 #03bfa9;
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: hidden;
  }

  .youtube {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: 100%;
    border-width: 0;
  }

  .container-5 {
    min-width: 100%;
  }

  .suscribe {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .divisor {
    width: 20%;
    border-top: 4px none var(--destacado);
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .tfn-logo {
    width: 40%;
    box-shadow: none;
    border-style: none;
    border-width: 1px;
    margin-bottom: 0;
  }

  .tips-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-light {
    padding-top: 20px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    grid-column-gap: var(--margin-m);
    grid-row-gap: var(--margin-m);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-cta {
    width: 100%;
    background-color: var(--destacado);
    color: var(--background);
    text-align: center;
  }

  .button-cta:hover {
    background-color: var(--primary-text);
    color: var(--background);
  }

  .button-cta.bis {
    width: auto;
    padding: 8px 6px;
    line-height: 15px;
  }

  .footnote-s {
    color: var(--primary-text);
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .footnote-s.bis {
    width: 60%;
    color: var(--primary-text);
    text-align: left;
  }

  .footnote-s.center {
    text-align: center;
  }

  .button-translucid {
    width: 100%;
    text-align: center;
    border-radius: 8px;
  }

  .button-translucid:hover {
    background-color: var(--background);
  }

  .divisor-2 {
    width: 60%;
    border-top: 4px none var(--destacado);
    border-bottom-color: var(--secondary-text);
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .modal {
    margin-left: 0;
    margin-right: 0;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-content-contact {
    width: 100%;
    height: 90vh;
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    padding-bottom: 0;
    display: flex;
  }

  .modal-title {
    margin-bottom: 0;
    padding-top: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-img {
    display: none;
  }

  .html-embed-2 {
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
  }

  .modal-content {
    flex-direction: column;
    justify-content: space-between;
  }

  .modal-top-bar {
    padding-bottom: 0;
  }

  .button-close {
    background-image: url('../images/x-mark-1.svg');
    background-size: 30px;
  }

  .banner-tfn {
    width: auto;
    height: auto;
    max-height: none;
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #01946f;
    border-style: none;
    border-radius: 16px 16px 0 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 30px 16px 20px;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .banner-text {
    text-align: left;
    border-radius: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .button-tfn {
    width: 100%;
    text-align: center;
  }

  .button-tfn:hover {
    background-color: #34ffcd;
  }

  .banner-img {
    width: 30%;
    border-radius: 4px;
  }

  .img-text-banner {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .close-bar {
    width: auto;
    height: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-2 {
    align-items: center;
    padding-right: 10px;
    text-decoration: none;
    display: flex;
  }

  .text-block-3 {
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Sf Pro Display, sans-serif;
    display: flex;
  }

  .button-close-banner {
    background-image: url('../images/x-mark-1.svg');
    background-size: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 20px;
  }

  .link {
    font-size: 16px;
  }

  .link-2 {
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .div-block-9 {
    width: 100%;
    height: 100px;
    border-bottom: 1px none var(--primary-text);
    background-image: url('../images/Asset-19.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 180px;
  }

  .banner-imgxl {
    width: 80%;
    height: 210px;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .image-9 {
    width: 100%;
    max-width: none;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .text-span-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-4 {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-footer {
    grid-column-gap: var(--margin-xl);
    grid-row-gap: var(--margin-xl);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .logos-section-top-footer {
    flex-direction: column;
  }

  .fs-cc-banner-black {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-cc-banner_button-3 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-4 {
    display: none;
  }

  .fs-cc-banner_component {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-cc-banner_button-4 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }
}

#w-node-c0b41e72-d88e-21e5-f2d6-0732e8bb7bb7-5d3a3818 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Nekst';
  src: url('../fonts/Nekst-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src: url('../fonts/Nekst-SemiBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src: url('../fonts/Nekst-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src: url('../fonts/Nekst-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nekst';
  src: url('../fonts/Nekst-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype'), url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype'), url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}