:root {
  --morado-qrpos: #5b00e3;
  --qrpos-f-naranja: #fca663;
  --qrpos-f-azul: #095a82;
  --systemflow-lite--neutral--100\<deleted\|variable-3500c1c2\>: #0e0f11;
  --systemflow-lite--primary--10\<deleted\|variable-71dfd087\>: #f2f6ff;
  --systemflow-lite--primary--60\<deleted\|variable-a2723594\>: #2f54eb;
  --systemflow-lite--neutral--80\<deleted\|variable-b6374ac7\>: #636b75;
  --systemflow-lite--neutral--10-2\<deleted\|variable-326b6100\>: white;
  --systemflow-lite--neutral--20\<deleted\|variable-ed8696d0\>: #f9fafb;
  --flowui-component-library--gray-500\<deleted\|variable-2268f126\>: #6b7094;
  --flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>: #160042;
  --flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>: #642eff;
  --flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>: #f3f5fb;
  --flowui-component-library--grey-300\<deleted\|variable-0cc6033c\>: #e4e6f1;
  --flowui-component-library--white\<deleted\|variable-f397231a\>: white;
  --radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>: #f7f7f7;
  --radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>: #150438;
  --radiant-ui-components-library-marketplace--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>: #131218;
  --orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>: #ff893d;
  --radiant-ui-components-library-marketplace--color--stroke\<deleted\|variable-8454b5e9-5433-e804-cdc9-cf22b76a06b1\>: #e3e3e3;
  --radiant-ui-components-library-marketplace--light-grey\<deleted\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>: #5a5a5a;
  --radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>: #e0ecff;
  --blanco: white;
  --naranja-qrpos: #ff6400;
  --qrpos-f-gris-para-textos: #868686;
  --elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --negro: #202020;
  --qrpos-f-azul-brillante: #00aeef;
  --qrpos-f-azul-claro: #f0fbff;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

p {
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
}

.navbar-no-shadow {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  flex: 0 auto;
  align-self: center;
  margin-left: 30px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--morado-qrpos);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--qrpos-f-naranja);
}

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: -98px;
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--qrpos-f-naranja);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 12px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  background-color: var(--qrpos-f-azul);
  color: #fff;
}

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

.body {
  background-color: #fff;
}

.image {
  max-width: 25%;
  margin-left: 0;
  margin-right: auto;
}

.text-span {
  text-align: center;
  vertical-align: baseline;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Varela, sans-serif;
  display: block;
}

.header {
  background-image: url('../images/WEB-QRPOS.svg'), url('../images/WEB-QRPOS_Mesa-de-trabajo-1.svg');
  background-position: 0 0, 50% -20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  padding-bottom: 5px;
}

.image-2 {
  vertical-align: middle;
  max-width: 100%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.container {
  text-align: center;
}

.button {
  vertical-align: middle;
  justify-content: center;
  margin-left: 500px;
  margin-right: 500px;
  display: flex;
}

.grid {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-top: 70px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-left: 125px;
  margin-right: 125px;
}

.button-2 {
  color: #640ee5;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Varela, sans-serif;
}

.button-2:hover {
  background-color: #d1d1d1;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100\<deleted\|variable-3500c1c2\>);
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-section-title.sysf-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10\<deleted\|variable-71dfd087\>);
  color: var(--systemflow-lite--primary--60\<deleted\|variable-a2723594\>);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  color: var(--systemflow-lite--neutral--80\<deleted\|variable-b6374ac7\>);
  margin-top: 0;
  margin-right: 0;
}

.sysf-collapse-text {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80\<deleted\|variable-b6374ac7\>);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-text.sysf-borderless {
  padding-left: 12px;
}

.sysf-collapse-trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.sysf-collapse-title {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.sysf-collapse {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-collapse.sysf-borderless {
  background-color: var(--systemflow-lite--neutral--10-2\<deleted\|variable-326b6100\>);
  border-style: none;
  padding: 24px;
}

.sysf-c-b-neutral-20 {
  background-color: var(--systemflow-lite--neutral--20\<deleted\|variable-ed8696d0\>);
}

.sysf-collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-collapse-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  background-color: #fff;
  border-radius: 13px;
  margin-left: -760px;
  padding: 20px 283px 20px 0;
  box-shadow: 9px 11px 16px -1px #0003;
}

.div-block-2 {
  margin-left: 779px;
  margin-right: 54px;
}

.grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.paragraph {
  color: #fff;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Varela, sans-serif;
}

.heading-2 {
  color: #5a00e2;
  direction: ltr;
}

.div-block-3 {
  padding-left: 21px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-4 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 0%;
  position: absolute;
}

.div-block-6 {
  background-color: #eba5a5;
}

.div-block-6:hover {
  background-color: #c5a4a4;
}

.div-block-7 {
  position: relative;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  padding: 58px;
  position: absolute;
  overflow: visible;
}

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

.div-block-9 {
  position: relative;
}

.div-block-10 {
  background-color: #aec9d1;
  position: absolute;
}

.heading-4 {
  position: static;
}

.section-2 {
  background-image: url('../images/WEB-QRPOSfondovideo-14.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.video {
  border-radius: 20px;
}

.grid-4 {
  grid-template-rows: auto;
  place-items: stretch center;
}

.youtube {
  border-radius: 20px;
}

.image-3 {
  display: block;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500\<deleted\|variable-2268f126\>);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>);
  width: 48px;
  height: 48px;
  color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base\<deleted\|variable-2d1581e5\>);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300\<deleted\|variable-0cc6033c\>);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-content {
  align-items: center;
}

.f-footer-logo {
  flex: none;
}

.f-footer-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-regular {
  background-color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
  padding: 64px 5%;
  position: relative;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 5px 5px -2px #0003;
}

.image-4 {
  vertical-align: middle;
  max-width: 30%;
  display: inline-block;
}

.cell {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 5px -2px #0003;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 5px #0003;
}

.cell-3, .cell-4 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 5px -2px #0003;
}

.image-5, .image-6, .image-7 {
  max-width: 30%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  place-content: center;
}

.image-8, .image-9, .image-10 {
  max-width: 30%;
}

.rt-text-white {
  color: #434343;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -80px;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-team-page-cta-section {
  padding-top: 0;
}

.rt-cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-color-white {
  color: #fff;
}

.rt-color-white.rt-margin-bottom-zero.rt-responsive-text-center.rt-cta-paragraph {
  max-width: 326px;
  margin-bottom: 0;
}

.rt-about-two-cta-right {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  min-width: 174px;
  max-width: 234px;
  display: flex;
}

.rt-cta-line {
  background-color: #fff;
  width: 1px;
  height: 76px;
  max-height: 76px;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit.rt-border-radious-ten {
  border-radius: 10px;
}

.rt-cta-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-link-text-wrp {
  position: relative;
}

.rt-hero-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 1rem;
  font-weight: 500;
}

.rt-hero-button.rt-black-button {
  background-color: #000;
}

.rt-about-two-cta-left {
  grid-column-gap: 28px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-secondary-btn-text {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200%);
}

.rt-button-mask {
  overflow: hidden;
}

.rt-about-two-cta-block {
  grid-column-gap: 30px;
  grid-row-gap: 1000px;
  background-color: #5b00e3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.rt-about-two-cta-text-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-cta-boxes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.rt-autofit-2, .rt-autofit-3 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-category-cards-text {
  color: #686868;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: #575555;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-home-one-progress-text-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-one-progress-main-heading {
  border-bottom: 1px solid var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  padding-bottom: 10px;
}

.rt-home-one-progress-text-item {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 20px 40px;
}

