:root {
    --dark: #2c3340;
    --color-1: #2583fd;
    --dark-blue: #253f6f;
    --haze: #f5f6f8;
    --grey-5: #e1e6ee;
    --grade-1-color-2: #39abff;
    --grade-1-color-1: #4c39f3;
    --grade-2-color-2: #ff933c;
    --grade-2-color-1: #f8238f;
    --grade-3-color-2: #d044f2;
    --grade-3-color-1: #481ceb;
    --grade-4-color-2: #07e3a1;
    --grade-4-color-1: #0b6fda;
    --grey-4: #d3d8e1;
    --grey-3: #a9b0be;
    --color-2: #fc3762;
    --color-3: #ff9320;
    --color-4: #46ce1f;
    --color-5: #8e2af0;
    --tomato: #521bae;
    --color-6: #00d5bb;
    --white: white;
    --grey-2: #7a8292;
    --grey-1: #596273;
    --azul-ipos: #83a5c4;
    --color-1-ghost: rgba(37,131,253,.12);
    --color-2-ghost: rgba(252,55,98,.12);
    --color-3-ghost: rgba(255,147,32,.12);
    --color-4-ghost: rgba(70,206,31,.12);
    --color-5-ghost: rgba(142,42,240,.12);
    --color-6-ghost: rgba(0,213,187,.12);
    --yellow: #fffa65;
    --forest-green: #108834;
    --chocolate: #e56600;
}
.image-19
{
    height: 63px;
    margin-top: 20px;
}
.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Lato, sans-serif;
  color: #2c3340;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}

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

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

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

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

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

a {
  text-decoration: underline;
}

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

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

blockquote {
  margin-bottom: 24px;
  padding: 16px 32px;
  border-left: 3px solid #2583fd;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

.body {
  font-family: Lato, sans-serif;
  color: #2c3340;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.section.dark {
  background-color: #253f6f;
  color: #fff;
}

.section.dark.no-padding-vertical {
  background-image: none;
}

.section.haze {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f5f6f8;
}

.section.haze.facturacion {
  background-color: #edeff3;
}

.section.haze.iniciar-sesion {
  height: 100vh;
  margin-top: -40px;
  padding-bottom: 120px;
}

.section.haze.blanco {
  background-color: #fff;
}

.section.border-top {
  border-top: 1px solid #e1e6ee;
}

.section.border-bottom {
  border-bottom: 1px solid #e1e6ee;
}

.section.grade-1 {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #39abff, #4c39f3);
  color: #fff;
}

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

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.section.grade-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #07e3a1, #0b6fda);
  color: #fff;
}

.section.grade-4.un-color {
  background-color: #0b6fda;
  background-image: none;
}

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

.section.side-section {
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.video-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.5)), to(rgba(37, 63, 111, 0.5))), url('../images/linkedin-sales-navigator-403996-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.5), rgba(37, 63, 111, 0.5)), url('../images/linkedin-sales-navigator-403996-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.borders {
  border-top: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
}

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

.section.grade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f8));
  background-image: linear-gradient(180deg, #fff, #f5f6f8);
}

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

.section.hero-v3-section {
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: linear-gradient(151deg, #0b6fda, #07e3a1);
  color: #fff;
}

.section.hero-v3-section.un-color {
  z-index: auto;
  overflow: visible;
  padding-top: 20px;
  background-color: #0b6fda;
  background-image: none;
}

.section.hero-v3-section.un-color.landing {
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.hero-v3-section.home {
  padding-top: 20px;
  background-image: linear-gradient(151deg, #0b6fda 26%, #07e3a1);
}

.section.cta-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.6)), to(rgba(37, 63, 111, 0.6))), url('../images/rawpixel-com-593597-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.6), rgba(37, 63, 111, 0.6)), url('../images/rawpixel-com-593597-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

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

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

.section.top-section.grade-4.beneficios {
  padding-top: 140px;
  padding-bottom: 20px;
}

.section.top-section.grade-4.beneficios.un-color {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #2583fd;
}

.section.top-section.grade-4.funcionalidades {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: repeating-linear-gradient(352deg, #39abff, #0b6fda);
}

.section.top-section.grade-4.funcionalidades.un-color {
  padding-top: 100px;
}

.section.top-section.grade-4.un-color {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.section.mask {
  overflow: hidden;
}

.section.acerca {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(81%, #f8f8f8), color-stop(97%, #fff));
  background-image: linear-gradient(0deg, #f8f8f8 81%, #fff 97%);
}

.section.gradiante-ipos {
  background-image: linear-gradient(135deg, #0b6fda, #07e3a1);
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.nav-bar-wrapper.top {
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.side-paddings {
  margin-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper.side-paddings.planes {
  display: block;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0b6fda;
  box-shadow: inset 0 0 0 1px #2583fd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

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

.button.small.ghost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #2c3340;
}

.button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.button.white.side-margins.prueba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button.ghost {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
  color: #2c3340;
}

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

.button.ghost-bg {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.7);
}

.button.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 16px 28px;
  font-size: 17px;
  line-height: 24px;
}

.button.big.ghost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.button.rojo {
  background-color: #fc3762;
  box-shadow: inset 0 0 0 1px #fc3762;
}

.button.bennaranja {
  background-color: #ff9320;
  box-shadow: inset 0 0 0 1px #ff9320;
}

.button.verde {
  background-color: #46ce1f;
  box-shadow: inset 0 0 0 1px #46ce1f;
}

.button.morado {
  background-color: #8e2af0;
  box-shadow: inset 0 0 0 1px #8e2af0;
}

.button.ver {
  background-color: #108834;
  box-shadow: inset 0 0 0 1px #108834;
}

.button.ver:hover {
  box-shadow: 3px 3px 16px 0 rgba(70, 206, 31, 0.5), inset 0 0 0 1px #108834;
}

.button.ver.landing {
  height: 45px;
  background-color: #2583fd;
  box-shadow: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button.logotipo {
  margin-left: 20px;
}

.button.orange {
  background-color: #ff9320;
}

.button.prueba-gratis {
  height: 44px;
  background-color: #ff9320;
  box-shadow: none;
  line-height: 20px;
  font-weight: 700;
}

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

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

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

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f5f6f8;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #2583fd;
  color: #e1e6ee;
}

.nav-bar-mx {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 0 10px 0 rgba(89, 98, 115, 0.2);
}

.nav-link {
  padding: 8px 16px;
  border-radius: 5px;
}

.nav-link:hover {
  background-color: #f5f6f8;
}

.nav-link.w--current {
  color: #2c3340;
  font-weight: 700;
}

.nav-link.multilengua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-link.multilengua:hover {
  background-color: transparent;
}

.text-white {
  color: #fff;
}

.text-link {
  color: #2583fd;
  text-decoration: none;
}

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

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

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

.utility-page-wrap.grade-1 {
  height: 80vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #4c39f3);
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: none;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

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

.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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  max-width: 270px;
  margin-bottom: 48px;
  padding: 20px 20px 92px;
  font-size: 14px;
  line-height: 24px;
}

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

.haze {
  background-color: #f5f6f8;
}

.text-grey {
  margin-top: 10px;
  color: #7a8292;
}

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

.no-margin {
  margin: 0px;
}

.no-margin.planes {
  font-size: 20px;
}

.no-margin-bottom {
  margin-bottom: 0px;
  color: #fff;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

.section-intro.planes {
  margin-bottom: 20px;
}

.section-intro.partner {
  margin-bottom: 40px;
}

.dark {
  background-color: #2c3340;
}

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

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

.title {
  margin-bottom: 16px;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.dark-bg {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
}

.title.ecommerce {
  font-size: 16px;
}

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

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

.footer-v3-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.footer-v1-link {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7a8292;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

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

    .footer-v1-link.dark-bg {
        font-size: 14px;
        color: hsla(0, 0%, 100%, 0.7);
    }

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

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

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

.brand.footer-v3-brand {
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.footer-v4-brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2c3340;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-icon.fix {
  background-color: #2583fd;
}

.change-icon.new {
  background-color: #ff9320;
}

.change-icon.release {
  background-color: #46ce1f;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #596273;
}

.changelog-contact-text {
  max-width: 400px;
  padding-right: 15px;
  padding-left: 15px;
  color: #596273;
  text-align: center;
}

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

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

.no-padding {
  padding: 0px;
}

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

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

.full-width {
  overflow: visible;
  width: 100%;
}

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

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

.page-wrapper.overflow-visible {
  overflow: visible;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.logo-icon {
  width: 140px;
  height: 50px;
  margin-right: 6px;
  margin-left: 0px;
}

.logo-icon.partner {
  -o-object-fit: contain;
  object-fit: contain;
}

.text-dark-grey {
  color: #596273;
}

.bg-bubbles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.18;
}

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

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

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

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

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

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

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

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

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

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

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.loading-icon {
  width: 28px;
  margin-right: 10px;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 270px;
  padding-bottom: 104px;
  background-color: #253f6f;
  color: #fff;
}

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

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

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

.sg-sidebar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sg-sidebar-link.w--current {
  background-color: #2583fd;
}

.pricing-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-v1-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 76%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 40px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.pricing-v1-billing {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7a8292;
  font-size: 11px;
  text-transform: uppercase;
}

.pricing-v1-billing.abajo {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e6ee;
  color: #2c3340;
  font-size: 14px;
}

.pricing-v1-billing.anual {
  margin-bottom: 10px;
}

.pricing-v1-billing.precioanual {
  color: #0b6fda;
  font-size: 14px;
  text-transform: none;
}

.pricing-v1-billing.precioanual._2 {
  margin-top: 0px;
}

.pricing-v1-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b6fda;
  font-size: 64px;
  line-height: 44px;
}

.pricing-v1-tag.tachado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-v1-tag.tachado.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v1-tag.tachado.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.pricing-v1-tag.precionormal {
  display: none;
}

.pricing-v1-tag.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v1-tag.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v1-tag.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v1-tag.anual {
  display: none;
}

.pricing-v1-tag.descuento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v1-currency {
  margin-right: 6px;
  color: #a9b0be;
  font-size: 20px;
  line-height: 20px;
}

.pricing-v1-features {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #e1e6ee;
}

.pricing-v1-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #596273;
  text-align: left;
  cursor: help;
}

.pricing-v1-feature:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.pricing-v1-feature.tachado {
  text-align: left;
  text-decoration: line-through;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 50%;
  background-image: url('../images/info-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: #d3d8e1;
}

.pricing-v1-badge {
  position: absolute;
  top: -60px;
  right: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  padding-bottom: 7px;
  padding-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253f6f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

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

.tabs-menu {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background-color: #fff;
}

.tabs-menu.dark-bg {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.06);
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs.comparativa {
  margin-bottom: 40px;
}

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

.tab-link.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: linear-gradient(180deg, #39abff, #397ef3);
  box-shadow: inset 0 0 0 1px #2583fd;
  color: #fff;
}

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

.tab-link.white.w--current {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 1px #fff;
  color: #2c3340;
}

.pricing-save {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f8238f;
  font-size: 14px;
  line-height: 20px;
}

.pricing-save._2 {
  display: none;
}

.pricing-save.pricing {
  margin-left: 40px;
}

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

.color-1 {
  background-color: #2583fd;
}

.color-2 {
  background-color: #fc3762;
}

.color-3 {
  background-color: #ff9320;
}

.color-4 {
  background-color: #46ce1f;
}

.color-5 {
  background-color: #8e2af0;
}

.color-6 {
  background-color: #00d5bb;
}

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

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

.form-error {
  padding: 8px 12px;
  background-color: transparent;
  color: #fc3762;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

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

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

.input {
  height: 48px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:focus {
  border-color: #a9b0be;
}

.input::-webkit-input-placeholder {
  color: #a9b0be;
}

.input:-ms-input-placeholder {
  color: #a9b0be;
}

.input::-ms-input-placeholder {
  color: #a9b0be;
}

.input::placeholder {
  color: #a9b0be;
}

.input.icon-input {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e1e6ee;
  border-radius: 0px 5px 5px 0px;
  text-align: left;
}

.input.icon-input-bg {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0px 5px 5px 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.input.icon-input-bg:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.input.icon-input-bg::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: hsla(0, 0%, 100%, 0.1);
}

.input.dark-bg::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

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

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

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

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

.input.prueba {
  background-color: #fff;
}

.input.prueba.url {
  width: 70%;
  margin-right: 10px;
}

.input.prueba.landing {
  height: 45px;
  min-width: auto;
  margin-bottom: 15px;
}

.input.multi {
  height: 150px;
}

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

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

.sidebar-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e6ee;
}

.sidebar-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-card {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
}

.posts-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
}

.post-card-v1-image {
  width: 100%;
  height: 360px;
  background-color: #d3d8e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

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

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

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e6ee;
}

.post-card-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.link-dark {
  color: #2c3340;
  text-decoration: none;
}

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

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

.post-card-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #596273;
  text-decoration: none;
}

.post-card-author-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

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

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

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

.sidebar-post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #2c3340;
  text-decoration: none;
}

.sidebar-post-card:hover {
  background-color: #f5f6f8;
}

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

.sidebar-post-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.sidebar-author-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #2c3340;
  text-decoration: none;
}

.sidebar-author-card:hover {
  background-color: #f5f6f8;
}

.sidebar-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.sidebar-category-link {
  display: block;
  padding: 11px 12px;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #2c3340;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.sidebar-category-link:hover {
  background-color: #f5f6f8;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-tag {
  padding: 4px;
}

.sidebar-tag-link {
  display: block;
  padding: 5px 7px 5px 8px;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #2c3340;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-tag-link:hover {
  background-color: #f5f6f8;
}

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

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

.badge.post-card-category:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #2c3340;
}

.badge.layout-badge {
  margin-bottom: 20px;
  background-color: #f5f6f8;
  color: #2c3340;
  font-weight: 900;
}

.sidebar-post-category {
  margin-top: 5px;
  margin-bottom: 1px;
  color: #7a8292;
  font-size: 10px;
  line-height: 12px;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2583fd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

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

.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 {
  margin-top: 1px;
  margin-left: 4px;
}

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

.sidebar-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

.post-item-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-card-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #2c3340;
  text-decoration: none;
}

.post-card-link:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.15);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.post-card-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v2-image {
  width: 100%;
  height: 304px;
  background-color: #d3d8e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.post-card-v2-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8292;
}

.post-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #596273;
  text-decoration: none;
}

.bg-squares {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.15;
}

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

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

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

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

.post-item-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-card-v3-image {
  width: 100%;
  height: 216px;
  background-color: #d3d8e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

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

.dropdown-list.w--open {
  left: 0px;
  margin-top: 28px;
  margin-left: -8px;
  padding: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e1e6ee;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(89, 98, 115, 0.1);
}

.dropdown-list.v2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-left: -48px;
  padding: 12px;
}

.dropdown-list.multilingual {
  margin-top: 5px;
}

.nav-dropdown-link {
  padding: 9px 16px 11px;
  border-radius: 5px;
  color: #2c3340;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #f5f6f8;
}

.nav-dropdown-link.w--current {
  color: #2c3340;
  font-weight: 700;
}

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

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

.dropdown-corner.multilungual {
  left: 26px;
}

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

.anchor-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding: 32px 24px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #2c3340;
  text-align: center;
  text-decoration: none;
}

.anchor-card:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #253f6f;
}

.circle-icon.color-1-ghost {
  padding: 20px;
}

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

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

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

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

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

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

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

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

.sg-color.color-1 {
  background-color: #2583fd;
}

.sg-color.color-2 {
  background-color: #fc3762;
}

.sg-color.color-3 {
  background-color: #ff9320;
}

.sg-color.color-4 {
  background-color: #46ce1f;
}

.sg-color.color-6 {
  background-color: #00d5bb;
}

.sg-color.color-5 {
  background-color: #8e2af0;
}

.sg-color-name {
  position: absolute;
  height: 24px;
  padding: 6px 12px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  color: #596273;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.color-1-ghost {
  background-color: rgba(37, 131, 253, 0.12);
}

.color-2-ghost {
  background-color: rgba(252, 55, 98, 0.12);
}

.color-3-ghost {
  background-color: rgba(255, 147, 32, 0.12);
}

.color-4-ghost {
  background-color: rgba(70, 206, 31, 0.12);
}

.color-5-ghost {
  background-color: rgba(142, 42, 240, 0.12);
}

.color-6-ghost {
  background-color: rgba(0, 213, 187, 0.12);
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 770px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 80px 16% 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #253f6f;
  color: #fff;
  text-align: center;
}

.cta-card.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #39abff, #4c39f3);
  box-shadow: 0 8px 24px 0 rgba(37, 131, 253, 0.4);
  color: #fff;
}

.cta-card.grade-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #ff933c, #f8238f);
  box-shadow: 0 8px 24px 0 rgba(252, 55, 98, 0.4);
  color: #fff;
}

.cta-card.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #d044f2, #481ceb);
  box-shadow: 0 8px 24px 0 rgba(142, 42, 240, 0.4);
}

