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

.seccion {
  position: relative;
  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: #fff;
}

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

.seccion.gris {
  background-color: #f5f6f8;
}

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

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

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

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

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

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

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

.seccion.seccion-lateral {
  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;
}

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

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

.seccion.seccion-hero-3 {
  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;
}

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

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

.seccion.seccion-hero-6 {
  padding-top: 192px;
}

.seccion.mascara {
  overflow: hidden;
}

.contenedor {
  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;
  background-color: transparent;
}

.contenedor.nav-bar-contenedor {
  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;
}

.contenedor.padding-lateral {
  padding-right: 15px;
  padding-left: 15px;
}

.boton {
  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: #2583fd;
  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;
  -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;
}

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

.boton.peque {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.boton.peque.ghost.hided {
  display: none;
}

.boton.blanco {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #2c3340;
}

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

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

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

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

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

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

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

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

.nav-bar {
  position: fixed;
  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;
}

.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.degradado-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.utility-page-wrap.grade-1 {
  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-content._2 {
  width: 400px;
}

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

.bocadillo {
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.bocadillo.hidden {
  display: none;
}

.bocadillo.map-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  max-width: none;
  margin-bottom: 36px;
  padding: 20px 20px 92px;
  font-size: 14px;
  line-height: 24px;
}

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

.flecha-bocadillo {
  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 {
  color: #7a8292;
}

.no-margin {
  margin: 0px;
}

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

.introduccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  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;
}

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

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

.introduccion.otrosmetodos {
  margin-top: 88px;
}

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

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

.footer-provi {
  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 {
  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);
}

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

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

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

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

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

.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-top {
  padding-top: 0px;
}

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

.full-width {
  width: 100%;
}

.container-pagina {
  position: relative;
  overflow: hidden;
}

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

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

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

.bg-burbujas {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.cargando-icono {
  width: 28px;
  margin-right: 10px;
}

.precios-host {
  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;
}

.precios-host-ficha {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 32px;
  margin-left: 15px;
  padding: 40px 48px 48px;
  -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;
}

.precio-host-facturacion {
  color: #7a8292;
  font-size: 11px;
  text-transform: uppercase;
}

.precio-host-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0px 24px 19px;
  -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;
  font-size: 64px;
  line-height: 44px;
}

.precio-host-eur {
  margin-right: 6px;
  color: #a9b0be;
  font-size: 20px;
  line-height: 20px;
}

.precio-host-caracteristicas {
  margin-top: 36px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #e1e6ee;
}

.precio-host-caracteristica {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-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;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #596273;
  cursor: help;
}

.precio-host-caracteristica:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

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

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

.precio-host-badge-icono {
  width: 18px;
  margin-right: 1px;
  margin-bottom: 3px;
}

.tabs-menu {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  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;
}

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

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

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

.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-ficha-boton {
  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-ficha-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-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;
}

.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.post-author-link {
  display: none;
  margin-top: -8px;
}

.link-arrow.oculto {
  display: none;
}

.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-ficha-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-ficha-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-ficha-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-ficha-descripcion {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a8292;
}

.post-ficha-autor {
  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-peque {
  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-ficha-imagen {
  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;
}

.desplegable-lista.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);
}

.desplegable-lista.v2.w--open {
  display: block;
  width: auto;
  margin-left: -48px;
  padding: 12px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.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-bridge {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  height: 30px;
}

.fichas-servicios {
  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;
}

.ficha-servicio {
  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;
}

.ficha-servicio: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);
}

.circulo-icono {
  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;
}

.circulo-icono.color-1-ghost {
  padding: 20px;
}

.circulo-icono.white {
  background-color: #fff;
}

.circulo-icono.left {
  margin-right: 20px;
  margin-bottom: 0px;
}

.ficha-servicio-boton {
  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;
}

.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-burbujas {
  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-burbujas.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-burbujas.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-burbujas.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-burbujas-contenedor {
  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-burbujas-contenedor.margin-top {
  margin-top: 112px;
}

.cta-icono {
  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-burbujas-ondas {
  position: absolute;
  top: -335px;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  opacity: 0.15;
}

.onda-circular-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%;
}

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

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

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

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

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

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

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

.onda-circular-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-burbujas-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;
}

.onda-circular {
  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;
}

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

.boton-lateral {
  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;
}

.partner-icono {
  border-radius: 5px;
  background-color: #253f6f;
}

.partner-icono.white {
  position: static;
  z-index: 20;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

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

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

.partner-icono.ghost {
  border-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e1e6ee;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

.store-badge {
  position: static;
  z-index: 20;
  height: 48px;
}

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

.store-badge.small {
  height: 40px;
  padding-right: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
}

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

.testimonios-nube {
  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;
}

.testimonio-nube {
  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;
}

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

.testimonio-nube-cta {
  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;
}

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

.testimonio-nube-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonios-mapa {
  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;
}

.mapa {
  max-width: 650px;
}

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

.testimonio._1 {
  position: absolute;
  left: 8%;
  top: 3%;
  z-index: 1;
}

.testimonio._2 {
  position: absolute;
  left: 38%;
  top: 42%;
  z-index: 1;
}

.testimonio._3 {
  position: absolute;
  left: 19%;
  top: 87%;
  z-index: 2;
}

.testimonio._4 {
  position: absolute;
  top: 18%;
  right: 18%;
  z-index: 1;
}

.testimonio._5 {
  position: absolute;
  top: 20%;
  right: 11%;
  z-index: 1;
}

.testimonio._6 {
  position: absolute;
  right: 33%;
  bottom: 23%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.flecha-click {
  margin-top: 10px;
  margin-right: 10px;
}

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

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

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

.testimonios-redondos {
  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;
}

.testimonio-redondo {
  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;
}

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

.loguito-iniciativanet {
  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;
}

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

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

.precios-web {
  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;
}

.precios-web-ficha {
  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.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

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

.precios-web-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, right top, from(rgba(11, 111, 218, 0.88)), to(rgba(7, 227, 161, 0.88))), url('../images/linkedin-sales-navigator-406827-unsplash.jpg');
  background-image: linear-gradient(90deg, rgba(11, 111, 218, 0.88), rgba(7, 227, 161, 0.88)), url('../images/linkedin-sales-navigator-406827-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.precios-web-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))), url('../images/linkedin-sales-navigator-403996-unsplash.jpg');
  background-image: linear-gradient(90deg, rgba(248, 35, 143, 0.88), rgba(255, 147, 60, 0.88)), url('../images/linkedin-sales-navigator-403996-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.precio-contenedor {
  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;
}

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

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

.ficha-informativa {
  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;
}

.ficha-info {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.incluye.no {
  color: #a9b0be;
}

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

.precios-web-icono {
  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.12);
}

.precio-info-adicional {
  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;
}

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

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

.circulos-sociales {
  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;
}

.circulos-sociales.subscribirse-v1-iconos {
  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;
}

.subscribirse-1-contenedor {
  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;
}

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

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

.subscribirse-v1-formulario {
  margin-bottom: 0px;
}

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

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

.lateral-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.lateral-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

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

.lateral-media.bg-circles {
  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: 20%;
  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-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  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;
}

.iconos-sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  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;
}

.iconos-sociales.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-provi-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-provi-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

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

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

.fotter-provi-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-provi-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-provi-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);
}

.bloque-lateral {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.bloque-lateral.flex-left {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  -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;
}

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

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

.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-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.grade-3.presupuesto {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.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 32px 32px 0px;
  -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;
}

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

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

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

.mensajetext {
  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 {
  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);
}

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

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

.beneficios-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 {
  height: 32px;
}

.logo.ahrefs {
  height: 25px;
}

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

.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-caracteristicas {
  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-caracteristica {
  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-caracteristica-icono {
  margin-right: 16px;
}

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

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

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

.side-iphone {
  width: 64%;
}

.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-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-info {
  margin-left: 16px;
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mensaje-grande {
  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;
}

.mensaje-grande.degradado-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-text {
  margin-right: 24px;
  font-size: 22px;
  line-height: 28px;
}

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

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

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

.presupuesto-form {
  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);
}

.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-pregunta {
  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-info {
  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;
}

.hero-portatil-iphone {
  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-portatil {
  position: relative;
  z-index: 10;
  max-width: 840px;
}

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

.hero-circulo-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-circulo-2 {
  position: absolute;
  left: -8%;
  bottom: -9%;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: rgba(142, 42, 240, 0.12);
}

.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: 40px;
  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;
}

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

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

.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-preguntas {
  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-preguntas.margin-left {
  margin-left: 6%;
}

.faq-preguntas.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: #00d5bb;
}

.text-color-4 {
  color: #f8238f;
}

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

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

.contacto-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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);
}

.boton-float {
  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;
}

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

.contacto-float-lista {
  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;
}

.ficha-contacto {
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
  padding: 88px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(89, 98, 115, 0.12);
}

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

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

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

.click-aqui {
  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;
}

.pesado {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  display: none;
  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;
}

.pesado-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.pesado-cerrar {
  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;
}

.pesado-cerrar:hover {
  background-color: #7a8292;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pesado-imagen {
  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/portaithelp.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: 100%;
  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.navdrophide.w--current {
  display: none;
}

.nav-dropdown-link-v2.navdrophide.oculto {
  display: none;
}

.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 {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link-text {
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

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

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

.imagen-4 {
  color: #ff9320;
}

.imagen-2 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 5px;
}

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

.footer-app-icon-2 {
  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: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

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

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

.footer-app-link-2 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #2c3340;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

.footer-app-link-2.foot1 {
  padding-right: 8px;
  padding-left: 8px;
}

.contactos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

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

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

  .seccion {
    padding: 80px 8px;
  }

  .seccion.seccion-hero-1 {
    padding-bottom: 260px;
  }

  .seccion.seccion-lateral {
    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;
  }

  .seccion.seccion-hero-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .seccion.top-section {
    padding-top: 144px;
  }

  .seccion.seccion-hero-4 {
    padding-top: 144px;
  }

  .seccion.seccion-hero-6 {
    padding-top: 144px;
  }

  .contenedor.nav-bar-contenedor {
    height: 64px;
  }

  .contenedor.padding-lateral {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-bar {
    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;
  }

  .no-margin {
    margin: 0px;
  }

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

  .introduccion {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

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

  .marca {
    padding-left: 22px;
  }

  .marca.footer-v1-brand {
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .marca.footer-v4-brand {
    padding-left: 8px;
  }

  .nav-menu {
    overflow: visible;
    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-top {
    padding-top: 0px;
  }

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

  .navegacion {
    padding-right: 0px;
  }

  .precios-host {
    margin-bottom: -48px;
    padding-right: 16.66%;
    padding-left: 16.66%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .precios-host-ficha {
    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;
  }

  .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-ficha-boton {
    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-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-ficha-link {
    margin-bottom: 24px;
  }

  .post-ficha-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .post-ficha-info {
    padding: 24px 24px 8px;
  }

  .post-card-v2-image {
    height: 200px;
  }

  .post-peque {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-ficha-imagen {
    height: 200px;
  }

  .nav-dropdown-icon {
    display: inline-block;
    margin-right: 24px;
    opacity: 0.4;
  }

  .desplegable-lista.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);
  }

  .desplegable-lista.v2.w--open {
    width: 100%;
    margin-left: 0px;
  }

  .dropdown-corner {
    display: none;
  }

  .fichas-servicios {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ficha-servicio {
    margin: 8px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .cta-burbujas {
    margin-right: 8px;
    margin-left: 8px;
  }

  .cta-icono {
    width: 72px;
    height: 72px;
  }

  .breadcrumbs {
    padding: 15px 8px;
  }

  .testimonios-nube {
    width: 100%;
  }

  .testimonios-mapa {
    width: 88%;
  }

  .mapa {
    max-width: 100%;
  }

  .review-v1-tip {
    display: none;
  }

  .num-logro {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 32px;
  }

  .testimonios-redondos {
    margin-bottom: 48px;
  }

  .precios-web {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .precios-web-ficha {
    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;
  }

  .precio-info-adicional {
    margin-top: 48px;
  }

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

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

  .circulos-sociales.subscribirse-v1-iconos {
    margin-top: 32px;
    margin-right: 0px;
  }

  .subscribirse-1-contenedor {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .subscribirse-v1-icon {
    width: 32px;
    margin-bottom: 8px;
  }

  .hero-ondas {
    bottom: -600px;
    width: 1200px;
    height: 1200px;
  }

  .desktop {
    max-width: 90%;
    margin-top: -188px;
  }

  .lateral-info {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .caracteristica.movil-inverso {
    -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;
  }

  .lateral-media {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .lateral-media.bg-circles {
    background-size: 60%;
  }

  .feature-v1 {
    padding-bottom: 64px;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-column {
    width: 25%;
    padding-right: 16px;
    padding-left: 8px;
  }

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

  .fotter-provi-left {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-provi-right {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .bloque-lateral {
    width: 100%;
    max-width: none;
    padding-right: 8px;
    padding-left: 8px;
  }

  .bloque-lateral.flex-left {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .beneficios {
    width: 100%;
  }

  .beneficio {
    width: 50%;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .logo-link {
    margin: 12px;
  }

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

  .ipad-float {
    width: 72%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -4%;
  }

  .iphone-float {
    width: 32%;
    margin-top: -32px;
    margin-right: 9%;
  }

  .mini-caracteristicas {
    width: 100%;
    margin-bottom: -32px;
  }

  .mini-caracteristica {
    padding-bottom: 32px;
  }

  .menu-button {
    z-index: 99999999999;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #2c3340;
  }

  .layouts-item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .post-author {
    margin-top: 40px;
    padding-right: 16%;
  }

  .iphone-hand {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 20%;
    margin-right: -5%;
    margin-bottom: -5%;
  }

  .side-iphone {
    width: 46%;
  }

  .side-features-v1 {
    width: 83.33%;
  }

  .mensaje-grande {
    padding: 40px;
  }

  .big-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-card.hero-card {
    margin-top: 64px;
  }

  .pricing-bg.grade-3 {
    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-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-portatil {
    max-width: 90%;
  }

  .hero-iphone {
    width: 33%;
    margin-right: -2%;
  }

  .hero-circulo-1 {
    right: -4%;
    width: 360px;
    height: 360px;
  }

  .hero-circulo-2 {
    left: -2%;
    width: 200px;
    height: 200px;
  }

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

  .search-result-list {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-v3-circle-big {
    margin-top: 72%;
  }

  .hero-v3-circle {
    margin-top: -18%;
    margin-left: -32%;
  }

  .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-preguntas {
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-preguntas.margin-left {
    margin-left: 0%;
    padding-top: 64px;
  }

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

  .contacto-float {
    right: 12px;
    bottom: 12px;
  }

  .click-aqui {
    display: none;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
  }

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

  .nav-dropdown-link-v2.w--current {
    color: #2c3340;
  }

  .laptop-left-2 {
    width: 92%;
    margin-top: 0px;
    margin-right: 7%;
    margin-bottom: 0px;
  }

  .lottie-animation-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .seccion {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .seccion.seccion-hero-1 {
    padding-bottom: 164px;
  }

  .seccion.top-section {
    padding-top: 128px;
  }

  .seccion.seccion-hero-4 {
    padding-top: 124px;
  }

  .seccion.seccion-hero-6 {
    padding-top: 128px;
  }

  .bocadillo.map-review {
    width: 200px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
  }

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

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

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

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

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

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

  .logo-icon {
    height: 22px;
  }

  .precios-host {
    margin-bottom: -32px;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .precios-host-ficha {
    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-peque {
    width: 100%;
  }

  .post-ficha-imagen {
    height: 264px;
  }

  .cta-burbujas {
    padding-right: 12%;
    padding-left: 12%;
  }

  .testimonio-nube {
    font-size: 12px;
    line-height: 16px;
  }

  .testimonio._6 {
    right: 33%;
    bottom: 25%;
  }

  .review-v1-avatar {
    width: 36px;
    height: 36px;
  }

  .review-popup-bottom {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-v1-tip {
    left: 36px;
    top: -19px;
  }

  .flecha-click {
    margin-right: 6px;
  }

  .logros {
    width: 83.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logro {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonio-redondo {
    padding: 6px;
  }

  .testimonio-redondo-avatar {
    width: 58px;
    height: 58px;
  }

  .precios-web {
    width: 83.33%;
    margin-bottom: -32px;
  }

  .precios-web-ficha {
    margin-bottom: 32px;
  }

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

  .hero-ondas {
    bottom: -500px;
    width: 1000px;
    height: 1000px;
  }

  .desktop {
    margin-top: -120px;
    margin-bottom: -20px;
  }

  .lateral-info {
    width: 83.33%;
  }

  .lateral-media.bg-circles {
    background-size: 74%;
  }

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

  .iconos-sociales.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-provi-link {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fotter-provi-left {
    width: 100%;
  }

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

  .bloque-lateral.phones-bg {
    height: 360px;
  }

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

  .beneficios {
    width: 66.66%;
    margin-bottom: -48px;
  }

  .beneficio {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .ipad-float {
    margin-top: 64px;
    margin-bottom: 0px;
  }

  .iphone-float {
    width: 30%;
    margin-top: -11px;
    margin-right: 10%;
  }

  .mini-caracteristicas {
    width: 83.33%;
  }

  .mini-caracteristica {
    width: 50%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .layouts-item {
    margin-bottom: 26px;
  }

  .post-author {
    margin-top: 32px;
    padding: 32px 32px 24px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
    margin-right: 24px;
  }

  .iphone-hand {
    margin-right: -7%;
  }

  .side-iphone {
    width: 60%;
  }

  .side-features-v1 {
    width: 100%;
  }

  .mensaje-grande {
    padding: 32px;
  }

  .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-info {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-circulo-1 {
    width: 240px;
    height: 240px;
    border-width: 40px;
  }

  .hero-circulo-2 {
    width: 160px;
    height: 160px;
  }

  .search-result-list {
    width: 100%;
  }

  .hero-v3-circle-big {
    margin-top: 88%;
  }

  .hero-v3-circle {
    margin-top: -38%;
  }

  .faq {
    width: 100%;
  }

  .faq-preguntas.margin-left {
    padding-top: 48px;
  }

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

  .ficha-contacto {
    padding: 64px;
  }

  .click-aqui {
    left: 36px;
    top: -19px;
  }

  .menu-icono {
    margin-right: 2px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 479px) {
  .seccion {
    padding-right: 8px;
    padding-left: 8px;
  }

  .seccion.seccion-hero-1 {
    padding-bottom: 104px;
  }

  .boton.peque {
    padding-right: 16px;
    padding-left: 16px;
  }

  .boton.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .boton.margin-left {
    margin-top: 16px;
    margin-left: 0px;
  }

  .bocadillo.map-review {
    width: 160px;
  }

  .no-margin {
    margin: 0px;
  }

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

  .introduccion.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

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

  .nav-menu {
    width: 100%;
  }

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

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

  .precios-host {
    padding-right: 0%;
    padding-left: 0%;
  }

  .precios-host-ficha {
    padding-right: 8%;
    padding-left: 8%;
  }

  .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-ficha-autor {
    margin-left: 0px;
    padding-left: 0px;
  }

  .post-ficha-imagen {
    height: 224px;
  }

  .ficha-servicio {
    padding-bottom: 48px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .cta-burbujas-info {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .boton-lateral {
    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;
  }

  .partner-icono.white {
    z-index: 20;
  }

  .store-badge {
    z-index: 20;
  }

  .testimonios-nube {
    -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;
  }

  .testimonios-mapa {
    width: 80%;
  }

  .testimonio._1 {
    left: 6%;
    top: 0%;
  }

  .testimonio._2 {
    left: 32%;
    top: 33%;
  }

  .testimonio._3 {
    left: 16%;
    top: 79%;
  }

  .testimonio._4 {
    top: 13%;
    right: 15%;
  }

  .testimonio._5 {
    top: 18%;
    right: 6%;
  }

  .testimonio._6 {
    right: 25%;
    bottom: 13%;
  }

  .logros {
    width: 100%;
  }

  .logro {
    width: 100%;
  }

  .precios-web {
    width: 100%;
  }

  .precios-web-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .ficha-informativa {
    margin-right: 32px;
    margin-left: 32px;
  }

  .precios-web-icono {
    right: 28px;
    bottom: -28px;
    width: 56px;
    height: 56px;
  }

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

  .subscribirse-v1-formulario {
    width: 100%;
  }

  .hero-ondas {
    bottom: -400px;
    width: 800px;
    height: 800px;
  }

  .desktop {
    margin-top: -72px;
    margin-bottom: -8px;
  }

  .lateral-info {
    width: 100%;
  }

  .caracteristica {
    padding-right: 0%;
    padding-left: 0%;
  }

  .lateral-media {
    min-height: 200px;
    margin-bottom: 48px;
  }

  .lateral-media.bg-circles {
    background-size: 92%;
  }

  .feature-v1 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .features-v1 {
    width: 100%;
  }

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

  .bloque-lateral.phones-bg {
    height: 280px;
  }

  .side-block-info {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
  }

  .small-message.grade-3.presupuesto {
    -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;
  }

  .side-tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mensaje {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .beneficios {
    width: 100%;
  }

  .beneficio {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .big-side-block-info {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
  }

  .ipad-float {
    width: 100%;
  }

  .iphone-float {
    width: 40%;
    margin-top: 4px;
    margin-right: -2%;
  }

  .mini-caracteristicas {
    width: 100%;
    margin-bottom: -24px;
  }

  .mini-caracteristica {
    width: 100%;
    padding-bottom: 24px;
  }

  .layouts-item {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .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 {
    max-width: 100%;
    margin-top: 32%;
    margin-right: -7%;
  }

  .side-iphone {
    width: 76%;
  }

  .mensaje-grande {
    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;
  }

  .mensaje-grande.degradado-4 {
    -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;
  }

  .big-message-text {
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }

  .subscribe-card {
    padding: 32px;
  }

  .mini-faq {
    width: 100%;
  }

  .mini-faq-sidebar {
    width: 100%;
  }

  .hero-portatil {
    max-width: 100%;
  }

  .hero-circulo-1 {
    width: 160px;
    height: 160px;
    border-width: 24px;
  }

  .hero-circulo-2 {
    left: -8%;
    width: 120px;
    height: 120px;
  }

  .iphone-floating-right {
    margin-right: -5%;
  }

  .password-card {
    padding: 40px;
  }

  .hero-v3-circle-big {
    width: 80vh;
    height: 80vh;
    margin-top: 108%;
    margin-left: 23%;
  }

  .hero-v3-circle {
    margin-top: -68%;
    margin-left: -38%;
  }

  .faq-preguntas {
    padding-right: 8px;
    padding-left: 8px;
  }

  .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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .help-form {
    width: 100%;
  }

  .feature-cards {
    width: 100%;
  }

  .ficha-contacto {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-app-icon-2 {
    margin-right: 10px;
  }

  .footer-app-link-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-app-link-2.foot1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .lottie-animation-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    height: 100%;
  }
}