.rt-home-one-progress-text-item.rt-top-mergin {
  margin-top: -20px;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-one {
  background-color: #ddd;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-three {
  -webkit-text-fill-color: inherit;
  background-color: #cbcbcb;
  background-clip: border-box;
}

.rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-two {
  background-color: #d6d6d6;
}

.rt-home-one-progress-details {
  padding-top: 20px;
  overflow: hidden;
}

.rt-home-one-progress-paragraph {
  max-width: 415px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  padding-top: 10px;
}

.rt-home-one-progress-image-wrapper {
  position: relative;
}

.rt-home-one-progress-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-progress-number-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rt-home-one-progress-image {
  padding-top: 60px;
  padding-left: 20px;
}

.rt-change-padding-6 {
  color: #5b00e3;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rt-home-one-progress-heading {
  max-width: 479px;
  padding-bottom: 20px;
}

.rt-auto-fit-8 {
  object-fit: cover;
}

.rt-auto-fit-8.rt-radius-ten {
  border-radius: 10px;
}

.rt-auto-fit-8.rt-radius-ten.rt-position-relative {
  z-index: 1;
  position: relative;
}

.rt-body-font-11 {
  letter-spacing: 0;
}

.rt-body-font-11.rt-change-style {
  color: #4b4b4b;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.rt-home-one-progess-image-main {
  border-radius: 8px;
  overflow: hidden;
}

.rt-home-one-client-image-background {
  background-color: #ff6400;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  transform: rotate(-6.2deg);
}

.rt-position-relative {
  position: relative;
}

.rt-home-one-client-image-background-2 {
  background-color: #ff924c;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  transform: rotate(-6.2deg);
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-family: Varela, sans-serif;
}

.paragraph-5 {
  color: #545454;
  font-family: Varela, sans-serif;
}

.paragraph-6, .paragraph-7 {
  color: #545454;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-autofit-5 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-two-video-container {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-main-title {
  max-width: 480px;
}

.rt-home-two-video-overlay {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.rt-border-radius-ten-2 {
  border-radius: 6px;
}

.rt-border-radius-ten-2.rt-overflow-hidden.rt-video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-video-image-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-home-two-video-main {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
}

.rt-category-cards-text-2 {
  color: #ff924c;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.rt-counter.rt-home-three-work-countar-text {
  height: 80px;
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  font-weight: 400;
  overflow: hidden;
}

.rt-home-three-work-countar-text {
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  letter-spacing: -.5px;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.rt-home-three-work-card-top-wrap {
  color: #ff924c;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 19px;
  font-family: Varela, sans-serif;
}

.rt-home-three-work-card {
  align-items: stretch;
}

.rt-home-three-work-card-counter-line {
  opacity: .2;
  background-color: #797a8c;
  width: 100%;
  min-height: 1px;
  margin-bottom: 5px;
}

.rt-home-three-who-we-are-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-no-margin-top {
  margin-top: 0;
}

.rt-no-margin-top.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-no-margin-top.rt-margin-bottom-twenty.rt-text-center {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-no-margin-bottom {
  margin-bottom: 0;
}

.rt-text-center {
  text-align: center;
}

.rt-text-center.rt-form-two-description {
  max-width: 433px;
  margin-left: auto;
  margin-right: auto;
}

.rt-button-two {
  height: 60px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.rt-font-two {
  font-weight: 400;
}

.rt-contact-two-form-wrapper {
  background-color: #fff;
  border-radius: 6px;
  flex: 0 52.42%;
  padding: 65px 67px 80px;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-button-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #0f1d33;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #ffd6a5;
  border-radius: 4px;
  align-items: center;
  padding: 13px 40px;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.rt-button-4.rt-button-two {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  color: #fff;
}

.rt-button-4.rt-button-two.rt-full-width-button {
  text-transform: uppercase;
  background-color: #ff6400;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.rt-button-4.rt-button-two.rt-full-width-button:hover {
  background-color: #5b00e3;
}

.rt-span-image-two {
  background-image: url('../images/🥰.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-left: 5px;
  display: inline-block;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-form-element-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 25px;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-textarea::placeholder {
  color: #56575b;
}

.rt-review-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.rt-contact-two-form-text-wrapper {
  flex: 0 33.81%;
  margin-top: 75px;
}

.rt-contact-form-main-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1257px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  justify-content: space-between;
  align-items: center;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-tag-text-three {
  color: #6c6c6c;
  text-transform: uppercase;
  background-color: #efefef;
  border-radius: 33px;
  padding: 5px 20px;
  font-family: Varela, sans-serif;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
}

.rt-heading-two-wave {
  background-image: url('../images/👋-4.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 45px;
}

.rt-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-text-field::placeholder {
  color: #56575b;
  font-size: 1rem;
  line-height: 1.625rem;
}

.rt-text-field.rt-border-radius-five {
  border-radius: 5px;
  font-family: Varela, sans-serif;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-one-about-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-one-about-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-about-card-overlay {
  background-color: #f9f9f9;
  width: 65%;
  height: 110%;
  position: absolute;
  inset: 0% -5% auto auto;
  transform: skew(-11deg);
}

.rt-about-card-overlay.rt-card-overlay-grey {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  right: -6%;
}

.rt-about-card-overlay.rt-card-overlay-orange {
  background-color: #f5f5fb;
  right: -7%;
}

.rt-home-one-about-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-button-two-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text-2 {
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-transform: capitalize;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-home-one-about-card-text {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 25px 50px 20px;
  display: flex;
  position: relative;
}

.rt-home-about-card-description {
  max-width: 266px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.text-block {
  font-family: Varela, sans-serif;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 0 15px 140px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-line-three, .rt-line-one, .rt-line-two {
  background-color: #d8d8d8;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-three-card-line {
  background-color: #e7e7e7;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-home-three-power-box {
  border-radius: 20px;
  flex: 1;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 10px -4px #0003;
}

.rt-home-three-power-hover {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.rt-arrow-img {
  object-fit: cover;
}

.rt-heading-five-45 {
  color: #02015a;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.rt-heading-five-45.rt-home-three-power-text-block {
  max-width: 10ch;
  margin-bottom: 20px;
  padding-top: 42px;
}

.rt-heading-five-45.rt-home-three-power-text-block.rt-heading-six {
  text-transform: uppercase;
  max-width: 15ch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.rt-autofit-11 {
  object-fit: cover;
}

.rt-autofit-11.rt-white-img {
  position: absolute;
}

.rt-home-three-power-text-block {
  z-index: 3;
  position: relative;
}

.rt-power-card-image-overlay {
  background-color: #71717199;
  position: absolute;
  inset: 0%;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-power-card-image-wrap {
  width: 100%;
  transform: translate(0);
}

.rt-arrow-img-block {
  padding-top: 15px;
}

.rt-power-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-meterial-engg-img-block {
  flex-direction: column;
  height: 67px;
  display: flex;
  overflow: hidden;
}

.rt-home-three-icon-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  margin-top: 40px;
}

.heading-5 {
  color: #ff893d;
  text-transform: uppercase;
}

.text-block-2 {
  color: #6b7094;
  font-family: Varela, sans-serif;
}

.bold-text {
  font-weight: 700;
}

.grid-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.heading-7 {
  color: #ff6400;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-9 {
  text-align: center;
}

.button-3 {
  background-color: #ff6400;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 40px 400px;
  font-family: Varela, sans-serif;
  display: flex;
}

.image-11 {
  position: relative;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-margin-bottom-twenty-2 {
  text-transform: uppercase;
  font-family: Varela, sans-serif;
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty-2.rt-body-font-color-2 {
  font-family: Varela, sans-serif;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden-4 {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: #0000;
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-position-relative-2 {
  position: relative;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-family: Varela, sans-serif;
}

.heading-8 {
  color: #ff893d;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-10 {
  text-align: center;
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-5.rt-margin-bottom-ten-2 {
  color: #5a00e2;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
}

.rt-category-cards-text-5.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-margin-bottom-ten-2 {
  margin-bottom: 10px;
}

.rt-home-two-about-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.rt-border-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-border-ten.rt-up {
  position: relative;
}

.rt-box-one-block {
  background-image: url('../images/arrow-7.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding-left: 42px;
}

.rt-home-two-about-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 0 40%;
  align-self: center;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-autofit-12 {
  object-fit: cover;
}

.rt-autofit-12.rt-about-img-one {
  border-radius: 10px;
  align-self: center;
  position: absolute;
  left: 0%;
  right: auto;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #ff893d;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-2 {
  text-transform: uppercase;
}

.heading-10 {
  color: #ff893d;
  text-transform: uppercase;
}

.paragraph-11 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-text-white-3.rt-display-flex {
  display: flex;
}

.rt-overflow-none {
  overflow: hidden;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-full-width-2 {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width-2.rt-container-small.rt-home-three-cta-contain {
  z-index: 5;
  position: relative;
}

.rt-overflow-hidden-5 {
  overflow: hidden;
}

.rt-overflow-hidden-5.rt-radious-ten {
  border-radius: 10px;
}

.rt-tag-text-four-wrap {
  background-color: #3f3d5cb3;
  border-radius: 40px;
  padding: 7px 20px 7px 10px;
}

.rt-home-three-cta {
  border-radius: 10px;
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap-2 {
  flex-direction: column;
  flex: 0 70%;
  align-items: flex-start;
  display: flex;
}

.rt-home-three-cta-link-arrow {
  z-index: 5;
  position: relative;
}

.rt-home-three-cta-contain-paragraph {
  max-width: 400px;
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-home-three-cta-contain-paragraph.rt-margin-top-twentyfive {
  margin-top: 25px;
}

.rt-font-two-2 {
  font-weight: 400;
}

.rt-home-three-cta-main-box-2 {
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.rt-home-three-cta-main-box-2.rt-position-relative-3.rt-overflow-hidden-5.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
}

.rt-home-three-cta-background-2 {
  background-image: url('../images/Home-three-cta-background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-home-three-cta-button {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.rt-span-image-trofy-4 {
  background-image: url('../images/🎉.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  margin-left: 9px;
  display: inline-block;
}

.rt-span-image-trofy-4.rt-trofy-small {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}

.rt-home-three-cta-heading {
  max-width: 390px;
}

.rt-home-three-cta-heading.rt-text-white-3.rt-margin-top-thirtyfive {
  margin-top: 35px;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-position-relative-3 {
  position: relative;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-autofit-13 {
  object-fit: cover;
}

.rt-autofit-14 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-home-two-video-container-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-main-title-2 {
  max-width: 480px;
}

.rt-home-two-video-overlay-2 {
  background-color: #14151a0d;
  position: absolute;
  inset: 0%;
}

.rt-border-radius-ten-3 {
  border-radius: 6px;
}

.rt-border-radius-ten-3.rt-overflow-hidden.rt-video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-video-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-home-two-video-main-2 {
  z-index: 2;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  display: flex;
  position: relative;
}

.rt-color-white-2 {
  color: #fff;
}

.rt-marquee-train-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.rt-marquee-text {
  color: #dedede;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100px;
}

.rt-about-one-video-text {
  z-index: 3;
  background-color: #15111c1a;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-play-pause-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  position: static;
}

.rt-heading-six-9 {
  letter-spacing: -.36px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.rt-heading-six-9.rt-text-color-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-heading-six-9.rt-text-color-white.rt-about-one-video-text-rotate {
  transform: rotate(-90deg);
}

.rt-background-video {
  aspect-ratio: 2.39;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-about-one-video-linear-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #15111c 14%, #15111c33 60%);
  position: absolute;
  inset: 0%;
}

.rt-about-one-video-marque {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% -24px;
}

.rt-marquee-two {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rt-text-color-white {
  color: #fff;
}

.rt-radious-ten {
  border-radius: 10px;
}

.rt-radious-ten.rt-overflow-hidden {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark\<deleted\|variable-01f0ad22-fe74-083b-fbda-00c4a5b7ca7b\>);
}

.rt-video-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-lightbox-video {
  position: absolute;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

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

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  max-width: 535px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 1;
}

.rt-auto-fit-9 {
  border-radius: 10px;
  height: auto;
}

.rt-testimonial-quote-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: flex-start;
  display: flex;
}

.rt-tab-images {
  border-radius: 10px;
}

.rt-home-one-testimonial-title {
  color: #141f39;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.rt-review-text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-text-color-midenight-blue {
  color: #233050;
}

.rt-author-image-icon {
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 60px;
  max-width: 76px;
  padding: 0;
}

.rt-author-image-icon.w--current {
  background-color: #0000;
  border: 1px solid #2bb965;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: transform .35s;
  display: flex;
  transform: scale(1.2);
}

.rt-author-image-icon.rt-three {
  border: 2px solid #0000;
  min-width: 69px;
}

.rt-author-image-icon.rt-two {
  border: 2px solid #0000;
}

.rt-author-image-icon.rt-one {
  border: 2px solid #0000;
  min-width: 69px;
}

.rt-tabs {
  align-items: center;
  min-width: 340px;
  display: flex;
}

.rt-cyber-testimonial-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-tabs-menu {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -42px;
  display: flex;
  position: relative;
}

.rt-radius-sixty {
  border: 3px solid #fff;
  border-radius: 60px;
}

.rt-reviewer-image-three {
  position: absolute;
}

.rt-tabs-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-cyber-review-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rt-cyber-review-text.rt-review-two {
  display: flex;
}

.rt-cyber-review-text.rt-review-one {
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-cyber-review-text.rt-review-three {
  display: none;
  position: absolute;
}

.rt-reviewer-image-three-block {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 6%;
}

.rt-reviewer-image-three-block.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-testimonial-image-wrapper {
  display: flex;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-reviewer-image-one {
  position: absolute;
}

.rt-quote-icon {
  border-radius: 100%;
  min-width: 99px;
  box-shadow: 0 11px 14px #1670f866;
}

.rt-testimonial-text-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.rt-home-one-testimonials-header {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  align-items: center;
  display: flex;
}

.rt-font-change {
  letter-spacing: -.03rem;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.f-h1-heading {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-49 {
  margin-bottom: 24px;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  background-image: url('../images/Banner-Blog_Mesa-de-trabajo-1-copia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 5%;
  position: relative;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-heading-detail-small {
  color: #5b00e3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-wrapper-left {
  max-width: 620px;
}

.f-header-review-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.f-header-review-icon-wrapper {
  background-color: var(--flowui-component-library--grey-300\<deleted\|variable-0cc6033c\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.rt-category-cards-text-6 {
  color: #5b00e3;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color-4 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

.rt-sticky.rt-tab-sticky-off.rttext-black {
  color: #ff893d;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
  overflow: visible;
}

.rt-team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 1.7rem 8% 1.7rem 5%;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  font-family: Varela, sans-serif;
  font-size: 5rem;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  perspective: 600px;
  padding-bottom: 1px;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>), var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.rt-text-dark-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-weight: 400;
}

.paragraph-12 {
  flex: 1;
  overflow: hidden;
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-client-hover-block {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.rt-client-image-two {
  position: absolute;
}

.rt-home-three-client-block {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.rt-home-three-client-block.rt-client-inactive.rt-client-side-border, .rt-home-three-client-block.rt-client-active.rt-client-side-border {
  border-right: 1px solid #c3c3c3;
}

.rt-client-wrap {
  justify-content: flex-start;
  align-items: stretch;
}

.rt-home-three-client-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rt-home-three-client-wrap.rt-client-full-border {
  border-bottom: 1px solid #c3c3c3;
}

.rt-category-cards-text-7 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-body-font-color-5 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-error-message-2 {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message-2 {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-textarea-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke\<deleted\|variable-8454b5e9-5433-e804-cdc9-cf22b76a06b1\>);
  color: #072032;
  background-color: #f3f3f3;
  border-radius: 5px;
  min-height: 100px;
  font-size: 16px;
  line-height: 28px;
}

.rt-textarea-4::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.rt-form-three-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-text-field-4 {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke\<deleted\|variable-8454b5e9-5433-e804-cdc9-cf22b76a06b1\>);
  color: #072032;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 19px;
  font-size: 16px;
}

.rt-text-field-4::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  font-size: 16px;
}

.rt-client-text {
  color: #072032;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-contact-number-one {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.rt-contact-number-one.rt-flex-gap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.rt-form-row-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.rt-social-media-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.rt-main-contact-form {
  background-color: #f5f5fb;
  border-radius: 20px;
  max-width: 570px;
  padding: 54px 40px 60px;
}

.rt-main-contact-form.rt-form-full-width {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--stroke\<deleted\|variable-8454b5e9-5433-e804-cdc9-cf22b76a06b1\>);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}

.rt-footer-one-social-media-icons {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.rt-location-icon {
  margin-top: 8px;
}

.rt-form-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.rt-contact-link-one {
  color: #6376a0;
}

.rt-contact-three-left-box {
  max-width: 500px;
  overflow: hidden;
}

.rt-contact-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-contact-links.rt-links-two {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-footer-one-icon-hover-in {
  border: 1px solid var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transition: all .25s;
}

.rt-footer-one-icon-hover-in:hover {
  transform: translate(0, -5px);
}

.rt-contact-box-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-contact-box-one.rt-contac-three-box-one {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.rt-contact-three-heading {
  padding-bottom: 20px;
}

.rt-contact-three-heading.rt-contact-v7-heading {
  max-width: 420px;
}

.rt-submit {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 15px;
}

.rt-contact-line {
  background-color: #cddcff;
  width: 100%;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 40px;
}

.bold-text-4 {
  color: #5a00e2;
  font-family: Varela, sans-serif;
}

.div-block-15 {
  font-family: Varela, sans-serif;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  color: #5a00e2;
}

.rt-category-cards-text-8 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-6 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-8 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-8.rt-accordion-v-six {
  padding-top: 50px;
}

.rt-component-section-8.rt-accordion-v-seven {
  padding-top: 10px;
}

.rt-accordion-answer-wrap {
  background-color: #0000;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding-top: 20px;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-block {
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  padding: 20px 50px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-three-accordion-wrap-heading {
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus {
  position: absolute;
}

.section-6 {
  background-image: url('../images/Bannernosotros-26.png');
  background-position: 0 0;
  background-size: cover;
}

.container-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 355px;
}

.heading-11 {
  color: #ff893d;
  text-transform: uppercase;
}

.paragraph-13 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding-right: 100px;
  line-height: 29px;
}

.rt-category-cards-text-9 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-detail-icons-2 {
  justify-content: center;
  align-items: center;
}

.rt-button-two-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-about-box {
  flex: 1;
  max-width: 440px;
}

.rt-about-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-wrapper {
  flex: 1;
  max-width: 775px;
}

.rt-about-three-answer-wrap {
  overflow: hidden;
}

.rt-about-three-accordion-icon {
  filter: invert();
}

.rt-about-three-frequently-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-three-accordion-icon-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.rt-about-three-frequently-ask-text {
  max-width: 305px;
  margin-top: 35px;
}

.rt-about-three-accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  justify-content: space-between;
}

.rt-about-three-accordion-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.rt-component-section-8-copy {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-8-copy.rt-accordion-v-six {
  padding-top: 50px;
}

.rt-component-section-8-copy.rt-accordion-v-seven {
  padding-top: 10px;
}

.rt-text-blue {
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-component-container-7 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-container-7.rt-container-full {
  max-width: none;
}

.rt-component-section-9 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-five-6 {
  color: #060606;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rt-heading-five-6.rt-about-one-hero-pop-text {
  max-width: 165px;
}

.rt-right-arrow {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.rt-display-none {
  display: none;
}

.rt-about-one-hero-pop-box {
  z-index: 80;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 37px 40px 40px 43px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-home-one-hero-container {
  z-index: 40;
  justify-content: flex-start;
  align-items: center;
  padding: 205px 15px 220px;
  display: flex;
  position: relative;
}

.rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
  padding-top: 174px;
  padding-left: 15px;
}

.rt-home-one-hero-image-wrapper {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
  z-index: 60;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
  right: -28%;
}

.rt-home-one-hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-about-one-hero-pop-flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 104px;
  display: flex;
}

.rt-home-one-hero-heading {
  background-color: #e8f2ff;
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner {
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
  border-radius: 10px;
  display: block;
}

.rt-home-one-hero-description {
  max-width: 410px;
  color: var(--radiant-ui-components-library-marketplace--light-grey\<deleted\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>);
  padding-bottom: 33px;
}

.rt-home-one-heading {
  max-width: 648px;
  padding-bottom: 14px;
}

.rt-home-one-heading.rt-about-one-hero-heading {
  max-width: 489px;
  padding-top: 7px;
}

.rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-about-one-slider-arrow {
  flex: none;
}

.rt-about-one-slider-arrow.rt-right-arrow {
  transform: rotate(180deg);
}

.rt-about-one-slider-right-arrow {
  background-color: #060606;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 6%;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-button-overlay-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.rt-button-overlay-2.rt-background-color-white {
  background-color: #fff;
  display: none;
}

.rt-button-new {
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-new.rt-background-color-blue {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-about-one-slider-left-arrow {
  z-index: 10;
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-about-one-hero-slider-musk {
  min-width: 835px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-about-one-hero-slider {
  background-color: #0000;
  height: 100%;
  padding-left: 117px;
  position: relative;
}

.rt-about-one-hero-slide-image {
  height: 100%;
}

.rt-about-one-hero-slide-image.rt-image-two-absolute {
  z-index: 2;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-three-absolute {
  z-index: 1;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-one-absolute {
  z-index: 3;
  position: absolute;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
}

.rt-category-cards-text-10 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-10.rt-text-white-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-heading-six-10 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-text-white-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-margin-top-twenty-five-2 {
  margin-top: 25px;
}

.rt-no-margin {
  margin: 0;
}

.rt-home-two-new-approch-heading {
  max-width: 20ch;
}

.rt-home-two-appproch-paragraph {
  max-width: 55ch;
}

.rt-counter-heading-text {
  color: #fff;
  letter-spacing: -.03rem;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.rt-home-two-red-bg {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-align: center;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 51px 15px;
  display: flex;
}

.rt-autofit-15 {
  object-fit: cover;
}

.rt-autofit-15.rt-border-radious-ten, .rt-autofit-15.rt-mobile-full-width.rt-border-radious {
  border-radius: 10px;
}

.rt-home-two-approach-right {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rt-home-two-our-approach-right {
  grid-column-gap: 25px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.rt-home-two-our-approach-block {
  grid-column-gap: 37px;
  justify-content: center;
  align-items: center;
}

.rt-create-planning-flex {
  grid-column-gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-home-two-our-approach-left {
  max-width: 46%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 1;
}

.rt-margin-top-twenty-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color-6 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-precision-card-body {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-precision-card-body-row {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

.rt-cover-image-2.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-full-width-3 {
  border-radius: 10px;
  width: 100%;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-tag-two {
  left: -24px;
}

.rt-tag-two {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-margin-bottom-thirty-3, .rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.rt-about-two-tab-content-flex {
  grid-column-gap: 25px;
  justify-content: center;
  margin-top: 35px;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-none.rt-about-two-innovation-heading {
  max-width: 18ch;
}

.rt-about-two-margin-top {
  margin-top: 40px;
}

.rt-autofit-7 {
  object-fit: cover;
}

.rt-autofit-7.rt-responsive-full-width, .rt-autofit-7.rt-responsive-full-width.rt-margin-bottom-thirty-3.rt-full-width-3 {
  width: 100%;
}

.rt-autofit-7.rt-responsive-full-width.rt-margin-bottom-thirty-3.rt-full-width-3.rt-about-two-image {
  border-radius: 10px;
}

.rt-about-two-tab-content-right, .rt-about-two-tab-content-left {
  flex: 1;
}

.rt-tag-6 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-6.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-tag-6.rt-dark-tab.rt-blue-tab {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-about-two-mission-left {
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

.rt-about-two-mission-right {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex: 0 50%;
  align-self: center;
}

.rt-about-two-free-ask-heading-wrap {
  padding-left: 60px;
  display: flex;
  position: relative;
}

.rt-about-two-mission-flex {
  grid-column-gap: 45px;
  justify-content: center;
  width: 100%;
}

.section-9 {
  background-image: url('../images/Banner-Blog_Mesa-de-trabajo-1-copia.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
}

.rt-category-cards-text-11 {
  color: #5b00e3;
  text-transform: capitalize;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-8 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-10 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-10.rt-accordion-v-six {
  padding-top: 50px;
}

.rt-auto-fit-10 {
  border-radius: 10px;
  height: auto;
}

.rt-full-width-4 {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width-4.rt-auto-fit-10 {
  object-fit: cover;
}

.rt-overflow-hidden-6 {
  overflow: hidden;
}

.rt-margin-top-zero-2 {
  color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rt-border-radius-six-2 {
  border-radius: 6px;
}

.rt-body-font-color-7 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-growth-content-block {
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-padding-top-fifteen {
  padding-top: 15px;
}

.rt-home-four-electrical-image-block {
  flex: 0 47%;
  position: relative;
}

.rt-home-one-branding-title {
  max-width: 442px;
}

.rt-growth-card-block {
  grid-column-gap: 33px;
  color: #c3c3c3;
  padding-bottom: 16px;
  display: flex;
}

.rt-home-three-electrical-flex {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.rt-growth-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.rt-growth-grid-tab {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.rt-growth-grid-tab.w--current {
  background-color: #ddd0;
}

.rt-home-one-agecy-text-points {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.rt-growth-progress-block-inner {
  background-color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  border-radius: 3px;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.rt-padding-top-ten {
  padding-top: 10px;
}

.rt-home-one-agecy-text {
  flex: 0 50%;
  max-width: 520px;
}

.rt-home-one-agecy-text-points-wrapper {
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 35px;
  display: flex;
}

.rt-growth-progress-block {
  background-color: #f5f5fb;
  border-radius: 4px;
  height: 4px;
  position: relative;
}

.rt-home-one-agecy-text-points-tick-mark {
  flex: none;
}

.rt-growth-card {
  grid-column-gap: 20px;
  cursor: pointer;
}

.rt-category-cards-text-12 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  margin-bottom: 50px;
}

.rt-change-font {
  font-weight: 300;
}

.rt-radius-ten-2 {
  border-radius: 10px;
  overflow: hidden;
}

.rt-margin-bottom-ten-3 {
  margin-bottom: 10px;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-accordion {
  width: 100%;
}

.rt-pricing-faq-main {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}

.rt-dropdown-list-2 {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  background-color: #14151700;
  position: relative;
}

.rt-pricing-faq-title {
  max-width: 645px;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block.rt-border-none {
  border-bottom-style: none;
}

.rt-pricing-faq-line-one, .rt-pricing-faq-line-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  width: 17px;
  height: 1px;
}

.rt-dropdown-toggle-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  color: var(--radiant-ui-components-library-marketplace--light-grey\<deleted\|variable-a2a1940e-206b-13a7-76ec-9a2fec159f19\>);
  margin-bottom: 30px;
}

.rt-category-cards-text-13 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-accordion-answer-wrap-2 {
  background-color: #f4f4fc;
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  padding-top: 20px;
}

.rt-home-three-accordion-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordions-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-three-accordion-block-2 {
  background-color: #f4f4fc;
  border-radius: 10px;
  width: 100%;
  padding: 20px 50px;
}

.rt-home-three-accordion-section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-home-three-accordion-wrap-heading-2 {
  margin-bottom: 50px;
}

.rt-question-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus-2 {
  position: absolute;
}

.text-block-20 {
  color: #a4cdde;
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-18 {
  color: var(--blanco);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.container_hero_qrpos {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 140px 0 100px;
  display: block;
}

.code-embed-12 {
  color: var(--naranja-qrpos);
  margin-right: 10px;
}

.div-block-144 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  margin-top: 30px;
  display: flex;
}

.button-30 {
  border: 1px solid var(--qrpos-f-naranja);
  background-color: var(--naranja-qrpos);
  border-radius: 10px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
}

.hero-qrpos-text-bottom-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-14 {
  color: #3aa3ff;
}

.section-qrpos-hero {
  background-image: url('../images/Qrpos-identidad-visual_1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.h1-qrpos-hero {
  color: #fff;
  text-transform: capitalize;
  margin-top: 30px;
  padding-right: 9px;
  font-size: 49px;
  font-weight: 600;
  line-height: 60px;
}

.image-124 {
  width: 45%;
  max-width: none;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-19 {
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}

.div-block-146 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  margin-top: 30px;
  display: flex;
}

.button-31 {
  border: 2px solid var(--qrpos-f-naranja);
  background-color: #ffffff1f;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 700;
}

.div-block-145 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-13 {
  color: var(--naranja-qrpos);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-qrpos-text-wrapper {
  width: 500px;
}

.tag-qrpos-hero {
  border: 2px solid var(--qrpos-f-naranja);
  text-align: center;
  background-color: #fc8a7845;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 35px;
  display: flex;
}

.text-qrpos-hero {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.brix---color-neutral-809 {
  color: #00398e;
}

.heading-140 {
  color: #fca663;
  text-transform: none;
  margin-top: 10px;
  padding-right: 100px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.div-block-175 {
  margin-top: 40px;
  margin-right: 21px;
  padding-right: 140px;
}

.brix---paragraph-default-5-copy {
  color: #868686;
  width: 500px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.code-embed-20 {
  color: #fca663;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.brix---heading-h1-size-5 {
  color: var(--\<unknown\|variable-50718637-085f-0968-0291-b22abf52a77b\>);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.brix---section-hero-primary {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.brix---text-200-bold-3 {
  color: var(--qrpos-f-azul);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.brix---icon-list-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-right: 140px;
  display: flex;
}

.brix---container-default-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-125 {
  width: 110%;
  max-width: none;
}

.section-qrpos-problemas {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.container-qrpos-problemas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gird-qrpos-problemas {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-qrpos-problemas {
  width: 90%;
  max-width: none;
}

.texto-problemas {
  color: #00398e;
}

.lista-texto-problemas {
  margin-bottom: 48px;
}

.h2-section-problemas {
  color: var(--morado-qrpos);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.h3-section-problemas {
  color: var(--naranja-qrpos);
  text-transform: none;
  margin-top: 10px;
  padding-right: 100px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.brix---paragraph-default-5-copy-copy {
  width: 500px;
  color: var(--qrpos-f-gris-para-textos);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-107 {
  color: #004ab9;
}

.heading-132 {
  width: auto;
  color: var(--morado-qrpos);
  text-align: center;
  text-transform: capitalize;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 40px;
  line-height: 50px;
}

.gird-qrpos-errores {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  color: #f0fbff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.grid-50 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-133 {
  color: var(--morado-qrpos);
  margin: 20px 0 10px;
  font-size: 18px;
}

.code-embed-15 {
  width: 20px;
  height: 20px;
  color: var(--blanco);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-150 {
  background-color: var(--qrpos-f-naranja);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-155 {
  background-color: var(--morado-qrpos);
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section-77 {
  background-color: #f0fbff;
}

.div-block-151 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-197 {
  color: #868686;
  text-align: center;
  width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-153 {
  background-color: var(--qrpos-f-naranja);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  display: flex;
}

.paragraph-198 {
  color: #888;
  width: auto;
  padding-top: 0;
  font-size: 13px;
}

.code-embed-18 {
  color: #fff;
  margin-left: 20px;
  margin-right: 10px;
}

.text-block-28 {
  color: var(--blanco);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-152 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  width: 280px;
  height: auto;
  padding: 20px;
}

.div-block-152:hover {
  border-width: 1px;
  border-color: #97bdfa;
  box-shadow: 0 2px 12px 5px #3d44bf33;
}

.text-block-21 {
  color: #fff;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-qrpos-errores {
  background-color: #f0fbff;
}

.div-block-151-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.grid-50-copy {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.brix---inner-container-600px---center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---paragraph-default-5 {
  color: #868686;
  width: 300px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---mg-top-80px {
  max-width: 70%;
  margin-top: 40px;
}

.brix---color-neutral-811 {
  color: #00398e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1170px;
  display: flex;
}

.brix---text-200-list-bold {
  color: #095a82;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.brix---grid-3-icon-list {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  margin-top: 20px;
  display: grid;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.brix---opacity-10 {
  opacity: .1;
}

.heading-141 {
  color: var(--naranja-qrpos);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---icon-list-item-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.section-qrpos-puntodeventa {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--morado-qrpos);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---color-neutral-823 {
  color: #00398e;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: #f0fbff;
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---paragraph-default-9 {
  color: #868686;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---heading-h1-size-7 {
  color: var(--morado-qrpos);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-824 {
  color: #00398e;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
  display: grid;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---accordion-item-wrapper-v3-first {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom-width: 1px;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---badge-secondary---tabs-v2 {
  color: #00398e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 10px;
  width: 180px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---badge-secondary---tabs-v2:hover {
  color: #fff;
  background-color: #fca663;
  border-style: none;
  border-color: #fc6b22;
}

.brix---badge-secondary---tabs-v2.w--current {
  color: #fff;
  background-color: #fca663;
  border-color: #fca663;
  border-radius: 10px;
  width: 180px;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-32 {
  font-family: Montserrat, sans-serif;
}

.brix---btn-circle-accordion-btn {
  color: #00398e;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.brix---color-neutral-821 {
  color: #00398e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---accordion-title-2 {
  color: #fca663;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-9 {
  color: var(--morado-qrpos);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---text-center-7 {
  text-align: center;
}

.brix---color-neutral-820 {
  color: #00398e;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---tabs-wrapper-v2 {
  display: flex;
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-33 {
  font-family: Montserrat, sans-serif;
}

.brix---mg-bottom-16px-7 {
  margin-bottom: 16px;
}

.brix---tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---section-9 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---accordion-item-wrapper-v3 {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---tabs-content-2 {
  overflow: visible;
}

.brix---section-4 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.text-block-34 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.brix---image-width-100-2 {
  width: 100%;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---container-default-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---link-content {
  color: #00398e;
  text-decoration: none;
}

.brix---heading-h3-size-7 {
  color: #fca663;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.brix---image-border-radius-24px {
  border-radius: 24px;
  overflow: hidden;
}

.paragraph-203, .paragraph-204, .paragraph-205 {
  color: #868686;
  font-family: Montserrat, sans-serif;
}

.brix---heading-h2-size-10 {
  color: var(--morado-qrpos);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-features-v11 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-826, .brix---color-neutral-825 {
  color: #00398e;
}

.brix---mg-bottom-24px-6 {
  margin-bottom: 24px;
}

.paragraph-206 {
  color: #868686;
  font-family: Montserrat, sans-serif;
}

.brix---section-10 {
  color: #fff;
  background-color: #f0fbff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-default-10 {
  color: #868686;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---card-v11-feature-over-image {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 28px 32px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---color-neutral-814 {
  color: #fff;
}

.brix---tabs-pricing-v6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---display-5 {
  color: var(--qrpos-f-naranja);
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-812 {
  color: #00398e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-top-24px {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.brix---text-300-medium {
  color: #095a82;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.brix---pricing-content-v2 {
  border-radius: 20px;
  width: 250px;
  height: 820px;
  padding: 40px 28px;
  box-shadow: 0 2px 5px #0003;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---btn-primary-white-full-width {
  background-color: var(--qrpos-f-naranja);
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-full-width:hover {
  color: #fc6b22;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-2 {
  width: 300px;
  margin-bottom: 0;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---btn-primary-full-width {
  color: #fca663;
  text-align: center;
  width: 150px;
  max-width: 100%;
  height: 40px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ffa135;
  border-radius: 10px;
  justify-content: center;
  padding: 10px 38px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--qrpos-f-naranja);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-right-16px-3 {
  margin-right: 16px;
}

.brix---grid-1-column-gap-row-16px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-32px-5 {
  margin-bottom: 10px;
}

.brix---flex-horizontal-start-4 {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  display: flex;
}

.brix---card-pricing-popular {
  background-color: #f3f3f3;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---badge-secondary---tabs {
  color: #00398e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.brix---badge-secondary---tabs:hover {
  background-color: var(--qrpos-f-naranja);
  color: #fff;
  border-color: #fc6b22;
}

.brix---badge-secondary---tabs.w--current {
  background-color: var(--qrpos-f-naranja);
  color: #fff;
  border-color: #fc6b22;
  border-radius: 10px;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---subtitle-5 {
  color: #fc6b22;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-8 {
  text-align: center;
}

.brix---color-neutral-813 {
  color: #00398e;
  font-family: Montserrat, sans-serif;
}

.brix---tabs-menu-bg-neutral-200 {
  background-color: #f7f7fc;
  border-radius: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 16px 14px;
  display: none;
}

.brix---inner-container-700px-center-4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-list-item-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.brix---divider-40px {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---text-200-list-bold-2 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---icon-list-item-wrapper-4 {
  align-items: center;
  display: flex;
}

.brix---btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fc6b22;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-828 {
  color: #fff;
}

.brix---heading-h2-size-11-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.brix---error-message-3 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---success-message-3 {
  color: #fff;
  background-color: #fc6b22;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.brix---input-label {
  color: #00398e;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---input-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input-3:hover {
  border-color: #fc6b22;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input-3:focus {
  color: #00398e;
  border-color: #fc6b22;
}

.brix---input-3::placeholder {
  color: #00398e;
  font-size: 18px;
}

.brix---cta-section {
  background-color: var(--morado-qrpos);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---card-form {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.code-embed-20-copy {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---social-media-grid-right---t-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
  margin-left: 30px;
  display: flex;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-bottom {
  color: #00398e;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--morado-qrpos);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-wrapper-2 {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.brix---footer-link-2 {
  color: #00398e;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: #fc6b22;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  margin-bottom: 48px;
  display: flex;
}

.brix---mg-bottom-0 {
  width: 500px;
  color: var(--qrpos-f-gris-para-textos);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---container-default {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  padding-top: 60px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  color: var(--morado-qrpos);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center {
  text-align: center;
  width: 700px;
  font-family: Montserrat, sans-serif;
}

.brix---accordion-header {
  align-items: center;
  width: 450px;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  width: 450px;
  color: var(--qrpos-f-naranja);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.brix---paragraph-default {
  width: 500px;
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-2-columns-stats-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---accordion-item-wrapper-v4 {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  width: 600px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  color: var(--qrpos-f-naranja);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v4:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---heading-h1-size-5-copy {
  color: var(--\<unknown\|variable-50718637-085f-0968-0291-b22abf52a77b\>);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-35 {
  color: var(--qrpos-f-azul);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.brix---paragraph-default-5-copy {
  color: #868686;
  text-align: center;
  width: 700px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-108 {
  font-weight: 500;
}

.brix---paragraph-default-copy {
  width: 700px;
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-177 {
  display: flex;
}

.div-block-178 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-179 {
  background-color: #efefef;
  border-radius: 14px;
}

.paragraph-207 {
  color: var(--qrpos-f-gris-para-textos);
  margin: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-36 {
  color: var(--blanco);
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.code-embed-21 {
  color: var(--blanco);
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block-180 {
  background-color: var(--morado-qrpos);
  border-radius: 20px;
  width: 160px;
  padding-top: 9px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: 19px;
}

.brix---pricing-content-v2-copy {
  background-color: #f8f8f8;
  border-radius: 20px;
  width: 250px;
  height: 820px;
  padding: 40px 28px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-179-copy {
  background-color: #fff;
  border-radius: 14px;
}

.brix---btn-primary-full-width-copy {
  color: #fca663;
  text-align: center;
  -webkit-text-stroke-color: var(--naranja-qrpos);
  width: 150px;
  max-width: 100%;
  height: 40px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ffa135;
  border-radius: 10px;
  justify-content: center;
  padding: 10px 38px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width-copy:hover {
  background-color: var(--qrpos-f-naranja);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.text-block-37 {
  color: var(--qrpos-f-azul);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-181 {
  display: flex;
}

.text-block-38 {
  color: var(--qrpos-f-azul);
  font-family: Montserrat, sans-serif;
}

.brix---color-neutral-829 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-16px-8 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-11 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---paragraph-default-13 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bold-text-109 {
  color: var(--morado-qrpos);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.div-block-182 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-126 {
  color: #a66a6a;
}

.code-embed-22 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-23 {
  color: var(--blanco);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-127 {
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .rt-home-one-progress-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: 570px;
  }

  .rt-contact-three-left-box {
    max-width: 600px;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: -22%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 57% 360%, 117% -80%, 0 0;
  }

  .rt-home-one-hero-description {
    max-width: 555px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 648px;
    font-size: 52px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .image-2 {
    max-width: 120%;
  }

  .rt-component-section {
    margin-bottom: 0;
  }

  .rt-about-two-cta-left {
    grid-column-gap: 40px;
  }

  .rt-home-one-progress-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .rt-auto-fit-8.rt-radius-ten.rt-position-relative.rt-responsive-image-full-width {
    vertical-align: middle;
  }

  .rt-home-one-client-image-background-2 {
    vertical-align: middle;
    display: inline-block;
  }

  .paragraph-5 {
    word-break: normal;
    overflow-wrap: normal;
    direction: ltr;
  }

  .paragraph-6 {
    margin-right: 0;
    padding-bottom: 0;
  }

  .paragraph-7 {
    font-weight: 400;
  }

  .rt-video-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-video-image-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h1-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
  }

  .f-container-regular-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-section-large {
    background-image: url('../images/Banner-preguntas_Mesa-de-trabajo-1-copia-3.png');
  }

  .f-heading-detail-small {
    color: #6915e5;
  }

  .rt-category-cards-text-6 {
    color: #5b00e3;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    color: #fff;
    text-transform: uppercase;
    flex: 0 auto;
    margin-top: 129px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: static;
  }

  .rt-team-two-work-process-block {
    position: static;
  }

  .rt-team-two-process-block-left {
    background-image: url('../images/WEB-QRPOS-FOTOS-TARJETAS-19.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    height: auto;
    max-height: 900px;
    margin-left: 48px;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 140px;
    position: sticky;
  }

  .rt-service-step-number-2 {
    font-family: Varela, sans-serif;
  }

  .rt-service-process-2 {
    margin-left: 39px;
    padding-left: 0;
  }

  .paragraph-12 {
    color: #fff;
    text-transform: none;
    flex: 1;
    margin-right: -96px;
    padding-left: 0;
  }

  .rt-component-section-7 {
    display: none;
    overflow: visible;
  }

  .rt-category-cards-text-7, .rt-responsive-text-center-2.rt-body-font-color-5, .rt-contact-link-one {
    font-family: Varela, sans-serif;
  }

  .rt-component-section-8.rt-accordion-v-seven {
    background-color: #f7f7f7;
  }

  .heading-11 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-12 {
    color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
  }

  .rt-category-cards-text-9 {
    color: #3700a8;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
  }

  .rt-detail-button-text-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-about-three-accordion-question.rt-three-question, .rt-about-three-accordion-question.rt-two-question, .rt-about-three-accordion-question.rt-four-question, .rt-about-three-accordion-question.rt-one-question {
    text-decoration: none;
  }

  .rt-about-three-frequently-ask-text {
    color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-component-section-8-copy.rt-accordion-v-seven {
    background-color: #f7f7f7;
  }

  .bold-text-8, .bold-text-9 {
    font-weight: 400;
  }

  .section-7 {
    margin-top: 0;
  }

  .section-8 {
    background-image: url('../images/Bannernosotros-26.png');
    background-position: 0 0;
    background-size: auto;
  }

  .rt-heading-five-6.rt-about-one-hero-pop-text {
    color: #ff893d;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
  }

  .rt-about-one-hero-pop-box {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-home-one-hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 956px;
    right: -15%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 62% 411%, 117% -80%, 0 0;
  }

  .rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
    color: #5b00e3;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-about-one-slider-right-arrow {
    background-color: #5b00e3;
  }

  .rt-home-two-new-approch-heading {
    text-transform: uppercase;
    font-family: Varela, sans-serif;
  }

  .rt-precision-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-category-cards-text-11 {
    font-family: Varela, sans-serif;
  }

  .heading-14 {
    color: #ff893d;
    text-align: left;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
  }

  .rt-category-cards-text-12 {
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-heading-two.rt-margin-bottom-fiftee {
    color: #ff6400;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-pricing-faq-block {
    background-color: #c9c9c9;
  }

  .rt-category-cards-text-13 {
    color: #5b00e3;
    text-transform: none;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 22px;
  }

  .rt-home-three-accordion-wrap-heading-2 {
    color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .div-block-175 {
    padding-right: 140px;
  }

  .brix---heading-h1-size-5 {
    color: #095a82;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 50px;
  }

  .brix---text-200-bold-3 {
    color: #095a82;
    font-weight: 600;
  }

  .gird-qrpos-problemas {
    grid-column-gap: 90px;
  }

  .h2-section-problemas {
    color: #095a82;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 50px;
  }

  .brix---paragraph-default-5-copy-copy {
    text-transform: none;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .heading-132 {
    text-transform: capitalize;
    padding-left: 220px;
    padding-right: 220px;
    line-height: 50px;
  }

  .gird-qrpos-errores {
    color: #095a82;
  }

  .code-embed-18 {
    color: #fff;
  }

  .brix---paragraph-default-5 {
    text-transform: none;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .brix---mg-top-80px {
    margin-top: 40px;
  }

  .brix---color-neutral-811 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brix---text-200-list-bold {
    font-size: 13px;
  }

  .heading-141 {
    color: #fca663;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .brix---text-center-5 {
    text-transform: capitalize;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .brix---card-pricing-popular {
    background-color: #e5e5e5;
  }

  .brix---text-center-8 {
    text-transform: capitalize;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---heading-h1-size-5-copy {
    color: #095a82;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 50px;
  }

  .brix---paragraph-default-5-copy {
    text-transform: none;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow {
    margin-top: 0;
  }

  .header {
    background-image: url('../images/WEB-QRPOS-BANNER-FONDO.svg'), url('../images/WEB-QRPOS.svg');
    background-position: 50% 0, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 101px;
  }

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

  .container {
    width: 1300px;
    max-width: none;
  }

  .heading {
    text-align: center;
    text-indent: 0;
    column-count: 1;
    word-break: normal;
    overflow-wrap: normal;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 80px;
    line-height: 100px;
  }

  .button-2:hover {
    background-color: #eaeaea;
  }

  .div-block-2 {
    margin-left: 550px;
  }

  .paragraph {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 41px;
    font-size: 20px;
  }

  .heading-2 {
    text-transform: uppercase;
  }

  .div-block-3 {
    margin-top: 23px;
    padding-top: 0;
    padding-left: 110px;
    padding-right: 31px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .youtube {
    justify-content: center;
    display: flex;
  }

  .rt-component-section {
    overflow-wrap: normal;
    background-color: #0000;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .rt-about-two-cta-block {
    background-color: #5b00e3;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
  }

  .rt-home-one-progress-text-item {
    background-color: #f2f2f2;
  }

  .rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-one {
    background-color: #ebebeb;
  }

  .rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-three {
    background-color: #e4e4e4;
  }

  .rt-home-one-progress-text-item.rt-top-mergin.rt-change-color-two {
    background-color: #e8e8e8;
  }

  .rt-home-one-progress-wrapper {
    justify-content: center;
    align-items: center;
  }

  .paragraph-2 {
    color: #838383;
    letter-spacing: 1px;
    overflow-wrap: normal;
    font-size: 17px;
  }

  .paragraph-3 {
    color: #838383;
    letter-spacing: 1px;
    font-size: 17px;
  }

  .paragraph-4 {
    color: #83838f;
    letter-spacing: 1px;
    font-size: 17px;
  }

  .rt-home-three-work-card-top-wrap {
    color: #aaa;
  }

  .rt-home-three-work-card {
    color: #925b5b;
  }

  .rt-no-margin-top.rt-margin-bottom-twenty.rt-text-center {
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-margin-bottom-twenty {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-contact-two-form-wrapper {
    border-radius: 20px;
  }

  .rt-button-4.rt-button-two.rt-full-width-button {
    background-color: #ff6400;
    font-family: Varela, sans-serif;
  }

  .rt-button-4.rt-button-two.rt-full-width-button:hover {
    background-color: #5b00e3;
  }

  .rt-margin-bottom-thirty {
    position: static;
  }

  .rt-textarea {
    font-family: Varela, sans-serif;
  }

  .rt-tag-text-three {
    color: #7e7e7e;
    overflow-wrap: normal;
    font-family: Varela, sans-serif;
  }

  .rt-text-field.rt-border-radius-five {
    font-family: Varela, sans-serif;
  }

  .div-block-13 {
    background-color: #fff;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-14 {
    margin-left: 0;
    padding-right: 0;
  }

  .rt-home-one-about-card-image {
    background-color: #fff;
  }

  .text-block {
    font-family: Varela, sans-serif;
  }

  .rt-component-container-3 {
    margin-top: 30px;
  }

  .rt-component-section-3 {
    background-color: #f7f7f7;
    padding-top: 39px;
    padding-bottom: 11px;
  }

  .heading-5 {
    color: #ff741a;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-6 {
    color: #fff;
  }

  .paragraph-8 {
    color: #414141;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    color: #ff741a;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 40px;
  }

  .paragraph-9 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-3 {
    background-color: #ff6400;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    margin-left: 400px;
    margin-right: 400px;
    font-family: Varela, sans-serif;
    display: flex;
  }

  .button-3:hover {
    background-color: #5b00e3;
  }

  .image-11 {
    max-width: 150%;
  }

  .rt-category-cards-text-4.rt-margin-bottom-twenty-2 {
    color: #5a00e2;
    text-transform: uppercase;
    font-family: Varela, sans-serif;
  }

  .rt-margin-bottom-twenty-2.rt-body-font-color-2 {
    font-family: Varela, sans-serif;
  }

  .rt-component-section-4 {
    margin-top: 100px;
    padding-top: 0;
  }

  .rt-dotted-line {
    color: var(--systemflow-lite--primary--60\<deleted\|variable-a2723594\>);
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-body-font-color-2, .text-block-3 {
    font-family: Varela, sans-serif;
  }

  .text-block-4 {
    color: #150438;
    font-family: Varela, sans-serif;
  }

  .text-block-5, .text-block-6 {
    font-family: Varela, sans-serif;
  }

  .heading-8 {
    color: #ff893d;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .paragraph-10 {
    text-align: center;
  }

  .rt-category-cards-text-5 {
    font-family: Varela, sans-serif;
  }

  .rt-category-cards-text-5.rt-text-white.rt-text-center-2 {
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .rt-component-section-5 {
    background-color: #f7f7f7;
  }

  .rt-home-two-about-block {
    grid-column-gap: 47px;
  }

  .rt-box-one-block {
    background-image: url('../images/arrow-7.svg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .rt-home-two-about-left {
    max-width: 44%;
  }

  .rt-autofit-12.rt-about-img-one {
    border-radius: 20px;
    display: block;
    left: 10%;
  }

  .bold-text-2 {
    text-transform: uppercase;
  }

  .heading-10 {
    color: #ff893d;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
  }

  .paragraph-11 {
    color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
    text-align: center;
    font-family: Varela, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .bold-text-3 {
    line-height: 29px;
  }

  .rt-heading-six-9.rt-text-color-white.rt-about-one-video-text-rotate {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .rt-home-one-testimonial-title {
    color: #5b00e3;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
  }

  .rt-margin-top-zero.rt-max-width-eleven-thousand {
    color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
    text-transform: uppercase;
    padding-right: 9px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
  }

  .rt-body-font-color-3 {
    font-family: Varela, sans-serif;
  }

  .section-4 {
    background-color: #e6e6e6;
  }

  .section-5 {
    background-color: #4c4c4c;
  }

  .f-h1-heading {
    color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
  }

  .rt-category-cards-text-6 {
    color: #3f00c1;
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-sticky.rt-tab-sticky-off.rttext-black {
    color: var(--orange1\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-service-step-number-2 {
    font-family: Varela, sans-serif;
    font-weight: 300;
  }

  .paragraph-12 {
    flex: 1;
  }

  .rt-category-cards-text-7 {
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-responsive-text-center-2.rt-body-font-color-5 {
    font-family: Varela, sans-serif;
  }

  .rt-location-icon {
    margin-bottom: 15px;
  }

  .rt-share-icon {
    margin-bottom: 0;
  }

  .rt-contact-three-left-box {
    margin-top: -10px;
  }

  .rt-contact-icon {
    margin-top: 13px;
  }

  .rt-contact-box-one.rt-contac-three-box-one.rt-box-three {
    margin-top: 10px;
  }

  .rt-contact-three-heading.rt-contact-v7-heading {
    text-transform: uppercase;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-left: 15%;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: 0%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
    padding-right: 0;
  }

  .rt-counter-heading-text {
    margin-bottom: 10px;
  }

  .rt-home-two-red-bg {
    padding-top: 55px;
    padding-bottom: 47px;
  }

  .rt-home-two-our-approach-block {
    grid-column-gap: 100px;
  }

  .rt-create-planning-flex {
    grid-column-gap: 35px;
  }

  .rt-home-two-our-approach-left {
    max-width: 45%;
  }

  .rt-about-two-mission-flex {
    grid-column-gap: 50px;
  }

  .navar {
    background-color: #e8e8e8;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    display: flex;
    box-shadow: 0 10px 5px -5px #4215912e;
  }

  .image-12 {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 200px;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-section-title.sysf-centered {
    width: 75%;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-collapse-text {
    display: none;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-primary {
    grid-template-columns: 1fr 1fr;
  }

  .rt-component-section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-team-page-cta-section {
    padding-bottom: 60px;
  }

  .rt-about-two-cta-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .rt-cta-line {
    display: none;
  }

  .rt-cta-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .rt-about-two-cta-left {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-right: 0;
  }

  .rt-about-two-cta-block {
    display: block;
  }

  .rt-about-two-cta-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-cta-boxes {
    flex-direction: column;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-home-one-progress-text-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .rt-home-one-progress-text {
    width: 100%;
  }

  .rt-home-one-progress-text-item {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-one-progress-text-item.rt-top-mergin {
    margin-top: 0;
  }

  .rt-home-one-progress-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-progress-text-wrapper {
    width: 100%;
  }

  .rt-home-one-progress-image {
    padding-top: 0;
    padding-left: 0;
  }

  .rt-home-one-progress-heading {
    max-width: 100%;
  }

  .rt-auto-fit-8.rt-radius-ten.rt-position-relative.rt-responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-home-one-client-image-background, .rt-home-one-client-image-background-2 {
    display: none;
  }

  .rt-home-two-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-two-form-wrapper {
    padding: 45px 60px 60px;
  }

  .rt-contact-two-form-text-wrapper {
    margin-top: 0;
  }

  .rt-contact-form-main-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .rt-text-field {
    padding-left: 15px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-home-one-about-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-one-about-card-text {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-component-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-home-three-card-line {
    display: none;
  }

  .rt-heading-five-45.rt-home-three-power-text-block {
    max-width: none;
  }

  .rt-autofit-11.rt-white-img {
    opacity: 0;
  }

  .rt-home-three-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
  }

  .button-3 {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-component-section-4 {
    padding-top: 60px;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-category-cards-text-5.rt-text-white {
    max-width: none;
  }

  .rt-home-two-about-block {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-box-one-block {
    margin-top: 25px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rt-autofit-12.rt-about-img-one {
    display: block;
  }

  .heading-10 {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-home-three-cta-contain-text-wrap-2 {
    flex-basis: 100%;
  }

  .rt-home-three-cta-main-box-2 {
    height: 580px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-three-cta-button {
    width: 90px;
    height: 90px;
    display: none;
  }

  .rt-home-three-cta-heading {
    font-size: 4rem;
    line-height: 4rem;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-two-video-main-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-marquee-text {
    font-size: 100px;
    line-height: 110px;
  }

  .rt-about-one-video-text {
    display: none;
  }

  .rt-play-pause-button {
    width: 80px;
    height: 80px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.32px;
    font-size: 16px;
    line-height: 26px;
  }

  .rt-background-video {
    height: 400px;
  }

  .rt-about-one-video-marque {
    bottom: -24px;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    width: 100%;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .rt-tabs {
    min-width: auto;
    padding-left: 10px;
  }

  .rt-cyber-testimonial-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-testimonial-text-wrapper {
    max-width: none;
  }

  .rt-home-one-testimonials-header {
    grid-column-gap: 49px;
  }

  .rt-sticky.rt-tab-sticky-off {
    position: static;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 2rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-client-image-two, .rt-client-image-one {
    width: 150px;
    height: auto;
  }

  .rt-home-three-client-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-block.rt-client-inactive.rt-client-side-border.rt-border-none {
    border-bottom-style: none;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-client-wrap.rt-client-full-border {
    border-bottom-style: none;
  }

  .rt-error-message-2, .rt-success-message-2 {
    padding: 10px;
  }

  .rt-form-three-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-client-text {
    font-size: 20px;
    line-height: 30px;
  }

  .rt-contact-number-one {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
  }

  .rt-main-contact-form.rt-form-full-width {
    max-width: none;
  }

  .rt-contact-three-left-box {
    width: 100%;
    max-width: none;
  }

  .rt-contact-box-one {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer {
    max-width: none;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }

  .rt-about-three-accordion-about-box {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-about-three-frequently-content {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .rt-about-three-frequently-ask-text {
    max-width: none;
    margin-top: 0;
  }

  .rt-about-three-accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .rt-right-arrow {
    border-left-width: 0;
    width: 50px;
    inset: auto 0% -50px 55px;
  }

  .rt-about-one-hero-pop-box {
    bottom: 80px;
  }

  .rt-home-one-hero-container {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container {
    padding-top: 65px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-top: 77px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rt-home-one-hero-image-wrapper {
    display: none;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 100%;
    height: 600px;
    position: static;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 50%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
    display: flex;
  }

  .rt-home-one-hero-description {
    max-width: 700px;
    padding-bottom: 23px;
  }

  .rt-home-one-heading {
    padding-bottom: 4px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 770px;
  }

  .rt-about-one-slider-right-arrow {
    z-index: 22;
    left: 10%;
  }

  .rt-about-one-slider-left-arrow {
    left: 3%;
  }

  .rt-about-one-hero-slider-musk {
    min-width: 100%;
  }

  .rt-about-one-hero-slider {
    min-width: 100%;
    padding-left: 0;
  }

  .rt-about-one-hero-slide-image.rt-image-two-absolute, .rt-about-one-hero-slide-image.rt-image-three-absolute {
    width: 100%;
    height: 100%;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    width: 100%;
    height: auto;
  }

  .rt-category-cards-text-10.rt-text-white-4 {
    max-width: none;
  }

  .rt-counter-heading-text {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rt-home-two-red-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rt-home-two-our-approach-right {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-two-our-approach-block {
    display: block;
  }

  .rt-create-planning-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rt-home-two-our-approach-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-about-two-margin-top {
    margin-top: 20px;
  }

  .rt-autofit-7.rt-responsive-full-width {
    width: 100%;
  }

  .rt-about-two-mission-left {
    max-width: 100%;
  }

  .rt-about-two-mission-right {
    padding-top: 30px;
  }

  .rt-about-two-free-ask-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .rt-about-two-mission-flex {
    display: block;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-home-four-electrical-image-block {
    flex: 0 auto;
    width: 100%;
  }

  .rt-home-three-electrical-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .rt-growth-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .rt-home-one-agecy-text {
    max-width: none;
  }

  .rt-home-one-agecy-text-points-wrapper {
    margin-top: 15px;
  }

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

  .container-5 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-home-three-accordion-section-2 {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading-2 {
    margin-bottom: 30px;
  }

  .container_hero_qrpos {
    flex-flow: column;
    display: flex;
  }

  .h1-qrpos-hero {
    text-align: center;
  }

  .image-124 {
    display: none;
  }

  .hero-qrpos-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .text-qrpos-hero {
    text-align: center;
  }

  .brix---color-neutral-809 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold-3 {
    padding-right: 10px;
  }

  .brix---icon-list-item-wrapper {
    padding-right: 0;
  }

  .section-qrpos-problemas {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .container-qrpos-problemas {
    max-width: 700px;
  }

  .gird-qrpos-problemas {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrapper-qrpos-problemas-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-qrpos-problemas {
    width: 80%;
  }

  .wrapper-qrpos-problemas-text {
    width: 700px;
  }

  .texto-problemas {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lista-texto-problemas {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h2-section-problemas {
    text-align: center;
    width: 700px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3-section-problemas {
    text-align: center;
    padding-right: 0;
  }

  .brix---paragraph-default-5-copy-copy {
    text-align: center;
  }

  .heading-132 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .gird-qrpos-errores {
    grid-template-columns: 1fr 1fr;
  }

  .brix---inner-container-600px---center {
    max-width: 700px;
  }

  .brix---color-neutral-811 {
    width: 700px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---icon-list-item-wrapper-2 {
    width: 300px;
  }

  .section-qrpos-puntodeventa {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---paragraph-default-9 {
    text-align: center;
  }

  .brix---heading-h1-size-7 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---tabs-wrapper-v2 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---section-4 {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-7 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -67px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .brix---tabs-pricing-v6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---pricing-content-v2 {
    height: 910px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-primary-white-full-width, .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-5 {
    margin-bottom: 24px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-11-copy {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 40px;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---footer-logo-wrapper-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---social-media-grid-right---t-center-2 {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-logo-2 {
    max-width: 20%;
  }

  .brix---mg-bottom-48px {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin-bottom: 40px;
    display: flex;
  }

  .brix---container-default {
    max-width: none;
  }

  .brix---section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 118px;
    padding-bottom: 118px;
    display: flex;
  }

  .brix---heading-h2-size {
    width: 700px;
    font-size: 30px;
    line-height: 46px;
  }

  .brix---text-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h1-size-5-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---paragraph-default-5-copy {
    text-align: center;
  }

  .div-block-176 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    display: flex;
  }

  .brix---pricing-content-v2-copy {
    height: 910px;
  }

  .brix---btn-primary-full-width-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-12 {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
  }

  .brix---paragraph-default-13 {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .bold-text-109 {
    text-align: center;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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 #0000000d;
  }

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

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

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

  .header {
    background-size: auto, cover;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-section-title, .sysf-section-title.sysf-centered {
    width: 100%;
  }

  .f-footer-primary {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-color-white.rt-margin-bottom-zero.rt-responsive-text-center {
    text-align: center;
  }

  .rt-about-two-cta-right {
    justify-content: center;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-hero-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-about-two-cta-left {
    flex-direction: column;
    align-items: center;
  }

  .rt-about-two-cta-text-block {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .rt-responsive-text-center {
    text-align: center;
  }

  .rt-home-two-video-main {
    height: 450px;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-contact-two-form-wrapper {
    padding: 30px 30px 45px;
  }

  .rt-home-three-power-box {
    padding: 30px 20px;
  }

  .rt-heading-five-45 {
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .rt-autofit-11 {
    height: auto;
  }

  .rt-home-three-icon-block {
    grid-template-columns: 1fr;
  }

  .rt-box-one-block {
    padding-left: 37px;
  }

  .rt-autofit-12 {
    height: auto;
  }

  .heading-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-autofit-13 {
    height: auto;
  }

  .rt-home-two-video-main-2 {
    height: 450px;
  }

  .rt-marquee-train-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-marquee-text {
    font-size: 60px;
    line-height: 70px;
  }

  .rt-play-button-icon {
    width: 15px;
    height: 17px;
  }

  .rt-heading-six-9 {
    letter-spacing: -.3px;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-about-one-video-marque {
    bottom: -15px;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .rt-testimonial-quote-wrapper {
    flex-direction: column;
  }

  .rt-tabs {
    padding-left: 0;
  }

  .rt-tabs-menu {
    margin-right: -38px;
  }

  .rt-reviewer-image-three-block {
    width: 100%;
    max-width: 50%;
  }

  .rt-home-one-testimonials-header {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rt-service-step-number-2 {
    font-size: 4rem;
  }

  .rt-home-three-client-block {
    padding-bottom: 0;
  }

  .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    border-right-style: none;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border {
    border-bottom: 1px solid #c3c3c3;
  }

  .rt-home-three-client-block.rt-client-active.rt-client-side-border.rt-client-no-border {
    border-bottom-style: none;
  }

  .rt-home-three-client-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-home-three-client-wrap.rt-client-full-border {
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-client-text {
    font-size: 18px;
    line-height: 28px;
  }

  .rt-form-row-one {
    flex-flow: column;
  }

  .rt-social-media-box-2 {
    padding-bottom: 10px;
  }

  .rt-main-contact-form {
    width: 100%;
    max-width: 700px;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .rt-contact-box-one {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

  .rt-about-one-hero-pop-box {
    display: none;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    text-align: center;
  }

  .rt-home-one-hero-description {
    text-align: center;
    max-width: 670px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    text-align: center;
  }

  .rt-about-one-slider-right-arrow {
    margin-bottom: 20px;
    left: auto;
    right: 3%;
  }

  .rt-about-one-slider-left-arrow {
    margin-bottom: 20px;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    height: 100%;
  }

  .rt-autofit-15 {
    height: auto;
  }

  .rt-autofit-15.rt-mobile-full-width {
    width: 100%;
  }

  .rt-home-two-approach-right {
    display: none;
  }

  .rt-create-planning-flex {
    grid-column-gap: 15px;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-autofit-7 {
    height: auto;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-accordion-block-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-qrpos-problemas {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gird-qrpos-problemas {
    grid-template-columns: 1fr;
  }

  .lista-texto-problemas {
    margin-bottom: 32px;
  }

  .h2-section-problemas {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 46px;
  }

  .h3-section-problemas {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-132 {
    width: 600px;
    padding-left: 40px;
    padding-right: 41px;
    font-size: 28px;
  }

  .paragraph-197 {
    width: 600px;
    font-size: 20px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-141 {
    font-size: 20px;
  }

  .section-qrpos-puntodeventa {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---paragraph-default-9 {
    width: 600px;
    font-size: 18px;
  }

  .brix---heading-h1-size-7 {
    width: 600px;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block-32 {
    font-size: 12px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .text-block-33 {
    font-size: 12px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 8px;
  }

  .brix---tabs-menu-v2 {
    flex-flow: row;
    align-items: stretch;
  }

  .brix---section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper-v3 {
    padding: 36px 0;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-34 {
    font-size: 12px;
  }

  .brix---heading-h2-size-10 {
    width: 600px;
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-features-v11 {
    grid-template-columns: 1fr;
  }

  .brix---section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---paragraph-default-10 {
    font-size: 18px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -60px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-white-full-width, .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---subtitle-5 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    flex-direction: row;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-11-copy, .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center-2 {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-3-cols {
    place-items: center stretch;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-logo-2 {
    max-width: 60%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    max-width: 600px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    width: 600px;
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .brix---heading-h1-size-5-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---paragraph-default-5-copy, .brix---paragraph-default-copy {
    width: 600px;
    font-size: 18px;
  }

  .brix---pricing-content-v2-copy {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-full-width-copy {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .bold-text-109 {
    font-size: 28px;
  }

  .bold-text-110 {
    font-size: 28px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-2 {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-trigger {
    align-items: flex-start;
  }

  .sysf-collapse-title {
    line-height: 1.5;
  }

  .sysf-collapse.sysf-borderless {
    padding: 16px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-primary {
    grid-template-columns: 1fr;
  }

  .rt-home-one-progress-text-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-video-main {
    height: 380px;
  }

  .rt-form-element-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-home-one-about-cards {
    grid-template-columns: 1fr;
  }

  .rt-about-card-overlay {
    display: none;
  }

  .rt-home-one-about-card-text {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rt-component-section-3 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .rt-heading-five-45 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .heading-7 {
    font-size: 19px;
  }

  .rt-component-section-4 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .heading-8 {
    font-size: 19px;
  }

  .rt-component-section-5 {
    padding-bottom: 0;
  }

  .rt-home-two-about-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-9 {
    font-size: 19px;
  }

  .heading-10 {
    font-size: 19px;
    line-height: 30px;
  }

  .rt-home-three-cta-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .rt-home-two-video-main-2 {
    height: 380px;
  }

  .rt-marquee-text {
    font-size: 50px;
    line-height: 60px;
  }

  .rt-about-one-video-marque {
    bottom: -14px;
  }

  .rt-author-image-icon.rt-three, .rt-author-image-icon.rt-two, .rt-author-image-icon.rt-one {
    min-width: auto;
  }

  .rt-tabs {
    padding-left: 0;
  }

  .rt-tabs-menu {
    width: 39%;
    margin-right: -17px;
  }

  .rt-font-change {
    display: inline;
  }

  .rt-service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .rt-service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .rt-home-three-client-block.rt-client-inactive, .rt-home-three-client-block.rt-client-inactive.rt-client-side-border {
    padding-top: 20px;
  }

  .rt-home-three-client-wrap, .rt-home-three-client-wrap.rt-client-full-border {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-client-text {
    text-align: center;
  }

  .rt-contact-number-one {
    justify-content: center;
    align-items: center;
  }

  .rt-main-contact-form {
    padding: 32px 15px 26px;
  }

  .rt-responsive-text-center-2 {
    text-align: center;
  }

  .rt-form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-links.rt-links-two {
    grid-template-columns: 1fr;
  }

  .rt-contact-box-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-contact-box-one.rt-contac-three-box-one {
    justify-content: center;
    align-items: center;
  }

  .rt-contact-three-heading {
    text-align: center;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .rt-home-one-hero-description, .rt-home-one-heading {
    text-align: center;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-button-new {
    padding-top: 13.5px;
    padding-bottom: 15.5px;
  }

  .rt-create-planning-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-about-two-tab-content-flex {
    display: block;
  }

  .rt-about-two-tab-content-left {
    margin-bottom: 30px;
  }

  .rt-growth-card-block {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .rt-home-one-agecy-text-points {
    grid-column-gap: 15px;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-dropdown-toggle-2 {
    flex-flow: row;
  }

  .button-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-qrpos-hero {
    font-size: 40px;
    line-height: 50px;
  }

  .image-124 {
    display: none;
    overflow: clip;
  }

  .text-block-19 {
    font-size: 10px;
  }

  .hero-qrpos-text-wrapper {
    width: 350px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---paragraph-default-5-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-qrpos-problemas {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .container-qrpos-problemas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-qrpos-problemas-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .texto-problemas {
    width: 350px;
  }

  .lista-texto-problemas {
    margin-bottom: 32px;
  }

  .h2-section-problemas {
    width: 350px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-5-copy-copy {
    width: 350px;
    font-size: 17px;
    line-height: 28px;
  }

  .heading-132 {
    width: 350px;
    font-size: 24px;
  }

  .gird-qrpos-errores {
    grid-template-columns: 1fr;
  }

  .div-block-155 {
    width: 350px;
  }

  .paragraph-197 {
    width: 350px;
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-21 {
    font-size: 12px;
    line-height: 15px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---grid-3-icon-list {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

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

  .section-qrpos-puntodeventa {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---paragraph-default-9 {
    width: 350px;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-7 {
    width: 350px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---badge-secondary---tabs-v2 {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .brix---badge-secondary---tabs-v2.w--current {
    width: 150px;
  }

  .text-block-32 {
    font-size: 10px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 15px;
  }

  .brix---tabs-menu-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---section-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-7 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---image-border-radius-24px {
    border-radius: 16px;
  }

  .brix---heading-h2-size-10 {
    width: 350px;
    font-size: 25px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-6 {
    margin-bottom: 16px;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -46px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 18px 24px 40px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---subtitle-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    border-radius: 6px;
    flex-direction: column;
    width: 100%;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-11-copy, .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---input-3 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---social-media-grid-right---t-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-link-2 {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    width: 350px;
    margin-bottom: 32px;
  }

  .brix---mg-bottom-0 {
    width: 310px;
  }

  .brix---container-default {
    max-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    width: 350px;
  }

  .brix---heading-h2-size {
    width: 350px;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---text-center {
    width: 350px;
  }

  .brix---accordion-title {
    width: 310px;
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-item-wrapper-v4 {
    width: 350px;
  }

  .brix---heading-h1-size-5-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-5-copy, .brix---paragraph-default-copy {
    width: 350px;
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-176 {
    max-width: 350px;
  }

  .div-block-178 {
    width: 350px;
  }

  .brix---btn-primary-full-width-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-13 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .bold-text-109, .bold-text-110 {
    font-size: 24px;
  }
}

#w-node-d07deea9-f293-3dd1-0c51-1dff7c49baf5-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bafc-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb03-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb0a-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb12-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb19-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb20-af25558f, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb27-af25558f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36228671-7c5b-5fa7-97b1-a76dc1fd06a0-af25558f {
  place-self: center;
}

#w-node-_4cf9f43f-a803-ee7e-ee87-4072ef1895bc-af25558f {
  justify-self: start;
}

#w-node-d07deea9-f293-3dd1-0c51-1dff7c49baf5-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bafc-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb03-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb0a-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb12-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb19-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb20-76dccb43, #w-node-d07deea9-f293-3dd1-0c51-1dff7c49bb27-76dccb43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3436933f-2727-b677-773b-bb37c155f562-76dccb43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cf9f43f-a803-ee7e-ee87-4072ef1895bc-76dccb43 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_36228671-7c5b-5fa7-97b1-a76dc1fd06af-af25558f, #w-node-_4cf9f43f-a803-ee7e-ee87-4072ef1895bc-af25558f {
    place-self: center;
  }

  #w-node-_4cf9f43f-a803-ee7e-ee87-4072ef1895bc-76dccb43 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4cf9f43f-a803-ee7e-ee87-4072ef1895bc-af25558f {
    justify-self: center;
  }

  #w-node-_3436933f-2727-b677-773b-bb37c155f562-76dccb43 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4cf9f43f-a803-ee7e-ee87-4072ef1895bc-76dccb43 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1897b236-f0a7-5cc2-f566-69c39312320b-af25558f {
    justify-self: center;
  }
}