.cta-card.grade-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #07e3a1, #0b6fda);
  box-shadow: 0 8px 24px 0 rgba(37, 131, 253, 0.4);
}

.cta-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.cta-card-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.2);
}

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

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

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

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

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

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

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

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

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

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

.cta-card-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-buttons.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.store-button {
  border-radius: 5px;
  background-color: #253f6f;
}

.store-button.white {
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

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

.store-button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.store-button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e1e6ee;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

.store-badge {
  height: 48px;
}

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

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

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a9b0be;
  font-size: 12px;
  line-height: 16px;
}

.link-grey {
  color: #7a8292;
  text-decoration: none;
}

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

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

.link-grey-light {
  color: #7a8292;
  text-decoration: none;
}

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

.text-light-grey {
  color: #a9b0be;
}

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

.review-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 6px;
  padding: 8px 16px 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(44, 51, 64, 0.16);
  color: #2c3340;
}

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

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

.review-v2-add-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(44, 51, 64, 0.16);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.testimonials-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.review-v1-avatar {
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.16);
}

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

.review-popup-author {
  color: #2c3340;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.review-v1-tip {
  position: absolute;
  left: 46px;
  top: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  padding-right: 26px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #a9b0be;
  font-size: 12px;
  line-height: 16px;
}

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

.achievements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.achievement-number {
  margin-bottom: 20px;
  color: #2583fd;
  font-size: 48px;
  line-height: 44px;
  font-weight: 400;
}

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

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

.review-v3-avatar {
  width: 74px;
  height: 74px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.16);
}

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

.feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 25px;
  padding-bottom: 64px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-v2.pagos {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.icon.left {
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon.left.color-1-ghost.beneficios {
  margin-bottom: 15px;
}

.icon.left.color-3-ghost.rojo {
  margin-bottom: 15px;
  color: #ff9320;
}

.icon.left.color-3-ghost.beneficios {
  margin-bottom: 15px;
}

.icon.left.color-4-ghost.beneficios {
  margin-bottom: 15px;
  color: #46ce1f;
  font-size: 40px;
  font-weight: 900;
}

.icon.left.color-5-ghost.morado {
  margin-bottom: 15px;
  color: #8e2af0;
  font-size: 40px;
  font-weight: 900;
}

.icon.left.color-2-ghost.beneficios {
  margin-bottom: 15px;
}

.icon.left.white {
  background-color: hsla(0, 0%, 100%, 0.5);
}

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

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

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

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

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

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

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

.pricing-v2-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 32px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.5);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.pricing-v2-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e1e6ee;
}

.pricing-v2-card-header._1 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2583fd), to(#2583fd));
  background-image: linear-gradient(180deg, #2583fd, #2583fd);
  color: #fff;
}

.pricing-v2-card-header._2 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 35, 143, 0.88)), to(rgba(255, 147, 60, 0.88)));
  background-image: linear-gradient(90deg, rgba(248, 35, 143, 0.88), rgba(255, 147, 60, 0.88));
  color: #fff;
}

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

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

.pricing-v2-tag.timbres {
  font-size: 30px;
}

.pricing-v2-billing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-white-faded {
  color: hsla(0, 0%, 100%, 0.7);
}

.pricing-v2-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  margin-left: 48px;
  padding-top: 32px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.pricing-v-2-feature.no {
  color: #a9b0be;
}

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

.pricing-v2-icon {
  position: absolute;
  right: 40px;
  bottom: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(89, 98, 115, 0.5);
}

.pricing-v2-icon.timbres {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 40px;
  color: #2c3340;
  font-size: 25px;
  font-weight: 700;
}

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

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c3340;
  text-decoration: none;
}

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

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

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

.video-link-icon-base.color-1-ghost {
  background-color: rgba(37, 131, 253, 0.12);
}

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

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

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

.input-icon-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #e1e6ee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f8));
  background-image: linear-gradient(180deg, #fff, #f5f6f8);
}

.input-icon-base.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.6);
  background-color: hsla(0, 0%, 100%, 0.24);
  background-image: none;
}

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

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.social-circle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 50%;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-circle-link:hover {
  border-color: #d3d8e1;
}

.social-circle-link.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-circle-link.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon {
  width: 16px;
}

