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

.barra-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  float: none;
  clear: none;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
}

.link-block {
  display: inline-block;
  margin-top: 12px;
  margin-left: 30px;
}

.link-block.w--current {
  margin-top: 16px;
}

.nav-link {
  color: #8b8b8a;
}

.nav-link:hover {
  background-color: #00a7cc;
  color: #fff;
}

.nav-link:focus {
  background-color: #00a7cc;
  color: #fff;
}

.nav-link.w--current {
  background-color: transparent;
  color: #8b8b8a;
}

.nav-link.w--current:hover {
  background-color: #00a7cc;
  color: #fff;
}

.nav-link.w--current:focus {
  color: #fff;
}

.nav-link.w--current:visited {
  color: #8b8b8a;
  text-decoration: none;
}

.intro {
  display: none;
  min-height: 100vh;
}

.column-izq-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/mapp.care-home-animate_1.gif');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.titulo {
  display: block;
  max-width: 410px;
  min-width: 400px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.titulo.adjust {
  width: 390px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span {
  color: #00a7cc;
}

.column-derecha-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 0%;
  padding-left: 13%;
  -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;
}

.columnas-intro {
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: hsla(0, 0%, 100%, 0);
}

.image-2 {
  margin-top: 40px;
}

.column-izq-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-image: url('../images/Telefonos-mapp.care.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-derecha-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  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;
}

.div-block-2 {
  width: 280px;
  height: 80px;
  margin-bottom: 30px;
  background-image: url('../images/Logo-mapp.care-home.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.parrafo {
  display: block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.parrafo.adjust {
  width: 390px;
  margin-bottom: 121px;
}

.app {
  display: none;
  min-height: 100vh;
}

.selecciona-app {
  min-height: 70vh;
}

.columns-selecciona-app-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 10%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-selecciona-app-1.derecha {
  padding-top: 65px;
  padding-right: 10%;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-slide-2 {
  width: 190px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a7cc;
  border-radius: 10px;
  background-color: #fff;
  color: #00a7cc;
  font-size: 16px;
  text-align: center;
}

.button-slide-2:hover {
  background-color: #00a7cc;
  color: #fff;
}

.button-slide-2.empresa {
  width: 230px;
  border-color: #8b8b8a;
  color: #8b8b8a;
}

.button-slide-2.empresa:hover {
  background-color: #8b8b8a;
  color: #fff;
}

.paragraph {
  width: 278px;
  margin-bottom: 26px;
  color: #8b8b8a;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
}

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

.columns-selecciona-app-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 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-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;
}

.footer-landing {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.rama {
  background-color: rgba(0, 167, 204, 0.5);
}

.columns {
  display: block;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 41px;
  padding-left: 41px;
  -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;
}

.parrafo-3 {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  text-decoration: none;
}

.parrafo-3.white {
  color: #fff;
}

.parrafo-3.adjust {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #00a7cc;
}

.negritas {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-weight: 700;
}

.negritas.white {
  color: #fff;
}

.rama-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  padding-right: 10%;
  padding-left: 10%;
  -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;
  background-color: #575756;
}

.logo-footer {
  width: auto;
  height: 33px;
  max-height: none;
  max-width: none;
  padding: 0px;
}

.logo-footer.adjust {
  height: 29px;
  padding-right: 0px;
}

.icon {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 28px;
}

.nav-menu {
  float: right;
}

.video {
  position: relative;
  padding-top: 140px;
}

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

.video-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-intro-app-1 {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-intro-app-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 0%;
  -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;
}

.super-titulo {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 60px;
  line-height: 70px;
}

.super-titulo.white {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.super-titulo.blue {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #00a7cc;
  font-size: 33px;
  line-height: 40px;
}

.super-titulo.gray {
  display: block;
  margin-top: 40px;
  margin-bottom: 35px;
  -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;
  font-size: 33px;
  line-height: 40px;
}

.super-titulo.small {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
}

.super-titulo.margen {
  margin-bottom: 0px;
}

.super-titulo.margin-bottom {
  margin-bottom: 40px;
}

.parrafo-2 {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 16px;
  line-height: 30px;
}

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

.parrafo-2.white.size {
  color: #fff;
  font-size: 19px;
}

.parrafo-2.adjust {
  margin-top: 20px;
  margin-bottom: 23px;
}

.parrafo-2.adjust.padding {
  margin-top: 21px;
  padding-right: 0px;
  line-height: 26px;
}

.parrafo-2.margin.center {
  font-size: 17px;
  text-decoration: none;
}

.parrafo-2._2 {
  width: 530px;
  margin-bottom: 29px;
}

.parrafo-2.center {
  max-width: 620px;
}

.bullet {
  max-width: 270px;
  margin-bottom: 0px;
  color: #8b8b8a;
  font-size: 18px;
}

.bullet.white {
  margin-left: 0px;
  color: #fff;
}

.bullets-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.bullets-container.izq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  position: static;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.button-2 {
  width: 176px;
  border-style: solid;
  border-width: 1px;
  border-color: #8b8b8a;
  border-radius: 8px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  text-align: center;
}

.button-2:hover {
  background-color: #8b8b8a;
  color: #fff;
}

.button-2.margen {
  margin-bottom: 18px;
}

.button-2.ayuda {
  margin-bottom: 40px;
}

.button-2.margin {
  margin-bottom: 46px;
}

.button-2.espaciado {
  width: 165px;
  margin-left: 43px;
}

.mapp-care-empresas {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  padding-top: 3%;
  padding-bottom: 10%;
}

.columns-para-que-sirve {
  position: static;
  z-index: 2;
  padding: 10%;
}

.div-block-intro-app {
  max-width: 560px;
  margin-bottom: 20px;
}

.column-para-que-sirve-1 {
  position: static;
  padding-right: 5%;
}

.column-para-que-sirve-2 {
  position: static;
  padding-top: 19px;
  padding-right: 0px;
  padding-left: 40px;
}

.column-13 {
  position: static;
}

.column-14 {
  position: static;
}

.caracteristicas {
  margin-top: 0px;
  padding: 10%;
}

.caracteristicas.adjust {
  margin-top: 0px;
  padding-top: 10%;
  padding-bottom: 13%;
}

.grid {
  margin-top: 40px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.mappernauta {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.texto-icono {
  margin-top: 20px;
  color: #8b8b8a;
  font-size: 16px;
  text-align: center;
}

.icono {
  max-height: 60px;
  max-width: none;
}

.icono.adjust-2 {
  max-height: 70px;
}

.column-anuncio-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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-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;
}

.image-4 {
  padding-top: 0%;
}

.column-anuncio-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.sub-titulo {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 20px;
  line-height: 30px;
}

.sub-titulo.adjust {
  margin-top: 0px;
  margin-bottom: 20px;
}

.sub-titulo.black {
  color: #575756;
}

.sub-titulo.regular {
  font-weight: 400;
}

.column-anuncio-3 {
  padding-left: 0px;
}

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

.column-planes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.div-block-12 {
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.anuncios-2 {
  display: none;
  padding: 5% 10%;
}

.column-planes-2 {
  padding-top: 0px;
}

.img-descarga {
  max-width: 70%;
}

.image-8 {
  max-width: 70%;
}

.columns-descarga-app {
  margin-bottom: 55px;
  padding-top: 0px;
}

.column-descargas-4 {
  padding-top: 0px;
  padding-right: 60px;
}

.blue {
  color: #00a7cc;
}

.para-que-sirve-mapp-care {
  position: static;
  top: -178px;
  z-index: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 167, 204, 0.5)), to(rgba(0, 167, 204, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 167, 204, 0.5), rgba(0, 167, 204, 0.5));
  background-position: 0px 0px;
}

.para-que-sirve-mapp-care.empresas {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b888e), to(#8b888e));
  background-image: linear-gradient(180deg, #8b888e, #8b888e);
  background-position: 0px 0px;
}

.cel-mapp-care {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.descargar-app {
  margin-bottom: 0%;
  padding: 40px 10% 10%;
}

.column-descargas-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.column-descargas-2 {
  padding-top: 0px;
  padding-right: 60px;
}

.column-descargas-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.column-porf-prox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-left: 60px;
  -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;
}

.social-media-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #8b8b8a;
}

.social-media-icon:hover {
  background-color: #00a7cc;
}

.menu-footer {
  display: -ms-grid;
  display: grid;
  height: auto;
  padding: 35px 10%;
  -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;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3d3d3d #575756 #575756;
  background-color: #575756;
}

.footer-text {
  display: inline;
  margin: 5px 10px;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}

.footer-text.link {
  margin-right: 0px;
  margin-left: 0px;
  color: #8b8b8a;
  font-size: 13px;
}

.footer-text.link:hover {
  color: #00a7cc;
}

.footer-text.link.w--current {
  display: inline;
  text-align: left;
}

.icono-social-media {
  max-width: 60%;
  color: #575756;
}

.text-field {
  display: block;
  margin-bottom: 35px;
}

.form-block {
  width: 450px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.faqs {
  margin-top: 108px;
}

.acordion-item {
  margin-bottom: 40px;
}

.acordion-item-trigger {
  margin-bottom: 10px;
}

.acordion-item-content {
  overflow: hidden;
}

.redes-sociales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.soporte {
  margin-bottom: 0%;
  padding: 6% 10% 5%;
}

.columns-ayuda {
  padding-top: 35px;
}

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

.column-ayuda-2 {
  padding-top: 0px;
}

.contacto-soporte {
  padding: 5% 10% 10%;
}

.select-field {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
}

.textarea {
  min-height: 110px;
  font-family: Montserrat, sans-serif;
}

.form-container {
  max-width: 440px;
  margin-top: 24px;
}

.legal-y-redes {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  padding: 20px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #575756;
}

.image-10 {
  max-width: 60%;
  padding-top: 40px;
}

.columna-ayuda-1 {
  display: block;
  padding-right: 80px;
  padding-left: 0px;
  -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: right;
}

.columnas-ayuda {
  margin-top: 74px;
}

.columna-ayuda-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

._wf-content-section {
  margin-top: 0px;
  padding: 0px 10%;
  background-color: #fff;
}

._wf-features-item-left-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 33%;
  margin-top: 0px;
  padding: 25px 20px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feature-header {
  margin-top: 0px;
  margin-bottom: 10%;
  color: #8b8b8a;
  font-size: 25px;
  line-height: 125%;
  font-weight: 600;
}

._wf-content-video-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  margin-top: 0px;
  margin-bottom: 30px;
  -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;
}

._wf-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 167, 204, 0.5);
  border-radius: 4px;
  background-color: transparent;
}

._wf-video:hover {
  background-color: #00a7cc;
}

._wf-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: rgba(0, 167, 204, 0.5);
  background-image: url('../images/play.svg');
  background-position: 54% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
  color: #00a7cc;
  text-align: left;
}

