:root {
  --dark: #2c3340;
  --dark-blue: #253f6f;
  --01iris: #ee5586;
  --color-1: #2583fd;
  --white: white;
  --grey-5: #e1e6ee;
  --02-iris: #ffb543;
  --grade-2-color-2: #ff933c;
  --coral: #ff895d;
  --color-2: #fc3762;
  --haze: #f5f6f8;
  --grade-2-color-1: #f8238f;
  --grey-4: #d3d8e1;
  --grey-3: #a9b0be;
  --03-iris: #07589e;
  --color-3-ghost: #ff93201f;
  --grey-2: #7a8292;
  --light-sky-blue: #95d5ff;
  --color-3: #ff9320;
  --color-4: #46ce1f;
  --grey-1: #596273;
  --grade-1-color-2: #39abff;
  --grade-1-color-1: #4c39f3;
  --color-5: #8e2af0;
  --color-6: #00d5bb;
  --color-2-ghost: #fc37621f;
  --color-5-ghost: #8e2af01f;
  --color-1-ghost: #2583fd1f;
  --color-4-ghost: #46ce1f1f;
  --color-6-ghost: #00d5bb1f;
  --grade-4-color-1: #0b6fda;
  --grade-4-color-2: #07e3a1;
  --grade-3-color-1: #481ceb;
  --grade-3-color-2: #d044f2;
  --dark-slate-blue: #1b435d;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

a {
  color: var(--01iris);
  text-decoration: underline;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}

blockquote {
  border-left: 3px solid var(--color-1);
  margin-bottom: 24px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

.body {
  color: var(--dark);
  font-family: Lato, sans-serif;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section.dark {
  background-color: var(--dark-blue);
  color: #fff;
}

.section.dark.no-padding-vertical {
  background-color: #1b435d;
}

.section.haze {
  background-color: var(--white);
  background-image: url('../images/fondo-02.png'), url('../images/fondo-03.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-attachment: fixed, scroll;
}

.section.haze.no-padding-bottom.otra-seccion {
  height: auto;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.border-top {
  border-top: 1px solid var(--grey-5);
  color: var(--dark-blue);
}

.section.border-top.servicios442 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/fondo-precio.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.border-bottom {
  border-bottom: 1px solid var(--grey-5);
}

.section.grade-1 {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--01iris), var(--02-iris));
  color: #fff;
}

.section.grade-1.no-padding-vertical {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--01iris), var(--02-iris));
}

.section.grade-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-2-color-2), var(--01iris));
  color: #fff;
}

.section.grade-3, .section.grade-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--02-iris), var(--01iris));
  color: #fff;
}

.section.hero-v1-section {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--coral) 47%, var(--color-2));
  color: #fff;
  padding-top: 192px;
  padding-bottom: 300px;
}

.section.side-section {
  flex-flow: wrap;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#253f6f80, #253f6f80), url('../images/linkedin-sales-navigator-403996-unsplash_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.borders {
  border-top: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
}

.section.hero-intro-section {
  flex-direction: row;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 104px;
}

.section.grade {
  background-image: linear-gradient(to bottom, white, var(--haze));
}

.section.no-padding-bottom.preciosseccion {
  padding-top: 120px;
  padding-bottom: 220px;
}

.section.no-padding-bottom.preciosseccion.dsfs333 {
  padding-bottom: 220px;
}

.section.no-padding-bottom.cabezera {
  background-image: url('../images/fondo-03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.hero-v3-section {
  background-image: linear-gradient(151deg, var(--01iris), var(--02-iris));
  color: #fff;
  flex-direction: row;
  padding-top: 64px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.cta-image {
  color: #fff;
  background-image: linear-gradient(#253f6f99, #253f6f99), url('../images/rawpixel-com-593597-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.hero-v2-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--grade-2-color-2), var(--grade-2-color-1));
  color: #fff;
  padding-top: 192px;
}

.section.top-section {
  padding-top: 192px;
}

.section.hero-v4-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--02-iris), var(--01iris));
  color: #fff;
  padding-top: 160px;
  padding-bottom: 88px;
}

.section.hero-v6-section {
  padding-top: 192px;
}

.section._00021 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.cursosddeee {
  max-width: 1200px;
}

.wrapper.sdadsafaf {
  margin-top: 20px;
}

.button {
  background-color: var(--01iris);
  background-image: linear-gradient(277deg, var(--02-iris), var(--01iris));
  box-shadow: inset 0 0 0 1px var(--02-iris);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.button:hover {
  box-shadow: inset 0 0 0 1px var(--01iris), 0 4px 16px 0 #ee558682;
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
}

.button.small.ghost {
  border: 1px solid var(--coral);
  color: var(--dark-blue);
  border-radius: 10px;
}

.button.small.ghost:hover {
  border-color: var(--dark-blue);
  color: var(--coral);
}

.button.white {
  box-shadow: none;
  color: var(--coral);
  background-color: #fff;
  background-image: none;
  transition: box-shadow .2s;
}

.button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  background-image: none;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--grey-3);
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #ffffffb3;
}

.button.big {
  height: 56px;
  padding: 16px 28px;
  font-size: 17px;
  line-height: 24px;
}

.button.side-margins {
  margin-left: 6px;
  margin-right: 6px;
}

.button.margin-left {
  margin-left: 12px;
}

.button.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.sg-buttons {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-bottom: 105px;
  display: flex;
}

.sg-button-wrapper {
  background-color: var(--haze);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 16%;
  display: flex;
}

.sg-button-wrapper.dark-bg {
  background-color: var(--01iris);
  color: var(--grey-5);
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 0 10px #59627333;
}

.nav-link {
  color: var(--03-iris);
  border-radius: 15px;
  padding: 8px 16px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  transition: background-color .3s, opacity .3s, text-shadow .3s, box-shadow .3s;
}

.nav-link:hover {
  background-color: var(--color-3-ghost);
  color: var(--coral);
}

.nav-link.w--current {
  color: var(--coral);
  font-weight: 700;
}

.nav-link.contactar {
  border-right: 1px solid var(--coral);
  border-bottom: 1px none var(--coral);
  border-left: 1px solid var(--color-2);
  color: var(--coral);
  border-radius: 15px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link.contactar:hover {
  border-right-color: var(--03-iris);
  border-left-color: var(--dark-blue);
  color: var(--color-2);
  background-color: #0000;
}

.text-white {
  color: #fff;
}

.text-link {
  color: var(--01iris);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--coral), var(--color-2));
  color: #fff;
}

.utility-page-wrap.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-2), var(--coral));
}

.utility-page-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 320px;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--grey-5);
  color: var(--grey-2);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
  font-weight: 600;
  display: block;
}

.tooltip.hidden {
  display: none;
}

.tooltip.map-review {
  width: 270px;
  max-width: none;
  margin-bottom: 36px;
  padding: 20px 20px 92px;
  font-size: 14px;
  line-height: 24px;
}