.subscribe-1-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.side-info.beneficios {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.side-info.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.side-info.right.compras {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.side-info.compras {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.side-info.compras.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.side-info.landing {
  width: 100%;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.side-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 240px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.side-media.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-media.flex-right.beneficios {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-media.flex-right.compras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.side-media.flex-right.compras.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.side-media.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.side-media.flex-left.beneficios {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 2%;
  padding-bottom: 72px;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.footer-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v1-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v1-column.funcionamidades {
  width: 28%;
}

.footer-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-bottom: 5px;
  margin-left: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.social-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-link-small:hover {
  border-color: #d3d8e1;
}

.social-link-small.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-link-small.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

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

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

.footer-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-v3-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #596273;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v3-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

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

.footer-v3-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

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

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

.footer-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v3-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-v3-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #d3d8e1;
}

.divider.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.2);
}

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

.side-block.flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 480px;
  min-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-block.flex-left.landing {
  width: auto;
  max-width: none;
  padding-right: 90px;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.side-block.right {
  z-index: auto;
  max-width: 720px;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  margin: 120px 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.desktop-big-image.beneficios {
  margin-bottom: 0%;
}

.desktop-big-image.circulo-beneficios {
  width: 500px;
  margin-bottom: 0%;
}

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

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 64px;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e1e6ee;
  text-align: center;
}

.feature-block.compras {
  padding-bottom: 50px;
}

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

.feature-block-image-1.sombra {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px -1px 20px 0 rgba(0, 0, 0, 0.3);
}

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

.feature-block-image-2.cfdi {
  width: 120px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

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

.feature-block-image-3.sombra {
  width: 100%;
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.3);
}

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

.small-message.grade-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4c39f3), to(#39abff));
  background-image: linear-gradient(90deg, #4c39f3, #39abff);
  color: #fff;
}

.small-message.grade-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8238f), to(#ff933c));
  background-image: linear-gradient(90deg, #f8238f, #ff933c);
  color: #fff;
}

.small-message.grade-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#481ceb), to(#d044f2));
  background-image: linear-gradient(90deg, #481ceb, #d044f2);
  color: #fff;
}

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

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

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

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

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

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

.side-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 520px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: transparent;
}

.side-tab.w--current {
  background-color: #f5f6f8;
}

.small-feature-text {
  margin-top: -8px;
  color: #596273;
}

.side-tab-icon {
  width: 24px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message.grade-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8238f), to(#ff933c));
  background-image: linear-gradient(90deg, #f8238f, #ff933c);
  color: #fff;
}

.message.grade-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0b6fda), to(#07e3a1));
  background-image: linear-gradient(90deg, #0b6fda, #07e3a1);
  color: #fff;
}

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

.message.grade-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4c39f3), to(#39abff));
  background-image: linear-gradient(90deg, #4c39f3, #39abff);
  color: #fff;
}

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

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.post-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

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

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

.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 16.66%;
  padding-left: 16.66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
}

.post a {
  color: #2583fd;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

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

.footer-v2-bottom-menu-link {
  margin-right: 20px;
  color: #596273;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.footer-v2-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v1-bottom.dark-bg {
  margin-top: 30px;
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c3340;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

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

.footer-app-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.footer-app-icon:hover {
  border-color: #d3d8e1;
}

.footer-app-icon.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.footer-app-icon.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

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

.side-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.side-review-card {
  position: relative;
  width: 100%;
  padding: 32px;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(89, 98, 115, 0.08);
  color: #2c3340;
  font-size: 17px;
  line-height: 24px;
}

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

.side-review-avatar {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.16);
}

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

.side-review-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

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

.review-v4-text {
  margin-top: 4px;
  margin-bottom: 32px;
  color: #2c3340;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.text-highlighted {
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 5px;
  background-color: rgba(255, 147, 32, 0.12);
  color: #ff9320;
  font-style: italic;
}

.text-highlighted.color-3 {
  background-color: rgba(255, 147, 32, 0.12);
  color: #ff9320;
}

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

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

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

.review-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

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

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

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

.feature-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 25px 32px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.feature-info-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.logo-link.faded {
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.logo-link.blanco {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.logo {
  height: 32px;
}

.logo.mini {
  height: 22px;
}

.logo.mini._2 {
  height: 20px;
}

.logo.big {
  height: 50px;
}

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

.big-side-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 470px;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-side-block-info.funcionalidades {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.big-side-block-info.nomargin {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.icon-big.grade-1 {
  background-image: linear-gradient(135deg, #4c39f3, #39abff);
}

.icon-big.grade-2 {
  background-image: linear-gradient(135deg, #f8238f, #ff933c);
}

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

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

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

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 8px 25px 32px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-feature-icon {
  margin-right: 16px;
}

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

.layouts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #f5f6f8;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.layout:hover {
  box-shadow: 0 20px 32px -12px rgba(89, 98, 115, 0.16);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

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

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

.laptop-left.circulobeneficios {
  width: 500px;
}

.laptop-left.facturacion {
  right: auto;
  width: 100%;
  margin-right: 0%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.5);
}

.post-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-right: 0%;
  padding: 40px 20% 32px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
}

.post-author-avatar {
  width: 104px;
  height: 104px;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.post-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-promo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  text-align: center;
}

.sidebar-promo.grade-1 {
  padding: 56px 40px 48px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #4c39f3);
  color: #fff;
}

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

.sidebar-promo-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.iphone-hand {
  position: relative;
  z-index: 99;
  width: 105%;
  max-width: 800px;
  margin-top: 0%;
  margin-bottom: -3%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-iphone {
  width: 700px;
  max-width: 200%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -100px;
}

.side-features-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.side-features-v1.landing {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.side-feature-v1._25 {
  width: 25%;
}

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

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

.big-message.grade-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4c39f3), to(#39abff));
  background-image: linear-gradient(90deg, #4c39f3, #39abff);
  color: #fff;
}

.big-message.grade-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0b6fda), to(#07e3a1));
  background-image: linear-gradient(90deg, #0b6fda, #07e3a1);
  color: #fff;
}

.big-message.grade-4.un-color {
  border-bottom: 1px solid #fff;
  background-color: #253f6f;
  background-image: none;
}

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

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

.slider-arrow {
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.slider-arrow:hover {
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.12);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

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

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

.screen-slide {
  width: 33.33%;
}

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

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.sg-back-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sg-back-link:hover {
  border-top-color: #2583fd;
  background-color: #2583fd;
}

.sg-logo {
  width: 28px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: -3px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.subscribe-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 470px;
  padding: 56px 64px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  color: #2c3340;
  text-align: center;
}

.label {
  margin-bottom: 8px;
  color: #7a8292;
  font-size: 11px;
  line-height: 16px;
}

.label.prueba {
  font-size: 14px;
}

.subscribe-card-from {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.checkbox {
  margin-top: 4px;
  margin-bottom: 28px;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

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

.pricing-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 47%;
  background-color: #253f6f;
}

.pricing-bg.grade-3 {
  overflow: hidden;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
}

.pricing-bg.grade-1 {
  overflow: hidden;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #4c39f3);
}

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

.mini-faq-questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.sidebar-border-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  text-align: center;
}

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

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.12);
}

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

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

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

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

.hero-v6-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.play-button-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  padding: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(37, 63, 111, 0.7);
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.16);
}

.play-button-circle.grade-2 {
  background-image: linear-gradient(135deg, #f8238f, #ff933c);
}

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

.hero-v6-circle-1 {
  position: absolute;
  top: -12%;
  right: -10%;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 56px;
  border-color: rgba(70, 206, 31, 0.12);
  border-radius: 50%;
}

.hero-v6-circle-2 {
  position: absolute;
  left: -8%;
  bottom: -9%;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: rgba(142, 42, 240, 0.12);
}

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

.components-link {
  width: 25%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.components-link:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  color: #2583fd;
}

.iphone-floating-right {
  position: absolute;
  right: 0px;
  z-index: 1;
  height: 92%;
  margin-right: -10%;
}

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

.search-result-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  margin-top: 0px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(44, 51, 64, 0.16);
  text-align: center;
}

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

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

.hero-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253f6f;
  color: #fff;
}

.hero-slide._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.6)), to(rgba(37, 63, 111, 0.6))), url('../images/jeff-sheldon-264920-unsplash-copy.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.6), rgba(37, 63, 111, 0.6)), url('../images/jeff-sheldon-264920-unsplash-copy.jpg');
  background-position: 0px 0px, 50% 58%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.6)), to(rgba(37, 63, 111, 0.6))), url('../images/rawpixel-com-593597-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.6), rgba(37, 63, 111, 0.6)), url('../images/rawpixel-com-593597-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 63, 111, 0.6)), to(rgba(37, 63, 111, 0.6))), url('../images/le-buzz-567189-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(37, 63, 111, 0.6), rgba(37, 63, 111, 0.6)), url('../images/le-buzz-567189-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

.browser {
  width: 900px;
  max-width: none;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.hero-v3-circle-big {
  position: absolute;
  right: 0%;
  width: 112vh;
  height: 112vh;
  margin-top: 22%;
  margin-right: -100px;
  border: 14vh solid #fff;
  border-radius: 50%;
  opacity: 0.07;
}

.hero-v3-circle-big.landing {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70vh;
  height: 70vh;
  margin-right: -20%;
  margin-bottom: -20%;
  border-width: 8vh;
}

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

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

.scroll-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eceff4));
  background-image: linear-gradient(180deg, #fff, #eceff4);
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.4);
}

.scroll-mouse-wheel {
  width: 4px;
  height: 9px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #a9b0be;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.faq-questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.faq-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: #fff;
}

.faq-nav-link {
  display: block;
  padding: 12px 16px;
  border-radius: 5px;
  color: #2c3340;
  font-weight: 700;
  text-decoration: none;
}

.faq-nav-link:hover {
  background-color: #f5f6f8;
}

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

.text-color-1 {
  color: #2583fd;
}

.faq-block-heading {
  margin-bottom: 48px;
}

.text-color-3 {
  color: #ff9320;
}

.text-color-4 {
  color: #46ce1f;
}

.text-color-5 {
  color: #8e2af0;
}

.faq-nav-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.faq-top-link {
  display: inline-block;
  color: #a9b0be;
  font-size: 12px;
  text-decoration: underline;
}

.faq-top-link:hover {
  color: #2c3340;
  text-decoration: underline;
}

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

.footer-v4-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v4-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #596273;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-v4-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

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

.footer-v4-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v4-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

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

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

.help-input::-webkit-input-placeholder {
  color: #a9b0be;
}

.help-input:-ms-input-placeholder {
  color: #a9b0be;
}

.help-input::-ms-input-placeholder {
  color: #a9b0be;
}

.help-input::placeholder {
  color: #a9b0be;
}

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

.help-button:hover {
  background-color: rgba(37, 131, 253, 0.12);
  opacity: 1;
}

.search-result-link {
  display: inline-block;
  color: #2583fd;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

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

.search-result-url {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.search-result-card {
  margin-bottom: 20px;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.search-result-card:hover {
  box-shadow: 3px 3px 12px 0 rgba(89, 98, 115, 0.16);
}

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

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 48px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.feature-card:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.12);
}

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

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

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

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

.article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d3d8e1;
  border-radius: 10px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #596273;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.article-link:hover {
  background-color: #f5f6f8;
}

.article-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.capitalized {
  text-transform: capitalize;
}

.help-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.help-mini-input {
  height: 40px;
  max-width: 270px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 9px 16px 10px 42px;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #f5f6f8;
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 12px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.help-mini-input:hover {
  border-color: #d3d8e1;
  background-color: #fff;
}

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

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

.help-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.related-article-link {
  color: #596273;
  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 {
  margin-top: 2px;
  margin-left: 8px;
  padding: 2px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
}

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

.nav-dropdown.multi {
  margin-left: 10px;
}

.float-button-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none;
  overflow: hidden;
  min-height: 64px;
  min-width: 64px;
  padding: 20px 16px 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12);
}