.hero-section {
  overflow: visible;
  min-height: 100vh;
  padding-top: 10px;
  background-color: rgba(27, 27, 27, 0);
  background-image: url('../images/app-empresas-hero-3.jpg');
  background-position: 76% 0%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-landing {
  margin: 10px 0% 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 59px;
  font-weight: 700;
  text-align: left;
}

.heading-landing.profesional {
  font-size: 57px;
}

.copy-principal {
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.texto-info {
  display: block;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.boton-landing {
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.boton-landing:hover {
  background-color: #fff;
  color: #00a7cc;
}

.image-22 {
  display: block;
  margin-top: 3%;
  margin-left: 3%;
}

.copy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 535px;
  margin-top: 8%;
  margin-right: auto;
  margin-left: 10%;
  -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;
}

.video-lightbox-icon {
  width: 26px;
  height: 26px;
  background-color: rgba(119, 97, 97, 0);
}

.image-3 {
  display: inline-block;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.overall-hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #919191;
  font-size: 41px;
  font-weight: 700;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #5ec045;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 230px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.overall-video-lightbox.large-hero {
  display: block;
  width: 90%;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hero-block-overlay {
  padding-top: 270px;
  padding-bottom: 250px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.hero-block-overlay.business-2 {
  display: block;
  padding-top: 87px;
  padding-bottom: 0px;
  background-color: #fff;
}

.link-block-2 {
  margin-bottom: 77px;
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Portada-video-_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Portada-video-_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-lightbox-image-block.hero {
  background-image: url('../images/Portada-video-_2.jpg');
  background-position: 50% 10%;
  background-size: cover;
  text-align: center;
}

.overall-hero-description {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.71;
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}

.full-hero-content-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.feature-info-icon {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.beneficios {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-paragraph {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #919191;
  font-size: 14px;
}

.container-3 {
  position: relative;
}

.container-3.above-image-section {
  margin-bottom: 0px;
  text-align: center;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  color: #6d6d6d;
  font-size: 21px;
  font-weight: 400;
}

.feature-info-row {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-block {
  position: relative;
  width: 90%;
  text-align: justify;
}

.texto-pasos {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #919191;
  font-size: 14px;
}

.container-4 {
  margin-bottom: 63px;
  text-align: center;
}

.pasos {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

.paso-container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.image-23 {
  overflow: visible;
  height: auto;
  max-width: 221px;
  margin-bottom: 39px;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-3 {
  grid-row-gap: 39px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.numero-de-paso {
  color: #5ec045;
}

.componentes {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.gallery-overlay-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  background-image: url('../images/Photo-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image-block.small {
  height: 100px;
  background-image: url('../images/boton-5-pulsadores.jpg');
}

.gallery-image-block.small._8 {
  background-image: url('../images/Clipcare-Software.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: repeat;
}

.gallery-image-block.small._12 {
  background-image: url('../images/Multicargador-de-pagers.png');
}

.gallery-image-block.small._10 {
  background-image: url('../images/Repetidor-transmisor.jpg');
  background-position: 50% 80%;
}

.gallery-image-block.small._6 {
  background-image: url('../images/Luces-de-pasillo.jpg');
}

.gallery-image-block.small._2 {
  background-image: url('../images/Pantalla-Software-2.jpg');
}

.gallery-image-block.small._4 {
  background-image: url('../images/Pager-tipo-reloj-para-modalidad-software.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.gallery-image-block.small._5 {
  background-image: url('../images/Cargador-de-pager-tipo-clip-y-tipo-reloj.jpg');
}

.gallery-image-block.small._9 {
  background-image: url('../images/Boton-de-Baño.2jpg.jpg');
  background-position: 50% 20%;
}

.gallery-image-block.small._7 {
  background-image: url('../images/Base-de-Acrilico-fija-1.jpg');
}

.gallery-image-block.small._11 {
  background-image: url('../images/Botón-de-dos-pulsadores-con-cordon.jpg');
  background-position: 50% 90%;
}

.gallery-image-block.small._3 {
  background-image: url('../images/Transmisor-TA.jpg');
}

.columns-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.text-column-left {
  padding-right: 40px;
  padding-left: 0px;
}

.section-title {
  margin-top: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #919191;
  font-size: 46px;
  line-height: 49px;
  font-weight: 700;
}

.gallery-lightbox {
  display: block;
  margin-bottom: 20px;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.view-icon {
  height: 35px;
}

.form-title {
  margin-top: 0px;
  color: #6d6d6d;
  font-size: 33px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.optional {
  color: #5ec045;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  height: 980px;
  margin-right: auto;
  margin-bottom: -265px;
  margin-left: auto;
  float: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.contact-1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 284px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 192, 69, 0.8)), to(rgba(94, 192, 69, 0.8))), url('../images/ding-dong.jpg');
  background-image: linear-gradient(180deg, rgba(94, 192, 69, 0.8), rgba(94, 192, 69, 0.8)), url('../images/ding-dong.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.field-label-4 {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.button-4 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #5ec045;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  color: #5ec045;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  border: 1px solid transparent;
  background-color: #5ec045;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  padding-top: 0px;
  background-color: #5ec045;
}

.cta-header {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 125%;
  font-weight: 700;
}

._wf-normal-button {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 17px 48px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #2699fb;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

._wf-normal-button:hover {
  border-color: #2699fb;
  background-color: #fff;
  color: #2699fb;
}

._wf-normal-button:active {
  background-color: #007feb;
  color: #fff;
}

._wf-normal-button.white-button {
  background-color: #f1f9ff;
  color: #2699fb;
  text-decoration: none;
}

._wf-normal-button.white-button.landing-page-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-radius: 20px;
  background-color: #fff;
}

._wf-normal-button.white-button.landing-page-button:hover {
  border-color: transparent;
  background-color: #f1f9ff;
}

.button-text {
  margin-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #5ec045;
  font-weight: 700;
}

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

.paragraph-2 {
  font-size: 30px;
  line-height: 30px;
}

._wf-hero-container-white {
  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;
  color: #fff;
  text-align: center;
}

.section-4 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-4.below-contact-form {
  padding-top: 57px;
  background-color: #f0f2f5;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.link {
  color: #6d6d6d;
  text-decoration: none;
}

.link:hover {
  color: #5ec045;
}

.navbar-landing {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139, 139, 138, 0.63);
  background-color: #fff;
}

.image-24 {
  margin-top: 15px;
  margin-left: 22px;
}

.button-5 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 22px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: none;
  border-width: 2px;
  border-color: #00a7cc;
  border-radius: 10px;
  background-color: #00a7cc;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.button-5:hover {
  background-color: #7dbcc6;
  color: #fff;
}

.parrafo-2-landing {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 18px;
  line-height: 30px;
}

.super-titulo-landing {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 39px;
  line-height: 44px;
}

.super-titulo-landing.center {
  font-size: 40px;
  text-align: center;
}

.columnas-landing {
  position: static;
  z-index: 2;
  padding: 10%;
}

.videos-landing {
  display: none;
  padding-top: 200px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.porque-landing {
  position: relative;
  top: auto;
  z-index: 1;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}

.bullet-landing {
  margin-bottom: 0px;
  margin-left: 31px;
  color: #8b8b8a;
  font-size: 18px;
}

.column-1-landing {
  position: static;
  padding-right: 10%;
}

.column-2-landing {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.column-bullets-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.pricing-image {
  margin-bottom: 30px;
}

._wf-content-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.pricing-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  margin-top: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 125%;
  font-weight: 600;
  text-align: center;
}

.pricing-name.big {
  color: #fff;
  font-size: 21px;
}

.pricing-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 450px;
  padding: 35px 35px 25px;
  -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;
  border-style: none;
  border-width: 2px;
  border-color: #7dbcc6;
  border-radius: 5px;
  background-color: rgba(0, 167, 204, 0.5);
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.pricing-column.recommended {
  min-height: 520px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #8b8b8a;
  border-radius: 8px;
  background-color: #8b8b8a;
  color: #fff;
}

.pricing-titile {
  position: absolute;
  left: 0px;
  top: -25px;
  right: 0px;
  margin-top: 0px;
  color: #00a7cc;
  font-size: 12px;
  line-height: 125%;
  font-weight: 300;
  text-align: center;
}

.paragraph-3 {
  padding-right: 20%;
  padding-left: 20%;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 13px;
  text-align: center;
}

.premium-empresas {
  padding: 100px 10%;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 75px 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;
  background-color: rgba(0, 167, 204, 0.5);
}

.cta-section.gris {
  background-color: #8b8b8a;
}

._wf-hero-container-white-2 {
  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: 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;
  color: #fff;
  text-align: center;
}

.cta-header-2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 125%;
  font-weight: 400;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  -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;
}

.div-block-precios {
  display: block;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  text-decoration: none;
}

.movile-slide-landing {
  display: none;
  padding: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.slider {
  display: block;
  height: 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;
  background-color: transparent;
}

.titulo-landing {
  display: block;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.titulo-landing._2 {
  position: static;
  width: 350px;
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 35px;
  line-height: 40px;
  text-align: left;
}

.parrafo-tab {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 35px;
  color: #8b8b8a;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 35px;
  color: #8b8b8a;
}

.slide-nav {
  position: relative;
  display: none;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
}

.text-block-slide {
  width: 550px;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-block-slide {
  display: block;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mask {
  max-width: 500px;
  min-width: 350px;
}

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

.wide-slide-landing {
  display: none;
  padding: 10%;
}

.columnas-slide-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-texto-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 120px;
  padding-top: 0px;
  padding-right: 2%;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-2 {
  display: block;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.column-imagen-landing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 0% 0% 0% 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-arrow-2 {
  position: absolute;
  left: 40%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 70px;
  -o-object-fit: fill;
  object-fit: fill;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 45px;
  height: 70px;
}

.icon-4 {
  color: #8b8b8a;
  font-size: 29px;
}

.icon-5 {
  color: #8b8b8a;
  font-size: 29px;
}

.slide-nav-2 {
  display: none;
}

.bullet-slide {
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 16px;
  line-height: 30px;
}

.bullet-slide._2 {
  max-width: 340px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 167, 204, 0.7);
  text-align: left;
}

.texto-fijo-landing {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 32%;
  padding-right: 2%;
  -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;
}

.image-30 {
  display: none;
}

.image-32 {
  display: none;
}

.desktop-tablet-slide-landing {
  padding: 5%;
}

.desktop-tablet-slide-landing._1 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.desktop-tablet-slide-landing._3 {
  padding-top: 3%;
  padding-bottom: 5%;
}

.imagen-slide-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.slider-desktop-landing {
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-4 {
  width: 40px;
}

.right-arrow-4 {
  width: 40px;
}

.texto-slide-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 127px;
  padding-right: 2%;
  padding-left: 2%;
  -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;
}

.texto-slide-landing._1 {
  margin-top: 119px;
  padding-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.texto-slide-landing._3 {
  margin-top: 124px;
  padding-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-36 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-slide-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.columns-slide-landing._1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.parrafo-3-landing {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 167, 204, 0.7);
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.icon-8 {
  color: #8b8b8a;
}

.icon-9 {
  color: #8b8b8a;
}

.texto-fijo-slide {
  position: absolute;
  display: none;
  width: 37%;
  height: 100%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.titulo-landing-slide {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.image-desktop {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-movile {
  display: none;
}

.button-1 {
  width: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: #00a7cc;
  border-radius: 8px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #00a7cc;
  text-align: center;
}

.button-1:hover {
  border-color: #00a7cc;
  background-color: #00a7cc;
  color: #fff;
}

.column-ayuda-3 {
  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: 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;
}

.column-ayuda-4 {
  padding-top: 0px;
}

.boton-video {
  display: none;
  min-height: 40px;
  min-width: 80px;
  margin-top: 0px;
  margin-bottom: 30px;
  -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;
}

.text-price {
  margin-top: 0px;
  margin-bottom: 10px;
  text-decoration: none;
}

.texto-fijo-slide-v1 {
  position: relative;
  z-index: 3;
  display: block;
  width: 40%;
  height: 100%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.texto-fijo-slide-v1._2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.texto-fijo-relativ {
  position: relative;
  top: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.texto-fijo-relativ._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.texto-fijo-relativ._1 {
  top: 109px;
}

.div-block-18 {
  width: 60%;
}

.intro-22 {
  overflow: visible;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 10px;
  background-color: rgba(27, 27, 27, 0);
  background-image: url('../images/home-v2-2.jpg');
  background-position: 76% 0%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.copy-block-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: 13%;
  -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;
}

.copy-intro-2 {
  display: block;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.image-39 {
  margin-bottom: 51px;
}

.titulo-ayuda {
  display: block;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.image-40 {
  max-width: 70%;
  min-width: 60%;
}

.link-2 {
  text-decoration: none;
}

.div-block-22 {
  margin-right: 21px;
}

.column-21 {
  padding-left: 10%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-42 {
  margin-right: 40px;
}

.texto-bullet {
  margin-left: 20px;
}

.img-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  min-width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-para-que-sirve-empresas-2 {
  position: static;
  z-index: 2;
  padding: 10%;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icono-difusion-block {
  margin-right: 20px;
}

.anuncios-3 {
  padding: 5% 10% 10%;
}

.info-anuncios-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.img-anuncios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 50px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.anuncios-content {
  width: 33%;
  padding-left: 0%;
}

.anuncios-content.margin {
  width: 33%;
}

.anuncios-content.margin._1 {
  width: 50%;
}

.anuncios-content._2 {
  margin-left: 57px;
}

.anuncios-content._2._3 {
  width: 50%;
}

.bullets-container-landing {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.mapp-care-profesional {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  padding-top: 5%;
  padding-bottom: 5%;
}

.column-img {
  padding-right: 5%;
  padding-left: 10%;
}

.ventana-profesional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 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;
}

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

.column-profesional-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 0%;
  -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;
}

.div-texto-profesional {
  max-width: 547px;
  margin-bottom: 20px;
}

.bullet-profesional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-4 {
  grid-column-gap: 73px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-25 {
  display: block;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-28 {
  display: block;
  max-width: 37%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titulo-aviso {
  color: #8b8b8a;
  font-size: 25px;
}

.parrafo-aviso {
  color: #8b8b8a;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.parrafo-aviso.ultimo {
  margin-bottom: 107px;
}

.imagen-aviso {
  margin-top: 15px;
  margin-bottom: 37px;
}

.columnas-profesional-prox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.column-2-prof-prox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.seccion-profesional {
  margin-top: 0px;
  margin-bottom: 0px;
}

.column-mappernauta-prox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lightbox-link-video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.anuncios-profesional {
  padding: 5% 10% 10%;
}

.info-anuncios-profesional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.premium-profesional {
  padding: 100px 10%;
}

.pricing-name-copy {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  margin-top: 0px;
  color: #fff;
  font-size: 19px;
  line-height: 125%;
  font-weight: 600;
  text-align: center;
}

.pricing-name-copy.big {
  color: #fff;
  font-size: 21px;
}

.slider-app {
  width: 100%;
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

.img-app-slide {
  max-height: 708px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.img-container-slide-app {
  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;
}

.slide-nav-4 {
  padding-top: 48px;
}

.div-block-12-copy {
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-section-profesional {
  overflow: visible;
  min-height: 100vh;
  padding-top: 10px;
  background-color: rgba(27, 27, 27, 0);
  background-image: url('../images/portada-landing-profesional144x.png');
  background-position: 76% 0%;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .link-block {
    margin-bottom: 13px;
  }
  .link-block.empresas {
    max-width: none;
  }
  .nav-link {
    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;
    background-color: #fff;
  }
  .nav-link.w--current {
    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;
  }
  .nav-link.w--current:hover {
    color: #fff;
  }
  .intro {
    min-height: 50vh;
  }
  .column-izq-intro {
    min-height: 50vh;
    background-image: url('../images/mapp.care-home-animate.gif');
  }
  .titulo {
    width: 270px;
    font-size: 30px;
    line-height: 32px;
  }
  .titulo.adjust {
    width: 310px;
  }
  .column-derecha-intro {
    min-height: 50vh;
    padding-left: 5%;
  }
  .image-2 {
    margin-top: 10px;
  }
  .column-izq-app {
    min-height: 30vh;
  }
  .column-derecha-app {
    min-height: 30vh;
    padding-left: 5%;
  }
  .div-block-2 {
    width: 220px;
    margin-bottom: 10px;
  }
  .parrafo {
    width: 300px;
    font-size: 16px;
    line-height: 20px;
  }
  .parrafo.adjust {
    width: auto;
  }
  .app {
    min-height: 30vh;
    padding: 100px 5%;
  }
  .selecciona-app {
    min-height: 50vh;
    margin-bottom: 100px;
    padding-top: 0%;
  }
  .columns-selecciona-app-1 {
    min-height: 50vh;
    padding-left: 0%;
  }
  .columns-selecciona-app-1.derecha {
    min-height: 50vh;
    padding-right: 0%;
  }
  .button-slide-2.ayuda {
    width: 180px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }
  .paragraph {
    width: 240px;
    font-size: 18px;
  }
  .paragraph.derecha {
    width: 240px;
  }
  .columns-selecciona-app-2 {
    min-height: 50vh;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }
  .column-3 {
    height: 300px;
  }
  .column-4 {
    height: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .parrafo-3 {
    font-size: 12px;
  }
  .parrafo-3.adjust {
    margin-top: 20px;
  }
  .negritas {
    font-size: 13px;
  }
  .rama-logos {
    display: -ms-grid;
    display: grid;
    padding-top: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .logo-footer {
    height: 35px;
    margin-bottom: 35px;
    padding-bottom: 0px;
  }
  .icon {
    background-color: transparent;
    color: #8b8b8a;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .video {
    display: block;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
    -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;
  }
  .column-intro-app-1 {
    height: 700px;
    padding-right: 5%;
    padding-left: 10%;
  }
  .column-intro-app-2 {
    height: 700px;
    padding-right: 10%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .super-titulo {
    margin-bottom: 20px;
    font-size: 50px;
    text-align: left;
  }
  .super-titulo.white {
    margin-top: 0px;
    font-size: 50px;
    line-height: 52px;
    text-align: left;
  }
  .super-titulo.blue {
    margin-top: 20px;
    font-size: 23px;
    line-height: 28px;
  }
  .super-titulo.gray {
    font-size: 23px;
    line-height: 28px;
    text-align: left;
  }
  .parrafo-2 {
    line-height: 25px;
  }
  .parrafo-2.white.size {
    font-size: 16px;
  }
  .parrafo-2.adjust.padding {
    margin-top: 20px;
    padding-right: 0px;
  }
  .parrafo-2.adjust.padding.ayuda {
    font-size: 16px;
  }
  .parrafo-2.margin {
    margin-bottom: 0px;
  }
  .parrafo-2.margin.center {
    font-size: 16px;
  }
  .parrafo-2._2 {
    width: 380px;
  }
  .bullet {
    font-size: 16px;
  }
  .bullet.white {
    margin-left: 20px;
  }
  .bullets-container {
    margin-bottom: 20px;
  }
  .bullets-container.izq {
    -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;
  }
  .button-2 {
    margin-bottom: 28px;
  }
  .button-2.margen {
    width: 184px;
  }
  .button-2.ayuda {
    width: 180px;
    margin-bottom: 10px;
  }
  .button-2.margin {
    width: 184px;
    margin-bottom: 10px;
  }
  .button-2.espaciado {
    margin-left: auto;
  }
  .mapp-care-empresas {
    margin-top: 0px;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  .columns-para-que-sirve {
    position: static;
    padding: 10%;
  }
  .column-para-que-sirve-1 {
    padding-left: 0px;
  }
  .column-para-que-sirve-2 {
    padding-top: 0px;
    padding-left: 20px;
  }
  .caracteristicas {
    padding-right: 10%;
    padding-left: 10%;
  }
  .grid {
    margin-top: 59px;
    grid-auto-flow: row;
    grid-row-gap: 33px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid.mappernauta {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .icono.adjust-2 {
    max-height: 50px;
  }
  .column-anuncio-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-4 {
    display: block;
    max-width: 90%;
    text-align: left;
  }
  .column-anuncio-1 {
    padding-right: 20px;
  }
  .sub-titulo.adjust {
    line-height: 24px;
  }
  .sub-titulo.regular {
    float: right;
  }
  .column-anuncio-3 {
    padding-left: 20px;
  }
  .column-planes {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .anuncios-2 {
    display: none;
    overflow: visible;
    padding-right: 5%;
    padding-left: 5%;
  }
  .columns-anuncios-v2 {
    margin-top: 29px;
  }
  .column-planes-2 {
    padding-left: 0px;
  }
  .img-descarga {
    max-width: 70%;
  }
  .image-8 {
    max-width: 60%;
  }
  .columns-descarga-app {
    margin-top: 50px;
    padding-top: 0px;
  }
  .column-descargas-4 {
    padding-left: 0px;
  }
  .para-que-sirve-mapp-care {
    top: -157px;
  }
  .cel-mapp-care {
    -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;
  }
  .descargar-app {
    margin-bottom: 5%;
    padding-top: 40px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .column-descargas-1 {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .column-descargas-2 {
    margin-bottom: 278px;
    padding-left: 0px;
  }
  .column-descargas-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-selecciona-app {
    padding-top: 10%;
  }
  .column-porf-prox {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .menu-footer {
    padding-right: 10%;
    padding-left: 10%;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-text {
    font-size: 12px;
    text-align: center;
  }
  .footer-text.link {
    font-size: 12px;
    text-align: left;
  }
  .footer-text.link.w--current {
    text-align: left;
  }
  .form-block {
    width: 380px;
  }
  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .soporte {
    margin-bottom: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .columns-ayuda {
    margin-top: 50px;
    padding-top: 0px;
  }
  .column-ayuda-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-ayuda-2 {
    margin-bottom: 120px;
    padding-left: 0px;
  }
  .contacto-soporte {
    padding-right: 5%;
    padding-left: 5%;
  }
  .form-container {
    margin-top: 0px;
    padding-top: 10px;
  }
  .legal-y-redes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 110px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .image-10 {
    max-width: 80%;
  }
  .columna-ayuda-1 {
    padding-right: 60px;
  }
  .columna-ayuda-2 {
    display: block;
    padding-right: 0%;
    -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;
  }
  .grid-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  ._wf-content-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-header {
    margin-bottom: 4%;
    font-size: 22px;
  }
  .hero-section {
    background-color: rgba(27, 27, 27, 0);
    background-position: 70% 50%;
    background-size: cover;
  }
  .heading-landing {
    font-size: 42px;
    line-height: 50px;
    text-align: left;
  }
  .heading-landing.profesional {
    font-size: 48px;
  }
  .copy-principal {
    font-size: 18px;
    line-height: 26px;
  }
  .texto-info {
    font-size: 18px;
    line-height: 26px;
  }
  .boton-landing {
    font-size: 16px;
  }
  .copy-block {
    width: 440px;
    margin-top: 13%;
    margin-right: 40%;
    margin-left: 11%;
    padding-top: 0px;
  }
  .video-lightbox-icon {
    width: 22px;
    height: 23px;
  }
  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }
  .video-lightbox-button {
    padding-left: 5px;
  }
  .hero-block-overlay {
    padding: 170px 45px 140px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .overall-hero-description {
    width: 80%;
  }
  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .beneficios {
    padding: 45px;
  }
  .feature-info-paragraph {
    font-size: 14px;
    text-align: left;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
    text-align: left;
  }
  .texto-pasos {
    text-align: center;
  }
  .pasos {
    padding: 45px;
  }
  .image-23 {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .grid-3 {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .componentes {
    padding: 100px 45px 45px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }
  .section-title {
    margin-bottom: 19px;
    font-size: 31px;
    line-height: 30px;
  }
  .white-contact-form {
    padding: 25px;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .subpage-header.contact-1 {
    margin-top: 60px;
    padding-top: 110px;
  }
  .cta-header {
    font-size: 40px;
  }
  .buttons-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-2 {
    font-size: 20px;
  }
  .section-4 {
    padding: 45px;
  }
  .section-4.below-contact-form {
    padding-bottom: 35px;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .div-block-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .parrafo-2-landing {
    font-size: 16px;
    line-height: 24px;
  }
  .super-titulo-landing {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 32px;
  }
  .super-titulo-landing.center {
    font-size: 27px;
    line-height: 32px;
  }
  .columnas-landing {
    position: relative;
    padding: 10% 10% 15%;
  }
  .videos-landing {
    padding-top: 20%;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .porque-landing {
    position: relative;
    top: auto;
    height: auto;
  }
  .bullet-landing {
    font-size: 16px;
  }
  .column-1-landing {
    padding-left: 0px;
  }
  ._wf-content-section-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .pricing-name {
    font-size: 16px;
  }
  .pricing-name.big {
    font-size: 16px;
  }
  .pricing-column {
    width: 40%;
    min-height: 500px;
  }
  .pricing-column.recommended {
    min-height: 520px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
  }
  .premium-empresas {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-header-2 {
    font-size: 38px;
  }
  .titulo-landing {
    font-size: 30px;
    line-height: 32px;
  }
  .titulo-landing._2 {
    width: 290px;
    font-size: 30px;
    line-height: 37px;
  }
  .mask {
    overflow: hidden;
    min-width: 300px;
  }
  .column-texto-landing {
    width: 45%;
    margin-top: 132px;
  }
  .column-imagen-landing {
    width: 55%;
    padding-left: 6%;
  }
  .left-arrow-2 {
    left: 45%;
    top: 0%;
  }
  .right-arrow-2 {
    top: 0%;
  }
  .bullet-slide {
    line-height: 25px;
  }
  .bullet-slide._2 {
    max-width: 290px;
  }
  .image-29 {
    display: none;
  }
  .image-30 {
    display: block;
  }
  .image-31 {
    display: none;
  }
  .image-32 {
    display: block;
  }
  .texto-slide-landing {
    margin-top: 145px;
    padding-right: 2%;
    padding-left: 0%;
  }
  .texto-slide-landing._1 {
    margin-top: 106px;
  }
  .texto-slide-landing._3 {
    margin-top: 167px;
  }
  .image-36 {
    display: none;
  }
  .parrafo-3-landing {
    font-size: 16px;
    line-height: 24px;
  }
  .texto-fijo-slide {
    padding-left: 0%;
  }
  .titulo-landing-slide {
    font-size: 30px;
    line-height: 32px;
  }
  .image-desktop {
    display: none;
  }
  .image-movile {
    display: block;
  }
  .column-ayuda-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-ayuda-4 {
    padding-left: 0px;
  }
  .nav-menu-2 {
    display: block;
  }
  .texto-fijo-slide-v1 {
    padding-left: 2%;
  }
  .texto-fijo-slide-v1._2 {
    padding-left: 0%;
  }
  .texto-fijo-relativ {
    top: 160px;
  }
  .texto-fijo-relativ._2 {
    top: 125px;
  }
  .texto-fijo-relativ._1 {
    top: 94px;
  }
  .intro-22 {
    background-color: rgba(27, 27, 27, 0);
    background-image: url('../images/home-v2-2.jpg');
    background-position: 70% 0%;
    background-size: cover;
  }
  .copy-block-home {
    width: 440px;
    margin-top: 13%;
    margin-right: 40%;
    margin-left: 11%;
    padding-top: 0px;
  }
  .copy-intro-2 {
    font-size: 18px;
    line-height: 26px;
  }
  .titulo-ayuda {
    width: 270px;
    float: right;
    font-size: 30px;
    line-height: 32px;
  }
  .image-40 {
    max-width: 70%;
    min-width: 70%;
  }
  .column-21 {
    padding-left: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-41 {
    min-width: 90px;
  }
  .texto-bullet {
    max-width: 260px;
  }
  .img-bullet {
    max-width: 70px;
  }
  .columns-para-que-sirve-empresas-2 {
    position: static;
    padding: 10%;
  }
  .anuncios-3 {
    display: block;
    overflow: visible;
    padding-right: 10%;
    padding-left: 10%;
  }
  .info-anuncios-1 {
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .img-anuncios {
    display: none;
  }
  .anuncios-content {
    width: 50%;
    padding-top: 0px;
  }
  .anuncios-content.margin {
    width: 50%;
    margin-right: 50px;
  }
  .anuncios-content._2 {
    margin-left: auto;
  }
  .img-cel-anuncios {
    display: block;
    max-width: 90%;
    text-align: left;
  }
  .bullets-container-landing {
    margin-bottom: 20px;
  }
  .mapp-care-profesional {
    margin-top: 0px;
  }
  .column-img {
    padding-left: 10%;
  }
  .ventana-profesional {
    min-width: 300px;
    -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;
  }
  .img-profesional {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-profesional-2 {
    height: 700px;
    padding-right: 10%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bullet-profesional {
    margin-bottom: 20px;
  }
  .div-block-24 {
    -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;
  }
  .grid-4 {
    grid-column-gap: 61px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .titulo-aviso {
    margin-right: 5%;
    margin-left: 5%;
  }
  .parrafo-aviso {
    margin-right: 5%;
    margin-left: 5%;
  }
  .imagen-aviso {
    max-width: 87%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .column-2-prof-prox {
    padding-left: 5%;
  }
  .seccion-profesional {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .column-mappernauta-prox {
    padding-left: 10%;
  }
  .div-block-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .anuncios-profesional {
    display: block;
    overflow: visible;
    padding-right: 10%;
    padding-left: 10%;
  }
  .info-anuncios-profesional {
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .premium-profesional {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .pricing-name-copy {
    font-size: 16px;
  }
  .pricing-name-copy.big {
    font-size: 16px;
  }
  .slider-app {
    height: auto;
  }
  .div-block-12-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-section-profesional {
    background-color: rgba(27, 27, 27, 0);
    background-position: 70% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    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;
    background-color: #fff;
    color: #8b8b8a;
  }
  .nav-link.w--current {
    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;
    background-color: #fff;
    color: #8b8b8a;
  }
  .nav-link.w--current:hover {
    background-color: #00a7cc;
  }
  .column-izq-intro {
    min-height: 65vh;
  }
  .titulo {
    text-align: center;
  }
  .column-derecha-intro {
    min-height: 40vh;
    padding-top: 40%;
    padding-right: 5%;
    padding-bottom: 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-izq-app {
    position: static;
    left: auto;
    background-position: 50% 50%;
  }
  .column-derecha-app {
    padding-right: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .app {
    padding-top: 0px;
  }
  .selecciona-app {
    min-height: 40vh;
    margin-bottom: 0px;
  }
  .columns-selecciona-app-1 {
    min-height: 30vh;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .columns-selecciona-app-1.derecha {
    min-height: 30vh;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-slide-2.ayuda {
    width: 190px;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.derecha {
    text-align: center;
  }
  .columns-selecciona-app-2 {
    position: static;
    min-height: 35vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 0px 0px;
    background-size: 125px, auto;
  }
  .column-3 {
    height: 150px;
    padding-right: 10%;
    padding-left: 10%;
    -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;
  }
  .column-4 {
    height: 150px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .parrafo-3.white {
    text-align: center;
  }
  .negritas {
    text-align: center;
  }
  .negritas.white {
    text-align: left;
  }
  .rama-logos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    grid-column-gap: 21px;
  }
  .icon {
    border-style: none;
    border-width: 1px;
    border-color: #575756;
  }
  .nav-menu {
    display: block;
    -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;
  }
  .video {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .column-intro-app-1 {
    overflow: hidden;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .column-intro-app-2 {
    height: auto;
    margin-top: 59px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .super-titulo {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
  }
  .super-titulo.white {
    line-height: 60px;
    text-align: center;
  }
  .super-titulo.blue {
    margin-top: 0px;
  }
  .super-titulo.gray {
    text-align: center;
  }
  .parrafo-2 {
    text-align: left;
  }
  .parrafo-2.white {
    margin-bottom: 30px;
    text-align: center;
  }
  .parrafo-2.adjust.padding {
    margin-top: 40px;
    text-align: center;
  }
  .parrafo-2.adjust.center {
    margin-bottom: 100px;
  }
  .parrafo-2._2 {
    text-align: center;
  }
  .parrafo-2.center {
    text-align: center;
  }
  .bullet {
    max-width: 310px;
    margin-top: 19px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .bullet.white {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .bullets-container {
    margin-bottom: 60px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .bullets-container.izq {
    -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;
  }
  .column-9 {
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-2 {
    width: 165px;
    margin-top: 10px;
    margin-bottom: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .button-2.ayuda {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mapp-care-empresas {
    margin-top: 0px;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
  }
  .columns-para-que-sirve {
    padding: 17% 10% 15%;
  }
  .column-para-que-sirve-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .column-para-que-sirve-2 {
    padding-left: 0px;
  }
  .caracteristicas {
    margin-top: 0px;
    padding-top: 10%;
  }
  .caracteristicas.adjust {
    padding-right: 10%;
    padding-left: 10%;
  }
  .grid {
    grid-column-gap: 33px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid.mappernauta {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .caja-icono {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-anuncio-2 {
    margin-bottom: 44px;
    text-align: center;
  }
  .image-4 {
    padding-top: 0%;
  }
  .column-anuncio-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -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;
  }
  .column-anuncio-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-planes {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-principal-app {
    max-width: 61%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-12 {
    overflow: hidden;
    width: 380px;
    height: 350px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .anuncios-2 {
    display: block;
    margin-bottom: 88px;
    padding-top: 15%;
  }
  .column-planes-2 {
    margin-bottom: 200px;
  }
  .img-descarga {
    max-width: 30%;
  }
  .image-8 {
    max-width: 30%;
  }
  .columns-modos-difusion {
    margin-bottom: 43px;
  }
  .div-block-13 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .column-descargas-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
  }
  .para-que-sirve-mapp-care {
    position: static;
    top: auto;
    height: auto;
  }
  .cel-mapp-care {
    height: 430px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .descargar-app {
    padding-top: 35px;
  }
  .column-descargas-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-descargas-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 210px;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-descargas-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-porf-prox {
    min-height: 80vh;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section {
    margin-top: 0px;
    padding-top: 0px;
  }
  .column-20 {
    min-height: 50vh;
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-footer {
    display: -ms-grid;
    display: grid;
    height: auto;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-text {
    text-align: left;
  }
  .footer-text.link.w--current {
    text-align: left;
  }
  .text-field {
    text-align: center;
  }
  .form {
    text-align: center;
  }
  .faqs {
    margin-top: 42px;
  }
  .container-2 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .soporte {
    padding-top: 8%;
  }
  .column-ayuda-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-ayuda-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 370px;
    margin-bottom: 0px;
    padding-right: 0px;
    -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: left;
  }
  .contacto-soporte {
    padding-right: 10%;
    padding-left: 10%;
  }
  .form-container {
    max-width: none;
  }
  .image-10 {
    max-width: 40%;
  }
  .columna-ayuda-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .columna-ayuda-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-header {
    font-size: 24px;
  }
  ._wf-content-video-lightbox {
    width: 100%;
  }
  ._wf-video {
    border-color: rgba(0, 167, 204, 0.5);
  }
  ._wf-play {
    background-color: rgba(0, 167, 204, 0.5);
  }
  .hero-section {
    height: 450px;
    min-height: 85vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 69% 0%;
    background-size: 1660px;
  }
  .heading-landing {
    font-size: 31px;
    line-height: 40px;
  }
  .heading-landing.profesional {
    font-size: 35px;
  }
  .copy-principal {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .texto-info {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .image-22 {
    max-width: 43%;
  }
  .copy-block {
    width: 340px;
    margin-right: 40%;
  }
  .overall-hero-title {
    font-size: 32px;
    line-height: 33px;
  }
  .overall-hero-title.adjust {
    margin-bottom: 52px;
    font-size: 32px;
    text-align: left;
  }
  .video-lightbox-button {
    padding-left: 5px;
  }
  .overall-video-lightbox.large-hero {
    height: 210px;
  }
  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }
  .overall-hero-description {
    width: 90%;
  }
  .feature-info-icon {
    margin-top: 0px;
  }
  .beneficios {
    padding: 60px 25px 68px;
  }
  .feature-info-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -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;
  }
  .feature-info-paragraph {
    text-align: center;
  }
  .container-3.above-image-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-block {
    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;
  }
  .pasos {
    padding: 25px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .componentes {
    margin-bottom: 40px;
    padding: 100px 25px 25px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper.full.info {
    text-align: center;
  }
  .gallery-image-block {
    height: 220px;
  }
  .gallery-image-block.small._2 {
    height: 100px;
  }
  .gallery-image-block.small._3 {
    height: 100px;
  }
  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .gallery-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-title {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .white-contact-form.centered {
    height: 555px;
    margin-bottom: -245px;
  }
  .subpage-header {
    padding: 110px 25px 40px;
  }
  .subpage-header.contact-1 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 695px;
    padding-top: 92px;
  }
  .cta-header {
    font-size: 42px;
  }
  ._wf-hero-container-white {
    padding-right: 44px;
    padding-left: 44px;
  }
  .section-4 {
    padding: 25px;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .parrafo-2-landing {
    display: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .super-titulo-landing {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .super-titulo-landing.center {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
  .columnas-landing {
    padding-top: 15%;
  }
  .videos-landing {
    display: none;
  }
  .porque-landing {
    position: static;
    top: auto;
    height: auto;
  }
  .bullet-landing {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-1-landing {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2-landing {
    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;
  }
  .column-bullets-landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    min-width: 250px;
    margin-bottom: 20px;
    -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;
  }
  ._wf-content-section-2 {
    padding-top: 40px;
    padding-bottom: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-column {
    width: 100%;
    min-height: 520px;
    margin-bottom: 80px;
  }
  .pricing-column.recommended {
    min-height: 520px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-3 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .premium-empresas {
    padding-right: 10%;
    padding-left: 10%;
  }
  .cta-section {
    min-height: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-header-2 {
    font-size: 30px;
  }
  .movile-slide-landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .titulo-landing {
    width: auto;
    text-align: center;
  }
  .parrafo-tab {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    color: rgba(0, 167, 204, 0.7);
    font-weight: 400;
  }
  .text-block-slide {
    width: auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .img-block-slide {
    max-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .mask {
    max-width: 630px;
  }
  .slide-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wide-slide-landing {
    display: none;
  }
  .bullet-slide {
    margin-bottom: 10px;
    text-align: center;
  }
  .image-30 {
    display: block;
  }
  .image-33 {
    max-width: 120%;
  }
  .desktop-tablet-slide-landing {
    display: none;
  }
  .titulo-landing-slide {
    width: auto;
    text-align: center;
  }
  .button-1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .column-ayuda-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-ayuda-4 {
    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-price {
    font-size: 18px;
  }
  .link-block-4 {
    text-align: center;
  }
  .intro-22 {
    height: 450px;
    min-height: 85vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 69% 0%;
    background-size: 1660px;
  }
  .copy-block-home {
    width: 340px;
    margin-top: 17%;
    margin-right: 40%;
    margin-left: 10%;
  }
  .copy-intro-2 {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .image-39 {
    margin-bottom: 20px;
  }
  .titulo-ayuda {
    text-align: center;
  }
  .image-40 {
    max-width: 40%;
    min-width: 40%;
  }
  .texto-bullet {
    margin-left: 0px;
  }
  .columns-para-que-sirve-empresas-2 {
    padding: 13% 10% 10%;
  }
  .bold-text {
    font-size: 16px;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .bold-text-2 {
    font-size: 16px;
  }
  .bold-text-3 {
    font-size: 18px;
  }
  .anuncios-3 {
    display: none;
  }
  .img-cel-anuncios {
    padding-top: 0%;
  }
  .bullets-container-landing {
    margin-bottom: 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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .mapp-care-profesional {
    margin-top: 0px;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
  }
  .ventana-profesional {
    width: 200px;
  }
  .img-profesional {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-profesional-2 {
    height: auto;
    margin-top: 59px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .bullet-profesional {
    margin-bottom: 60px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-24 {
    -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;
  }
  .grid-4 {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titulo-aviso {
    margin-right: 10%;
    margin-left: 10%;
  }
  .parrafo-aviso {
    margin-right: 10%;
    margin-left: 10%;
  }
  .imagen-aviso {
    max-width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .columnas-profesional-prox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-2-prof-prox {
    min-height: 50vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .seccion-profesional {
    margin-top: 0px;
    padding-top: 0px;
  }
  .column-mappernauta-prox {
    min-height: 80vh;
    padding-left: 0%;
    -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;
  }
  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .anuncios-profesional {
    display: none;
  }
  .premium-profesional {
    padding-right: 10%;
    padding-left: 10%;
  }
  .slide {
    min-height: auto;
  }
  .slider-app {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-12-copy {
    display: none;
    overflow: hidden;
    width: 380px;
    height: 350px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero-section-profesional {
    height: 450px;
    min-height: 85vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 70% 50%;
    background-size: 1660px;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    margin-left: 20px;
  }
  .link-block.w--current {
    margin-top: 18px;
    margin-bottom: auto;
  }
  .link-block.empresas {
    width: 230px;
    margin-top: 18px;
  }
  .nav-link.w--current {
    color: #8b8b8a;
  }
  .nav-link.w--current:hover {
    background-color: #00a7cc;
    color: #fff;
  }
  .column-izq-intro {
    position: relative;
    right: 55px;
    min-height: 60vh;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .titulo {
    width: auto;
  }
  .column-derecha-intro {
    min-height: 80vh;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .columnas-intro {
    margin-top: 40px;
  }
  .column-izq-app {
    min-height: 30vh;
  }
  .column-derecha-app {
    min-height: 28vh;
    margin-bottom: 80px;
    padding-bottom: 0px;
  }
  .div-block-2 {
    width: 170px;
  }
  .parrafo {
    width: auto;
  }
  .parrafo.adjust {
    width: auto;
  }
  .app {
    min-height: 80vh;
  }
  .selecciona-app {
    margin-bottom: 60px;
  }
  .columns-selecciona-app-1 {
    min-height: 30vh;
  }
  .columns-selecciona-app-1.derecha {
    min-height: 30vh;
    padding-top: 60px;
  }
  .button-slide-2.ayuda {
    width: auto;
    margin-bottom: 20px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }
  .columns-selecciona-app-2 {
    min-height: 30vh;
    background-color: #fff;
    background-image: none;
  }
  .column-3 {
    height: 149px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-4 {
    height: 190px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .parrafo-3.white {
    text-align: center;
  }
  .parrafo-3.adjust {
    margin-bottom: 0px;
  }
  .rama-logos {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .video {
    padding-top: 0px;
  }
  .column-intro-app-1 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-intro-app-2 {
    height: auto;
    padding-right: 0%;
  }
  .super-titulo {
    margin-bottom: 0px;
    font-size: 29px;
    line-height: 38px;
    text-align: center;
  }
  .super-titulo.white {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .super-titulo.blue {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 26px;
  }
  .super-titulo.gray {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .parrafo-2 {
    margin-bottom: 20px;
  }
  .parrafo-2.white {
    margin-bottom: 40px;
    text-align: center;
  }
  .parrafo-2.white.size {
    font-size: 16px;
  }
  .parrafo-2.adjust.padding {
    margin-top: 0px;
  }
  .parrafo-2.adjust.padding.ayuda {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .parrafo-2.adjust.padding.center {
    margin-bottom: 20px;
  }
  .parrafo-2.adjust.center {
    margin-bottom: 73px;
  }
  .parrafo-2.margin.center {
    margin-bottom: 37px;
  }
  .parrafo-2._2 {
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
  .parrafo-2.center {
    margin-bottom: 60px;
    text-align: center;
  }
  .bullet {
    max-width: 290px;
    margin-top: 16px;
    padding-left: 0px;
  }
  .bullet.white {
    padding-left: 0px;
  }
  .bullets-container {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .bullets-container.izq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .button-2.ayuda {
    width: auto;
    margin-bottom: 20px;
  }
  .mapp-care-empresas {
    margin-top: 0px;
    padding-right: 8%;
    padding-bottom: 15%;
    padding-left: 8%;
  }
  .columns-para-que-sirve {
    margin-top: 0px;
    padding: 20% 8%;
  }
  .div-block-intro-app {
    margin-bottom: 20px;
  }
  .column-para-que-sirve-1 {
    text-align: center;
  }
  .column-para-que-sirve-2 {
    padding-left: 0px;
  }
  .caracteristicas {
    padding: 20% 8%;
  }
  .caracteristicas.adjust {
    margin-top: 0px;
  }
  .grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid.mappernauta {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .column-anuncio-2 {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-anuncio-1 {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .sub-titulo {
    margin-top: 0px;
  }
  .sub-titulo.margen {
    margin-bottom: 35px;
  }
  .sub-titulo.regular {
    text-align: center;
  }
  .column-anuncio-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .column-planes {
    margin-bottom: 37px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-principal-app {
    max-width: 86%;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .anuncios-2 {
    margin-bottom: 60px;
    padding-top: 10%;
    padding-right: 8%;
    padding-left: 8%;
    text-align: center;
  }
  .columns-anuncios-v2 {
    margin-top: 10px;
  }
  .column-planes-2 {
    height: 240px;
    margin-bottom: 100px;
    padding-top: 5%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .img-descarga {
    max-width: 50%;
  }
  .image-8 {
    max-width: 50%;
  }
  .columns-modos-difusion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-13 {
    display: block;
    -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-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns-descarga-app {
    margin-top: 54px;
  }
  .column-descargas-4 {
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .para-que-sirve-mapp-care {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 167, 204, 0.5)), to(rgba(0, 167, 204, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 167, 204, 0.5), rgba(0, 167, 204, 0.5));
  }
  .para-que-sirve-mapp-care.empresas {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8b888e), to(#8b888e));
    background-image: linear-gradient(180deg, #8b888e, #8b888e);
  }
  .descargar-app {
    padding-top: 5%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .column-descargas-1 {
    margin-bottom: 37px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-descargas-2 {
    height: 200px;
    margin-bottom: 100px;
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-descargas-3 {
    margin-bottom: 37px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-porf-prox {
    min-height: 70vh;
    padding-top: 75px;
  }
  .section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .column-20 {
    padding-left: 0px;
  }
  .social-media-icon {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-text.link {
    text-align: center;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    -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;
  }
  .form {
    display: block;
    -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;
  }
  .soporte {
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .columns-ayuda {
    margin-top: 54px;
  }
  .column-ayuda-1 {
    margin-bottom: 37px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-ayuda-2 {
    height: 340px;
    margin-bottom: 60px;
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .contacto-soporte {
    padding-right: 8%;
    padding-left: 8%;
  }
  .select-field {
    color: #8b8b8a;
  }
  .field-label {
    color: #8b8b8a;
  }
  .legal-y-redes {
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    max-width: 70%;
  }
  .columna-ayuda-1 {
    padding-right: 0px;
    text-align: center;
  }
  .columna-ayuda-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._wf-content-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._wf-features-item-left-aligned {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-header {
    font-size: 20px;
  }
  ._wf-content-video-lightbox {
    min-height: 0px;
  }
  ._wf-video {
    height: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-section {
    height: 750px;
    min-height: 50vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 69% 48%;
    background-size: cover;
  }
  .heading-landing {
    margin-bottom: 19px;
    font-size: 26px;
    line-height: 31px;
  }
  .heading-landing.profesional {
    font-size: 30px;
  }
  .copy-principal {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .texto-info {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .boton-landing {
    font-size: 14px;
  }
  .image-22 {
    max-width: 71%;
    margin-left: 5%;
  }
  .copy-block {
    width: 231px;
    margin-top: 16%;
    margin-right: 24%;
    margin-left: 7%;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .image-3 {
    max-width: 80%;
    margin-bottom: 40px;
  }
  .overall-hero-title {
    font-size: 22px;
    line-height: 31px;
  }
  .overall-hero-title.adjust {
    margin-bottom: 36px;
    font-size: 22px;
    text-align: left;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    padding-left: 5px;
  }
  .overall-video-lightbox {
    height: 140px;
  }
  .overall-video-lightbox.large-hero {
    height: 130px;
  }
  .hero-block-overlay {
    padding: 90px 25px 40px;
  }
  .hero-block-overlay.business-2 {
    padding-top: 47px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .link-block-2 {
    margin-bottom: 10px;
  }
  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }
  .full-hero-content-block {
    margin-bottom: 30px;
  }
  .feature-info-icon {
    width: 25px;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .beneficios {
    padding: 56px 25px 25px;
  }
  .feature-info-column {
    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;
  }
  .feature-info-paragraph {
    text-align: center;
  }
  .container-3.above-image-section {
    margin-bottom: 0px;
  }
  .feature-info-title {
    margin-bottom: 12px;
  }
  .feature-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -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;
  }
  .pasos {
    padding: 25px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .componentes {
    padding: 25px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .gallery-image-block {
    height: 150px;
  }
  .gallery-image-block.small {
    height: 60px;
  }
  .gallery-image-block.small._2 {
    height: 60px;
  }
  .gallery-image-block.small._3 {
    height: 60px;
  }
  .text-column-left {
    text-align: center;
  }
  .section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .form-2 {
    text-align: left;
  }
  .white-contact-form.centered {
    height: 540px;
    margin-bottom: -225px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .subpage-header.contact-1 {
    position: relative;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-4 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .section-3 {
    height: 480px;
    margin-top: 89px;
  }
  .cta-header {
    font-size: 25px;
  }
  ._wf-normal-button {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  ._wf-normal-button.white-button {
    margin-right: 0px;
  }
  .buttons-wrapper {
    -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;
  }
  .paragraph-2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 27px;
  }
  ._wf-hero-container-white {
    padding-right: 33px;
    padding-left: 33px;
  }
  .section-4 {
    padding: 25px;
  }
  .navbar-landing {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-24 {
    max-width: 80%;
    margin-top: 18px;
  }
  .button-5 {
    position: static;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    border-style: none;
    border-color: rgba(0, 167, 204, 0.7);
    border-radius: 0px;
    background-color: rgba(0, 167, 204, 0.7);
    color: #fff;
    text-align: center;
  }
  .button-5:hover {
    background-color: rgba(0, 167, 204, 0.44);
  }
  .brand-2 {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .parrafo-2-landing {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .super-titulo-landing {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
  }
  .super-titulo-landing.center {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .columnas-landing {
    margin-top: 0px;
    padding-top: 15%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .videos-landing {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .porque-landing {
    height: auto;
  }
  .bullet-landing {
    padding-left: 0px;
    font-size: 14px;
  }
  .column-2-landing {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .column-bullets-landing {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._wf-content-section-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-name {
    bottom: 36px;
  }
  .pricing-column {
    width: 100%;
    min-height: 480px;
    margin-bottom: 80px;
  }
  .pricing-column.recommended {
    min-height: 470px;
  }
  .paragraph-3 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .premium-empresas {
    padding-right: 10%;
    padding-left: 10%;
  }
  .cta-section {
    min-height: 400px;
  }
  .cta-header-2 {
    font-size: 20px;
  }
  .div-block-precios {
    padding-top: 0px;
  }
  .titulo-landing {
    width: auto;
    font-size: 20px;
    line-height: 26px;
  }
  .parrafo-tab {
    font-size: 16px;
    font-weight: 400;
  }
  .mask {
    max-width: 400px;
    min-width: 256px;
  }
  .slide-content {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bullet-slide {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .image-33 {
    max-width: 120%;
  }
  .titulo-landing-slide {
    width: auto;
    font-size: 23px;
  }
  .column-ayuda-3 {
    margin-bottom: 37px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-ayuda-4 {
    padding-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nav-menu-2 {
    display: block;
    -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;
  }
  .boton-video {
    min-height: 0px;
  }
  .text-price {
    font-size: 16px;
  }
  .intro-22 {
    height: 750px;
    min-height: 50vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 69% 48%;
    background-size: cover;
  }
  .copy-block-home {
    width: 201px;
    margin-top: 4%;
    margin-right: 24%;
    margin-left: 7%;
  }
  .copy-intro-2 {
    margin-right: 0px;
    margin-bottom: 20px;
    color: #727272;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
  }
  .image-39 {
    margin-bottom: 30px;
  }
  .titulo-ayuda {
    width: auto;
  }
  .image-40 {
    max-width: 60%;
  }
  .div-block-22 {
    margin-right: 0px;
  }
  .column-21 {
    padding-left: 5%;
  }
  .image-41 {
    margin-top: 42px;
    margin-bottom: 30px;
  }
  .image-42 {
    margin-top: 27px;
    margin-right: 0px;
    margin-bottom: 26px;
  }
  .columns-para-que-sirve-empresas-2 {
    margin-top: 0px;
    padding: 25% 8%;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .bullets-container-landing {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .mapp-care-profesional {
    margin-top: 0px;
    padding-right: 8%;
    padding-bottom: 15%;
    padding-left: 8%;
  }
  .column-img {
    padding-left: 5%;
  }
  .img-profesional {
    max-width: 70%;
  }
  .column-profesional-2 {
    height: auto;
    padding-right: 0%;
  }
  .div-texto-profesional {
    margin-bottom: 20px;
  }
  .bullet-profesional {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .grid-4 {
    margin-top: 35px;
    grid-row-gap: 72px;
  }
  .div-block-25 {
    max-width: 100%;
  }
  .div-block-28 {
    max-width: 80%;
    margin-bottom: 24px;
  }
  .seccion-profesional {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .column-mappernauta-prox {
    min-height: 70vh;
    padding-top: 75px;
  }
  .div-block-29 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .premium-profesional {
    padding-right: 10%;
    padding-left: 10%;
  }
  .pricing-name-copy {
    bottom: 36px;
  }
  .slider-app {
    min-height: 460px;
  }
  .img-app-slide {
    max-height: 500px;
  }
  .div-block-12-copy {
    display: none;
    overflow: visible;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .hero-section-profesional {
    height: 750px;
    min-height: 50vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 69% 48%;
    background-size: cover;
  }
}

#w-node-e0735a85cf21-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-081517c5c066-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-0ae0305034ce-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-865c6ffd1c40-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-5da07cc86030-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ac070ecebf5d-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-2940989aecde-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b01a64b8e271-27600a02 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e0735a85cf21-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-081517c5c066-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-0ae0305034ce-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-865c6ffd1c40-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-5da07cc86030-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ac070ecebf5d-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b01a64b8e271-3cbab0ea {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-8b8b8073fb71-b6d22298 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e0735a85cf21-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-081517c5c066-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-0ae0305034ce-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-865c6ffd1c40-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-5da07cc86030-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ac070ecebf5d-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-2940989aecde-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b01a64b8e271-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-ca390dd6d2d3-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-85c284c89051-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-bc45ecf8e8ae-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-9311490e65bb-e2c2cc1d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-53d25b488633-11a0df47 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-059b877dc92e-b6d22298 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-8b8b8073fb71-b6d22298 {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-53d25b488633-11a0df47 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}