.tooltip.review-v3-popup {
  z-index: 10;
  width: 270px;
  max-width: 270px;
  margin-bottom: 48px;
  padding: 20px 20px 92px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.tooltip-arrow {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

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

.text-grey {
  color: var(--dark-blue);
  font-size: 15px;
}

.text-grey.descripss {
  color: var(--grey-2);
  margin-top: 20px;
}

.text-grey.piede-pagin23 {
  color: #abcee7;
  margin-top: 15px;
}

.text-grey.piede-pagin23.telefono {
  margin-bottom: 0;
}

.no-margin {
  margin: 0;
}

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

.section-intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-intro.no-margin {
  margin: 0;
}

.section-intro.no-margin-bottom {
  margin-bottom: 0;
}

.section-intro.no-margin-bottom.otra-intror {
  max-width: none;
}

.section-intro.wide {
  max-width: 800px;
}

.section-intro.wide.no-margin-bottom._4f {
  margin-top: 100px;
}

.section-intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-right: 50%;
}

.section-intro.precios882 {
  margin-bottom: 10px;
}

.section-intro.dfwef34 {
  background-color: #ffffffe8;
  border-radius: 15px;
  padding: 20px;
}

.section-intro.jhigugu {
  margin-bottom: 10px;
}

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

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

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

.title {
  color: var(--grey-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.title.dark-bg {
  color: #fff9;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v3 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.footer-v3-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-v1-link {
  color: var(--grey-2);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v1-link:hover {
  text-decoration: underline;
}

.footer-v1-link.dark-bg {
  color: #ffffffb3;
}

.footer-v1-link.dark-bg.piede-pagina {
  color: var(--light-sky-blue);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.footer-v1-link.dark-bg.piede-pagina:hover {
  color: var(--coral);
  font-weight: 400;
  text-decoration: none;
}

.footer-v1-link.dark-bg.piede-pagina.w--current {
  color: var(--02-iris);
}

.footer-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-bottom.dark-bg {
  border-top-color: #fff3;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.brand.footer-v1-brand {
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.brand.footer-v3-brand {
  flex: none;
  padding-left: 0;
  padding-right: 24px;
}

.brand.footer-v4-brand {
  flex: none;
}

.brand.abajo {
  padding-top: 0;
  padding-bottom: 20px;
}

.brand.piede-pajina {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 6px 12px #5962731a;
}

.change-icon {
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-icon.fix {
  background-color: var(--color-1);
}

.change-icon.new {
  background-color: var(--color-3);
}

.change-icon.enhancement {
  background-color: var(--color-2);
}

.change-icon.release {
  background-color: var(--color-4);
}

.change-text {
  color: var(--grey-1);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.changelog-contact-text {
  color: var(--grey-1);
  text-align: center;
  max-width: 400px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hidden {
  margin-left: 0;
  display: none;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  width: 100%;
}

.full-width.imagen {
  border-radius: 20px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-big {
  font-size: 16px;
  line-height: 24px;
}

.logo-icon {
  height: 24px;
  margin-left: -2px;
  margin-right: 6px;
}

.text-dark-grey {
  color: var(--grey-1);
}

.text-dark-grey.no-margin {
  color: var(--dark-blue);
}

.bg-bubbles {
  z-index: 0;
  opacity: .18;
  justify-content: center;
  align-items: center;
  max-width: 92%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.bubble-1 {
  z-index: 10;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 36vh;
  height: 36vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0 28vh 50%;
}

.bubble-2 {
  z-index: 9;
  opacity: .83;
  filter: blur(9px);
  background-color: #fff;
  border-radius: 50%;
  width: 20vh;
  height: 20vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 72% 27vh 0;
}

.bubble-3 {
  z-index: 8;
  opacity: .78;
  filter: blur(11px);
  background-color: #fff;
  border-radius: 50%;
  width: 15vh;
  height: 15vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 26% 59vh 0;
}

.bubble-4 {
  z-index: 7;
  opacity: .72;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 12vh;
  height: 12vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 7% -56vh 0;
}

.bubble-5 {
  z-index: 6;
  opacity: .52;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 8vh;
  height: 8vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -43vh 71%;
}

.bubble-6 {
  z-index: 5;
  filter: blur(10px);
  background-color: #fff;
  border-radius: 50%;
  width: 8vh;
  height: 8vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 38% -14vh 0%;
}

.bubble-7 {
  z-index: 4;
  opacity: .49;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 5vh;
  height: 5vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% 59vh 84%;
}

.bubble-8 {
  z-index: 3;
  opacity: .45;
  filter: blur(6px);
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -11vh 97%;
}

.bubble-9 {
  z-index: 2;
  opacity: .5;
  filter: blur(5px);
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 66% -40vh 0%;
}

.bubble-10 {
  z-index: 1;
  opacity: .6;
  filter: blur(8px);
  background-color: #fff;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 -19% 69vh 0%;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-icon {
  color: var(--03-iris);
  width: 150px;
  margin-right: 0;
}

.sg-sidebar {
  background-color: var(--dark-blue);
  color: #fff;
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 12px 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.sg-sidebar-menu {
  border-top: 1px solid #fff3;
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.sg-sidebar-link {
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: #ffffff0a;
}

.sg-sidebar-link.w--current {
  background-color: var(--color-1);
}

.pricing-v1 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.pricing-v1.restream {
  margin-top: 40px;
}

.pricing-v1-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  margin-bottom: 32px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 48px 48px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px #5962731a;
}

.pricing-v1-card.scripste {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.pricing-v1-billing {
  color: var(--grey-2);
  text-transform: uppercase;
  font-size: 11px;
}

.pricing-v1-tag {
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-right: 19px;
  font-size: 64px;
  line-height: 44px;
  display: flex;
}

.pricing-v1-currency {
  color: var(--grey-3);
  margin-right: 6px;
  font-size: 20px;
  line-height: 20px;
}

.pricing-v1-features {
  border-top: 1px solid var(--grey-5);
  margin-top: 36px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.pricing-v1-feature {
  color: var(--grey-1);
  cursor: help;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.pricing-v1-feature:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.info {
  border: 1px solid var(--grey-5);
  cursor: pointer;
  background-image: url('../images/info-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: var(--grey-4);
}

.pricing-v1-badge {
  background-color: var(--dark-blue);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-bottom: 7px;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: -60px;
  right: -60px;
  transform: rotate(45deg);
}

.pricing-v1-badge.color-3, .pricing-v1-badge.color-4 {
  background-color: var(--01iris);
}

.pricing-v1-badge-icon {
  width: 18px;
  margin-bottom: 3px;
  margin-right: 1px;
}

.tabs-menu {
  border: 1px solid var(--grey-5);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: block;
}

.tabs-menu.dark-bg {
  background-color: #0000000f;
  border-color: #0000001f;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border-radius: 5px;
  padding: 10px 20px;
}

.tab-link.w--current {
  background-image: linear-gradient(to bottom, var(--02-iris), var(--01iris));
  box-shadow: inset 0 0 0 1px var(--01iris);
  color: #fff;
}

.tab-link.white {
  color: #fff;
}

.tab-link.white.w--current {
  color: var(--dark);
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  box-shadow: inset 0 0 0 1px #fff;
}

.pricing-save {
  color: var(--grey-2);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-right: 26px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.pricing-save-arrow {
  margin-top: 10px;
  margin-right: 10px;
}

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

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

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

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

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

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

.blog-v1 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-sidebar {
  flex: 0 auto;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.form-error {
  color: var(--color-2);
  text-align: center;
  background-color: #0000;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error.text-left {
  text-align: left;
  padding-left: 0;
}

.form-error.dark-bg {
  color: #fff;
}

.input {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 5px;
  min-width: 228px;
  height: 48px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  transition: border-color .2s;
}

.input:focus {
  border-color: var(--grey-3);
}

.input::placeholder {
  color: var(--grey-3);
}

.input.icon-input {
  z-index: 1;
  border: 1px solid var(--grey-5);
  text-align: left;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0;
  position: relative;
}

.input.icon-input-bg {
  z-index: 1;
  background-color: #ffffff1a;
  border: 1px solid #fff9;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.input.icon-input-bg:focus {
  background-color: #ffffff0d;
  border-color: #fff;
}

.input.icon-input-bg::placeholder {
  color: #ffffffb3;
}

.input.dark-bg {
  background-color: #ffffff1a;
  border-color: #fff9;
}

.input.dark-bg::placeholder {
  color: #ffffffb3;
}

.input.dark-bg.no-margin, .input.no-margin {
  margin: 0;
}

.input.subscribe-v1-input {
  width: 240px;
  margin-bottom: 0;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-success {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.post-item-big {
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.sidebar-card-header {
  border-bottom: 1px solid var(--grey-5);
  align-items: center;
  padding: 24px;
  display: flex;
}

.sidebar-subscribe-form {
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.sidebar-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  box-shadow: 0 1px 3px #5962731f;
}

.posts-side {
  flex: 1;
}

.post-card-v1 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.post-card-v1-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  transition: filter .2s;
}

.post-card-v1-image:hover {
  filter: brightness(95%);
}

.post-card-v1-info {
  padding: 32px 40px 12px;
}

.post-card-bottom {
  border-top: 1px solid var(--grey-5);
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.post-card-bottom-info {
  color: var(--grey-2);
  flex: 1;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-dark {
  color: var(--dark);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.post-card-v1-avatar {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.post-card-author-link {
  color: var(--grey-1);
  border-radius: 16px;
  align-items: center;
  height: 32px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 12px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.post-card-author-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.sidebar-icon {
  width: 24px;
  margin-right: 12px;
}

.sidebar-card-info {
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-card-info.small-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.sidebar-post-card {
  color: var(--dark);
  border-radius: 7px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.sidebar-post-card:hover {
  background-color: var(--haze);
}

.sidebar-post-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 60px;
  margin-right: 20px;
}

.sidebar-post-info {
  flex: 1;
}

.sidebar-author-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.sidebar-author-card {
  color: var(--dark);
  border-radius: 7px;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.sidebar-author-card:hover {
  background-color: var(--haze);
}

.sidebar-categories {
  flex-wrap: wrap;
  padding: 10px;
  display: flex;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.sidebar-category-link {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  border-radius: 5px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: block;
}

.sidebar-category-link:hover {
  background-color: var(--haze);
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px;
  display: flex;
}

.sidebar-tag {
  padding: 4px;
}

.sidebar-tag-link {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 7px 5px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: none;
  display: block;
}

.sidebar-tag-link:hover {
  background-color: var(--haze);
}

.badge {
  background-color: var(--color-1);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 8px 6px 9px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.badge.post-card-category {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge.post-card-category:hover {
  color: var(--dark);
  background-image: linear-gradient(#fff, #fff);
}

.badge.layout-badge {
  background-color: var(--haze);
  color: var(--dark);
  margin-bottom: 20px;
  font-weight: 900;
}

.sidebar-post-category {
  color: var(--grey-2);
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 10px;
  line-height: 12px;
}

.link-arrow {
  color: var(--01iris);
  text-align: left;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.link-arrow.no-margin {
  margin: 0;
}

.link-arrow.white {
  color: #fff;
}

.link-arrow.small {
  font-size: 12px;
  line-height: 16px;
}

.link-arrow.post-author-link {
  margin-top: -8px;
}

.link-arrow-icon {
  color: var(--01iris);
  margin-top: 1px;
  margin-left: 4px;
}

.sidebar-big-avatar {
  border-radius: 50%;
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
}

.sidebar-author-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px 8%;
  display: flex;
}

.blog-v2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-v2.margin-bottom {
  margin-bottom: 32px;
}

.post-item-medium {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.post-card-link {
  color: var(--dark);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.post-card-link:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627326;
}

.post-card-v2-info {
  flex-direction: column;
  flex: 1;
  padding: 32px 40px 12px;
  display: flex;
}

.post-card-v2-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 304px;
  transition: filter .2s;
}

.post-card-v2-description {
  color: var(--grey-2);
  flex: 1;
}

.post-card-author {
  color: var(--grey-1);
  align-items: center;
  height: 32px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.bg-squares {
  z-index: 0;
  opacity: .15;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.square-1 {
  z-index: 10;
  filter: blur(4px);
  background-color: #fff;
  width: 23vh;
  height: 23vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0 28vh 50%;
  transform: rotate(53deg);
}

.square-2 {
  z-index: 9;
  opacity: .77;
  filter: blur(4px);
  background-color: #fff;
  width: 16vh;
  height: 16vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 72% 27vh 0;
  transform: rotate(33deg);
}

.square-3 {
  z-index: 8;
  opacity: .69;
  filter: blur(5px);
  background-color: #fff;
  width: 10vh;
  height: 10vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 26% 59vh 0;
  transform: rotate(20deg);
}

.square-4 {
  z-index: 7;
  opacity: .72;
  filter: blur(5px);
  background-color: #fff;
  width: 10vh;
  height: 10vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 7% -56vh 0;
  transform: rotate(-33deg);
}

.post-item-small {
  flex-direction: column;
  align-items: stretch;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.post-card-v3-image {
  background-color: var(--grey-4);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 216px;
  transition: filter .2s;
}

.nav-dropdown-icon {
  display: none;
}

.dropdown-list.w--open {
  border: 1px solid var(--grey-5);
  background-color: #fff;
  border-radius: 6px;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-left: -8px;
  padding: 8px;
  left: 0;
  box-shadow: 0 1px 6px #5962731a;
}

.dropdown-list.v2.w--open {
  border-radius: 20px;
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.dropdown-list.v2.lista001 {
  flex-flow: column;
  place-content: space-around space-between;
  align-items: stretch;
  width: 220%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  left: auto;
}

.dropdown-list.v2.lista222 {
  width: 250px;
}

.nav-dropdown-link {
  color: var(--dark);
  border-radius: 5px;
  padding: 9px 16px 11px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: var(--haze);
}

.nav-dropdown-link.w--current {
  color: var(--dark);
  font-weight: 700;
}

.dropdown-corner {
  z-index: 1;
  border-top: 1px solid var(--grey-5);
  border-left: 1px solid var(--grey-5);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -5px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.dropdown-bridge {
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.anchor-cards {
  justify-content: center;
  width: 100%;
  display: flex;
}

.anchor-card {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 24px 56px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.anchor-card:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627329;
}

.circle-icon {
  background-color: var(--dark-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
}

.circle-icon.color-1-ghost {
  background-color: var(--color-2-ghost);
  padding: 20px;
}

.circle-icon.color-6-ghost {
  background-color: var(--color-5-ghost);
}

.circle-icon.dark-bg, .circle-icon.white {
  background-color: #fff;
}

.circle-icon.small {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  padding: 18px;
}

.circle-icon.left {
  margin-bottom: 0;
  margin-right: 20px;
}

.anchor-card-bottom {
  border-top: 1px solid var(--grey-5);
  background-image: url('../images/dots-hr-icon-grey.svg');
  background-position: 51% 48%;
  background-repeat: no-repeat;
  width: 100%;
  height: 24px;
  margin-top: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-colors {
  text-align: left;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.sg-color-card {
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-color {
  background-color: #fff;
  width: 50%;
  height: 144px;
}

.sg-color.color-1 {
  background-color: var(--01iris);
}

.sg-color.color-2 {
  background-color: var(--color-2);
}

.sg-color.color-3 {
  background-color: var(--color-3);
}

.sg-color.color-4 {
  background-color: var(--color-4);
}

.sg-color.color-6 {
  background-color: var(--color-6);
}

.sg-color.color-5 {
  background-color: var(--color-5);
}

.sg-color-name {
  color: var(--grey-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 16px;
  height: 24px;
  padding: 6px 12px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  box-shadow: 0 1px 3px #5962731f;
}

.sg-color-block {
  width: 33.33%;
  padding: 15px;
}

.color-1-ghost {
  background-color: var(--color-1-ghost);
}

.color-2-ghost {
  background-color: var(--color-2-ghost);
}

.color-3-ghost {
  background-color: var(--color-3-ghost);
}

.color-4-ghost {
  background-color: var(--color-4-ghost);
}

.color-5-ghost {
  background-color: var(--color-5-ghost);
}

.color-6-ghost {
  background-color: var(--color-6-ghost);
}

.cta-card {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 770px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 16% 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.grade-1 {
  background-color: var(--01iris);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--02-iris), var(--01iris));
  box-shadow: 0 8px 24px 0 var(--color-2-ghost);
  color: #fff;
}

.cta-card.grade-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--02-iris), var(--01iris));
  color: #fff;
  box-shadow: 0 8px 24px #fc376266;
}

.cta-card.grade-3, .cta-card.grade-4 {
  background-color: var(--01iris);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--02-iris), var(--01iris));
  box-shadow: 0 8px 24px 0 var(--color-2-ghost);
}

.cta-card-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-card-wrapper.margin-top {
  margin-top: 112px;
}

.cta-card-icon {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #59627333;
}

.cta-card-waves {
  opacity: .15;
  border-radius: 50%;
  width: 670px;
  height: 670px;
  position: absolute;
  top: -335px;
}

.circle-wave-1 {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 10%;
  height: 10%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-2 {
  z-index: 9;
  opacity: .9;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20%;
  height: 20%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-3 {
  z-index: 8;
  opacity: .8;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-4 {
  z-index: 7;
  opacity: .7;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-5 {
  z-index: 6;
  opacity: .6;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-6 {
  z-index: 5;
  opacity: .5;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-7 {
  z-index: 4;
  opacity: .4;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 70%;
  height: 70%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-8 {
  z-index: 3;
  opacity: .3;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.circle-wave-9 {
  z-index: 2;
  opacity: .2;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.cta-card-info {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-wave {
  z-index: 10;
  opacity: .5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: relative;
  inset: 0;
  box-shadow: inset 0 0 100px 100px #fff;
}

.subscribe-form {
  align-items: center;
  display: flex;
}

.side-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-buttons.flex-left {
  justify-content: flex-start;
}

.store-button {
  background-color: var(--dark-blue);
  border-radius: 5px;
}

.store-button.white {
  background-color: #fff;
  transition: box-shadow .2s;
}

.store-button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.store-button.side-margins {
  margin-left: 6px;
  margin-right: 6px;
}

.store-button.ghost-bg {
  background-color: #0000;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff40;
}

.store-button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.store-button.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-5);
  background-color: #0000;
  transition: box-shadow .2s;
}

.store-button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--grey-3);
}

.store-badge {
  height: 48px;
}

.store-badge.small {
  height: 40px;
}

.store-badge.tiny {
  height: 32px;
}

.store-badge.small {
  border: 1px solid #fff;
  border-radius: 10px;
  height: 40px;
  box-shadow: 0 6px 12px #00000014;
}

.breadcrumbs {
  color: var(--grey-3);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: var(--grey-2);
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  margin-left: 8px;
  margin-right: 8px;
}

.link-grey-light {
  color: var(--grey-2);
  text-decoration: none;
}

.link-grey-light:hover {
  text-decoration: underline;
}

.text-light-grey {
  color: var(--grey-3);
}

.testimonials-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 83.33%;
  display: flex;
}

.review-v2 {
  color: var(--dark);
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  margin: 8px 6px;
  padding: 8px 16px 8px 8px;
  display: flex;
  box-shadow: 0 1px 5px #2c334029;
}

.review-v2-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.review-v2-add-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.review-v2-add-link {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 1px 5px #2c334029;
}

.review-v2-add-link:hover {
  transform: scale(1.1);
}

.testimonials-v1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.world-map {
  max-width: 970px;
}

.review-v1 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.review-v1._1 {
  z-index: 1;
  position: absolute;
  top: 20%;
  left: 8%;
}

.review-v1._2 {
  z-index: 3;
  position: absolute;
  top: 59%;
  left: 27%;
}

.review-v1._3 {
  z-index: 2;
  position: absolute;
  top: 37%;
  left: 49%;
}

.review-v1._4 {
  z-index: 1;
  position: absolute;
  top: 12%;
  right: 31%;
}

.review-v1._5 {
  z-index: 1;
  position: absolute;
  top: 32%;
  right: 11%;
}

.review-v1._6 {
  z-index: 4;
  position: absolute;
  bottom: 18%;
  right: 14%;
}

.review-v1-avatar {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  box-shadow: 0 6px 12px #59627329;
}

.review-popup-bottom {
  border-top: 1px solid var(--grey-5);
  text-align: center;
  width: 100%;
  height: 72px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.review-popup-author {
  color: var(--03-iris);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.review-v1-tip {
  color: var(--grey-3);
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  padding-bottom: 10px;
  padding-right: 26px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: -25px;
  left: 46px;
}

.review-v1-draw-arrow {
  margin-top: 10px;
  margin-right: 10px;
}

.achievements {
  justify-content: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.achievement {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 24px 15px;
  font-weight: 700;
  display: flex;
}

.achievement-number {
  color: var(--01iris);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 44px;
}

.testimonials-v3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
  position: relative;
}

.review-v3 {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.review-v3-avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  box-shadow: 0 6px 12px #59627329;
}

.features-v2 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -64px;
  display: flex;
}

.feature-v2 {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
}

.icon {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
}

.icon.color-1-ghost {
  background-color: var(--color-2-ghost);
}

.icon.left {
  flex: none;
  margin-bottom: 0;
  margin-right: 24px;
}

.icon.color-7-ghost {
  background-color: var(--color-1-ghost);
}

.square-10 {
  z-index: 1;
  filter: blur(3px);
  background-color: #fff;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 -19% 69vh 0%;
  transform: rotate(33deg);
}

.square-7 {
  z-index: 4;
  filter: blur(4px);
  background-color: #fff;
  width: 5vh;
  height: 5vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% 59vh 84%;
  transform: rotate(-57deg);
}

.square-5 {
  z-index: 6;
  filter: blur(5px);
  background-color: #fff;
  width: 8vh;
  height: 8vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -43vh 71%;
  transform: rotate(27deg);
}

.square-6 {
  z-index: 5;
  filter: blur(4px);
  background-color: #fff;
  width: 10vh;
  height: 10vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 31% -14vh 0%;
  transform: rotate(80deg);
}

.square-8 {
  z-index: 3;
  filter: blur(3px);
  background-color: #fff;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 0% -11vh 97%;
  transform: rotate(80deg);
}

.square-9 {
  z-index: 2;
  filter: blur(3px);
  background-color: #fff;
  width: 4vh;
  height: 4vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0 66% -40vh 0%;
  transform: rotate(33deg);
}

.pricing-v2 {
  flex-wrap: wrap;
  justify-content: center;
  width: 83.33%;
  margin-bottom: -32px;
  display: flex;
}

.pricing-v2-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  margin-bottom: 32px;
  margin-left: 15px;
  margin-right: 15px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #5962731a;
}

.pricing-v2-card-header {
  background-color: var(--grey-5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 32px 48px;
  display: flex;
}

.pricing-v2-card-header._1 {
  color: #fff;
  background-image: linear-gradient(to right, #0b6fdae0, #07e3a1e0), url('../images/linkedin-sales-navigator-406827-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.pricing-v2-card-header._2 {
  color: #fff;
  background-image: linear-gradient(to right, #f8238fe0, #ff933ce0), url('../images/linkedin-sales-navigator-403996-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.pricing-v2-tag-wrapper {
  text-align: left;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-v2-tag {
  margin-right: 12px;
  font-size: 36px;
  line-height: 44px;
}

.pricing-v2-billing {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-white-faded {
  color: #ffffffb3;
}

.pricing-v2-card-info {
  flex-direction: column;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 32px;
  padding-bottom: 40px;
  display: flex;
}

.pricing-v2-features {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-v-2-feature {
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.pricing-v-2-feature.no {
  color: var(--grey-3);
}

.pricing-v2-feature-icon {
  width: 24px;
  margin-right: 12px;
}

.pricing-v2-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: -32px;
  right: 40px;
  box-shadow: 0 4px 10px #5962731f;
}

.pricing-additional-info {
  color: var(--grey-1);
  text-align: center;
  max-width: 370px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.video-link {
  color: var(--dark);
  align-items: center;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.video-link.dark-bg {
  color: #fff;
}

.video-link.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.video-link-icon-base {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
  display: flex;
}

.video-link-icon-base.color-1-ghost {
  background-color: #2583fd1f;
}

.video-link-icon {
  width: 16px;
}

.input-wrapper {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.input-wrapper.no-margin {
  margin: 0;
}

.input-icon-base {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--grey-5);
  background-color: #fff;
  background-image: linear-gradient(to bottom, white, var(--haze));
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 11px;
  display: flex;
}

.input-icon-base.dark-bg {
  background-color: #ffffff3d;
  background-image: none;
  border-color: #fff9;
}

.subscribe-v1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 15px;
  display: flex;
}

.social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons.subscribe-v1-icons {
  flex-wrap: wrap;
  margin-right: -4px;
}

.social-circle-link {
  border: 1px solid var(--grey-5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 4px;
  transition: border-color .2s;
  display: flex;
}

.social-circle-link:hover {
  border-color: var(--grey-4);
}

.social-circle-link.dark-bg {
  border-color: #ffffff40;
}

.social-circle-link.dark-bg:hover {
  border-color: #ffffff80;
}

.social-icon {
  width: 16px;
}

.subscribe-1-form-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.subscribe-v1-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
}

.subscribe-v1-icon {
  width: 24px;
  margin-right: 8px;
}

.subscribe-v1-form {
  margin-bottom: 0;
}

.hero-v1-waves {
  opacity: .15;
  border-radius: 50%;
  width: 1400px;
  height: 1400px;
  position: absolute;
  bottom: -700px;
}

.desktop {
  max-width: 870px;
  margin-top: -200px;
  margin-bottom: -48px;
}

.side-info {
  color: var(--03-iris);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.side-info.hero-intro {
  padding-bottom: 32px;
  padding-left: 15px;
}

.side-feature {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-feature.next {
  margin-top: 48px;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-media.flex-right {
  justify-content: flex-end;
}

.side-media.flex-left {
  justify-content: flex-start;
}

.side-media.bg-circles, .side-media.bg-circles.dwfsdf {
  background-image: url('../images/bg-circles-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 82%;
}

.side-media.ladoe262 {
  display: block;
}

.side-media.we2423rdw {
  flex-direction: column;
  display: flex;
}

.feature-v1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding-bottom: 72px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.feature-v1.modificado332 {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 30%;
  margin: 20px;
  padding: 25px 20px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 7px 7px 14px -3px #253f6f63;
}

.feature-v1.modificado332:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627329;
}

.features-v1 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -64px;
  display: flex;
}

.features-v1.sdsds2323 {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  margin-bottom: auto;
  display: flex;
}

.features-v1.seervcision {
  background-color: #ff895d66;
  border-radius: 20px;
  margin-bottom: auto;
}

.footer-v1 {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding-top: 64px;
  display: flex;
  position: relative;
}

.footer-v1-column {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1-info {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1-info.eterter {
  width: 30%;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-icons-small.footer-v4-icons {
  margin-left: 13px;
}

.social-link-small {
  border: 1px solid var(--grey-5);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .2s;
  display: flex;
}

.social-link-small:hover {
  border-color: var(--grey-4);
}

.social-link-small.dark-bg {
  border-color: #ffffff40;
}

.social-link-small.dark-bg:hover {
  border-color: #ffffff80;
}

.social-icon-small {
  width: 12px;
}

.footer-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.footer-v2-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-link {
  color: var(--grey-1);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v3-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.footer-v3-link.dark-bg {
  color: #fff;
}

.footer-v3-link.dark-bg:hover {
  background-color: #ffffff0d;
}

.footer-v3-left {
  align-items: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v3-bottom.dark-bg {
  border-top-color: #fff3;
}

.footer-v3-bottom-info {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--grey-4);
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.divider.dark-bg {
  background-color: #fff3;
}

.side-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-block.flex-left {
  justify-content: flex-start;
  align-items: center;
  min-height: 240px;
  display: flex;
  position: relative;
}

.side-block.phones-bg {
  background-image: url('../images/iphones-diagonal-min.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  min-height: 280px;
}

.side-block-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  margin: 120px 16%;
  display: flex;
}

.desktop-big-image {
  width: 900px;
  max-width: none;
  margin-bottom: -10%;
}

.feature-blocks {
  justify-content: center;
  width: 100%;
  margin-bottom: 1px;
  display: flex;
}

.feature-block {
  box-shadow: 0 0 0 1px var(--grey-5);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  overflow: hidden;
}

.feature-block-image-1 {
  width: 100%;
  margin-bottom: -21%;
}

.feature-block-image-2 {
  width: 118%;
  max-width: none;
  margin-top: 3%;
  margin-bottom: -23%;
}

.feature-block-image-3 {
  width: 100%;
  margin-bottom: -21%;
}

.small-message {
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.small-message.grade-1 {
  background-image: linear-gradient(to right, var(--dark-blue), var(--grade-4-color-1));
  color: #fff;
}

.small-message.grade-2 {
  background-image: linear-gradient(to right, var(--grade-2-color-1), var(--grade-2-color-2));
  color: #fff;
}

.small-message.grade-3 {
  background-image: linear-gradient(to right, var(--01iris), var(--02-iris));
  color: #fff;
}

.small-message-text {
  margin-right: 12px;
}

.text-emoji-1 {
  color: #0000;
  background-image: url('../images/emoji-point-right-icon_1emoji-point-right-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-1.big {
  background-size: 24px;
  width: 28px;
}

.text-emoji-2 {
  color: #0000;
  background-image: url('../images/emoji-hi-icon_1emoji-hi-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-3 {
  color: #0000;
  background-image: url('../images/emoji-phone-icon_1emoji-phone-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-4 {
  color: #0000;
  background-image: url('../images/emoji-boom-icon_1emoji-boom-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.side-tabs {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 520px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.side-tab {
  color: var(--03-iris);
  background-color: #0000;
  border-radius: 10px;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.side-tab.w--current {
  background-color: var(--haze);
}

.small-feature-text {
  color: var(--grey-1);
  margin-top: -8px;
}

.side-tab-icon {
  width: 24px;
  margin-right: 16px;
}

.message {
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.message.grade-2 {
  background-image: linear-gradient(to right, var(--01iris), var(--02-iris));
  color: #fff;
}

.message.grade-4 {
  background-image: linear-gradient(to right, var(--grade-4-color-1), var(--grade-4-color-2));
  color: #fff;
}

.message.margin-top {
  margin-top: 32px;
}

.message.grade-1 {
  background-image: linear-gradient(to right, var(--grade-1-color-1), var(--grade-1-color-2));
  color: #fff;
}

.message-text {
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.post-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.post-info-bottom {
  color: var(--grey-2);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.post-heading {
  margin-top: 24px;
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 12px 40px #59627340;
}

.post {
  flex-direction: column;
  width: 100%;
  padding-left: 16.66%;
  padding-right: 16.66%;
  display: flex;
}

.footer-v2-bottom-menu {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-v2-bottom-menu-link {
  color: var(--grey-1);
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu-link.white {
  color: #fff;
}

.footer-v2-bottom-info {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-v1-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v1-bottom.dark-bg {
  border-top-color: #fff3;
}

.footer-app-link {
  color: var(--dark);
  align-items: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.footer-app-link:hover {
  text-decoration: underline;
}

.footer-app-link.dark-bg {
  color: #fff;
}

.footer-app-icon {
  border: 1px solid var(--grey-5);
  background-color: #0000;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  transition: border-color .2s;
  display: flex;
}

.footer-app-icon:hover {
  border-color: var(--grey-4);
}

.footer-app-icon.dark-bg {
  border-color: #ffffff40;
}

.footer-app-icon.dark-bg:hover {
  border-color: #ffffff80;
}

.iphone-x-big {
  max-width: 400px;
  margin-top: -10%;
  margin-bottom: -10%;
}

.side-review {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.side-review-card {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 32px;
  font-size: 17px;
  line-height: 24px;
  position: relative;
  box-shadow: 0 4px 10px #59627314;
}

.side-review-author {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.side-review-avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  box-shadow: 0 4px 12px #59627329;
}

.side-review-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.side-review-author-info {
  color: var(--grey-2);
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.side-review-corner {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 27px;
  transform: rotate(45deg);
}

.review-v4-text {
  color: var(--dark);
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.text-highlighted {
  background-color: var(--color-3-ghost);
  color: var(--color-3);
  border-radius: 5px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-style: italic;
}

.text-highlighted.color-3 {
  background-color: var(--color-3-ghost);
  color: var(--color-3);
}

.testimonials-v5 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 80px;
}

.testimonials-v5-slide {
  width: 33.33%;
  padding-left: 4%;
  padding-right: 4%;
}

.slider-nav {
  opacity: 1;
  height: 30px;
  font-size: 9px;
  line-height: 16px;
}

.review-v5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  display: flex;
}

.review-v5-logo {
  height: 40px;
  margin-bottom: 16px;
}

.features-v3 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -32px;
  display: flex;
}

.features-v3._2-columns {
  width: 800px;
}

.feature-v3 {
  color: var(--03-iris);
  flex-direction: row;
  align-items: flex-start;
  width: 33.33%;
  padding: 16px 25px 32px 15px;
  display: flex;
}

.feature-v3._50-percent {
  width: 50%;
}

.feature-info-right {
  flex: 1;
}

.logotypes {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 8px;
  display: flex;
}

.logo-link {
  margin: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.logo-link.faded {
  opacity: .3;
  transition: opacity .2s;
}

.logo-link.faded:hover {
  opacity: .5;
}

.logo {
  height: 32px;
}

.logo.poco-porciento {
  opacity: .7;
}

.logo.poco-porciento:hover {
  opacity: 1;
}

.hero-intro-bg {
  background-image: url('../images/home001.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 62%;
  position: absolute;
  top: 0;
  bottom: 80px;
  right: 0;
}

.big-side-block-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.icon-big {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.icon-big.grade-1 {
  background-image: linear-gradient(135deg, var(--01iris), var(--02-iris));
}

.icon-big.grade-2 {
  background-image: linear-gradient(135deg, var(--grade-2-color-1), var(--grade-2-color-2));
}

.ipad-float {
  width: 110%;
  max-width: none;
  margin-top: 30px;
  margin-left: -9%;
}

.iphone-float {
  z-index: 1;
  width: 45%;
  max-width: none;
  margin-top: -40px;
  margin-right: -10%;
  position: absolute;
  right: 0;
}

.mini-features {
  flex-wrap: wrap;
  width: 83.33%;
  margin-bottom: -32px;
  display: flex;
}

.mini-features.lista2782 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.mini-feature {
  flex-direction: row;
  align-items: center;
  width: 33.33%;
  padding: 8px 25px 32px 15px;
  display: flex;
}

.mini-feature.sleccionesa {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: static;
}

.mini-feature-icon {
  max-width: 100%;
  margin-right: 16px;
}

.layouts {
  z-index: 1;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.layouts-item {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: 48px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.layout {
  border: 1px solid var(--grey-5);
  background-color: var(--haze);
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 440px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 2px 6px #5962731f;
}

.layout:hover {
  transform: translate(0, -4px);
  box-shadow: 0 20px 32px -12px #59627329;
}

.layout.inner {
  height: auto;
  max-height: 352px;
}

.laptop-left {
  width: 980px;
  max-width: none;
  margin-right: 8%;
  display: block;
  position: relative;
  right: 0;
}

.post-author {
  border: 1px solid var(--grey-5);
  border-radius: 10px;
  align-items: flex-start;
  margin-top: 64px;
  margin-right: 0%;
  padding: 40px 20% 32px 40px;
  display: flex;
  position: relative;
}

.post-author-avatar {
  border-radius: 50%;
  flex: none;
  width: 104px;
  height: 104px;
  margin-right: 32px;
}

.post-author-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.sidebar-promo {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.sidebar-promo.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--02-iris), var(--01iris));
  color: #fff;
  padding: 56px 40px 48px;
}

.sidebar-promo-waves {
  opacity: .15;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -176px;
}

.sidebar-promo-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sidebar-promo-image {
  width: 90%;
  margin-top: 8px;
  margin-bottom: 32px;
}

.iphone-hand {
  max-width: 420px;
  margin-top: 13%;
  margin-bottom: -3%;
}

.side-iphone {
  width: 64%;
}

.side-features-v1 {
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  padding-left: 20px;
  display: flex;
}

.side-feature-v1 {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.side-feature-v1-info {
  flex: 1;
  margin-left: 16px;
  padding-top: 2px;
}

.big-message {
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-message.grade-1, .big-message.grade-4 {
  background-image: linear-gradient(to right, var(--01iris), var(--02-iris));
  color: #fff;
}

.big-message-text {
  margin-right: 24px;
  font-size: 22px;
  line-height: 28px;
}

.slider-screens {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 80px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.slider-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  top: 0;
  bottom: 0;
  box-shadow: 0 1px 3px #5962731f;
}

.slider-arrow:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 12px #5962731f;
}

.slider-arrow.hero-right {
  top: 128px;
  right: 32px;
}

.slider-arrow.hero-left {
  top: 128px;
  left: 32px;
}

.screen-slide {
  width: 33.33%;
}

.screen-slide-image {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-button-block {
  flex-direction: column;
  width: 33.33%;
  padding: 15px;
  display: flex;
}

.button-icon {
  float: left;
  width: 20px;
  margin-right: 8px;
}

.button-icon.big {
  width: 24px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.sg-back-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00000026;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-back-link:hover {
  border-top-color: var(--color-1);
  background-color: var(--color-1);
}

.sg-logo {
  float: left;
  flex: none;
  width: 28px;
  margin-top: 2px;
  margin-left: -3px;
  margin-right: 10px;
}

.hero-v1-bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.subscribe-card {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 470px;
  padding: 56px 64px 50px;
  display: flex;
}

.label {
  color: var(--grey-2);
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.subscribe-card-from {
  text-align: left;
  flex-direction: column;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.checkbox {
  color: var(--grey-2);
  margin-top: 4px;
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 16px;
}

.checkbox-field {
  margin-top: 0;
  font-size: 16px;
}

.pricing-bg {
  background-color: var(--dark-blue);
  height: 47%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pricing-bg.grade-3, .pricing-bg.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--02-iris), var(--01iris));
  overflow: hidden;
}

.mini-faq {
  flex-wrap: wrap;
  width: 83.33%;
  margin-bottom: -32px;
  display: flex;
}

.mini-faq-questions {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq-question {
  color: var(--03-iris);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.mini-faq-sidebar {
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-border-card {
  border: 1px solid var(--grey-5);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 32px;
  display: flex;
}

.licence-items {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 12px #5962731f;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.grey-link {
  color: #505e78;
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.licence-link-divider {
  background-color: #dce0e9;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.hero-v6-media {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-v6-laptop {
  z-index: 10;
  max-width: 840px;
  position: relative;
}

.hero-v6-phone {
  z-index: 11;
  width: 36%;
  margin-top: 4%;
  margin-right: -9%;
  position: absolute;
  top: 0;
  right: 0;
}

.play-button-circle {
  background-color: #253f6fb3;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 22px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 12px #59627329;
}

.play-button-circle.grade-2 {
  background-image: linear-gradient(135deg, var(--grade-2-color-1), var(--grade-2-color-2));
}

.play-button-circle.hero-v6-button {
  z-index: 20;
  position: absolute;
}

.hero-v6-circle-1 {
  border: 56px solid var(--color-4-ghost);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -12%;
  right: -10%;
}

.hero-v6-circle-2 {
  background-color: var(--color-5-ghost);
  border-radius: 50%;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -9%;
  left: -8%;
}

.components {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -30px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 4px;
  display: flex;
}

.components-link {
  color: #fff;
  text-align: center;
  background-color: #ffffff0d;
  border: 1px solid #fff6;
  border-radius: 10px;
  flex-grow: 1;
  flex-basis: 40%;
  width: 25%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s;
}

.components-link:hover {
  color: var(--01iris);
  background-color: #fff;
  box-shadow: 0 15px 30px #59627329;
}

.iphone-floating-right {
  z-index: 1;
  width: 84%;
  margin-right: -10%;
  position: absolute;
  right: 0;
}

.iphone-floating-right.erfegee3 {
  width: 50%;
  margin-right: 4%;
}

.iphone-floating-right.sdadsdas {
  border-radius: 20px;
  width: 50%;
  margin-top: 292px;
  margin-left: 0;
  margin-right: auto;
  left: auto;
  right: 346px;
}

.search-result-list {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.search-result-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.password-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #2c334029;
}

.dancing-laptop-and-phone {
  margin-top: -40px;
  margin-bottom: -64px;
}

.hero-slider {
  min-height: 50vh;
  margin-top: -72px;
  padding-top: 72px;
  padding-bottom: 0;
}

.hero-slide {
  background-color: var(--dark-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 72px;
  display: flex;
}

.hero-slide._1 {
  background-image: url('../images/slide-1.jpg'), url('../images/jeff-sheldon-264920-unsplash-copy.jpg');
  background-position: 50%, 50% 58%;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.hero-slide._2 {
  background-image: url('../images/slide-2.jpg'), linear-gradient(#253f6f99, #253f6f99), url('../images/rawpixel-com-593597-unsplash.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.hero-slide._3 {
  background-image: url('../images/iotvplay_bg.jpg'), linear-gradient(#253f6f99, #253f6f99), url('../images/le-buzz-567189-unsplash.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.heading-margin-big {
  margin-bottom: 28px;
}

.tab-image {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.iphone-right {
  width: 57%;
  margin-top: 5%;
  margin-bottom: 7%;
  margin-right: -51%;
  position: relative;
}

.iphone-left {
  z-index: 1;
  width: 61%;
  margin-left: -11%;
  position: absolute;
}

.browser {
  width: 900px;
  max-width: none;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 15%;
}

.iphone-floating-left {
  z-index: 1;
  width: 64%;
  margin-top: 3%;
  margin-left: -14%;
  position: absolute;
  left: 0;
}

.hero-v3-circle-big {
  opacity: .07;
  border: 14vh solid #fff;
  border-radius: 50%;
  width: 112vh;
  height: 112vh;
  margin-top: 22%;
  margin-left: 27%;
  position: absolute;
}

.hero-v3-circle {
  opacity: .06;
  border: 8vh solid #fff;
  border-radius: 50%;
  width: 44vh;
  height: 44vh;
  margin-top: -4%;
  margin-left: -35%;
  padding-left: 1px;
  position: absolute;
}

.scroll-icon-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.scroll-mouse {
  background-image: linear-gradient(#fff, #eceff4);
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 26px;
  height: 44px;
  display: flex;
  box-shadow: 0 1px 3px #59627366;
}

.scroll-mouse-wheel {
  background-color: var(--grey-3);
  border-radius: 2px;
  width: 4px;
  height: 9px;
  margin-top: 10px;
}

.faq {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar {
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-questions {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq-questions.margin-left {
  margin-left: 6%;
}

.faq-questions.margin-right {
  margin-right: 6%;
}

.faq-navigation {
  border: 1px solid var(--grey-5);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.faq-nav-link {
  color: var(--dark-blue);
  border-radius: 5px;
  padding: 12px 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.faq-nav-link:hover {
  background-color: var(--haze);
}

.faq-nav-link.w--current {
  color: var(--dark-blue);
}

.faq-block {
  padding-top: 16px;
  padding-bottom: 48px;
}

.text-color-1 {
  color: var(--01iris);
}

.faq-block-heading {
  color: var(--03-iris);
  margin-bottom: 48px;
}

.text-color-3 {
  color: var(--color-3);
}

.text-color-4 {
  color: var(--color-4);
}

.text-color-5 {
  color: var(--01iris);
}

.faq-nav-heading {
  border-bottom: 1px solid var(--grey-5);
  color: var(--grey-3);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-size: 11px;
  line-height: 20px;
}

.faq-top-link {
  color: var(--02-iris);
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.faq-top-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.footer-v4 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.footer-v4-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v4-link {
  color: var(--grey-1);
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v4-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.footer-v4-link.dark-bg {
  color: #fff;
}

.footer-v4-link.dark-bg:hover {
  background-color: #ffffff0d;
}

.footer-v4-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.footer-v4-bottom.dark-bg {
  border-top-color: #fff3;
}

.help-form {
  width: 570px;
  max-width: 570px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.help-input {
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 19px 24px 20px 52px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 1px 3px #00000014;
}

.help-input::placeholder {
  color: var(--grey-3);
}

.help-button {
  background-color: #0000;
  background-image: url('../images/arrow-right-icon-color-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 7px;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: absolute;
  top: 4px;
  right: 4px;
}

.help-button:hover {
  background-color: var(--color-1-ghost);
  opacity: 1;
}

.search-result-link {
  color: var(--color-1);
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.search-result-link:hover {
  text-decoration: underline;
}

.search-result-url {
  color: var(--grey-2);
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
}

.search-result-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 32px;
  transition: box-shadow .2s;
  box-shadow: 1px 1px 3px #5962731f;
}

.search-result-card:hover {
  box-shadow: 3px 3px 12px #59627329;
}

.feature-cards {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 4%;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 3px #5962731f;
}

.feature-card:hover {
  box-shadow: 0 15px 30px #5962731f;
}

.feature-card.left {
  text-align: left;
  align-items: flex-start;
}

.article-list {
  column-count: 2;
  width: 83.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.article-list-item {
  width: 100%;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.article-list-icon {
  float: left;
  width: 24px;
  margin-right: 12px;
}

.article-link {
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  text-transform: capitalize;
  border-radius: 10px;
  align-items: flex-start;
  padding: 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.article-link:hover {
  background-color: var(--haze);
}

.article-list-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.capitalized {
  text-transform: capitalize;
}

.help-categories {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.help-article-wrapper {
  width: 100%;
  display: flex;
}

.help-mini-form {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.help-mini-input {
  border: 1px solid var(--grey-5);
  background-color: var(--haze);
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 5px;
  max-width: 270px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 16px 10px 42px;
  transition: border-color .2s, background-color .2s;
}

.help-mini-input:hover {
  border-color: var(--grey-4);
  background-color: #fff;
}

.help-mini-input:focus {
  background-color: #fff;
}

.help-mini-button {
  display: none;
}

.help-article {
  flex: 1;
}

.help-article.margin-left {
  margin-left: 15px;
  margin-right: 6%;
}

.related-articles {
  padding-bottom: 48px;
}

.related-article-link {
  color: var(--grey-1);
  text-decoration: none;
}

.related-article-link:hover {
  text-decoration: underline;
}

.related-article-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.related-articles-heading {
  margin-bottom: 24px;
}

.sg-logo-text {
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 3px;
  flex: none;
  margin-top: 2px;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 12px;
}

.sg-logo-link {
  color: #fff;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown.area-de-clientes {
  margin-left: 20px;
}

.float-button-wrapper {
  z-index: 10;
  background-color: #fff;
  border-radius: 32px;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 64px;
  min-height: 64px;
  padding: 20px 16px 32px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px #2c33401f;
}

.float-button {
  z-index: 10;
  border: 2px solid var(--grey-5);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: border-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.float-button:hover {
  border-color: var(--grey-3);
}

.float-button-list {
  width: auto;
  height: auto;
  padding-bottom: 28px;
}

.float-link {
  color: var(--grey-1);
  border-radius: 8px;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 32px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.float-link:hover {
  background-color: var(--haze);
}

.float-link-icon {
  width: 24px;
  margin-right: 10px;
}

.float-button-icon {
  width: 24px;
  height: 24px;
}

.float-button-close-icon {
  opacity: 0;
  width: 32px;
  height: 32px;
  position: absolute;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
  padding: 88px;
  box-shadow: 0 4px 12px #5962731f;
}

.contact-form {
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.team {
  flex-wrap: wrap;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 64px;
  display: flex;
}

.team-member-wrapper {
  width: 50%;
  padding: 15px;
}

.team-member {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 6px 12px #5962731f;
}

.team-member-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 130px;
  height: 160px;
}

.team-member-avatar._1 {
  background-image: url('../images/Avatar-30.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._2 {
  background-image: url('../images/Avatar-32.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._4 {
  background-image: url('../images/Avatar-31.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._3 {
  background-image: url('../images/Avatar-27.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-info {
  flex: 1;
}

.team-member-header {
  border-bottom: 1px solid var(--grey-5);
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.team-member-position {
  color: var(--grey-1);
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  font-size: 11px;
  line-height: 16px;
}

.team-member-link {
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding: 5px;
  transition: transform .2s;
  display: flex;
}

.team-member-link:hover {
  z-index: 1;
  position: relative;
  transform: scale(1.2);
}

.text-block {
  color: var(--grey-1);
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.team-member-heading {
  margin-bottom: 0;
  margin-right: 6px;
}

.waves-bottom {
  z-index: 2;
  background-image: url('../images/waves-bottom.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading-info {
  color: var(--dark-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 12px;
  display: flex;
}

.text-columns {
  column-count: 2;
  column-rule-width: 1px;
  column-gap: 4em;
  margin-top: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

.about-photo {
  background-image: url('../images/csaba-balazs-603561-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  margin-bottom: 72px;
  box-shadow: 0 12px 40px #59627340;
}

.review-v3-tip {
  z-index: 1;
  color: var(--grey-3);
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  padding-bottom: 10px;
  padding-right: 26px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: -25px;
  left: 60px;
}

.promo-card {
  z-index: 10;
  box-shadow: 0 4px 16px 0 #2c33401f, inset 0 0 0 1px var(--grey-5);
  background-color: #fff;
  border-radius: 48px;
  align-items: center;
  max-width: 500px;
  padding: 9px 32px 9px 9px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.promo-card-info {
  color: var(--03-iris);
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.promo-card-close {
  z-index: 1;
  background-color: #2c334080;
  background-image: url('../images/stop-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .2s, background-color .2s;
  position: absolute;
  top: 0;
  right: -3px;
}

.promo-card-close:hover {
  background-color: var(--grey-2);
  transform: scale(1.2);
}

.promo-image {
  background-image: url('../images/avatar-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.promo-card-text {
  margin-bottom: 4px;
}

.nav-dropdown-link-v2 {
  color: var(--dark-blue);
  border-radius: 15px;
  align-items: flex-start;
  width: 50%;
  padding: 12px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2:hover {
  background-color: var(--color-3-ghost);
  color: var(--dark-blue);
}

.nav-dropdown-link-v2.w--current {
  color: var(--dark);
  font-weight: 700;
}

.nav-dropdown-link-v2.cajalink {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.nav-dropdown-link-icon {
  background-color: var(--color-1-ghost);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.nav-dropdown-link-icon.color-2-ghost {
  background-color: var(--color-2-ghost);
}

.nav-dropdown-link-icon.color-3-ghost {
  background-color: var(--color-3-ghost);
}

.nav-dropdown-link-icon.color-4-ghost {
  background-color: var(--color-4-ghost);
}

.nav-dropdown-link-icon.color-5-ghost {
  background-color: var(--color-5-ghost);
}

.nav-dropdown-link-icon.color-6-ghost {
  background-color: var(--color-6-ghost);
}

.nav-dropdown-link-info {
  color: var(--03-iris);
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-family: Exo, sans-serif;
}

.nav-dropdown-link-info._0001 {
  flex: 0 auto;
  width: auto;
  padding-left: 0;
}

.nav-dropdown-link-text {
  color: var(--coral);
  font-size: 12px;
  line-height: 16px;
}

.floating-macbook {
  width: 100%;
  margin-left: -10%;
}

.devices {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.image {
  z-index: 1;
  width: 46%;
  margin-top: 3%;
  margin-right: -7%;
  position: absolute;
  top: 0;
  right: 0;
}

.intro-cta-heading {
  margin-bottom: 32px;
}

.counters {
  justify-content: center;
  width: 100%;
  display: flex;
}

.counter {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.counter-number {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

.floating-components-bg {
  opacity: .08;
  width: 100%;
  margin-top: 24px;
  margin-bottom: -5%;
}

.floating-pricing-card {
  z-index: 6;
  width: 58%;
  margin-top: 3%;
  margin-left: 2%;
  position: absolute;
}

.floating-post-card {
  z-index: 2;
  width: 36%;
  margin-top: 1%;
  margin-left: 0%;
  position: absolute;
  top: 0;
  left: 0;
}

.floating-team-member {
  z-index: 1;
  width: 40%;
  margin-bottom: 2%;
  margin-left: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.floating-testimonial {
  z-index: 7;
  width: 41%;
  margin-top: -7%;
  margin-right: 13%;
  position: absolute;
  top: 0;
  right: 0;
}

.floating-cta-card {
  z-index: 2;
  width: 54%;
  margin-top: 13%;
  margin-right: -2%;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
}

.floating-chat {
  z-index: 8;
  width: 43%;
  margin-bottom: 8%;
  margin-right: -4%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.help-center-promo {
  width: 92%;
}

.text-block-2 {
  color: var(--01iris);
}

.heading {
  color: var(--03-iris);
}

.heading-2 {
  color: var(--dark-blue);
}

.heading-3, .heading-4 {
  color: var(--03-iris);
}

.listpreciotabla {
  color: var(--grey-1);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.cajalogos {
  background-image: linear-gradient(#ffffff42, #ffffff42);
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.m3u8 {
  color: var(--grade-4-color-1);
  margin-bottom: 0;
  line-height: 30px;
}

.m3u8.poco-porciento {
  opacity: .7;
}

.m3u8.poco-porciento:hover {
  opacity: 1;
}

.flexglobalnet-letra {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.imagenipmundo {
  margin-top: 20px;
}

.container, .div-block {
  max-width: 1200px;
}

.precio-scripts {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.div-block-2 {
  display: block;
}

._4398798823 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.link {
  text-decoration: none;
}

.button-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 200px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.button-2.listapresosjs {
  flex-direction: column;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 20px 25px;
}

.button-2.listapresosjs.solo-uno {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-1 {
  color: var(--01iris);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-b1 {
  z-index: 10;
  color: var(--white);
  position: relative;
}

.hover-out-button-b1 {
  border: 4px solid var(--01iris);
  color: var(--01iris);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #e4e4e4;
}

.hover-on-button-b1 {
  background-color: var(--02-iris);
  color: var(--03-iris);
  border-radius: 40px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #e4e4e4;
}

.eew4342 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-3 {
  flex-flow: wrap;
  order: 0;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  position: relative;
}

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

.preciossds {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.uesdkl {
  margin-bottom: 0;
  margin-right: 10px;
}

.dsfs324234 {
  margin-bottom: 0;
}

.grupode-precios {
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  display: flex;
  position: static;
}

.grupode-precios.solo-uno88 {
  align-self: stretch;
  display: block;
}

.image-2 {
  max-width: 145%;
  margin-left: 314px;
}

.image-2.sdsae3 {
  border-radius: 20px;
  max-width: 142%;
  box-shadow: 1px 1px 8px -5px #dadada;
}

.image-2.sdsae3.sdfsdfsdf {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: var(--03-iris);
}

.list-item {
  list-style-type: disc;
}

.list {
  color: var(--grey-1);
  list-style-type: disc;
}

.text-block-4, .heading-6 {
  color: var(--dark-blue);
}

.div-block-4 {
  padding: 20px;
}

.preciostabla34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.whmcslogo {
  border-radius: 15px;
}

.claveaqp {
  color: var(--01iris);
  margin-top: 10px;
  margin-left: 5px;
  padding-top: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.heading-7, .heading-8 {
  color: var(--dark-blue);
}

.hero-buttons-wrapper {
  margin-top: 40px;
}

.negrita-1 {
  display: block;
}

.hero-title-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 54px;
  line-height: 58px;
}

.hero-title-large.titulo-monitoreo {
  font-size: 35px;
  line-height: 48px;
}

.overall-hero-overlay {
  color: #fff;
  background-color: #0000;
  padding-top: 200px;
  padding-bottom: 100px;
}

.hero-description {
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

.hero-description.whatsapp {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.button-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #dd2476;
  border-radius: 40px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #ff512f;
  box-shadow: 7px 7px 23px #0003;
}

.button-5.hero-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  margin-right: 10px;
  padding: 15px 35px 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  box-shadow: 7px 7px 70px #0000004d;
}

.button-5.hero-button:hover {
  color: #dd2476;
  box-shadow: 7px 7px 70px #0003;
}

.button-5.hero-button.w--current {
  border-radius: 15px;
}

.button-5.pricing-button {
  background-color: #ec2f63;
  border-radius: 10px;
  margin-top: 30px;
}

.button-5.pricing-button:hover {
  background-color: #fa6730;
}

.imagen-android {
  background-color: #fff;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.download-hero {
  background-image: linear-gradient(to right, #17c242b3, #2449ddb3), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.download-hero.wahtsaap {
  background-image: linear-gradient(to right, #17c242b3, #2449ddb3), url('../images/en-linea-whatsapp--1280x720.png');
  background-position: 0 0, 50% 0;
  background-attachment: scroll, fixed;
}

.image-32 {
  border-radius: 25px;
  flex: 0 auto;
  width: 370px;
  margin-left: 40px;
  margin-right: 0;
  display: block;
}

.container-2 {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container-2.centro {
  flex-flow: row;
  place-content: stretch flex-start;
  display: flex;
}

.container-2.precios {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-2.rasteando-siempre {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container-2.centro01 {
  flex-direction: column;
}

.disponible-android {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.hero-left-block {
  float: left;
  width: auto;
}

.section-2 {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section-2.top-line {
  border-top: 1px solid #ddd;
}

.section-2.large-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.large-padding.overflow-none {
  color: var(--dark-blue);
}

.section-2.large-padding.overflow-none.tipos-de-datos {
  background-color: #fa6730;
  background-image: linear-gradient(130deg, #fa6730, #332f5c);
}

.section-2.large-padding.overflow-none.rastro {
  background-color: #e4eef7;
}

.section-2.top-line {
  color: #07589e;
  border-top: 1px solid #ddd;
}

.pricing-block-tag {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fa6730;
  border-radius: 5px 5px 15px 15px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 9px 6px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0 0 auto;
}

.section-description-2 {
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
  display: block;
}

.section-description-2.centered {
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.section-title-wrapper-2 {
  text-align: center;
  width: 85%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.pricing-block {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 15px;
  max-width: 320px;
  padding: 70px 40px 60px;
  transition: transform .4s, box-shadow .4s, box-shadow .4s;
  position: relative;
}

.pricing-block:hover {
  transform: translate(0, -4px);
  box-shadow: 0 6px 12px #dd247642;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(130deg, #07589e, #04bfa5), linear-gradient(#1d2d38b3, #1d2d38b3), url('../images/Photo-7.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pricing-block.image._45efsfsd {
  width: auto;
  margin-right: 0;
}

.pricing-title-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.descripsion01 {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.seccion-descipsion-abajo {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.icono-what {
  margin-right: 10px;
}

.descripsion-whatsapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 10px 0;
  display: grid;
  position: static;
}

.descripsion-whatsapp._023 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.text-block-43 {
  text-align: center;
  width: 340px;
}

.text-block-43.large, .text-block-43.large.text-imagen {
  width: auto;
}

.block-title {
  font-size: 40px;
  line-height: 42px;
}

.block-title.blanco {
  color: #fff;
}

.block-title.rastendo {
  width: auto;
  font-size: 22px;
}

.titulowhat {
  margin-top: 0;
}

.block-description {
  font-size: 16px;
  line-height: 24px;
}

.descripsiondewhat {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: 0 6px 12px #ffffff78;
}

.descripsiondewhat:hover {
  box-shadow: 0 6px 12px #ec2f6342;
}

.imagen-y-descripsion {
  flex: 0 auto;
  padding: 10px;
  display: flex;
}

.imagen-y-descripsion.part2 {
  margin-left: auto;
  margin-right: auto;
}

.descripsion-022 {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 6px 12px #0000003b;
}

.column-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-section-overlay {
  color: #fff;
  background-image: linear-gradient(135deg, #07589eb3, #350038b3);
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.image-section {
  color: #fff;
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.newsletter {
  background-image: url('../images/Photo-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.columns {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  display: block;
}

.lista-de-app {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  place-content: space-between center;
  align-items: stretch;
  width: auto;
  max-width: none;
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.element-title {
  font-size: 20px;
  display: inline-block;
}

.element-title.bold {
  margin-right: 10px;
  font-weight: 700;
}

.ui-element-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-title {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

.faq-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-icon {
  height: 12px;
  position: absolute;
  top: 16px;
  right: 0;
}

.faq-item {
  border-top: 1px solid #0000001a;
  margin-top: 20px;
  padding-top: 10px;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-link-block {
  color: #332f5c;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: block;
  position: relative;
}

.faq-link-block:hover {
  color: #dd2476;
}

.section-title-2 {
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 44px;
  display: block;
}

.fondo273 {
  background-color: var(--dark-blue);
}

.iconos-pie-de-pagina {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-sociales {
  background-color: #fff;
  border-radius: 25px;
  margin: 5px 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6px 12px #00000014;
}

.whatsapp {
  color: #18c04d;
  text-decoration: none;
}

.facebook {
  color: #2296f3;
  text-decoration: none;
}

.sdhn3j43 {
  color: var(--03-iris);
  flex-direction: column;
  align-items: center;
  padding: 40px 10px 60px;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/TBS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  margin-left: -36px;
  margin-right: auto;
}

.list-2 {
  padding-left: 0;
  list-style-type: decimal;
}

.portada-casbera {
  background-image: url('../images/no-capex-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  height: 100%;
}

.lista292 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

._399282 {
  padding-top: 0;
  padding-bottom: 5px;
}

.product-details-wrapper {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.product {
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  padding: 20px 80px 80px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper-2.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.button-6 {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  min-width: 300px;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 28px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
  display: inline-block;
  position: static;
}

.button-6:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #ff895da8;
}

.button-6.serviciosboton {
  min-width: auto;
  padding: 15px 50px;
  display: block;
  position: static;
}

.button-6.botonareadecliente {
  min-width: auto;
  margin-left: 40px;
  margin-right: 0;
  padding: 6px 20px;
}

.product-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 3%;
  display: flex;
}

.shop-header-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 2px;
  margin-top: 32px;
}

.product-details {
  flex: 1;
  margin-top: 24px;
  margin-left: 15px;
}

.text-grey-2 {
  color: #999;
}

.shop-header-color {
  background-color: #a5c926;
  width: 136px;
  height: 100%;
}

.shop-header-color.green {
  background-color: var(--color-2);
}

.shop-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.product-price {
  color: var(--coral);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
}

.product-price.servicios {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
}

.product-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.text-span {
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-span.dolar {
  position: relative;
  bottom: 18px;
  right: 3px;
}

.div-block-6 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.precios002 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
}

.precios002._232 {
  object-fit: fill;
  flex: 1;
  align-self: auto;
  align-items: center;
  margin-top: 25px;
  position: relative;
}

.precios002.servicios33 {
  text-align: center;
  flex-direction: column;
  position: relative;
}

.titulo02 {
  margin-top: 20px;
}

.descrip292 {
  margin-top: 25px;
}

.list-3.nuemro {
  list-style-type: decimal;
}

.regular {
  margin-bottom: 7px;
}

.tiempo-limitado {
  margin-top: 0;
  margin-bottom: 20px;
}

.dubtitulo {
  background-image: linear-gradient(208deg, var(--color-2), var(--coral));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
}

.heading-9 {
  color: var(--white);
}

.h1-arriba {
  color: var(--dark-blue);
}

.h1-blanco {
  color: var(--white);
}

.clase {
  color: var(--grade-2-color-2);
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--dark);
}

.list-item-2 {
  padding-top: 5px;
}

.footer-info {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 16%;
  display: flex;
}

.menu-icon-line-bottom {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

.menu-icon-line-middle {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.vertical-divider-2 {
  background-color: #e6e8f0;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.page-wrapper-2 {
  position: relative;
}

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

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

.footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.anchor-card-2 {
  color: #2c3340;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 24px 56px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.anchor-card-2:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627329;
}

.anchor-card-2.resellers {
  box-shadow: none;
  border: 1px solid #ee558670;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  transition-duration: .4s, .4s;
}

.anchor-card-2.resellers:hover {
  box-shadow: 0 6px 12px #0040773d;
}

.anchor-card-2.resellers.redsocial01 {
  border-style: none;
  flex-direction: row;
  margin: 10px auto 10px 0;
  padding: 6px;
  display: flex;
}

.nav-dropdown-link-v2-2 {
  color: #07589e;
  background-color: #0000;
  border-radius: 25px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2-2:hover {
  background-color: #fff8f8;
}

.nav-dropdown-link-v2-2.w--current {
  color: #30364d;
  font-weight: 700;
}

.column-68 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu-icon-line-top {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

.nav-dropdown-icon-2 {
  display: none;
}

.social-link-small-2 {
  background-color: #fff;
  border: 1px solid #e6e8f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .4s;
  display: flex;
  box-shadow: 0 6px 12px #00000014;
}

.social-link-small-2:hover {
  border-color: #ee5586;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list-2.v2.w--open {
  border-radius: 25px;
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.redessociales01 {
  flex: 0 auto;
}

.sec-descargas {
  color: #07589e;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.nav-dropdown-circle {
  color: #ee5586;
  border: 1px solid #f0e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-link-info-2 {
  color: #07589e;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
}

.dropdown-bridge-2 {
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.bar-close-button {
  cursor: pointer;
  background-color: #ffffff26;
  background-image: url('../images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: background-color .4s;
  position: absolute;
  right: 12px;
}

.bar-close-button:hover {
  background-color: #30364d40;
}

.wrapper-3 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.wrapper-3.demo {
  display: flex;
}

.wrapper-3.demo.descarga {
  background-image: url('../images/logo-back.png'), url('../images/Xui.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 80px;
  padding-top: 60px;
}

.wrapper-3.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-dropdown-link-info-3 {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.footer-v1-bottom-2 {
  color: #798099;
  border-top: 1px solid #e6e8f0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.heading-10 {
  color: #07589e;
}

.dropdown-header {
  border-bottom: 1px solid #e6e8f0;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
}

.dropdown-corner-2 {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner-2.padding {
  left: 89px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-dropdown-link-2 {
  color: #07589e;
  border-radius: 15px;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link-2:hover {
  color: #ee5586;
  background-color: #ffeded;
}

.nav-dropdown-link-2.w--current {
  color: #ee5586;
  font-weight: 700;
}

.nav-dropdown-link-2.w--current:hover {
  color: #ee5586;
}

.dropdown-decription {
  color: #798099;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.footer-heading {
  margin-bottom: 20px;
}

.float-link-icon-2 {
  width: 25px;
  margin-right: 10px;
}

.store-badge-link-2 {
  border-radius: 0;
  transition: transform .4s;
  position: relative;
}

.store-badge-link-2:hover {
  transform: translate(0, -3px);
}

.social-icon-small-2 {
  opacity: .6;
  width: 16px;
}

.nav-link-2 {
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  transition: background-color .4s;
}

.nav-link-2:hover {
  background-color: #30364d1a;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link-2.white-bg {
  color: #07589e;
  border-radius: 10px;
}

.nav-link-2.white-bg:hover {
  background-color: #ffeded;
}

.nav-link-2.white-bg.crear-demo {
  border-bottom: 1px dashed #ee5586;
  border-radius: 10px;
}

.nav-link-2.white-bg.area-de-clientes {
  color: #ee5586;
  border: 1px solid #ee5586;
  border-radius: 10px;
  transition: border .4s, background-color .4s;
}

.nav-link-2.white-bg.area-de-clientes:hover {
  color: #ffb543;
  background-color: #fff;
  border-color: #ffb543;
}

.boton-descarga {
  background-color: #ee5586;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 3px 22px 5px;
  transition: background-color .4s;
}

.boton-descarga:hover {
  background-color: #ffb543;
}

.boton-descarga.android {
  background-color: #a4c838;
  margin-bottom: 10px;
}

.boton-descarga.android:hover {
  background-color: #638109;
}

.boton-descarga.ios {
  background-color: #241f20;
  margin-bottom: 10px;
}

.boton-descarga.ios:hover {
  background-color: #004077;
}

.boton-descarga.windows {
  background-color: #0badf0;
  margin-bottom: 10px;
}

.boton-descarga.windows:hover {
  background-color: #11aeaf;
}

.boton-descarga.mac {
  background-color: #6578b2;
  margin-bottom: 10px;
}

.boton-descarga.mac:hover {
  background-color: #07589e;
}

.platform-card-2 {
  color: #282b31;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex: 20%;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition: box-shadow .2s;
  box-shadow: 0 6px 12px #00000014;
}

.platform-card-2:hover {
  box-shadow: 0 12px 24px #282b3129;
}

.brand-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.brand-2.white-bg {
  color: #30364d;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-grid.pie-de-pagina {
  padding-top: 39px;
}

.section-3 {
  color: #07589e;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-3.footer-section {
  border-top: 1px solid #e6e8f0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.haze {
  background-color: #f8f8fd;
  background-image: url('../images/fondo-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-3.haze.precios {
  background-image: url('../images/fondo-03.png');
  background-position: 50% 0;
  background-attachment: fixed;
}

.section-3.haze.precios.conexiones {
  background-image: url('../images/double-blob-bf927f250947d147c26ed3d20415fa57.svg');
  background-size: cover;
  margin-top: -88px;
  padding-top: 220px;
}

.text-grey-3 {
  color: #456e92;
}

.nav-bar-2 {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  height: 88px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-2.sticky {
  color: #07589e;
  position: sticky;
  top: 0;
}

.button-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #f85252, #ee5586);
  border: 2px solid #c00d46;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-7:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #f7656799;
}

.button-7.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button-7.tiny.white {
  color: #ee5586;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-7.procesar-pago {
  background-image: linear-gradient(to right, #ee5586, #ffb543);
  border-color: #541049;
  width: 100%;
  height: 48px;
}

.texservicios {
  text-align: center;
  margin-top: 10px;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.margin-bottom {
  margin-bottom: 80px;
}

.intro.margin-bottom.como-pagar {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.columns-14 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  display: flex;
}

.column-70 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-card-icon-2 {
  border-radius: 50px;
  width: 70px;
  max-width: none;
  margin-bottom: 5px;
  box-shadow: 0 6px 12px #282b3114;
}

.feature-card-icon-2.mag {
  padding: 10px;
}

.text-block-44 {
  padding-left: 1px;
}

.nav-dropdown-link-text-2 {
  color: #a9aec3;
  font-size: 12px;
  line-height: 16px;
}

.navigation-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.imagenservicios {
  text-align: left;
  border-radius: 20px;
  max-width: 100%;
  position: static;
}

.column-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seccion-demo {
  color: #07589e;
  background-image: url('../images/double-blob-bf927f250947d147c26ed3d20415fa57.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -88px;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.seccion-demo.servicios {
  background-size: cover;
  margin-top: 0;
}

.column-71 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-link-icon-2 {
  background-color: #2583fd1f;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.nav-dropdown-link-icon-2.color-6-ghost {
  background-color: #00d5bb1f;
}

.nav-dropdown-link-icon-2.color-5-ghost {
  background-color: #8e2af01f;
}

.nav-dropdown-link-icon-2.color-4-ghost {
  background-color: #46ce1f1f;
}

.nav-dropdown-link-icon-2.color-3-ghost {
  background-color: #ff93201f;
}

.nav-dropdown-link-icon-2.color-3-ghost.apple {
  background-color: #07589e1f;
}

.nav-dropdown-link-icon-2.color-2-ghost {
  background-color: #fc37621f;
}

.logo-text {
  color: #07589e;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.platform-card-heading-2 {
  color: #07589e;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.logo-icon-2 {
  border-radius: 50px;
  height: 40px;
  margin-right: 12px;
}

.top-message-text {
  margin-right: 12px;
}

.servicio001 {
  background-color: #fff;
  border-left: 1px #e6e8f0;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  margin: 5px 11px;
  padding: 10px 15px;
  transition: transform .4s, box-shadow .4s;
  display: flex;
  position: relative;
}

.servicio001:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px #07589e42;
}

.top-message {
  color: #fff;
  background-image: linear-gradient(to right, #ffb543, #ee5586);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px 48px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: #798099;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--coral);
  text-decoration: underline;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.seccionservicios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 25px;
  flex: 0 auto;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding: 20px 40px;
  display: block;
  position: relative;
  box-shadow: 0 6px 12px #0040773d;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: flex;
}

.tesxservicios {
  text-align: center;
}

.container-4 {
  padding: 10px;
}

.seleccionservicios01 {
  padding: 5px;
  display: flex;
}

.info-2 {
  cursor: pointer;
  background-color: #ffffff30;
  border: 1px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info-2:hover {
  border-color: red;
}

.icono-noicluido {
  opacity: .5;
  background-image: url('../images/x-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.button-4 {
  background-color: #07589e;
  border: 1px solid #04bfa5;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 6px 12px #04bfa53b;
}

.div-block-124 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.hero-top-text {
  color: #103954;
  letter-spacing: 3px;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.hero-top-text.pricing {
  color: #103954;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dolar {
  color: #07589e;
  flex-direction: row;
  align-items: center;
  padding-right: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.dolar.otroso {
  padding-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.cajon-descripsion-precios {
  width: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tooltip-2 {
  z-index: 5;
  color: #456e92;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0e6e6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip-2.hidden {
  border-color: #ee558633;
  border-radius: 25px;
  display: none;
  right: -32px;
  box-shadow: 0 2px 6px #ee55861a;
}

.entrega-inmediata {
  color: #103954;
  text-align: center;
  padding-top: 10px;
}

.mensualletra {
  color: #5410499e;
  text-align: center;
  background-color: #0000;
  border: 1px dotted #541049b0;
  border-left-width: 0;
  border-radius: 0 25px 25px 0;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.accordion-card {
  background-color: #fff;
  border: 1px solid #e6e8f0;
  border-radius: 15px;
  margin-bottom: 16px;
  transition: background-color .4s;
  overflow: hidden;
  box-shadow: 0 6px 12px #00000014;
}

.accordion-card:hover {
  background-color: #fff;
}

.accordion-card.precios {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.imagen-dispositivo {
  background-image: url('../images/Nish-1-device_1Nish-1-device.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.linea-01-precio {
  background-color: #ee5586;
  background-image: linear-gradient(to right, #ee5586, #ffb543);
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  align-self: stretch;
  width: auto;
  height: 5px;
  margin-left: 23%;
  margin-right: 23%;
  display: block;
}

.linea-01-precio.basico {
  background-image: linear-gradient(to right, #62d1f8, #07589e);
}

.pricing-features {
  text-align: left;
  padding-top: 16px;
  padding-bottom: 32px;
}

.pricing-features.lista-nish-preicio {
  margin-left: 0;
  margin-right: 0;
  padding: 32px 0 40px;
}

.text-block-56 {
  color: #07589e;
}

.button-icon-2 {
  float: left;
  width: 20px;
  margin-right: 10px;
}

.title-2 {
  color: #ee5586;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff3ed;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.title-2.gradient {
  color: #fff;
  background-image: linear-gradient(to right, #ffb543, #ee5586);
  padding-left: 10px;
  padding-right: 9px;
}

.mes-dolar {
  flex-direction: row;
  order: 0;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  display: block;
}

.pricing-v3-billed-text {
  color: #456e92;
  margin-left: 100px;
  font-size: 11px;
  line-height: 20px;
  display: block;
}

.pricing-v3-billed-text.dolar-americano {
  margin-left: auto;
}

.seccion-precio-nish {
  background-color: #fff;
  border: 1px #07589e21;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  place-content: stretch flex-start;
  align-items: center;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 6px 12px #62d1f84d;
}

.seccion-precio-nish:hover {
  box-shadow: none;
  transform: none;
}

.seccion-precio-nish._6-meses {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
  box-shadow: 0 6px 12px #84f7964d;
}

.seccion-precio-nish._6-meses:hover {
  box-shadow: none;
}

.seccion-precio-nish._12-meses {
  background-image: url('../images/Popular-iptv.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 82px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
  box-shadow: 0 6px 12px #ee558666;
}

.seccion-precio-nish._12-meses:hover {
  box-shadow: none;
  border-style: none;
}

.seccion-precio-nish._3-meses {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
  box-shadow: 0 6px 12px #11aeaf4d;
}

.seccion-precio-nish._3-meses:hover {
  box-shadow: none;
}

.precios-seccion {
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.contenedor-precios {
  justify-content: center;
  align-items: center;
  padding: 0 0 40px;
  display: flex;
}

.compatibles {
  background-color: #fff;
  border-radius: 10px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  box-shadow: 0 6px 12px #00000014;
}

.pricing-v3-per-text {
  color: #004077;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.pricing-v3-per-text.por-mes {
  margin-left: auto;
}

.info-icon {
  opacity: .3;
  background-image: url('../images/help-circle-dark.svg');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.info-icon:hover {
  opacity: 1;
}

.heading-97 {
  color: #07589e;
}

.tooltip-arrow-3 {
  background-color: #fff;
  border-bottom: 1px solid #e6e8f0;
  border-right: 1px solid #e6e8f0;
  width: 8px;
  height: 8px;
  margin-left: 142px;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 12px;
  right: 0;
  transform: rotate(45deg);
}

.logo-apple-pay {
  padding-left: 3px;
  padding-right: 3px;
}

.bold-text-42 {
  color: #f85252;
  text-decoration: none;
}

.logospagosinteryap {
  opacity: .8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  transition: opacity .3s ease-in;
  display: flex;
}

.logospagosinteryap:hover {
  opacity: 1;
}

.linkpagoopsion {
  color: #541049;
  text-align: center;
  border-radius: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 12px 15px;
  font-size: 14px;
  transition: text-shadow .3s, background-color .3s;
}

.linkpagoopsion:hover {
  color: #fff;
  background-color: #541049;
  border: 1px solid #000;
}

.accordion-arrow {
  opacity: .5;
  background-image: url('../images/right-white.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
}

.valor {
  color: #ee5586;
  margin-bottom: 0;
  font-size: 50px;
}

.valor.tachado {
  color: #541049;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.precio-todo {
  display: flex;
}

.precio-todo.precio-real {
  color: #798099;
  align-items: stretch;
  font-size: 14px;
}

.precioyconexion {
  width: 100%;
  padding-right: 85px;
}

.title-3 {
  color: #ee5586;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff3ed;
  border-radius: 15px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.accordion-info.proceso-pago {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.detalesprecios01 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-interbank-2 {
  background-color: #fff;
  border: 1px #f0e6e6;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.pricing-v3-feature {
  color: #07589e;
  text-align: left;
  border-bottom: 1px #e7e8ea;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.pricing-v3-feature.no-incluido {
  opacity: .5;
}

.pricing-v3-feature.linea922 {
  color: #e6e8f0;
  padding-top: 0;
  padding-bottom: 0;
}

.icono-de-lista-de-caracteristica {
  background-image: url('../images/comprobado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.accordion-header {
  color: #004077;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
  padding: 24px 28px;
  display: flex;
}

.accordion-header.precios22 {
  color: #fff;
  background-image: linear-gradient(to right, #f92468, #f85252);
  border: 2px solid #c00d46;
  border-radius: 10px;
  justify-content: center;
  height: 48px;
  min-height: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
}

._12-meses-cajon {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-heading {
  flex: 1;
  margin: 4px 16px 4px 4px;
}

.accordion-heading.pagar01 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.precio-con-descripsion {
  flex-flow: row;
  flex: 0 auto;
  place-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph.card-plan-item-summary {
  margin-bottom: 0;
}

.paragraph-small-2 {
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph-small-2.card-plan-item-content-bottom-small-print {
  text-align: center;
  margin-top: 16px;
}

.card-plan-item-popular-tag-wrapper {
  position: relative;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-plan-item-icon {
  border-radius: 16px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
}

.card-plan-item-price {
  color: var(--coral);
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.071em;
}

.card {
  background-color: #1d1a27;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 5px 14px #0000001a;
}

.card.plan-item {
  z-index: 1;
  background-color: var(--white);
  color: #b7b4c7;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding: 75px 32px 55px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 5px 14px #253f6f40;
}

.card.plan-item:hover {
  color: #b7b4c7;
  transform: translate(0, 6px);
  box-shadow: 0 2px 2px #ff895d47;
}

.card.plan-item-popular {
  background-color: var(--white);
  border: 2px solid #f5f4fa29;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 14px #0000001a;
}

.button-primary-gradient {
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: 10000px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 2px;
  transition: transform .3s;
  display: flex;
  transform: scale3d(1, 1, 1.01);
  box-shadow: 0 3px 7px #13111a24;
}

.button-primary-gradient:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-primary-gradient.full-width {
  flex-direction: column;
  display: flex;
}

.button-primary-gradient.full-width.plan {
  transition-property: none;
}

.button-primary-gradient.full-width.plan:hover {
  transform: none;
}

.card-plan-item-feature-wrapper {
  align-items: center;
  display: flex;
}

.card-plan-item-feature-text {
  color: var(--dark-blue);
  font-weight: 400;
  line-height: 1.111em;
}

.card-plan-item-title-wrapper.centrrarletra93 {
  text-align: center;
}

.card-plan-item-icon-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 27px;
  display: flex;
}

.card-plan-item-content-top {
  margin-bottom: 24px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  transform-style: preserve-3d;
  background-color: #302c3f;
  border-radius: 1000px;
  padding: 22px 56px;
  font-size: 18px;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary:hover {
  color: #fff;
  background-color: #1d1a27;
  transform: scale3d(1.04, 1.04, 1.01);
}

.button-secondary.small {
  padding: 18px 38px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.small.plan {
  background-color: var(--dark-blue);
  width: auto;
  transition-property: none;
}

.button-secondary.small.plan:hover {
  background-color: var(--coral);
  transform: none;
}

.card-plan-item-content {
  z-index: 1;
  color: var(--dark-blue);
  width: auto;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: #13111a;
  border-radius: 1000px;
  padding: 22px 56px;
  font-weight: 700;
  line-height: 1.111em;
}

.button-primary:hover {
  color: #fff;
}

.button-primary.small {
  padding: 18px 38px;
}

.card-plan-item-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.card-plan-item-feature-icon-wrapper {
  margin-right: 9px;
  display: flex;
}

.card-plan-item-popular-tag-blur {
  filter: blur(6px);
  background-image: linear-gradient(to right, #ee558673, #ff895d7a);
  border-radius: 100000px;
  position: absolute;
  inset: 0%;
}

.pricing-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-right: -25px;
  display: flex;
}

.pricing-wrapper.scripts {
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
}

.card-plan-item-popular-tag-text {
  z-index: 1;
  border: 1px solid var(--color-2-ghost);
  background-color: var(--white);
  color: var(--coral);
  text-align: center;
  border-radius: 1000000px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: .786em;
  position: relative;
}

.title-4.h3-size {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.title-4.h3-size.card-plan-item {
  color: var(--coral);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 45px;
}

.card-plan-item-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.image-33.card-plan-item-icon {
  object-fit: cover;
  width: 100%;
}

.image-33.card-plan-item-icon.imagen232 {
  opacity: .89;
  -webkit-text-fill-color: inherit;
  background-color: #ff489517;
  background-image: linear-gradient(141deg, #ff48957d, #6e4fe969);
  background-clip: border-box;
  border: 3px dashed #13111a;
  border-radius: 50px;
  padding: 4px;
}

.image-33.card-plan-item-feature-icon {
  border-radius: 5px;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.card-plan-item-popular-gradient-blur {
  filter: blur(20px);
  background-image: linear-gradient(to right, #fc37624a, #fc376263 64%, #ff895d75);
  border-radius: 20px;
  flex-direction: column;
  max-width: none;
  display: block;
  position: absolute;
  inset: 0% 0% 0;
}

.card-plan-item-button-wrapper {
  margin-top: auto;
}

.pricing-plan-item {
  margin-right: 25px;
  position: relative;
}

.pricing-plan-item.popular {
  margin-bottom: 56px;
}

.pricing-plan-item.servicios {
  width: 30%;
  margin: 15px;
}

.list-4 {
  order: 0;
  list-style-type: disc;
}

.costoresta {
  color: var(--dark-blue);
  margin-bottom: auto;
}

.costoresta.scripts {
  font-size: 35px;
}

.text-span-5 {
  font-size: 18px;
}

.text-span-6 {
  font-size: 18px;
  position: relative;
  bottom: 12px;
}

.text-span-7 {
  color: var(--dark-blue);
  font-size: 12px;
  font-weight: 400;
}

.container-15 {
  max-width: 1280px;
}

.imagen002 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.cajon-servicios {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.seccion-cajones {
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.letrapiedepagina {
  color: var(--white);
}

.imegenes-de-cursos {
  border-radius: 15px;
  margin-bottom: 20px;
}

.filled-btn {
  color: #fff;
  text-transform: capitalize;
  background-color: #fa8f6b;
  border-radius: 40px;
  margin-top: 0;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.filled-btn:hover {
  color: #fa8f6b;
  background-color: #fff;
}

.filled-btn.blanco {
  background-color: var(--white);
  color: var(--coral);
  border-radius: 50px;
  margin: 10px 15px;
}

.filled-btn.blanco:hover {
  background-color: var(--dark-blue);
}

.filled-btn.borde {
  border: 2px solid var(--white);
  border-radius: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-125 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-98 {
  color: var(--white);
}

.coajon-whatsapp {
  z-index: 2;
  float: left;
  clear: none;
  text-align: center;
  width: 60px;
  margin-bottom: auto;
  margin-left: 10px;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: auto auto 15% 0%;
}

.whatsapp-logo-pared {
  width: auto;
  max-width: 100%;
}

.link-whatsapp-pequenia {
  color: var(--dark-blue);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}

.centrado-32 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-de-descarga {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f1f1f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0;
  display: grid;
}

.ladoletras {
  text-align: left;
  width: auto;
  height: auto;
}

.text-block-57 {
  display: inline-block;
}

.list-5 {
  text-align: left;
  list-style-type: decimal;
}

.imagen-curso-photoshop {
  border-radius: 15px;
  box-shadow: 0 5px 10px 6px #0003;
}

.text-block-58 {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  h4 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.border-top.servicios442 {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/aadc54fb454efb4b7b2d620228fec89d.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.hero-v1-section {
    padding-bottom: 260px;
  }

  .section.side-section {
    flex-direction: column;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero-intro-section {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 72px;
  }

  .section.no-padding-bottom.cabezera {
    padding-top: 120px;
  }

  .section.hero-v3-section {
    flex-wrap: wrap;
  }

  .section.hero-v2-section, .section.top-section, .section.hero-v4-section, .section.hero-v6-section {
    padding-top: 144px;
  }

  .section.dhdhj324 {
    padding-top: 120px;
  }

  .wrapper.nav-bar-wrapper {
    height: 64px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .nav-bar {
    padding-left: 8px;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link:hover {
    background-color: #0000;
  }

  .no-margin {
    margin: 0;
  }

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

  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .section-intro.wide {
    max-width: 83.33%;
  }

  .section-intro.left {
    padding-right: 33.33%;
  }

  .section-intro.dfwef34 {
    background-color: #fffffff0;
    border-radius: 15px;
    padding: 10px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    margin-top: 48px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
  }

  .brand.footer-v4-brand {
    padding-left: 8px;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--grey-5);
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .full-width.imagen {
    display: block;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .sg-sidebar {
    width: 100%;
    padding: 24px 24px 80px;
    position: relative;
  }

  .sg-sidebar-heading {
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .sg-sidebar-link {
    width: auto;
    margin-bottom: 8px;
  }

  .pricing-v1 {
    flex-wrap: wrap;
    margin-bottom: -48px;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .pricing-v1-card {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .input.dark-bg.no-margin, .input.no-margin {
    margin: 0;
  }

  .post-item-big {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-card-header {
    padding: 16px;
  }

  .sidebar-card {
    margin-bottom: 16px;
  }

  .post-card-v1 {
    margin-bottom: 24px;
  }

  .post-card-v1-image {
    height: 264px;
  }

  .post-card-v1-info {
    padding: 20px 20px 8px;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .post-card-bottom-info {
    font-size: 11px;
  }

  .post-card-author-link:hover {
    background-color: #0000;
  }

  .sidebar-card-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sidebar-card-info.small-padding {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-post-card {
    padding: 10px 0;
  }

  .sidebar-post-card:hover {
    background-color: #0000;
  }

  .sidebar-post-image {
    width: 64px;
    height: 48px;
    margin-right: 12px;
  }

  .sidebar-author-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .sidebar-author-card {
    padding: 8px 0;
  }

  .sidebar-author-card:hover {
    background-color: #0000;
  }

  .sidebar-categories {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-category {
    width: 100%;
    padding: 4px 0;
  }

  .sidebar-category-link {
    font-size: 12px;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .link-arrow {
    font-size: 13px;
  }

  .link-arrow.no-margin {
    margin: 0;
  }

  .sidebar-big-avatar {
    width: 64px;
    height: 64px;
  }

  .sidebar-author-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-item-medium {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-link {
    margin-bottom: 24px;
  }

  .post-card-link:hover {
    transform: none;
  }

  .post-card-v2-info {
    padding: 24px 24px 8px;
  }

  .post-card-v2-image {
    height: 200px;
  }

  .post-item-small {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v3-image {
    height: 200px;
  }

  .nav-dropdown-icon {
    opacity: .4;
    display: inline-block;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link {
    padding-left: 24px;
  }

  .nav-dropdown-link:hover {
    background-color: #0000;
  }

  .nav-dropdown-link.w--current {
    color: var(--dark);
  }

  .dropdown-corner {
    display: none;
  }

  .anchor-cards {
    flex-wrap: wrap;
  }

  .anchor-card {
    flex-basis: 25%;
    margin: 8px;
  }

  .sg-color-block {
    width: 50%;
    padding: 8px;
  }

  .cta-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .cta-card-icon {
    width: 72px;
    height: 72px;
  }

  .breadcrumbs {
    padding: 15px 8px;
  }

  .testimonials-v2 {
    width: 100%;
  }

  .testimonials-v1 {
    width: 88%;
  }

  .world-map {
    max-width: 100%;
  }

  .review-v1-tip {
    display: none;
  }

  .achievement-number {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 32px;
  }

  .testimonials-v3 {
    margin-bottom: 48px;
  }

  .features-v2 {
    width: 83.33%;
    margin-bottom: -48px;
  }

  .feature-v2 {
    width: 50%;
    padding-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .pricing-v2 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .pricing-v2-card {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-additional-info {
    margin-top: 48px;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .subscribe-v1 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0;
  }

  .subscribe-1-form-wrapper {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .subscribe-v1-heading {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .subscribe-v1-icon {
    width: 32px;
    margin-bottom: 8px;
  }

  .hero-v1-waves {
    width: 1200px;
    height: 1200px;
    bottom: -600px;
  }

  .desktop {
    max-width: 90%;
    margin-top: -188px;
  }

  .side-info {
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature {
    flex-flow: column wrap;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature.mobile-reversed {
    flex-direction: column-reverse;
    align-items: center;
  }

  .side-media {
    width: 100%;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-media.flex-right, .side-media.flex-left {
    justify-content: center;
  }

  .side-media.bg-circles {
    background-size: 60%;
  }

  .feature-v1 {
    padding-bottom: 64px;
  }

  .feature-v1.modificado332 {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .footer-v1 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-column {
    width: 25%;
    padding-left: 8px;
    padding-right: 16px;
  }

  .footer-v1-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1-info.eterter {
    flex-direction: column;
    width: auto;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .footer-v3-left, .footer-v3-right {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-block {
    width: 100%;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.flex-left {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.phones-bg {
    border-bottom: 1px solid var(--grey-5);
    background-position: 50%;
    order: -1;
    height: 480px;
    margin-top: -72px;
  }

  .side-block-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 83.33%;
    margin-top: 72px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .desktop-big-image {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .small-message-text {
    flex: 1;
  }

  .side-tabs {
    flex-direction: row;
    width: 100%;
    min-height: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-tab {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-feature-text {
    font-size: 13px;
  }

  .side-tab-icon {
    width: 32px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .message-text {
    flex: 1;
  }

  .post-info-bottom {
    font-size: 11px;
  }

  .post-image {
    height: 480px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .post {
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .footer-v1-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .iphone-x-big {
    max-width: 320px;
    margin-top: -30px;
    margin-bottom: -24px;
  }

  .side-review {
    width: 83.33%;
  }

  .side-review-author {
    margin-left: 40px;
  }

  .side-review-corner {
    left: 67px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 36px;
  }

  .features-v3, .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 50%;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .logo-link {
    margin: 12px;
  }

  .hero-intro-bg {
    width: 98%;
    height: 600px;
  }

  .big-side-block-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 83.33%;
    margin-top: 72px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .ipad-float {
    width: 72%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -4%;
  }

  .iphone-float {
    width: 32%;
    margin-top: -32px;
    margin-right: 9%;
  }

  .mini-features {
    width: 100%;
    margin-bottom: -32px;
  }

  .mini-feature {
    padding-bottom: 32px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .layouts {
    margin-bottom: -64px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .layouts-item {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .layout {
    height: 440px;
  }

  .layout.inner {
    height: 288px;
  }

  .laptop-left {
    width: 92%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 7%;
  }

  .post-author {
    margin-top: 40px;
    padding-right: 16%;
  }

  .sidebar-promo {
    margin-bottom: 16px;
  }

  .iphone-hand {
    margin-top: 20%;
    margin-bottom: -5%;
    margin-right: -5%;
  }

  .side-iphone {
    width: 46%;
  }

  .side-features-v1 {
    width: 83.33%;
  }

  .big-message {
    padding: 40px;
  }

  .big-message-text {
    flex: 1;
  }

  .slider-arrow {
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  .screen-slide {
    width: 50%;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-back-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subscribe-card.hero-card {
    margin-top: 64px;
  }

  .pricing-bg.grade-3, .pricing-bg.grade-1 {
    height: 24%;
  }

  .mini-faq {
    margin-bottom: 0;
  }

  .mini-faq-questions {
    margin-right: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mini-faq-sidebar {
    width: 260px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-border-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v6-laptop {
    max-width: 90%;
  }

  .hero-v6-phone {
    width: 33%;
    margin-right: -2%;
  }

  .play-button-circle {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .hero-v6-circle-1 {
    width: 360px;
    height: 360px;
    right: -4%;
  }

  .hero-v6-circle-2 {
    width: 200px;
    height: 200px;
    left: -2%;
  }

  .components {
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .components-link {
    border-radius: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .iphone-floating-right {
    width: 38%;
    margin-right: -4%;
  }

  .iphone-floating-right.sdadsdas {
    margin-top: 164px;
    right: 306px;
  }

  .search-result-list {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slide {
    padding-top: 64px;
  }

  .iphone-right {
    width: 40%;
    margin-right: -26%;
  }

  .iphone-left {
    width: 44%;
    margin-left: -13%;
  }

  .browser {
    width: 108%;
    margin-left: 42%;
  }

  .iphone-floating-left {
    width: 42%;
    margin-left: -3%;
  }

  .hero-v3-circle-big {
    margin-top: 72%;
  }

  .hero-v3-circle {
    margin-top: -18%;
    margin-left: -32%;
  }

  .scroll-icon-link {
    display: none;
  }

  .faq {
    flex-wrap: wrap;
    width: 83.33%;
  }

  .sidebar {
    width: 100%;
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-questions {
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-questions.margin-left {
    margin-left: 0%;
    padding-top: 64px;
  }

  .faq-questions.margin-right {
    margin-right: 0%;
    padding-bottom: 64px;
  }

  .faq-navigation {
    flex-flow: wrap;
  }

  .footer-v4-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .help-form {
    width: 470px;
  }

  .help-input {
    box-shadow: 0 1px 3px #00000014, inset 0 0 #0000;
  }

  .feature-cards {
    width: 66.66%;
    margin-bottom: -32px;
  }

  .feature-card {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .article-list {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .article-list-item {
    padding-left: 1px;
    padding-right: 1px;
  }

  .article-list-icon {
    margin-top: -2px;
  }

  .article-link {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .help-article-wrapper {
    flex-wrap: wrap;
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .help-mini-input {
    margin-right: -12px;
    box-shadow: inset 0 0 #0000;
  }

  .help-article.margin-left {
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .float-button-wrapper {
    bottom: 12px;
    right: 12px;
  }

  .team {
    width: 83.33%;
    margin-top: -12px;
    margin-bottom: 48px;
  }

  .team-member-wrapper {
    width: 100%;
    padding: 12px 8px;
  }

  .text-columns {
    column-count: 1;
    column-gap: 2em;
    margin-left: 8px;
    margin-right: 8px;
  }

  .about-photo {
    height: 480px;
    margin-bottom: 64px;
  }

  .review-v3-tip {
    display: none;
  }

  .nav-dropdown-link-v2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2.w--current {
    color: var(--dark);
  }

  .floating-macbook {
    width: 80%;
    margin-left: 8%;
    display: block;
  }

  .image {
    width: 37%;
    margin-top: 1%;
    margin-right: 1%;
  }

  .counter {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .counter-number {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .floating-components-bg {
    width: 80%;
    margin-bottom: 0%;
  }

  .floating-pricing-card {
    width: 50%;
    margin-left: 2%;
  }

  .floating-post-card {
    width: 31%;
    margin-left: 6%;
  }

  .floating-team-member {
    width: 36%;
    margin-bottom: 5%;
    margin-left: 9%;
  }

  .floating-testimonial {
    width: 36%;
    margin-top: -5%;
  }

  .floating-cta-card {
    width: 48%;
    margin-right: 4%;
  }

  .floating-chat {
    width: 35%;
    margin-bottom: 15%;
    margin-right: 8%;
  }

  .help-center-promo {
    width: 80%;
  }

  .cajalogos {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-3 {
    justify-content: center;
  }

  .grupode-precios {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    display: flex;
  }

  .image-2 {
    max-width: 100%;
    margin-left: auto;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .hero-title-large {
    font-size: 40px;
    line-height: 44px;
  }

  .overall-hero-overlay {
    padding-left: 50px;
    padding-right: 40px;
  }

  .button-5.hero-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-5.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .container-2.rasteando-siempre {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .disponible-android {
    margin-top: 20px;
  }

  .hero-left-block {
    width: 390px;
  }

  .section-2 {
    padding: 45px;
  }

  .section-2.large-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2.top-line {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-description-2 {
    width: 80%;
    margin-top: 10px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 60px;
  }

  .pricing-block {
    padding: 50px 30px 30px;
  }

  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }

  .descripsion-whatsapp._023 {
    flex-direction: column;
    display: flex;
  }

  .image-section-overlay {
    padding: 70px 45px;
  }

  .columns {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .section-title-2 {
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 30px;
  }

  .product {
    margin-top: 0;
    padding: 20px 20px 56px;
  }

  .wrapper-2.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-6:hover {
    transform: none;
  }

  .product-info {
    width: 100%;
    margin-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-details {
    flex: 0 auto;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .shop-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-image-wrapper {
    order: -1;
    padding: 48px;
    display: block;
  }

  .titulo02 {
    margin-top: 15px;
  }

  .menu-icon-line-bottom.dark, .menu-icon-line-middle.dark {
    background-color: #30364d;
  }

  ._2-buttons {
    grid-column-gap: 12px;
    margin-right: 8px;
  }

  .footer-top {
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .anchor-card-2 {
    flex-basis: 25%;
    margin: 8px;
  }

  .nav-dropdown-link-v2-2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-2.w--current {
    color: #30364d;
  }

  .column-68 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .menu-icon-line-top.dark {
    background-color: #30364d;
  }

  .nav-dropdown-icon-2 {
    opacity: .4;
    margin-right: 24px;
    display: inline-block;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list-2.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .sec-descargas {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .dropdown-bridge-2 {
    display: none;
  }

  .wrapper-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-3.demo.descarga {
    background-size: 100px, 50px;
  }

  .wrapper-3.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-bottom-2 {
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-10 {
    font-size: 23px;
  }

  .dropdown-corner-2 {
    display: none;
  }

  .nav-dropdown-link-2 {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-2.w--current {
    color: #ee5586;
  }

  .nav-link-2 {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link-2:hover {
    background-color: #fff;
  }

  .nav-link-2.w--current {
    color: #30364d;
  }

  .nav-link-2.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .menu-button-2 {
    z-index: 2147483647;
    background-color: #0000;
  }

  .menu-button-2.w--open {
    color: #30364d;
    background-color: #0000;
  }

  .platform-card-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 150px;
    margin: 7px 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .brand-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-3 {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .section-3.footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3.haze {
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3.haze.precios.conexiones {
    margin-top: -64px;
    padding-top: 140px;
  }

  .text-grey-3 {
    font-size: 14px;
  }

  .nav-bar-2 {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .columns-14 {
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: space-around;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .column-70 {
    justify-content: center;
    align-items: center;
  }

  .feature-card-icon-2 {
    border-radius: 10px;
    width: 50px;
  }

  .navigation-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-72 {
    justify-content: center;
    align-items: center;
  }

  .seccion-demo {
    background-size: contain;
    margin-top: -64px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-71 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .platform-card-heading-2 {
    margin-top: 0;
    font-size: 16px;
  }

  .top-message {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 48px;
  }

  .seccionservicios {
    flex-flow: column wrap;
    grid-template: ". . . Area"
                   ". . . ."
                   / 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: block;
  }

  .seleccionservicios01 {
    flex-direction: column;
  }

  .info-2 {
    flex: none;
  }

  .hero-top-text {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .mensualletra {
    flex: 0 auto;
    order: 0;
    justify-content: space-around;
    align-self: auto;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .seccion-precio-nish {
    margin-bottom: 30px;
  }

  .contenedor-precios {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .logospagosinteryap {
    margin-left: auto;
    margin-right: auto;
  }

  .card.plan-item {
    max-width: none;
    padding-top: 63px;
  }

  .card-plan-item-content-top {
    max-width: 311px;
    margin-right: 50px;
  }

  .card-plan-item-content {
    display: flex;
  }

  .pricing-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: -50px;
    margin-right: 0;
  }

  .card-plan-item-popular-gradient-blur {
    bottom: 0%;
  }

  .pricing-plan-item {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .pricing-plan-item.servicios {
    width: auto;
  }

  .container-15 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .seccion-cajones {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    display: block;
  }

  .div-block-125 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.border-top.servicios442 {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/aadc54fb454efb4b7b2d620228fec89d.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.hero-v1-section {
    padding-bottom: 164px;
  }

  .section.top-section {
    padding-top: 128px;
  }

  .section.hero-v4-section {
    padding-top: 124px;
  }

  .section.hero-v6-section {
    padding-top: 128px;
  }

  .tooltip.map-review {
    width: 200px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 20px;
  }

  .tooltip.review-v3-popup {
    width: 200px;
    max-width: 200px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 20px;
    display: none;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom, .section-intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .section-intro.left {
    padding-right: 8px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v3-menu {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

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

  .brand.footer-v1-brand {
    justify-content: flex-start;
    width: 50%;
    margin-right: 8px;
  }

  .brand.piede-pajina.w--current {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .logo-icon {
    height: 22px;
  }

  .pricing-v1 {
    margin-bottom: -32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .pricing-v1-card {
    margin-bottom: 32px;
  }

  .blog-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-sidebar {
    width: 100%;
    display: block;
  }

  .input.dark-bg.no-margin, .input.no-margin {
    margin: 0;
  }

  .sidebar-subscribe-form {
    padding-left: 16%;
    padding-right: 16%;
  }

  .posts-side {
    width: 100%;
  }

  .sidebar-categories {
    padding-left: 16%;
    padding-right: 16%;
  }

  .link-arrow.no-margin {
    margin: 0;
  }

  .link-arrow.post-author-link {
    margin-top: -12px;
  }

  .sidebar-author-info {
    padding-left: 16%;
    padding-right: 16%;
  }

  .blog-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-v2.margin-bottom {
    margin-bottom: 24px;
  }

  .post-item-medium {
    width: 100%;
  }

  .post-card-v2-image {
    height: 264px;
  }

  .post-item-small {
    width: 100%;
  }

  .post-card-v3-image {
    height: 264px;
  }

  .cta-card {
    padding-left: 12%;
    padding-right: 12%;
  }

  .review-v2 {
    font-size: 12px;
    line-height: 16px;
  }

  .review-v1._6 {
    bottom: 18%;
    right: 13%;
  }

  .review-v1-avatar {
    width: 36px;
    height: 36px;
  }

  .review-popup-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .review-v1-tip {
    top: -19px;
    left: 36px;
  }

  .review-v1-draw-arrow {
    margin-right: 6px;
  }

  .achievements {
    flex-wrap: wrap;
    width: 83.33%;
  }

  .achievement {
    flex: 0 auto;
    width: 50%;
  }

  .review-v3 {
    padding: 6px;
  }

  .review-v3-avatar {
    width: 58px;
    height: 58px;
  }

  .features-v2 {
    width: 100%;
    margin-bottom: -48px;
  }

  .icon.color-4-ghost {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .icon.color-3-ghost {
    justify-content: center;
  }

  .pricing-v2 {
    width: 83.33%;
    margin-bottom: -32px;
  }

  .pricing-v2-card {
    margin-bottom: 32px;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .social-icons.subscribe-v1-icons.r53545 {
    margin-top: 0;
  }

  .hero-v1-waves {
    width: 1000px;
    height: 1000px;
    bottom: -500px;
  }

  .desktop {
    margin-top: -120px;
    margin-bottom: -20px;
  }

  .side-info {
    width: auto;
  }

  .side-media.bg-circles {
    background-size: 74%;
  }

  .feature-v1 {
    width: 100%;
  }

  .feature-v1.modificado332 {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .features-v1 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .features-v1.sdsds2323 {
    display: flex;
  }

  .footer-v1 {
    padding-bottom: 0;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 48px;
  }

  .footer-v1-info {
    justify-content: flex-start;
  }

  .footer-v1-info.eterter {
    align-items: center;
  }

  .social-icons-small.footer-v4-icons {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
  }

  .footer-v3-link {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer-v3-left {
    width: 100%;
  }

  .footer-v3-right {
    flex: none;
    justify-content: flex-start;
    width: 100%;
  }

  .side-block.phones-bg {
    height: 360px;
  }

  .feature-blocks {
    flex-wrap: wrap;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-block-image-2 {
    width: 116%;
    margin-bottom: -15%;
  }

  .side-tabs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-tab {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
  }

  .side-tab-icon {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .post-image {
    height: 360px;
  }

  .footer-v2-bottom-menu {
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer-v2-bottom-menu-link {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v2-bottom-info {
    justify-content: center;
  }

  .side-review-card {
    padding: 24px 28px;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .features-v3 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .features-v3._2-columns {
    width: 66.66%;
  }

  .feature-v3 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-v3._50-percent {
    width: 100%;
  }

  .hero-intro-bg {
    height: 50%;
  }

  .ipad-float {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .iphone-float {
    width: 30%;
    margin-top: -11px;
    margin-right: 10%;
  }

  .mini-features {
    width: 83.33%;
  }

  .mini-feature {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .layouts-item {
    margin-bottom: 26px;
  }

  .layout {
    height: 320px;
  }

  .layout.inner {
    height: 192px;
  }

  .post-author {
    margin-top: 32px;
    padding: 32px 32px 24px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
    margin-right: 24px;
  }

  .iphone-hand {
    margin-right: -7%;
  }

  .side-iphone {
    width: 60%;
  }

  .side-features-v1 {
    width: 100%;
  }

  .big-message {
    padding: 32px;
  }

  .slider-screens {
    padding-bottom: 64px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .slider-arrow.hero-right, .slider-arrow.hero-left {
    display: none;
  }

  .mini-faq {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .mini-faq-questions {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .mini-faq-sidebar {
    width: 66.66%;
    margin-top: 16px;
  }

  .sidebar-border-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .licence-items {
    width: 100%;
  }

  .hero-v6-circle-1 {
    border-width: 40px;
    width: 240px;
    height: 240px;
  }

  .hero-v6-circle-2 {
    width: 160px;
    height: 160px;
  }

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

  .components-link {
    flex-basis: 40%;
    padding: 20px;
  }

  .iphone-floating-right.sdadsdas {
    margin-top: 106px;
    right: 220px;
  }

  .search-result-list {
    width: 100%;
  }

  .dancing-laptop-and-phone {
    margin-bottom: -24px;
  }

  .hero-v3-circle-big {
    margin-top: 88%;
  }

  .hero-v3-circle {
    margin-top: -38%;
  }

  .faq {
    width: 100%;
  }

  .faq-questions.margin-left {
    padding-top: 48px;
  }

  .faq-questions.margin-right {
    padding-bottom: 48px;
  }

  .footer-v4-menu {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .footer-v4-link {
    margin-left: 0;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-cards {
    width: 83.33%;
  }

  .article-list {
    column-count: 1;
  }

  .help-article-wrapper {
    width: 100%;
  }

  .help-mini-form {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .help-mini-input {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .contact-form-card {
    padding: 64px;
  }

  .team {
    width: 100%;
    margin-bottom: 32px;
  }

  .about-photo {
    height: 320px;
    margin-bottom: 48px;
  }

  .review-v3-tip {
    top: -19px;
    left: 36px;
  }

  .counters {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 48px;
    font-size: 14px;
  }

  .help-center-promo {
    margin-top: 0%;
    margin-bottom: -12px;
  }

  .precio-scripts {
    flex-direction: column;
  }

  .hero-buttons-wrapper {
    margin-top: 30px;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .overall-hero-overlay {
    padding: 150px 30px 70px;
  }

  .hero-description {
    font-size: 18px;
    line-height: 29px;
  }

  .button-5.hero-button {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
    display: block;
  }

  .button-5.pricing-button {
    margin-top: 10px;
  }

  .image-32 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left-block {
    width: 100%;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.large-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2.top-line {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-description-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .pricing-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block {
    padding: 30px;
  }

  .pricing-block.image {
    padding-top: 50px;
  }

  .pricing-price {
    margin-bottom: 20px;
  }

  .text-block-43 {
    width: 100%;
  }

  .text-block-43.large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .columns {
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: flex-start;
    display: flex;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 30px;
  }

  .iconos-pie-de-pagina {
    flex-direction: column;
    justify-content: center;
  }

  .product {
    padding: 20px 20px 48px;
  }

  .button-6 {
    min-width: 200px;
  }

  .product-image-wrapper {
    width: 100%;
  }

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

  .sec-descargas {
    flex-direction: column;
  }

  .wrapper-3.demo.descarga {
    background-size: 90px, 50px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .platform-card-2 {
    flex: 0 auto;
    width: 160px;
    margin-bottom: 20px;
  }

  .footer-grid {
    display: flex;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3.haze {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-3.haze.precios.conexiones {
    margin-top: -60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar-2 {
    height: 60px;
  }

  .button-7.tiny.white {
    flex: 0 auto;
  }

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

  .columns-14 {
    margin-bottom: 60px;
  }

  .feature-card-icon-2 {
    margin-bottom: 11px;
  }

  .seccion-demo {
    margin-top: -60px;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .top-message-text {
    font-size: 13px;
    line-height: 20px;
  }

  .servicio001 {
    align-self: auto;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .seccionservicios {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-top-text {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .logospagosinteryap {
    justify-content: center;
  }

  .pricing-v3-feature {
    padding-top: 10px;
    font-size: 14px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .card-plan-item-price {
    margin-bottom: 48px;
  }

  .card.plan-item {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .card-plan-item-title-wrapper {
    max-width: 311px;
  }

  .card-plan-item-icon-content {
    margin-bottom: 23px;
  }

  .card-plan-item-content-top {
    max-width: 100%;
    margin-right: 0;
  }

  .button-secondary, .button-secondary.small {
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-plan-item-content {
    flex-direction: column;
  }

  .button-primary, .button-primary.small {
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 27px;
  }

  .pricing-wrapper {
    margin-bottom: -40px;
  }

  .title-4.h3-size {
    font-size: 22px;
  }

  .pricing-plan-item {
    margin-bottom: 40px;
  }

  .container-15 {
    max-width: none;
    padding: 0 20px;
  }

  .div-block-125 {
    display: block;
  }

  .block-de-descarga {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.hero-v1-section {
    padding-bottom: 104px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.margin-left {
    margin-top: 16px;
    margin-left: 0;
  }

  .tooltip.map-review {
    width: 160px;
  }

  .no-margin {
    margin: 0;
  }

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

  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .section-intro.wide {
    max-width: 100%;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v3-menu {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .pricing-v1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-v1-card {
    padding-left: 8%;
    padding-right: 8%;
  }

  .pricing-v1-card.scripste {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .pricing-save {
    display: none;
  }

  .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .input {
    min-width: 0;
  }

  .input.dark-bg.no-margin, .input.no-margin {
    margin: 0;
  }

  .input.subscribe-v1-input {
    text-align: center;
    width: 100%;
  }

  .sidebar-subscribe-form {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-card-v1-image {
    height: 224px;
  }

  .post-card-author-link {
    margin-left: 0;
    padding-left: 0;
  }

  .sidebar-categories {
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-arrow.no-margin {
    margin: -1px;
  }

  .sidebar-author-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-card-v2-image {
    height: 224px;
  }

  .post-card-author {
    margin-left: 0;
    padding-left: 0;
  }

  .post-card-v3-image {
    height: 224px;
  }

  .anchor-card {
    flex-basis: 40%;
    padding-bottom: 48px;
  }

  .sg-color {
    height: 120px;
  }

  .sg-color-block {
    width: 100%;
  }

  .cta-card-info {
    align-items: stretch;
  }

  .subscribe-form {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    min-width: 200px;
  }

  .side-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .store-button.side-margins {
    margin: 8px 0;
  }

  .testimonials-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials-v1 {
    width: 80%;
  }

  .review-v1._1 {
    top: 18%;
    left: 6%;
  }

  .review-v1._2 {
    top: 49%;
    left: 21%;
  }

  .review-v1._3 {
    top: 25%;
    left: 45%;
  }

  .review-v1._4 {
    top: 5%;
    right: 23%;
  }

  .review-v1._5 {
    top: 18%;
    right: 6%;
  }

  .review-v1._6 {
    bottom: 8%;
    right: 6%;
  }

  .achievements, .achievement, .feature-v2, .pricing-v2 {
    width: 100%;
  }

  .pricing-v2-card-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-v2-card-info {
    margin-left: 32px;
    margin-right: 32px;
  }

  .pricing-v2-icon {
    width: 56px;
    height: 56px;
    bottom: -28px;
    right: 28px;
  }

  .video-link.dark-bg.margin-left {
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .subscribe-v1-form {
    width: 100%;
  }

  .hero-v1-waves {
    width: 800px;
    height: 800px;
    bottom: -400px;
  }

  .desktop {
    margin-top: -72px;
    margin-bottom: -8px;
  }

  .side-info {
    width: 100%;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-media {
    min-height: 200px;
    margin-bottom: 48px;
  }

  .side-media.bg-circles {
    background-size: 92%;
  }

  .feature-v1 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .features-v1 {
    width: 100%;
  }

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

  .footer-v3-bottom-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .side-block.phones-bg {
    height: 280px;
  }

  .side-block-info {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .desktop-big-image {
    width: 100%;
  }

  .feature-block-image-2 {
    margin-top: -12px;
  }

  .side-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .message {
    text-align: center;
    flex-direction: column;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .post-image {
    height: 240px;
  }

  .post {
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .footer-app-link {
    font-size: 12px;
    line-height: 16px;
  }

  .iphone-x-big {
    max-width: 92%;
  }

  .side-review {
    width: 100%;
  }

  .side-review-author {
    margin-left: 20px;
  }

  .side-review-corner {
    left: 47px;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
  }

  .testimonials-v5-slide, .features-v3, .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-intro-bg {
    height: 50vh;
  }

  .big-side-block-info {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .ipad-float {
    width: 100%;
  }

  .iphone-float {
    width: 40%;
    margin-top: 4px;
    margin-right: -2%;
  }

  .mini-features {
    width: 100%;
    margin-bottom: -24px;
  }

  .mini-feature {
    width: 100%;
    padding-bottom: 24px;
  }

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

  .layouts-item {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .layout {
    height: 360px;
  }

  .layout.inner {
    height: 328px;
  }

  .post-author {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }

  .post-author-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .iphone-hand {
    max-width: 100%;
    margin-top: 32%;
    margin-right: -7%;
  }

  .side-iphone {
    width: 76%;
  }

  .big-message {
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .slider-screens {
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-arrow {
    display: none;
  }

  .screen-slide, .sg-button-block {
    width: 100%;
  }

  .subscribe-card {
    padding: 32px;
  }

  .mini-faq, .mini-faq-sidebar {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .hero-v6-laptop {
    max-width: 100%;
  }

  .hero-v6-circle-1 {
    border-width: 24px;
    width: 160px;
    height: 160px;
  }

  .hero-v6-circle-2 {
    width: 120px;
    height: 120px;
    left: -8%;
  }

  .components-link {
    flex: 0 auto;
    width: 100%;
  }

  .iphone-floating-right {
    margin-right: -5%;
  }

  .iphone-floating-right.sdadsdas {
    margin-top: 50px;
    right: 131px;
  }

  .password-card {
    padding: 40px;
  }

  .dancing-laptop-and-phone {
    width: 140%;
    max-width: none;
  }

  .iphone-right {
    width: 62%;
    margin-right: -42%;
  }

  .iphone-left {
    width: 66%;
    margin-left: -19%;
  }

  .browser {
    margin-left: 39%;
  }

  .iphone-floating-left {
    margin-left: -7%;
  }

  .hero-v3-circle-big {
    width: 80vh;
    height: 80vh;
    margin-top: 108%;
    margin-left: 23%;
  }

  .hero-v3-circle {
    margin-top: -68%;
    margin-left: -38%;
  }

  .faq-questions {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v4-menu {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .help-form, .feature-cards {
    width: 100%;
  }

  .contact-form-card, .team-member {
    flex-direction: column;
    padding: 32px;
  }

  .team-member-avatar {
    width: 100%;
    height: 280px;
  }

  .team-member-header {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .team-member-position {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    margin-top: 4px;
  }

  .about-photo {
    height: 240px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
  }

  .floating-macbook {
    width: 100%;
    margin-left: -5%;
  }

  .image {
    width: 42%;
    margin-top: 3%;
    margin-right: -2%;
  }

  .counter {
    width: 100%;
  }

  .help-center-promo {
    width: 96%;
  }

  .precio-scripts {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .button-2 {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .grupode-precios {
    display: flex;
  }

  .claveaqp {
    display: none;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .overall-hero-overlay {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 21px;
  }

  .button-5 {
    margin-top: 20px;
  }

  .button-5.hero-button {
    margin-top: 6px;
    margin-right: 3px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
    line-height: 11px;
  }

  .image-32 {
    width: 150px;
    margin-top: 20px;
    margin-right: auto;
    display: block;
  }

  .container-2.centro {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .container-2.rasteando-siempre {
    flex-direction: column;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.large-padding.overflow-none {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2.top-line {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-description-2 {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .descripsion-whatsapp {
    flex-direction: column;
    display: flex;
  }

  .block-title {
    font-size: 31px;
    line-height: 39px;
  }

  .imagen-y-descripsion.part2 {
    flex-direction: column;
    align-items: center;
  }

  .descripsion-022 {
    margin-top: 20px;
  }

  .column-2 {
    align-items: flex-start;
  }

  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .column-3 {
    align-items: flex-start;
  }

  .columns {
    flex-direction: column;
  }

  .element-title {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .section-title-2 {
    font-size: 29px;
    line-height: 29px;
  }

  .iconos-pie-de-pagina {
    flex-direction: column;
  }

  .product {
    padding: 16px 10px 40px;
  }

  .product-info {
    margin-top: 40px;
  }

  .product-image-wrapper {
    padding: 8px;
  }

  .list-3 {
    padding-left: 30px;
  }

  ._2-buttons {
    justify-items: center;
    width: 100%;
  }

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

  .anchor-card-2 {
    flex-basis: 40%;
    padding-bottom: 48px;
  }

  .column-68 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .sec-descargas {
    flex-flow: column;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .wrapper-3, .wrapper-3.demo {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-3.demo.descarga {
    background-size: 60px, 30px;
  }

  .footer-v1-bottom-2 {
    flex-wrap: wrap;
  }

  .platform-card-2 {
    object-fit: fill;
    flex-direction: column;
    flex-basis: 40%;
    width: 130px;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 30px 20px 15px;
    display: block;
    overflow: visible;
  }

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

  .section-3.haze {
    background-position: 50% 0;
    background-size: contain;
  }

  .section-3.haze.precios {
    background-size: cover;
  }

  .section-3.haze.precios.conexiones {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .text-grey-3 {
    font-size: 14px;
  }

  .button-7.tiny.white {
    flex: none;
    width: auto;
    height: 35px;
  }

  .intro.margin-bottom {
    flex-direction: column;
  }

  .columns-14 {
    flex-wrap: wrap;
    align-content: flex-start;
    width: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .column-70 {
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }

  .imagenservicios {
    width: 100%;
    max-width: none;
  }

  .column-72 {
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .seccion-demo {
    margin-top: -60px;
  }

  .seccion-demo.servicios {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-71 {
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }

  .platform-card-heading-2 {
    font-size: 14px;
  }

  .top-message-text {
    margin-right: 15px;
  }

  .servicio001 {
    flex-direction: column;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .footer-brand {
    margin-bottom: 32px;
  }

  .seccionservicios {
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .seleccionservicios01 {
    object-fit: fill;
    flex-flow: column;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .hero-top-text {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 0;
    font-size: 13px;
  }

  .tooltip-2 {
    left: -126px;
  }

  .tooltip-2.hidden {
    left: -166px;
  }

  .container-14 {
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .seccion-precio-nish {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contenedor-precios {
    display: block;
  }

  .compatibles {
    z-index: auto;
    clear: none;
    max-width: 300px;
    display: block;
    position: relative;
  }

  .valor {
    font-size: 50px;
  }

  .paragraph-small-2.card-plan-item-content-bottom-small-print {
    margin-top: 10px;
  }

  .image-wrapper.card-plan-item-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 10px;
  }

  .card-plan-item-price {
    margin-bottom: 40px;
    font-size: 23px;
  }

  .card {
    border-radius: 20px;
  }

  .card.plan-item {
    padding: 43px 25px 38px;
  }

  .button-primary-gradient {
    display: block;
  }

  .card-plan-item-feature-text {
    font-size: 16px;
  }

  .card-plan-item-icon-content, .card-plan-item-content-top {
    margin-bottom: 20px;
  }

  .button-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-secondary.small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-primary.small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 23px;
  }

  .card-plan-item-feature-icon-wrapper {
    margin-right: 6px;
  }

  .title-4.h3-size {
    font-size: 20px;
  }

  .title-4.h3-size.card-plan-item {
    margin-bottom: 2px;
  }

  .div-block-125 {
    align-self: stretch;
  }
}

#w-node-_61be1200-dc3d-42f4-266c-424f9082845a-3787f4e1, #w-node-_38905872-0f89-4bee-2852-62280af825b1-9bfedefd, #w-node-_2282ff15-2700-b6bf-a23d-74c081bd07e4-9bfedefd, #w-node-_61be1200-dc3d-42f4-266c-424f9082845a-eec001c9 {
  place-self: center;
}

#w-node-cd2e23e2-f428-cd75-0b5f-f4e24c58f577-eec001c9, #w-node-e7c6b9a6-87fb-85db-3287-a1f455298b6d-eec001c9, #w-node-_6c8ae3a9-8f15-dc26-d39d-4d51b57f6f3c-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c4ea52-8114-36dc-c13a-d06a6730834f-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71f05f95-724b-e732-7e45-904083d153b4-eec001c9, #w-node-_71f05f95-724b-e732-7e45-904083d153b5-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71f05f95-724b-e732-7e45-904083d153b7-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71f05f95-724b-e732-7e45-904083d153b3-eec001c9, #w-node-_77c53b71-fd9f-0889-4fdd-c94e1e4799fe-eec001c9, #w-node-_77c53b71-fd9f-0889-4fdd-c94e1e4799ff-eec001c9, #w-node-_77c53b71-fd9f-0889-4fdd-c94e1e479a00-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77c53b71-fd9f-0889-4fdd-c94e1e479a02-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_799fbc64-0eee-58f5-3036-c9d28dc3b7cb-eec001c9, #w-node-_799fbc64-0eee-58f5-3036-c9d28dc3b7cc-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_799fbc64-0eee-58f5-3036-c9d28dc3b7ce-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_799fbc64-0eee-58f5-3036-c9d28dc3b7ca-eec001c9, #w-node-d0492ad1-4a92-020b-9a57-459fff5e4ddb-eec001c9, #w-node-d0492ad1-4a92-020b-9a57-459fff5e4ddc-eec001c9, #w-node-d0492ad1-4a92-020b-9a57-459fff5e4ddd-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0492ad1-4a92-020b-9a57-459fff5e4ddf-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-de02007d-b3d4-fea8-50fc-f5ffc3d6e5ac-eec001c9, #w-node-de02007d-b3d4-fea8-50fc-f5ffc3d6e5ad-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de02007d-b3d4-fea8-50fc-f5ffc3d6e5af-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-de02007d-b3d4-fea8-50fc-f5ffc3d6e5ab-eec001c9, #w-node-_45197ef2-834a-5f20-9054-e8b76bbcf173-eec001c9, #w-node-_45197ef2-834a-5f20-9054-e8b76bbcf174-eec001c9, #w-node-_45197ef2-834a-5f20-9054-e8b76bbcf175-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45197ef2-834a-5f20-9054-e8b76bbcf177-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e017081-35b3-8e52-92c7-46a504b2d494-eec001c9, #w-node-_8e017081-35b3-8e52-92c7-46a504b2d495-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e017081-35b3-8e52-92c7-46a504b2d497-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8e017081-35b3-8e52-92c7-46a504b2d493-eec001c9, #w-node-cb039a69-b6d1-21cd-aad3-fc120ee8453f-eec001c9, #w-node-cb039a69-b6d1-21cd-aad3-fc120ee84540-eec001c9, #w-node-cb039a69-b6d1-21cd-aad3-fc120ee84541-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb039a69-b6d1-21cd-aad3-fc120ee84543-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ed475d4a-b910-da35-7ade-30163b7d33c5-eec001c9, #w-node-ed475d4a-b910-da35-7ade-30163b7d33c6-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed475d4a-b910-da35-7ade-30163b7d33c8-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ed475d4a-b910-da35-7ade-30163b7d33c4-eec001c9, #w-node-_236a4452-1b68-9a9f-8fbc-6b0991b194c5-eec001c9, #w-node-_236a4452-1b68-9a9f-8fbc-6b0991b194c6-eec001c9, #w-node-_236a4452-1b68-9a9f-8fbc-6b0991b194c7-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_236a4452-1b68-9a9f-8fbc-6b0991b194c9-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_65a75cbb-2fa5-416b-8b1b-0e283c84762f-eec001c9, #w-node-_65a75cbb-2fa5-416b-8b1b-0e283c847630-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a75cbb-2fa5-416b-8b1b-0e283c847632-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_65a75cbb-2fa5-416b-8b1b-0e283c84762e-eec001c9, #w-node-_3a0b3e99-d124-a0bd-3a73-bdf5b5cdf6de-eec001c9, #w-node-_3a0b3e99-d124-a0bd-3a73-bdf5b5cdf6df-eec001c9, #w-node-_3a0b3e99-d124-a0bd-3a73-bdf5b5cdf6e0-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a0b3e99-d124-a0bd-3a73-bdf5b5cdf6e2-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ece7ce0d-b98e-93d0-da0c-620e2bc8a356-eec001c9, #w-node-ece7ce0d-b98e-93d0-da0c-620e2bc8a357-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece7ce0d-b98e-93d0-da0c-620e2bc8a359-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ece7ce0d-b98e-93d0-da0c-620e2bc8a355-eec001c9, #w-node-_79c0e2ea-8576-91d4-dd0b-a8310d75d305-eec001c9, #w-node-_79c0e2ea-8576-91d4-dd0b-a8310d75d306-eec001c9, #w-node-_79c0e2ea-8576-91d4-dd0b-a8310d75d307-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79c0e2ea-8576-91d4-dd0b-a8310d75d309-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6ceb1762-ad5e-033f-55dd-13c70f4f0fdb-eec001c9, #w-node-_6ceb1762-ad5e-033f-55dd-13c70f4f0fdc-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ceb1762-ad5e-033f-55dd-13c70f4f0fde-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6ceb1762-ad5e-033f-55dd-13c70f4f0fda-eec001c9, #w-node-_4cb70166-769c-5e00-61ae-00b718080466-eec001c9, #w-node-_4cb70166-769c-5e00-61ae-00b718080467-eec001c9, #w-node-_4cb70166-769c-5e00-61ae-00b718080468-eec001c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cb70166-769c-5e00-61ae-00b71808046a-eec001c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