.float-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e1e6ee;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.float-button:hover {
  border-color: #a9b0be;
}

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

.float-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  padding-right: 32px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #596273;
  text-decoration: none;
}

.float-link:hover {
  background-color: #f5f6f8;
}

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

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

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

.contact-form-card {
  width: 70%;
  height: auto;
  max-width: 770px;
  min-height: 750px;
  margin-bottom: 0px;
  padding: 88px 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px 0px 0px 12px;
  background-color: #fff;
}

.contact-form-card.prueba {
  width: 100%;
  margin-top: 50px;
  border-radius: 15px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-form.prueba {
  width: 500px;
  margin-top: 40px;
}

.contact-form.prueba.iniciar-sesion {
  margin-top: 0px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(44, 51, 64, 0.3);
}

.contact-form.prueba.inicio {
  margin-top: 0px;
  padding-top: 0px;
}

.contact-form.prueba.landing {
  width: auto;
  margin-top: 20px;
}

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

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

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.12);
}

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

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

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

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

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

.team-member-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-member-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e6ee;
}

.team-member-position {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #596273;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
}

.team-member-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.text-block {
  margin-top: 16px;
  color: #596273;
  font-size: 14px;
  line-height: 24px;
}

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

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

.loading-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

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

.review-v3-tip {
  position: absolute;
  left: 60px;
  top: -25px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-right: 26px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #a9b0be;
  font-size: 12px;
  line-height: 16px;
}

.promo-card {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 9px 32px 9px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12), inset 0 0 0 1px #e1e6ee;
}

.promo-card-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.promo-card-close {
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(44, 51, 64, 0.5);
  background-image: url('../images/stop-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.promo-card-close:hover {
  background-color: #7a8292;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

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

.nav-dropdown-link-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  color: #2c3340;
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-link-v2:hover {
  background-color: #f5f6f8;
}

.nav-dropdown-link-v2.w--current {
  color: #2c3340;
  font-weight: 700;
}

.nav-dropdown-link-v2.full {
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-dropdown-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(37, 131, 253, 0.12);
}

.nav-dropdown-link-icon.color-2-ghost {
  background-color: rgba(252, 55, 98, 0.12);
}

.nav-dropdown-link-icon.color-3-ghost {
  background-color: rgba(255, 147, 32, 0.12);
}

.nav-dropdown-link-icon.color-4-ghost {
  background-color: rgba(70, 206, 31, 0.12);
}

.nav-dropdown-link-icon.color-5-ghost {
  background-color: rgba(142, 42, 240, 0.12);
}

.nav-dropdown-link-icon.color-6-ghost {
  background-color: rgba(0, 213, 187, 0.12);
}

.nav-dropdown-link-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link-info.eccomerce {
  display: block;
}

.nav-dropdown-link-text {
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

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

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

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

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

.counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.pricing-v3 {
  top: 0px;
  width: 100%;
  min-height: 400px;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
}

.pricing-v3-plans {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e1e6ee;
  background-color: #fff;
}

.pricing-v3-plans.mobile-sticky {
  display: none;
}

.pricing-v3-plans.mobile-bottom {
  display: none;
}

.pricing-plan-cell {
  width: 25%;
  padding: 20px 20px 0px;
  box-shadow: -1px 0 0 0 #e1e6ee;
  text-align: center;
}

.pricing-plan-cell.no-divider {
  box-shadow: none;
}

.pricing-plan-cell.tabla {
  width: auto;
}

.pricing-v3-billing {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #a9b0be;
  color: #7a8292;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

.pricing-v3-currency {
  margin: 2px 3px 5px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #a9b0be;
  font-size: 16px;
  line-height: 20px;
}

.pricing-v3-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #596273;
  font-size: 32px;
}

.pricing-v3-tag.usd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v3-tag.discount {
  display: none;
}

.pricing-v3-tag.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v3-tag.eur.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v3-tag.eur.tachado {
  display: none;
}

.pricing-v3-tag.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-v3-category-header {
  position: -webkit-sticky;
  position: sticky;
  top: 255px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 5px 30px 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
  background-color: #f5f6f8;
}

.pricing-v3-category-header.anual {
  top: 318px;
}

.pricing-v3-category-header.usd {
  top: 243px;
}

.pricing-v3-category-header.usdanual {
  top: 295px;
}

.pricing-v3-header {
  top: 260px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e6ee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-v3-category-heading {
  margin: 0px;
  font-size: 18px;
}

.pricing-v3-category-icon {
  width: 25px;
  margin-right: 6px;
}

.pricing-v3-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e1e6ee;
}

.pricing-v3-row._2 {
  width: 40%;
}

.pricing-v3-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 50px;
  padding: 10px 24px 10px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 -1px 0 0 #e1e6ee;
  color: #596273;
}

.pricing-v3-row-header.modulo {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e1e6ee;
}

.pricing-v3-row-header.timbres {
  border-right: 1px solid #e1e6ee;
}

.pricing-v3-cells {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v3-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  min-height: 56px;
  padding: 8px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -1px 0 0 0 #e1e6ee;
  font-weight: 400;
  text-align: center;
}

.pricing-cell-icon {
  display: block;
  width: 24px;
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-plan-name {
  margin-top: -4px;
  color: #243e6f;
  font-size: 20px;
}

.pricing-v3-plan-mobile {
  margin-top: -4px;
}

.pricing-v3-cell-description {
  margin-bottom: 4px;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.menu-icon-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-dropdown-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #2c3340;
}

.hero {
  font-size: 16px;
}

.image-2 {
  display: none;
  margin-bottom: 20px;
}

.heading {
  color: #2c3340;
}

.headingprecios {
  margin-bottom: 10px;
  color: #253f6f;
  font-size: 30px;
  line-height: 30px;
}

.smalltext {
  margin-left: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.smalltext.ahorra {
  display: none;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #ff9320;
}

.smalltext.original {
  font-size: 9px;
}

.smalltext.tachado {
  color: #7a8292;
}

.precio {
  font-size: 50px;
  line-height: 40px;
}

.precio.tachado {
  color: #7a8292;
  font-size: 25px;
  line-height: 30px;
  text-decoration: line-through;
}

.text-block-2 {
  color: #7a8292;
  font-size: 12px;
}

.text-block-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-2 {
  display: block;
  height: 40px;
}

.barra-arriba {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #80a9cb;
    background-image: url(https://assets-global.website-files.com/5cf800d1c316940f80a60f90/65cd5398ecff8b057a7e819c_Fondo%20Gradiente.png),linear-gradient(123deg,var(--grade-4-color-1),var(--color-6));
}

.barra-arriba.uncolor {
  background-color: #0b6fda;
  background-image: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.text-block-9 {
  margin-left: 10px;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-left: 20px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.botonlogin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  color: #fff;
  text-decoration: none;
}

.account {
  margin-right: 10px;
  margin-left: 15px;
}

.text-block-10 {
  font-weight: 400;
}

.text-block-11 {
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.link-block.contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block.tel {
  margin-top: 10px;
}

.link-block.tel.primero {
  margin-top: 60px;
}

.link-block.tel.mx {
  margin-top: 0px;
}

.image-4 {
  margin-right: 10px;
}

.text-block-13 {
  color: #39abff;
  font-size: 40px;
  font-weight: 900;
}

.text-block-14 {
  font-size: 40px;
  font-weight: 900;
}

.rojjo {
  color: #fc3762;
  font-size: 40px;
  font-weight: 900;
}

.naranja {
  color: #ff9320;
  font-size: 40px;
  font-weight: 900;
}

.paragraph {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.heading-6 {
  max-width: 600px;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sreenshot.lefttext {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sreenshot.righttext {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-5 {
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.5);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px solid #e1e6ee;
  font-size: 20px;
  text-align: center;
}

.div-block-8._2 {
  border-left-style: none;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-15 {
  color: #596273;
  font-size: 22px;
  font-weight: 700;
  text-decoration: line-through;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10.facturacion {
  min-height: 63px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e1e6ee;
  border-left: 1px solid #e1e6ee;
}

.bubble-timbres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 140px;
  margin: 10px 10px 0px;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #39abff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  color: #e1e6ee;
}

.bubble-timbres.color1 {
  background-color: #f8238f;
}

.bubble-timbres.color2 {
  background-color: #ff933c;
}

.text-block-16 {
  color: #fff;
}

.heading-8 {
  margin-bottom: 10px;
  color: #596273;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
}

.heading-8.prueba {
  font-size: 35px;
  text-align: center;
}

.text-block-17 {
  color: #596273;
  font-size: 18px;
}

.text-block-17.pagousd {
  margin-top: 20px;
  font-size: 12px;
}

.text-block-17.pagousd.pesos {
  margin-top: 5px;
  font-size: 14px;
}

.checkicon {
  width: 35px;
  margin-right: 20px;
}

.image-6 {
  margin-bottom: 20px;
}

.logo-pagos {
  margin-bottom: 20px;
}

.contacto {
  width: 30%;
  height: auto;
  min-height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #2583fd;
}

.div-block-11 {
  margin-top: 80px;
  margin-right: 40px;
  margin-left: 40px;
}

.paragraph-2 {
  margin-top: 60px;
  color: #fff;
}

.heading-9 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
}

.heading-10 {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #7a8292;
  color: #596273;
}

.map {
  height: 220px;
  border-radius: 11px;
}

.div-block-12 {
  width: 650px;
  height: 400px;
}

.success-message {
  border-radius: 12px;
  background-color: rgba(255, 147, 32, 0.12);
}

.error-message {
  border-radius: 12px;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-14 {
  width: 50%;
  padding-right: 10px;
}

.div-block-14.nombre {
  padding-right: 5px;
}

.div-block-14.apellido {
  padding-right: 0px;
  padding-left: 5px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-18 {
  display: none;
  margin-right: 10px;
  margin-bottom: 26px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #7a8292;
  font-size: 24px;
}

.image-7 {
  width: 50%;
  height: 80px;
  background-color: #fff;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  width: 50%;
  height: 80px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #fff;
}

.button-2 {
  margin-left: 20px;
}

.checkbox-2 {
  width: 30px;
  height: 30px;
}

.regular-checkbox {
  margin-left: 0px;
}

.checkbox-label {
  display: block;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #7a8292;
  font-size: 13px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-2 {
  margin-bottom: 0px;
  padding-left: 0px;
}

.text-block-19 {
  margin-left: 20px;
}

.image-8 {
  height: 60px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  margin-bottom: 0px;
  margin-left: 20px;
  color: #596273;
  font-size: 40px;
  line-height: 35px;
  font-weight: 400;
}

.form-block {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.select-field {
  width: 30%;
  height: 48px;
  color: #596273;
  font-size: 18px;
}

.text-block-20 {
  color: #2583fd;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.section-3 {
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-terminos {
  font-size: 18px;
  font-weight: 700;
}

.paragraph-3 {
  text-align: justify;
}

.heading-12 {
  margin-bottom: 40px;
  font-size: 40px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link._2 {
  padding-right: 0px;
  padding-left: 10px;
  border-right-style: none;
}

.text-block-21 {
  margin-top: 9px;
  color: #7a8292;
  font-size: 30px;
  line-height: 48px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(44, 51, 64, 0.2);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-24 {
  width: 100%;
  height: auto;
}

.precio-sin-tachar {
  color: #0b6fda;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
}

.precio-mxn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2583fd;
  font-size: 32px;
  line-height: 32px;
}

.precio-mxn._2.cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-mxn.precionormal {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.precio-mxn.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #253f6f;
}

.precio-mxn.precionormal.usd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2c3340;
}

.precio-mxn.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.precio-mxn.eur {
  display: none;
}

.precio-mxn.anual {
  display: none;
}

.smalltext-copy {
  margin-left: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
}

.text-block-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-25 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.div-block-25.es {
  display: none;
}

.div-block-25.hot {
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #2c3340;
}

.div-block-25.hot.planes {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.text-block-26.centrado {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
}

.text-block-28 {
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-29 {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff9320;
}

.image-9 {
  margin-right: 10px;
}

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

.div-block-27 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e6ee;
}

.paragraph-4 {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  color: #596273;
  text-align: center;
}

.div-block-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e1e6ee;
}

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

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e6ee;
}

.text-block-32 {
  margin-top: 5px;
  color: #7a8292;
  font-size: 12px;
}

.text-block-33 {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 28px;
}

.text-block-34 {
  font-size: 24px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.pricing-cell-icon-copy {
  display: block;
  width: 24px;
  margin-top: 10px;
}

.pricing-cell-icon-copy {
  display: block;
  width: 24px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-cell-icon-copy {
  display: block;
  width: 24px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-36 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 30px;
  line-height: 30px;
}

.text-block-36._2 {
  font-size: 18px;
  letter-spacing: 0.2px;
}

.text-block-36._2.hs {
  margin-bottom: -5px;
}

.text-block-36.rojo {
  margin-bottom: 10px;
  font-size: 26px;
}

.text-block-37 {
  margin-top: 10px;
}

.text-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #ff9320;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.text-block-38.eur {
  display: none;
}

.conviertetedistribuidor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  color: #fff;
  text-decoration: none;
}

.conviertetedistribuidor.es {
  display: none;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center {
  text-align: center;
}

.video {
  z-index: 5;
  display: none;
  margin-top: 0px;
}

.div-block-38 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: 40px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formlanding2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding: 0px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #f5f6f8;
  box-shadow: 1px 1px 30px 0 #0b6fda;
}

.heading-13 {
  margin-bottom: 0px;
  color: #7a8292;
  font-size: 30px;
  line-height: 35px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-40 {
  width: 50%;
  max-width: 1200px;
}

.text-block-40 {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px 18px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px solid #f5f6f8;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.text-block-40.checkout {
  width: 500px;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-41 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b6fda;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f8;
}

.image-11 {
  width: 200px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.div-block-43 {
  position: fixed;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.success-message-2 {
  border-radius: 12px;
  background-color: rgba(255, 147, 32, 0.12);
}

.label-2 {
  margin-bottom: 8px;
  color: #7a8292;
  font-size: 11px;
  line-height: 16px;
}

.label-2.prueba {
  font-size: 14px;
}

.checkbox-label-2 {
  display: block;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #7a8292;
  font-size: 13px;
}

.text-block-41 {
  display: none;
  margin-right: 10px;
  margin-bottom: 26px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #7a8292;
  font-size: 24px;
}

.input-2 {
  height: 48px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input-2:focus {
  border-color: #a9b0be;
}

.input-2::-webkit-input-placeholder {
  color: #a9b0be;
}

.input-2:-ms-input-placeholder {
  color: #a9b0be;
}

.input-2::-ms-input-placeholder {
  color: #a9b0be;
}

.input-2::placeholder {
  color: #a9b0be;
}

.input-2.prueba {
  background-color: #fff;
}

.input-2.prueba.url {
  width: 70%;
  margin-right: 10px;
}

.div-block-44 {
  width: 50%;
  height: 80px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #fff;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0b6fda;
  box-shadow: inset 0 0 0 1px #2583fd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

.button-3.ver {
  background-color: #108834;
  box-shadow: inset 0 0 0 1px #108834;
}

.button-3.ver:hover {
  box-shadow: 3px 3px 16px 0 rgba(70, 206, 31, 0.5), inset 0 0 0 1px #108834;
}

.button-3.logotipo {
  margin-left: 20px;
}

.text-block-42 {
  margin-top: 9px;
  color: #7a8292;
  font-size: 30px;
  line-height: 48px;
}

.text-block-43 {
  width: 500px;
  color: #596273;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.text-block-43.sub {
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
}

.text-block-44 {
  width: 500px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-46 {
  width: 150px;
  height: 50px;
  background-image: url('../images/logo_prodermica-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-12 {
  width: 400px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-13 {
  position: fixed;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
}

.div-block-48 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  width: 100%;
}

.div-block-49 {
  padding-top: 80px;
  padding-left: 40px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-51 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-52 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-53 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.promotext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff9320;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.promotext.abajo {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e6ee;
  color: #2c3340;
  font-size: 14px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.div-block-54._2 {
  margin-left: 500px;
}

.pagoanualtexto {
  margin-top: 10px;
  color: #2583fd;
  font-size: 11px;
  text-transform: uppercase;
}

.pagoanualtexto.abajo {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e6ee;
  color: #2c3340;
  font-size: 14px;
}

.text-block-45 {
  font-size: 16px;
  text-align: center;
}

.lottie-animation {
  max-width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.html-embed-2 {
  width: 100%;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
  margin-bottom: 20px;
}

.div-block-56.planes {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-block-56.abajo {
  margin-right: 0px;
}

.div-block-57 {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-59 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.div-block-60.promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(148deg, #0b6fda, #39abff);
}

.div-block-60.promo.hot {
  display: none;
  background-image: linear-gradient(148deg, #ff848c, #da1522);
}

.text-block-46 {
  display: none;
}

.div-block-61 {
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #2c3340;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-47 {
  margin-bottom: 10px;
  color: #596273;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

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

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0b6fda;
}

.div-block-65 {
  width: 22px;
  height: 22px;
  background-image: url('../images/ecommerce-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-65.tienda {
  background-image: url('../images/store-4.svg');
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-66.home {
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 1px solid #e1e6ee;
}

.div-block-67 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/plus-2.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.text-block-49 {
  margin-left: 10px;
  color: #fff;
  font-weight: 400;
}

.text-block-50 {
  width: 82px;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #0b6fda;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
}

.text-block-50.eur {
  display: none;
}

.text-block-50.hot {
  background-color: #da1522;
}

.text-block-51 {
  opacity: 0.1;
  color: #5a78a0;
}

.text-block-52 {
  width: 50px;
  margin-left: 5px;
  color: #0b6fda;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.text-block-52.tachado {
  width: 50px;
  color: #596273;
  font-size: 9px;
  line-height: 11px;
}

.text-block-52.eur {
  width: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15 {
  font-size: 30px;
  line-height: 40px;
}

.div-block-69 {
  margin: 20px -20px -10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: #f8238f;
  color: #fff;
  font-weight: 700;
}

.div-block-69.planes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.precio-home-tachado-anual-eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b6fda;
  font-size: 64px;
  line-height: 44px;
}

.precio-home-tachado-anual-eur.tachado {
  display: none;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio-home-tachado-anual-eur.tachado.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual-eur.tachado.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.precio-home-tachado-anual-eur.precionormal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual-eur.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual-eur.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual-eur.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual-eur.anual {
  display: none;
}

.precio-home-tachado-anual-eur.descuento {
  display: none;
}

.precio-home-anual-eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b6fda;
  font-size: 64px;
  line-height: 44px;
}

.precio-home-anual-eur.tachado {
  display: none;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio-home-anual-eur.tachado.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-anual-eur.tachado.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.precio-home-anual-eur.precionormal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-anual-eur.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-anual-eur.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-anual-eur.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-anual-eur.anual {
  display: none;
}

.precio-home-anual-eur.descuento {
  display: none;
}

.precio-home-eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b6fda;
  font-size: 64px;
  line-height: 44px;
}

.precio-home-eur.tachado {
  display: none;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio-home-eur.tachado.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-eur.tachado.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.precio-home-eur.precionormal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-eur.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-eur.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-eur.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-eur.anual {
  display: none;
}

.precio-home-eur.descuento {
  display: none;
}

.precio-home-tachado-anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b6fda;
  font-size: 64px;
  line-height: 44px;
}

.precio-home-tachado-anual.tachado {
  display: none;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio-home-tachado-anual.tachado.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual.tachado.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.precio-home-tachado-anual.precionormal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-home-tachado-anual.anual {
  display: none;
}

.precio-home-tachado-anual.descuento {
  display: none;
}

.precio-anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b6fda;
  font-size: 64px;
  line-height: 44px;
}

.precio-anual.tachado {
  display: none;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.precio-anual.tachado.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-anual.tachado.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.precio-anual.precionormal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-anual.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-anual.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-anual.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-anual.anual {
  display: none;
}

.precio-anual.descuento {
  display: none;
}

.precio-planes-descuento-mensual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2583fd;
  font-size: 32px;
  line-height: 32px;
}

.precio-planes-descuento-mensual._2.cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.precio-planes-descuento-mensual.precionormal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.precio-planes-descuento-mensual.precionormal.eur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #253f6f;
}

.precio-planes-descuento-mensual.precionormal.usd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2c3340;
}

.precio-planes-descuento-mensual.precionormal.anual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.precio-planes-descuento-mensual.eur {
  display: none;
}

.precio-planes-descuento-mensual.anual {
  display: none;
}

.logo-icon-copy {
  width: 50px;
  height: 50px;
  margin-right: 6px;
  margin-left: 0px;
}

.logo-icon-copy.partner {
  -o-object-fit: contain;
  object-fit: contain;
}

.text-span {
  color: #f8238f;
  font-weight: 700;
}

.heading-16 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1;
}

.heading-17 {
  font-size: 18px;
}

@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.dark.no-padding-vertical {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.haze {
    padding-top: 20px;
  }

  .section.haze.blanco {
    padding-top: 100px;
  }

  .section.hero-v1-section {
    padding-bottom: 260px;
  }

  .section.side-section {
    padding-top: 72px;
    padding-bottom: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.hero-intro-section {
    padding-top: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.no-padding-bottom {
    padding-bottom: 80px;
  }

  .section.no-padding-bottom.beneficios {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-padding-bottom.beneficios.bottom {
    padding-bottom: 80px;
  }

  .section.hero-v3-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section.hero-v2-section {
    padding-top: 144px;
  }

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

  .section.hero-v4-section {
    padding-top: 144px;
  }

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

  .section.beneficios {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.nav-bar-wrapper {
    height: 64px;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.small.planes {
    display: none;
  }

  .button.big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .nav-bar-mx {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #fff;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 #e1e6ee;
  }

  .nav-link.multilengua {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .nav-link.multilengua.w--open {
    border: 1px none #000;
  }

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

  .no-margin {
    margin: 0px;
  }

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

  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .section-intro.wide {
    max-width: 83.33%;
  }

  .section-intro.left {
    padding-right: 33.33%;
  }

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

  .footer-bottom {
    margin-top: 48px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    padding-left: 22px;
  }

  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .brand.footer-v4-brand {
    padding-left: 8px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .change {
    padding: 24px;
  }

  .nav-menu {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #e1e6ee;
    background-color: #fff;
  }

  .no-padding {
    padding: 0px;
  }

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

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

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

  .navigation {
    padding-right: 0px;
  }

  .sg-sidebar {
    position: relative;
    width: 100%;
    padding: 24px 24px 80px;
  }

  .sg-sidebar-heading {
    margin-bottom: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-sidebar-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sg-sidebar-link {
    width: auto;
    margin-bottom: 8px;
  }

  .pricing-v1 {
    margin-bottom: 40px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pricing-v1-card {
    width: 45%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 48px;
    margin-left: 5px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .blog-sidebar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }

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

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

  .post-item-big {
    padding-right: 8px;
    padding-left: 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: transparent;
  }

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

  .sidebar-card-info.small-padding {
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar-post-card {
    padding: 10px 0px;
  }

  .sidebar-post-card:hover {
    background-color: transparent;
  }

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

  .sidebar-author-card:hover {
    background-color: transparent;
  }

  .sidebar-categories {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidebar-category {
    width: 100%;
    padding: 4px 0px;
  }

  .sidebar-category-link {
    font-size: 12px;
  }

  .sidebar-tags {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-arrow {
    font-size: 13px;
  }

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

  .sidebar-big-avatar {
    width: 64px;
    height: 64px;
  }

  .sidebar-author-info {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-item-medium {
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card-link {
    margin-bottom: 24px;
  }

  .post-card-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .post-card-v2-info {
    padding: 24px 24px 8px;
  }

  .post-card-v2-image {
    height: 200px;
  }

  .post-item-small {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card-v3-image {
    height: 200px;
  }

  .nav-dropdown-icon {
    display: inline-block;
    margin-right: 24px;
    opacity: 0.4;
  }

  .dropdown-list.w--open {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 16px 12px;
    border-style: none none solid;
    border-bottom-color: #e1e6ee;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0px;
  }

  .dropdown-list.multi.w--open {
    margin-top: 5px;
    margin-left: -8px;
    padding: 8px;
    border-style: solid;
    border-color: #d3d8e1;
    border-radius: 6px;
    background-color: #fff;
  }

  .nav-dropdown-link {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link:hover {
    background-color: transparent;
  }

  .nav-dropdown-link.w--current {
    color: #2c3340;
  }

  .dropdown-corner {
    display: none;
  }

  .dropdown-corner.multilungual {
    display: block;
  }

  .anchor-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .anchor-card {
    margin: 8px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .sg-color-block {
    width: 50%;
    padding: 8px;
  }

  .cta-card {
    margin-right: 8px;
    margin-left: 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-right: 4%;
    padding-bottom: 48px;
    padding-left: 4%;
  }

  .icon.left.color-1-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.color-3-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.color-4-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.color-5-ghost.morado {
    margin-right: 0px;
  }

  .icon.left.color-2-ghost.beneficios {
    margin-right: 0px;
  }

  .pricing-v2 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .pricing-v2-card {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pricing-additional-info {
    margin-top: 48px;
  }

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

  .subscribe-v1 {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0px;
  }

  .subscribe-1-form-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .subscribe-v1-icon {
    width: 32px;
    margin-bottom: 8px;
  }

  .hero-v1-waves {
    bottom: -600px;
    width: 1200px;
    height: 1200px;
  }

  .desktop {
    max-width: 90%;
    margin-top: -188px;
  }

  .side-info {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .side-info.beneficios {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .side-info.facturacion {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .side-info.right.compras {
    text-align: center;
  }

  .side-info.compras {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .side-info.compras.right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .side-info.landing {
    margin-top: 40px;
  }

  .side-feature {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .side-feature.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .side-feature.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-media {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .side-media.flex-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-media.flex-right.beneficios {
    margin-bottom: 20px;
  }

  .side-media.flex-left {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .side-media.flex-left.beneficios {
    margin-bottom: 20px;
  }

  .side-media.bg-circles {
    width: 90%;
    margin-top: 60px;
    background-size: 60%;
  }

  .side-media.compras {
    width: 100%;
  }

  .feature-v1 {
    padding-bottom: 64px;
  }

  .footer-v1 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-column {
    width: 20%;
    padding-right: 16px;
    padding-left: 8px;
  }

  .footer-v1-column.funcionamidades {
    width: 40%;
  }

  .footer-v1-info {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .footer-v3-left {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-right {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .side-block {
    width: 100%;
    max-width: none;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-block.flex-left {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-block.flex-left.landing {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-block.phones-bg {
    height: 480px;
    margin-top: -72px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom: 1px solid #e1e6ee;
    background-position: 50% 50%;
  }

  .side-block.right {
    max-width: none;
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .side-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-top: 72px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .desktop-big-image {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .desktop-big-image.circulo-beneficios {
    width: 300px;
    margin-top: 40px;
  }

  .feature-block.compras {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-block-image-1.sombra {
    width: 100%;
  }

  .feature-block-image-2.cfdi {
    height: 120px;
  }

  .feature-block-image-3.sombra {
    width: 100%;
  }

  .small-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .side-tabs {
    width: 100%;
    min-height: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .side-tab {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .small-feature-text {
    font-size: 13px;
  }

  .side-tab-icon {
    width: 32px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-info-bottom {
    font-size: 11px;
  }

  .post-image {
    height: 480px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .post {
    padding-right: 6%;
    padding-left: 6%;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .footer-v1-bottom {
    margin-right: 8px;
    margin-left: 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-right: 6%;
    padding-left: 6%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 36px;
  }

  .features-v3 {
    width: 100%;
  }

  .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 50%;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .logo-link {
    margin: 12px;
  }

  .hero-intro-bg {
    width: 98%;
    height: 600px;
  }

  .big-side-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 72px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .big-side-block-info.nomargin {
    position: relative;
  }

  .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 {
    z-index: 99999999999;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #2c3340;
  }

  .layouts {
    margin-bottom: -64px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .layouts-item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .layout {
    height: 440px;
  }

  .layout.inner {
    height: 328px;
  }

  .laptop-left {
    width: 92%;
    margin-top: 0px;
    margin-right: 7%;
    margin-bottom: 0px;
  }

  .laptop-left.circulobeneficios {
    width: 300px;
    margin-top: 40px;
    margin-right: 0px;
  }

  .laptop-left.facturacion {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .post-author {
    margin-top: 40px;
    padding-right: 16%;
  }

  .sidebar-promo {
    margin-bottom: 16px;
  }

  .iphone-hand {
    position: relative;
    z-index: 20;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0%;
  }

  .side-iphone {
    width: 90%;
    margin-left: 0px;
  }

  .side-features-v1 {
    width: 83.33%;
  }

  .side-features-v1.landing {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-feature-v1._25 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .big-message {
    padding: 40px;
  }

  .big-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    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 {
    height: 24%;
  }

  .pricing-bg.grade-1 {
    height: 24%;
  }

  .mini-faq {
    margin-bottom: 0px;
  }

  .mini-faq-questions {
    margin-right: 32px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .mini-faq-sidebar {
    width: 260px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 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 {
    right: -4%;
    width: 360px;
    height: 360px;
  }

  .hero-v6-circle-2 {
    left: -2%;
    width: 200px;
    height: 200px;
  }

  .components {
    margin-right: 0%;
    margin-bottom: -16px;
    margin-left: 0%;
  }

  .components-link {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    padding: 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .search-result-list {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 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 {
    width: 83.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    width: 100%;
    margin-right: 0%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-questions {
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-questions.margin-left {
    margin-left: 0%;
    padding-top: 64px;
  }

  .faq-questions.margin-right {
    margin-right: 0%;
    padding-bottom: 64px;
  }

  .faq-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v4-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .help-form {
    width: 470px;
  }

  .help-input {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), inset 0 0 0 0 transparent;
  }

  .feature-cards {
    width: 66.66%;
    margin-bottom: -32px;
  }

  .feature-card {
    margin-right: 8px;
    margin-bottom: 32px;
    margin-left: 8px;
    padding-right: 12%;
    padding-left: 12%;
  }

  .article-list {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
  }

  .article-list-item {
    padding-right: 1px;
    padding-left: 1px;
  }

  .article-list-icon {
    margin-top: -2px;
  }

  .article-link {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .help-article-wrapper {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .help-mini-input {
    margin-right: -12px;
    box-shadow: inset 0 0 0 0 transparent;
  }

  .help-article.margin-left {
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
  }

  .nav-dropdown.multi {
    display: block;
  }

  .float-button-wrapper {
    right: 12px;
    bottom: 12px;
  }

  .contact-form-card {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 12px;
  }

  .contact-form {
    width: 100%;
  }

  .team {
    width: 83.33%;
    margin-top: -12px;
    margin-bottom: 48px;
  }

  .team-member-wrapper {
    width: 100%;
    padding: 12px 8px;
  }

  .text-columns {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }

  .about-photo {
    height: 480px;
    margin-bottom: 64px;
  }

  .review-v3-tip {
    display: none;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
  }

  .nav-dropdown-link-v2:hover {
    background-color: transparent;
  }

  .nav-dropdown-link-v2.w--current {
    color: #2c3340;
  }

  .floating-macbook {
    display: block;
    width: 80%;
    margin-left: 8%;
  }

  .image {
    width: 37%;
    margin-top: 1%;
    margin-right: 1%;
  }

  .counter {
    padding-right: 8px;
    padding-left: 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-right: 8%;
    margin-bottom: 15%;
  }

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

  .pricing-v3-plans {
    top: 64px;
  }

  .pricing-plan-cell {
    min-height: 170px;
    padding: 20px 10px 10px;
  }

  .pricing-v3-billing {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 10px;
  }

  .pricing-v3-category-header {
    top: 240px;
    margin-top: 0px;
    padding: 5px 20px 5px 18px;
  }

  .pricing-v3-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-v3-category-heading {
    margin: 0px;
    font-size: 13px;
  }

  .pricing-v3-row-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-v3-plan-name {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .pricing-v3-plan-mobile {
    font-size: 14px;
  }

  .headingprecios {
    font-size: 25px;
    line-height: 30px;
  }

  .smalltext {
    font-size: 10px;
  }

  .smalltext.ahorra {
    line-height: 15px;
    text-align: center;
  }

  .barra-arriba {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    margin-left: 16px;
  }

  .div-block-3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-block.tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block.tel.primero {
    margin-top: 10px;
  }

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

  .sreenshot.lefttext {
    padding-bottom: 0px;
  }

  .sreenshot.righttext {
    padding-bottom: 0px;
  }

  .image-5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .bubble-timbres {
    font-size: 12px;
  }

  .heading-8 {
    margin-top: 0px;
    font-size: 35px;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .text-block-17.pagousd {
    margin-top: 10px;
    font-size: 10px;
  }

  .contacto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 770px;
    min-height: auto;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0px;
  }

  .div-block-11 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .heading-10 {
    margin-top: 40px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .precio-sin-tachar {
    font-size: 28px;
  }

  .precio-mxn.precionormal {
    margin-top: 0px;
  }

  .smalltext-copy {
    font-size: 14px;
  }

  .div-block-25 {
    margin-top: 0px;
    margin-left: 90px;
  }

  .div-block-25.planes {
    margin-left: 20px;
  }

  .text-block-26 {
    margin-left: 12px;
  }

  .text-block-33 {
    font-size: 24px;
  }

  .text-block-34 {
    font-size: 22px;
  }

  .text-block-35 {
    font-size: 12px;
  }

  .div-block-38 {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-40 {
    width: 80%;
  }

  .text-block-40 {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    width: 70%;
  }

  .body-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-41 {
    display: none;
    width: 100%;
    padding-bottom: 60px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-42 {
    width: 100%;
    min-height: 100vh;
  }

  .div-block-43 {
    width: 100vw;
    background-color: #0b6fda;
  }

  .input-2 {
    box-shadow: inset 0 0 0 0 transparent;
  }

  .image-13 {
    position: fixed;
    top: -10%;
    right: -10%;
  }

  .image-14 {
    margin-top: 60px;
  }

  .div-block-49 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .form-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-15 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-54._2 {
    margin-left: 280px;
  }

  .div-block-56.planes {
    position: relative;
  }

  .div-block-58 {
    position: absolute;
    margin-top: -30px;
  }

  .div-block-58.promo {
    position: absolute;
    margin-right: -50px;
    opacity: 0.5;
  }

  .div-block-60 {
    padding: 20px;
  }

  .div-block-60.promo.hot {
    background-image: linear-gradient(148deg, #fd9ca2, #da1522);
  }

  .div-block-66 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .text-block-50 {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
  }

  .text-block-52 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-52.tachado.eur {
    width: auto;
    margin-bottom: 4px;
  }

  .text-block-52.eur {
    width: auto;
    margin-bottom: 4px;
  }

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

  .precio-planes-descuento-mensual.precionormal {
    margin-top: 0px;
  }
}

@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.dark.no-padding-vertical {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section.haze {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.haze.iniciar-sesion {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.hero-v1-section {
    padding-bottom: 164px;
  }

  .section.no-padding-bottom {
    padding-bottom: 55px;
  }

  .section.hero-v3-section.un-color.landing {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .section.top-section.grade-4.beneficios {
    padding-top: 120px;
  }

  .section.hero-v4-section {
    padding-top: 124px;
  }

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

  .wrapper.nav-bar-wrapper.top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .button {
    display: block;
  }

  .button.small {
    display: none;
  }

  .button.small.planes {
    display: none;
  }

  .button.white.side-margins.prueba {
    display: block;
  }

  .button.big {
    display: block;
  }

  .button.logotipo {
    height: auto;
  }

  .nav-link.multilengua {
    display: none;
  }

  .tooltip.map-review {
    width: 200px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
  }

  .tooltip.review-v3-popup {
    display: none;
    width: 200px;
    max-width: 200px;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
  }

  .no-margin {
    margin: 0px;
  }

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

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

  .section-intro.left {
    padding-right: 8px;
  }

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

  .footer-v3-menu {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.footer-v1-brand {
    width: 50%;
    margin-right: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

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

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

  .logo-icon {
    height: 40px;
  }

  .pricing-v1 {
    margin-bottom: 40px;
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v1-card {
    width: 100%;
    margin-bottom: 32px;
  }

  .blog-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-sidebar {
    display: block;
    width: 100%;
  }

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

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

  .sidebar-subscribe-form {
    padding-right: 16%;
    padding-left: 16%;
  }

  .posts-side {
    width: 100%;
  }

  .sidebar-categories {
    padding-right: 16%;
    padding-left: 16%;
  }

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

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

  .sidebar-author-info {
    padding-right: 16%;
    padding-left: 16%;
  }

  .blog-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    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-right: 12%;
    padding-left: 12%;
  }

  .review-v2 {
    font-size: 12px;
    line-height: 16px;
  }

  .review-v1._6 {
    right: 13%;
    bottom: 18%;
  }

  .review-v1-avatar {
    width: 36px;
    height: 36px;
  }

  .review-popup-bottom {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-v1-tip {
    left: 36px;
    top: -19px;
  }

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

  .achievements {
    width: 83.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .achievement {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .review-v3 {
    padding: 6px;
  }

  .review-v3-avatar {
    width: 58px;
    height: 58px;
  }

  .features-v2 {
    width: 100%;
    margin-bottom: -48px;
  }

  .icon.left.color-1-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.color-3-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.color-4-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.color-5-ghost.morado {
    margin-right: 0px;
  }

  .icon.left.color-2-ghost.beneficios {
    margin-right: 0px;
  }

  .icon.left.white {
    margin-bottom: 20px;
  }

  .pricing-v2 {
    width: 83.33%;
    margin-bottom: -32px;
  }

  .pricing-v2-card {
    margin-bottom: 32px;
  }

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

  .hero-v1-waves {
    bottom: -500px;
    width: 1000px;
    height: 1000px;
  }

  .desktop {
    margin-top: -120px;
    margin-bottom: -20px;
  }

  .side-info {
    width: 83.33%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .side-media.flex-right {
    display: none;
  }

  .side-media.flex-left {
    display: none;
  }

  .side-media.bg-circles {
    background-size: 74%;
  }

  .side-media.compras {
    width: auto;
  }

  .feature-v1 {
    width: 100%;
  }

  .features-v1 {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .footer-v1 {
    padding-bottom: 0px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 48px;
  }

  .footer-v1-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-icons-small.footer-v4-icons {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-v3-link {
    margin-right: 8px;
    margin-left: 0px;
  }

  .footer-v3-left {
    width: 100%;
  }

  .footer-v3-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .side-block.flex-left.landing {
    margin-right: auto;
    margin-left: auto;
  }

  .side-block.phones-bg {
    height: 360px;
  }

  .side-block.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-block-image-2 {
    width: 116%;
    margin-bottom: -15%;
  }

  .feature-block-image-2.cfdi {
    margin-bottom: 0%;
  }

  .side-tabs {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .side-tab {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .side-tab-icon {
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .post-image {
    height: 360px;
  }

  .footer-v2-bottom-menu {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .footer-v2-bottom-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-review-card {
    padding: 24px 28px;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-right: 4%;
    padding-left: 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-right: 0%;
    padding-left: 0%;
  }

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

  .hero-intro-bg {
    height: 50%;
  }

  .ipad-float {
    margin-top: 64px;
    margin-bottom: 0px;
  }

  .iphone-float {
    width: 30%;
    margin-top: -11px;
    margin-right: 10%;
  }

  .mini-features {
    width: 83.33%;
  }

  .mini-feature {
    width: 50%;
    padding-right: 4%;
    padding-left: 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 {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 0%;
  }

  .side-iphone {
    width: 100%;
  }

  .side-features-v1 {
    width: 100%;
  }

  .big-message {
    padding: 32px;
  }

  .slider-screens {
    padding-right: 12%;
    padding-bottom: 64px;
    padding-left: 12%;
  }

  .slider-arrow.hero-right {
    display: none;
  }

  .slider-arrow.hero-left {
    display: none;
  }

  .mini-faq {
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mini-faq-questions {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mini-faq-sidebar {
    width: 66.66%;
    margin-top: 16px;
  }

  .sidebar-border-card {
    padding-right: 40px;
    padding-left: 40px;
  }

  .licence-items {
    width: 100%;
  }

  .hero-v6-circle-1 {
    width: 240px;
    height: 240px;
    border-width: 40px;
  }

  .hero-v6-circle-2 {
    width: 160px;
    height: 160px;
  }

  .components {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .components-link {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .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 {
    width: 100%;
    padding-top: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v4-link {
    margin-right: 4px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-cards {
    width: 83.33%;
  }

  .article-list {
    -webkit-column-count: 1;
    column-count: 1;
  }

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

  .help-mini-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .help-mini-input {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }

  .contact-form-card {
    padding: 64px 40px;
  }

  .contact-form.prueba {
    width: 100%;
  }

  .team {
    width: 100%;
    margin-bottom: 32px;
  }

  .about-photo {
    height: 320px;
    margin-bottom: 48px;
  }

  .review-v3-tip {
    left: 36px;
    top: -19px;
  }

  .counters {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter {
    width: 50%;
    margin-bottom: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }

  .help-center-promo {
    margin-top: 0%;
    margin-bottom: -12px;
  }

  .pricing-v3-plans {
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pricing-v3-plans.mobile-sticky {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pricing-v3-plans.mobile-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e1e6ee;
  }

  .pricing-plan-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-plan-cell.no-divider {
    display: none;
  }

  .pricing-plan-cell.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-v3-billing {
    display: none;
    margin-bottom: 0px;
  }

  .pricing-v3-currency {
    margin-top: 0px;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-v3-tag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-category-header {
    position: static;
    padding-right: 16px;
    padding-left: 14px;
  }

  .pricing-v3-category-heading {
    margin: 0px;
  }

  .pricing-v3-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v3-row-header {
    min-height: 32px;
    padding: 4px 16px;
    border-bottom: 1px solid #e1e6ee;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-row-header.modulo {
    min-height: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing-v3-cell {
    min-height: 48px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .pricing-v3-plan-name {
    position: -webkit-sticky;
    position: sticky;
    display: none;
    font-size: 13px;
  }

  .pricing-v3-plan-mobile {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 15px;
  }

  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }

  .smalltext {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 9px;
  }

  .smalltext.ahorra {
    font-size: 12px;
  }

  .smalltext.original {
    display: none;
  }

  .barra-arriba.uncolor {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .botonlogin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-block.tel.primero {
    margin-top: 20px;
  }

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

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

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

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

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-8 {
    font-size: 18px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-15 {
    margin-top: 0px;
    font-size: 20px;
  }

  .heading-8.prueba {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
  }

  .text-block-17 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-14.nombre {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-14.apellido {
    width: 100%;
    padding-left: 0px;
  }

  .form-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .precio-sin-tachar {
    margin-top: 0px;
    font-size: 26px;
  }

  .precio-mxn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 24px;
  }

  .precio-mxn._2.cap {
    color: #253f6f;
  }

  .precio-mxn.precionormal {
    margin-top: 0px;
  }

  .smalltext-copy {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .text-block-24 {
    font-size: 12px;
  }

  .div-block-25 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 100px;
  }

  .div-block-25.planes {
    margin-left: 90px;
  }

  .div-block-25.hot.planes {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-26 {
    margin-left: 10px;
    font-size: 40px;
  }

  .text-block-27 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-28 {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-31 {
    width: 100%;
  }

  .div-block-32 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    height: 100px;
  }

  .pricing-cell-icon-copy {
    width: 20px;
  }

  .pricing-cell-icon-copy {
    width: 20px;
  }

  .div-block-34 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-cell-icon-copy {
    width: 20px;
  }

  .text-block-39 {
    display: none;
  }

  .conviertetedistribuidor {
    display: none;
  }

  .button-3 {
    display: block;
  }

  .button-3.logotipo {
    height: auto;
  }

  .text-block-43 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-15 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-51 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-54 {
    margin-left: 200px;
  }

  .div-block-54._2 {
    margin-left: 220px;
  }

  .div-block-56 {
    margin-right: 0px;
  }

  .div-block-58 {
    margin-top: -30px;
  }

  .div-block-58.promo {
    margin-top: -15px;
  }

  .div-block-59 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-64 {
    height: 35px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .div-block-65 {
    width: 20px;
    height: 20px;
  }

  .div-block-67 {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .text-block-49 {
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-52 {
    font-size: 8px;
  }

  .text-block-52.tachado {
    font-size: 8px;
    line-height: 10px;
  }

  .div-block-69 {
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
  }

  .precio-planes-descuento-mensual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 24px;
  }

  .precio-planes-descuento-mensual._2.cap {
    color: #253f6f;
  }

  .precio-planes-descuento-mensual.precionormal {
    margin-top: 0px;
  }

  .logo-icon-copy {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section.dark.no-padding-vertical {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.haze {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero-v1-section {
    padding-bottom: 104px;
  }

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

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

  .button.small {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.margin-left {
    margin-top: 16px;
    margin-left: 0px;
  }

  .button.logotipo {
    padding: 10px;
  }

  .nav-link.multilengua {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .tooltip.map-review {
    width: 160px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin.planes._2 {
    text-align: center;
  }

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

  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .section-intro.wide {
    max-width: 100%;
  }

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

  .footer-v3-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.footer-v1-brand {
    width: 40%;
  }

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

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

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

  .logo-icon {
    width: auto;
  }

  .pricing-v1 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .pricing-v1-card {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .info {
    display: none;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .pricing-save-arrow {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .blog-sidebar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .input {
    min-width: 0px;
  }

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

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

  .input.subscribe-v1-input {
    width: 100%;
    text-align: center;
  }

  .sidebar-subscribe-form {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-card-v1-image {
    height: 224px;
  }

  .post-card-author-link {
    margin-left: 0px;
    padding-left: 0px;
  }

  .sidebar-categories {
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-arrow.no-margin {
    margin: -1px;
  }

  .sidebar-author-info {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-card-v2-image {
    height: 224px;
  }

  .post-card-author {
    margin-left: 0px;
    padding-left: 0px;
  }

  .post-card-v3-image {
    height: 224px;
  }

  .anchor-card {
    padding-bottom: 48px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .sg-color {
    height: 120px;
  }

  .sg-color-block {
    width: 100%;
  }

  .cta-card-info {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .subscribe-form {
    width: 100%;
    min-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .side-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .store-button.side-margins {
    margin: 8px 0px;
  }

  .testimonials-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonials-v1 {
    width: 80%;
  }

  .review-v1._1 {
    left: 6%;
    top: 18%;
  }

  .review-v1._2 {
    left: 21%;
    top: 49%;
  }

  .review-v1._3 {
    left: 45%;
    top: 25%;
  }

  .review-v1._4 {
    top: 5%;
    right: 23%;
  }

  .review-v1._5 {
    top: 18%;
    right: 6%;
  }

  .review-v1._6 {
    right: 6%;
    bottom: 8%;
  }

  .achievements {
    width: 100%;
  }

  .achievement {
    width: 100%;
  }

  .feature-v2 {
    width: 100%;
  }

  .pricing-v2 {
    width: 100%;
  }

  .pricing-v2-card-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .pricing-v2-card-info {
    margin-right: 32px;
    margin-left: 32px;
  }

  .pricing-v2-icon {
    right: 28px;
    bottom: -28px;
    width: 56px;
    height: 56px;
  }

  .video-link.dark-bg.margin-left {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .subscribe-v1-form {
    width: 100%;
  }

  .hero-v1-waves {
    bottom: -400px;
    width: 800px;
    height: 800px;
  }

  .desktop {
    margin-top: -72px;
    margin-bottom: -8px;
  }

  .side-info {
    width: 100%;
  }

  .side-feature {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-media {
    min-height: 200px;
    margin-bottom: 48px;
  }

  .side-media.bg-circles {
    background-size: 92%;
  }

  .feature-v1 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .features-v1 {
    width: 100%;
  }

  .footer-v1-column {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v1-column.funcionamidades {
    width: 60%;
  }

  .footer-v1-column._2 {
    width: 60%;
  }

  .social-icons-small.footer-v4-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v3-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-v3-bottom-info {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .side-block.flex-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-block.phones-bg {
    height: 280px;
  }

  .side-block.right {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-block-info {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
  }

  .desktop-big-image {
    width: 100%;
  }

  .feature-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-block-image-2 {
    margin-top: -12px;
  }

  .side-tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .post-image {
    height: 240px;
  }

  .post {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v2-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-v1-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: 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 {
    width: 100%;
  }

  .features-v3 {
    width: 100%;
  }

  .features-v3._2-columns {
    width: 100%;
  }

  .feature-v3 {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .logo-link.blanco {
    padding: 8px 12px;
  }

  .hero-intro-bg {
    height: 50vh;
  }

  .big-side-block-info {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .big-side-block-info.funcionalidades {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .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-right: 8%;
    padding-left: 8%;
  }

  .layout {
    height: 360px;
  }

  .layout.inner {
    height: 328px;
  }

  .post-author {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .iphone-hand {
    width: 100%;
    max-width: 200%;
    margin-top: 20px;
    margin-bottom: 0%;
  }

  .side-iphone {
    width: 100%;
  }

  .side-feature-v1._25 {
    width: 100%;
  }

  .big-message {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .big-message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .slider-screens {
    padding-right: 0%;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .slider-arrow {
    display: none;
  }

  .screen-slide {
    width: 100%;
  }

  .sg-button-block {
    width: 100%;
  }

  .subscribe-card {
    padding: 32px;
  }

  .mini-faq {
    width: 100%;
  }

  .mini-faq-sidebar {
    width: 100%;
  }

  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-item-info {
    margin-top: 8px;
    padding-left: 0px;
    text-align: center;
  }

  .hero-v6-laptop {
    max-width: 100%;
  }

  .hero-v6-circle-1 {
    width: 160px;
    height: 160px;
    border-width: 24px;
  }

  .hero-v6-circle-2 {
    left: -8%;
    width: 120px;
    height: 120px;
  }

  .components-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .iphone-floating-right {
    margin-right: -5%;
  }

  .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-right: 8px;
    padding-left: 8px;
  }

  .footer-v4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v4-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-v4-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .help-form {
    width: 100%;
  }

  .feature-cards {
    width: 100%;
  }

  .contact-form-card {
    padding: 32px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member-avatar {
    width: 100%;
    height: 280px;
  }

  .team-member-header {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-position {
    width: 100%;
    margin-top: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .about-photo {
    height: 240px;
  }

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

  .image {
    width: 42%;
    margin-top: 3%;
    margin-right: -2%;
  }

  .counter {
    width: 100%;
  }

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

  .pricing-v3 {
    width: 100vw;
    border-radius: 0px;
  }

  .pricing-v3-plans {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .pricing-plan-cell {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-v3-billing {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing-v3-currency {
    margin-right: 2px;
    margin-left: 0px;
  }

  .pricing-v3-tag {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v3-category-heading {
    margin: 0px;
  }

  .pricing-v3-row-header {
    padding-right: 12px;
    padding-left: 12px;
    border-bottom-style: none;
  }

  .pricing-v3-row-header.modulo {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .smalltext {
    margin-top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 10px;
    line-height: 12px;
  }

  .smalltext.ahorra {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-9 {
    white-space: nowrap;
  }

  .image-3 {
    margin-left: 10px;
  }

  .text-block-10 {
    white-space: nowrap;
  }

  .link-block.tel.mx {
    display: none;
  }

  .link-block.tel.mx.landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-12 {
    display: none;
  }

  .sreenshot.lefttext {
    padding-bottom: 0px;
  }

  .sreenshot.righttext {
    padding-bottom: 0px;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-15 {
    margin-top: 0px;
    font-size: 18px;
  }

  .div-block-10 {
    padding: 10px;
  }

  .bubble-timbres {
    height: auto;
    min-width: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    line-height: 15px;
  }

  .bubble-timbres.color1 {
    min-height: auto;
    margin-left: 0px;
  }

  .bubble-timbres.color2 {
    min-height: auto;
    margin-left: 0px;
  }

  .heading-8 {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 40px;
    text-align: center;
  }

  .heading-8.prueba {
    margin-top: 20px;
  }

  .text-block-17 {
    line-height: 25px;
    text-align: center;
  }

  .text-block-17.pagousd {
    line-height: 15px;
  }

  .div-block-11 {
    margin-right: 20px;
    margin-left: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    margin-bottom: 10px;
  }

  .div-block-23 {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .precio-sin-tachar {
    margin-top: 0px;
    font-size: 25px;
  }

  .precio-sin-tachar._2 {
    margin-top: 0px;
  }

  .precio-mxn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .precio-mxn._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .smalltext-copy {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
  }

  .div-block-25 {
    left: auto;
    top: auto;
    margin-left: 40px;
  }

  .div-block-25.planes {
    margin-left: 0px;
  }

  .text-block-26 {
    margin-left: 10px;
    font-size: 40px;
    line-height: 35px;
  }

  .text-block-27 {
    font-size: 80px;
    line-height: 68px;
  }

  .text-block-28 {
    font-size: 25px;
  }

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

  .formlanding2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .input-2 {
    min-width: 0px;
  }

  .button-3.logotipo {
    padding: 10px;
  }

  .image-15 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-54 {
    margin-left: 100px;
  }

  .div-block-56 {
    margin-left: 0px;
  }

  .div-block-58 {
    margin-top: -30px;
  }

  .div-block-62 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-63 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-47 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-64 {
    height: 30px;
  }

  .div-block-65 {
    width: 14px;
    height: 14px;
  }

  .div-block-67 {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .text-block-49 {
    margin-right: -5px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block-50 {
    display: none;
  }

  .text-block-52.tachado {
    display: none;
    width: 60px;
  }

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

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

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

  .precio-planes-descuento-mensual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .precio-planes-descuento-mensual._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo-icon-copy {
    width: auto;
  }
}

#w-node-_2ce08c4d-5a17-ff85-5860-8c132c7cfd7f-32d12f52 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_283d77c3-aad9-d950-2170-cec7cb6a82b6-6ad12f15 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_283d77c3-aad9-d950-2170-cec7cb6a82b6-83d12f19 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4836ac3a-5073-46bf-f191-fcd45b4d7ecb-64d12f18 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4836ac3a-5073-46bf-f191-fcd45b4d7ecb-f0d12f1a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

