.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4263b2;
  font-size: 38px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #696868;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}

figure {
  margin-bottom: 10px;
}

.body {
  font-family: Poppins, sans-serif;
  line-height: 20px;
  text-align: center;
}

.hero-overlay {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 42, 42, 0.64)), to(rgba(43, 42, 42, 0.64))), url('../images/timon-studler-ABGaVhJxwDQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(43, 42, 42, 0.64), rgba(43, 42, 42, 0.64)), url('../images/timon-studler-ABGaVhJxwDQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.centered-container {
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.bold-text {
  font-size: 54px;
}

.paragraph {
  position: static;
  width: auto;
  height: auto;
  padding-top: 0px;
  font-size: 32px;
  line-height: 35px;
}

.paragraph-2 {
  font-size: 16px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 14px;
}

.custom-contairer {
  width: auto;
  max-width: 1092px;
  min-width: 1092px;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-2 {
  font-size: 60px;
}

.paragraph-3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

.paragraph-4 {
  width: 40%;
  margin-top: 19px;
  margin-bottom: 21px;
  padding: 14px;
  border-style: dashed;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.48);
  border-radius: 10px;
  background-color: rgba(136, 193, 255, 0.26);
  color: #04d2ff;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
}

.button {
  margin-top: 20px;
  padding: 15px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(150deg, #42e3dc, #507fd0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button:hover {
  background-color: transparent;
  background-image: linear-gradient(143deg, #507fd0, #42e3dc);
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: block;
  max-width: 1092px;
  margin-top: 6px;
  float: none;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.nav-link {
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease;
  color: #06e0ff;
  font-size: 18px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: #cdf9ff;
}

.brand {
  width: 237px;
  height: 60px;
  background-image: url('../images/centric-web-negativo-412x93.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  min-height: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-top: 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-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 38, 60, 0.7)), to(rgba(22, 38, 60, 0.7))), url('../images/timon-studler-ABGaVhJxwDQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 38, 60, 0.7), rgba(22, 38, 60, 0.7)), url('../images/timon-studler-ABGaVhJxwDQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  color: #fff;
  background-clip: border-box;
}

.heading-blanco {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 60px;
  line-height: 57px;
}

.div-block {
  width: auto;
  max-width: 921px;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  padding-top: 9px;
}

.container-2 {
  max-width: 1092px;
  min-width: 1092px;
  margin-top: 7px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.rich-text-block {
  display: block;
  max-width: 1092px;
  min-width: 1092px;
  margin-right: auto;
  margin-left: auto;
}

.section-verde {
  display: block;
  min-height: auto;
  padding-top: 27px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 44.7%, 0.25)), to(hsla(0, 0%, 44.7%, 0.25))), -webkit-gradient(linear, right top, left top, from(#07fcfc), color-stop(58%, #00ceec), to(#139aff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(270deg, #07fcfc, #00ceec 58%, #139aff);
  background-clip: padding-box;
}

.section-verde.strip {
  min-height: auto;
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(35deg, #4263b2, #42e3dc);
}

.section-verde.short {
  min-height: auto;
  padding-top: 40px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(332deg, #4263b2, #4263b2, #139aff);
}

.text-block {
  position: static;
  display: block;
  margin-bottom: 35px;
  -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;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #def6fc;
  font-size: 19px;
  line-height: 25px;
}

.container-3 {
  display: block;
  max-width: none;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-wider {
  display: block;
  overflow: visible;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.text-block-2 {
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #def6fc;
  font-size: 14px;
}

.youtube {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.section-blanca {
  position: static;
  overflow: hidden;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 65px;
  background-color: #fff;
}

.section-blanca.short {
  padding-bottom: 20px;
}

.container-5 {
  max-width: 1100px;
  text-align: center;
}

.heading-verde {
  position: static;
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: linear-gradient(352deg, #4263b2 40%, #42e3dc);
  color: #32b5d0;
  line-height: 68px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-5 {
  font-size: 19px;
  line-height: 25px;
}

.section-gris {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 39px;
  padding-bottom: 45px;
  -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: #f5f5f5;
  text-align: center;
}

.section-gris.contacto {
  min-height: auto;
}

.grid {
  margin-top: 25px;
  grid-column-gap: 70px;
  grid-row-gap: 35px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.numbers {
  position: static;
  display: block;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
  background-image: linear-gradient(162deg, rgba(66, 99, 178, 0.85) 40%, rgba(66, 227, 220, 0.85));
  font-family: 'Fa solid 900', sans-serif;
  color: transparent;
  font-size: 65px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block-3 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 55px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 70px;
  -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;
}

.container-7 {
  max-width: 1100px;
}

.paragraph-6 {
  line-height: 27px;
  text-align: center;
}

.div-block-2 {
  overflow: hidden;
  width: 85%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-7 {
  color: #1d1d1d;
  font-size: 19px;
  line-height: 28px;
}

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

.container-8 {
  max-width: 1100px;
}

.heading-2 {
  margin-bottom: 45px;
  color: #fff;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #d2f7ff;
}

.text-block-4 {
  font-family: 'Fa solid 900', sans-serif;
  color: #42e3dc;
  font-size: 85px;
  line-height: 100%;
  text-shadow: 2px 4px 6px rgba(39, 60, 111, 0.33);
}

.text-span {
  font-family: 'Fa brands 400', sans-serif;
  font-weight: 400;
}

.grid-3 {
  position: static;
  margin-top: 54px;
  grid-row-gap: 52px;
  -ms-grid-columns: 0.25fr 2fr;
  grid-template-columns: 0.25fr 2fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-5 {
  font-family: 'Fa solid 900', sans-serif;
  color: #32b5d0;
  font-size: 60px;
}

.body-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: 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-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -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;
  font-family: 'Fa solid 900', sans-serif;
  color: #4263b2;
  font-size: 65px;
  line-height: 100%;
}

.text-block-7 {
  position: relative;
  z-index: auto;
  display: block;
  margin-top: 0px;
  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: 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;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 37px;
}

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

.heading-4 {
  margin-top: 0px;
  font-size: 19px;
  text-align: left;
}

.heading-4.right {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #4263b2;
  text-align: right;
}

.heading-4.left {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #4263b2;
}

.paragraph-8 {
  color: #4263b2;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
}

.paragraph-8.right {
  text-align: right;
}

.text-span-2 {
  font-size: 44px;
}

.container-9 {
  max-width: 1100px;
}

.image-2 {
  margin-top: 45px;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-4 {
  margin-top: 35px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  padding-bottom: 18px;
  background-color: #fff;
  box-shadow: 3px 3px 7px 0 rgba(63, 63, 63, 0.4);
}

.container-10 {
  max-width: 1100px;
}

.heading-5 {
  margin-right: 25px;
  margin-left: 25px;
  color: #4263b2;
  text-align: left;
}

.paragraph-9 {
  margin: 5px 25px 5px 263px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.container-11 {
  max-width: 1100px;
}

.grid-5 {
  margin-top: 35px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-8 {
  position: static;
  display: block;
  background-image: linear-gradient(319deg, #fff, #42e3dc);
  font-family: 'Fa solid 900', sans-serif;
  color: #42e3dc;
  font-size: 85px;
  line-height: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-6 {
  margin-top: 20px;
  margin-bottom: 54px;
}

.heading-7 {
  margin-top: 23px;
  color: #42e3dc;
}

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

.heading-8 {
  color: #fff;
}

.heading-9 {
  margin-bottom: 0px;
  background-image: linear-gradient(68deg, #42e3dc 48%, #fff);
  color: #32b5d0;
  font-size: 81px;
  line-height: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-12 {
  max-width: 1100px;
}

.container-13 {
  max-width: 1100px;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5000px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.logo-section {
  display: none;
  padding-top: 0px;
  padding-bottom: 55px;
}

.slider {
  background-color: #fff;
}

.slide {
  position: static;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 55px;
  padding-right: 20px;
  padding-left: 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;
}

.icon-2 {
  color: #bbb;
}

.logo-section-2 {
  margin-bottom: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slider-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  -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;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 65px;
  padding-right: 20px;
  padding-left: 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;
}

.slide-nav {
  margin-bottom: -9px;
}

.left-arrow {
  display: block;
}

.right-arrow {
  display: block;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.field-label-2 {
  text-align: left;
}

.field-label-3 {
  text-align: left;
}

.field-label-4 {
  text-align: left;
}

.field-label-5 {
  text-align: left;
}

.section {
  margin-top: 28px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #d5d2d2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #dadada;
  opacity: 1;
  font-size: 16px;
  background-clip: border-box;
}

.text-field:focus {
  border-color: #34b5ce;
}

.text-field-2 {
  font-size: 16px;
}

.textarea {
  border: 1px solid #d5d2d2;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #dadada;
  font-size: 16px;
}

.textarea:focus {
  border-color: #34b5ce;
}

.container-14 {
  position: static;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), linear-gradient(209deg, #4263b2 40%, #42e3dc);
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 192px;
  height: 130px;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #32b5d0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.div-block-4 {
  max-width: 280px;
}

.div-block-5 {
  max-width: 280px;
}

.div-block-6 {
  max-width: 280px;
}

.container-15 {
  max-width: 1100px;
}

.button-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(50, 181, 208, 0.24);
  border-radius: 10px;
  background-color: rgba(52, 181, 206, 0.25);
  opacity: 1;
  font-family: 'Fa solid 900', sans-serif;
  color: rgba(50, 181, 208, 0.57);
  font-size: 32px;
}

.button-2.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-radius: 20px;
  background-color: rgba(56, 152, 236, 0.48);
  opacity: 0;
  font-family: 'Fa solid 900', sans-serif;
}

.container-16 {
  max-width: 1100px;
}

.container-17 {
  max-width: 1100px;
}

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

.container-20 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.container-21 {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-3 {
  display: inline-block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(41%, #636363), to(#fff));
  background-image: linear-gradient(180deg, #000, #636363 41%, #fff);
  -webkit-transition: background-color 1000ms cubic-bezier(.6, -.28, .735, .045);
  transition: background-color 1000ms cubic-bezier(.6, -.28, .735, .045);
}

.button-3:hover {
  background-color: transparent;
  background-image: linear-gradient(45deg, #000, #636363 41%, #fff);
}

.button-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-4:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.unoalocho {
  position: relative;
  margin-top: 55px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
  box-shadow: none;
  background-clip: border-box;
}

.iconos-fuente-datos {
  text-shadow: 0 0 6px #263c6e;
}

.centro-texto {
  display: inline-block;
  background-image: linear-gradient(160deg, #01ffff, #2488ff);
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-12 {
  margin-top: 41px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.paragraph-11 {
  color: #696868;
}

.block-quote {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #136aac;
  font-size: 30px;
  font-weight: 300;
}

.texto-1-1 {
  padding: 19px 22px;
  border: 0px dashed #4263b2;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 9px 9px 20px -20px rgba(0, 0, 0, 0.45);
}

.paragraph-12 {
  font-weight: 300;
}

.single-customer-view {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: -50px auto -82px;
}

.section-2 {
  width: 100%;
}

.container-22 {
  position: relative;
  overflow: hidden;
  margin-top: 115px;
  padding: 20px 35px;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -3;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottie-animation-2 {
  max-width: 600px;
  margin: -60px auto -39px;
}

.lottie-animation-3 {
  max-width: 600px;
  margin: -107px auto -66px;
}

.section-3 {
  width: 100%;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -28px;
  float: none;
}

.cards {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #edf3f7;
  box-shadow: none;
  opacity: 1;
}

.heading-13 {
  margin-top: 0px;
}

.paragraph-13 {
  position: static;
}

.heading5 {
  display: block;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 262px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #4263b2;
  text-align: left;
}

.grid-7 {
  margin-bottom: 20px;
  grid-column-gap: 26px;
  grid-row-gap: 25px;
}

.heading-hero {
  display: block;
  width: 700px;
  margin-bottom: 29px;
  opacity: 1;
  font-size: 70px;
  line-height: 52px;
  text-align: center;
}

.heading-17 {
  color: #fff;
}

.heading-20 {
  font-size: 200px;
}

.heading-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  margin-top: 196px;
  color: rgba(66, 227, 220, 0.45);
  font-size: 200px;
  line-height: 100%;
}

.section-verde-omni {
  position: static;
  top: 0px;
  z-index: -1;
  display: block;
  min-height: auto;
  padding-top: 27px;
  padding-bottom: 45px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 44.7%, 0.25)), to(hsla(0, 0%, 44.7%, 0.25))), -webkit-gradient(linear, right top, left top, from(#07fcfc), color-stop(58%, #00ceec), to(#139aff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(270deg, #07fcfc, #00ceec 58%, #139aff);
  background-clip: padding-box;
}

.section-verde-omni.strip {
  min-height: auto;
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(35deg, #4263b2, #42e3dc);
}

.section-verde-omni.short {
  min-height: auto;
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(332deg, #4263b2, #4263b2, #139aff);
}

.section-blanca-scw {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #fff;
}

.image-4 {
  width: 27%;
  margin-left: 16px;
}

.paragraph-partner {
  width: 80%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #04d2ff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: right;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  -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: dashed;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.48);
  border-radius: 10px;
  background-color: rgba(135, 193, 255, 0.26);
}

.grid-actions {
  margin-top: 41px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 350px;
  grid-row-gap: 19px;
  -ms-grid-columns: 2fr 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-23 {
  position: relative;
  max-width: 1100px;
}

.lottie-animation-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-top: 118px;
}

.div-block-8 {
  width: 1100px;
  min-width: 1100px;
}

.section-4 {
  width: 100%;
}

.lottie-animation-like {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 40%;
  margin-bottom: -426px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.lottie-and-grid-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -27px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-20 {
  color: #fff;
}

.heading-22 {
  text-shadow: 1px 1px 6px #eb1919;
}

.text-block-9 {
  font-size: 18px;
  line-height: 22px;
}

.success-message {
  margin-top: 25px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(66, 99, 178, 0.6);
  border-radius: 20px;
  background-color: rgba(66, 227, 220, 0.25);
  color: #4263b2;
}

.error-message {
  position: static;
  margin-top: 35px;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(66, 99, 178, 0.8);
  border-radius: 20px;
  color: #f57d7d;
  font-size: 18px;
}

.text-block-10 {
  color: #af4343;
  font-size: 18px;
}

.paragraph-22 {
  color: #42e3dc;
}

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

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.maximiza-tu-roi {
  position: static;
  z-index: 0;
  display: block;
  min-height: auto;
  padding-top: 27px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 44.7%, 0.25)), to(hsla(0, 0%, 44.7%, 0.25))), -webkit-gradient(linear, right top, left top, from(#07fcfc), color-stop(58%, #00ceec), to(#139aff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(270deg, #07fcfc, #00ceec 58%, #139aff);
  background-clip: padding-box;
}

.maximiza-tu-roi.strip {
  min-height: auto;
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(35deg, #4263b2, #42e3dc);
}

.maximiza-tu-roi.short {
  min-height: auto;
  padding-top: 40px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 44.7%, 0.25), hsla(0, 0%, 44.7%, 0.25)), linear-gradient(332deg, #4263b2, #4263b2, #139aff);
}

.div-block-9 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.form-block {
  background-color: transparent;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/hc-240x94.png');
  background-position: 50% 50%;
  background-size: auto;
}

.slider-2 {
  width: 50%;
  height: 100px;
  background-color: red;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.mask-3 {
  overflow: visible;
  width: 100%;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
}

.left-arrow-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
}

.slider-3 {
  height: 220px;
  padding-top: 25px;
  background-color: transparent;
}

.icon-3 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-4 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo-container {
  width: 29.9%;
  max-height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 11px;
  background-color: #fff;
  box-shadow: none;
}

.slider-container {
  overflow: hidden;
  width: 840px;
  max-width: 840px;
}

.body-4 {
  -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-5 {
  margin-bottom: 11px;
}

.image-6 {
  width: 80%;
}

.image-7 {
  width: 80%;
}

.image-8 {
  margin-top: 13px;
}

.image-9 {
  margin-top: 24px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.slider-container-mobile {
  overflow: hidden;
  width: 840px;
  max-width: 840px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.slider-mobile {
  height: 220px;
  padding-top: 25px;
  background-color: transparent;
}

.mask-mobile {
  overflow: visible;
  width: 100%;
}

.logo-container-mobile {
  width: 29.9%;
  max-height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 11px;
  background-color: #fff;
  box-shadow: none;
}

.logo-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide-nav-mobile {
  top: 100px;
}

.div-block-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: -62px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -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;
  border: 1px dashed #4263b2;
  border-radius: 100px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .numbers {
    position: static;
    left: 0%;
    top: -16%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
    background-image: linear-gradient(162deg, rgba(66, 99, 178, 0.85) 40%, rgba(66, 227, 220, 0.85));
    font-family: 'Fa solid 900', sans-serif;
    font-size: 65px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
  }

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

  .heading-2 {
    margin-bottom: 10px;
  }

  .text-block-4 {
    background-image: linear-gradient(315deg, #fff, #42e3dc);
    text-shadow: none;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading-4.right {
    font-size: 23px;
  }

  .heading-4.left {
    font-size: 23px;
  }

  .paragraph-8 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-8.right {
    font-size: 18px;
  }

  .paragraph-8.left {
    font-size: 18px;
  }

  .text-block-8 {
    background-image: linear-gradient(315deg, #fff, #42e3dc);
  }

  .button-2 {
    border-style: none;
    background-color: transparent;
    color: rgba(50, 181, 208, 0.55);
    font-size: 55px;
  }

  .unoalocho {
    position: relative;
    margin-top: 55px;
    border-radius: 10px;
  }

  .heading-12 {
    margin-top: 41px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
    border-width: 1px;
    border-color: #4263b2;
    border-radius: 10px;
    background-color: transparent;
    color: #4263b2;
    text-align: center;
  }

  .texto-1-1 {
    border-radius: 10px;
  }

  .lottie-animation-like {
    width: 43%;
  }

  .paragraph-22 {
    margin-bottom: 25px;
  }

  .div-block-10 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 120px;
    margin-top: -62px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -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;
    border: 1px dashed #4263b2;
    border-radius: 100px;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .custom-contairer {
    min-width: auto;
    padding-left: 18px;
  }

  .paragraph-3 {
    font-size: 29px;
    line-height: 34px;
  }

  .paragraph-4 {
    width: 60%;
    color: #04d2ff;
  }

  .container {
    padding-left: 18px;
  }

  .nav-menu {
    background-color: #33b4ce;
  }

  .menu-button {
    background-color: #524c4c;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .container-2 {
    min-width: auto;
    margin-left: 25px;
  }

  .menu-button-2 {
    background-color: transparent;
  }

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

  .nav-menu-2 {
    background-color: rgba(38, 56, 83, 0.98);
  }

  .icon {
    color: #42e3dc;
    font-size: 30px;
  }

  .section-verde {
    padding-top: 20px;
  }

  .section-verde.strip {
    padding-top: 20px;
  }

  .text-block {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .container-wider {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-block-2 {
    margin-top: 15px;
  }

  .section-blanca {
    padding-top: 20px;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-gris {
    padding-top: 20px;
  }

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

  .container-6 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-2 {
    height: auto;
  }

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

  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-3 {
    -ms-grid-columns: 0.5fr 3fr;
    grid-template-columns: 0.5fr 3fr;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .container-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-9 {
    margin-left: 258px;
  }

  .container-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .container-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-wrapper {
    margin-top: 65px;
  }

  .slider-wrapper-wide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .slide-nav {
    margin-bottom: 32px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    height: auto;
  }

  .footer-heading {
    font-size: 15px;
  }

  .div-block-4 {
    min-width: 280px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    min-width: 280px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-6 {
    min-width: 280px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-17 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mask {
    margin-top: -70px;
  }

  .image-3 {
    left: 0%;
    overflow: hidden;
    width: 40%;
  }

  .cards {
    width: 90%;
  }

  .heading5 {
    margin-left: 258px;
  }

  .grid-7 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-hero {
    line-height: 54px;
  }

  .section-verde-omni {
    padding-top: 20px;
  }

  .section-verde-omni.strip {
    padding-top: 20px;
  }

  .section-blanca-scw {
    padding-top: 20px;
  }

  .paragraph-partner {
    width: 80%;
    color: #04d2ff;
    font-size: 19px;
  }

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

  .grid-actions {
    margin-top: 169px;
    grid-column-gap: 17px;
    -ms-grid-columns: 3fr 3fr;
    grid-template-columns: 3fr 3fr;
  }

  .lottie-animation-like {
    margin-bottom: -216px;
  }

  .maximiza-tu-roi {
    padding-top: 20px;
  }

  .maximiza-tu-roi.strip {
    padding-top: 20px;
  }

  .slider-container-mobile {
    width: 700px;
  }

  .logo-container-mobile {
    width: 29.6%;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-contairer {
    min-width: auto;
  }

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

  .paragraph-4 {
    width: 80%;
    color: #04d2ff;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-content {
    padding: 40px 20px;
  }

  .container-2 {
    min-width: auto;
    margin-left: 25px;
  }

  .icon {
    margin-top: -5px;
    font-size: 30px;
  }

  .text-block {
    font-size: 19px;
  }

  .text-block.small {
    max-width: 280px;
  }

  .container-wider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-overlay-3 {
    padding: 40px 20px;
  }

  .section-blanca.short {
    padding-bottom: 0px;
  }

  .container-6 {
    margin-top: 45px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-9 {
    margin-left: 255px;
    font-size: 15px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    padding-top: 0px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-wrapper {
    position: relative;
    display: block;
    margin-top: 45px;
    padding-top: 31px;
  }

  .slider-wrapper-wide {
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: 30%;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slide-nav {
    margin-bottom: 0px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px 0px;
  }

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

  .footer-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-left: 19px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-bottom: 3px;
  }

  .div-block-4 {
    min-width: 280px;
  }

  .div-block-5 {
    position: absolute;
    left: 1%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    min-width: 280px;
    margin-top: 0px;
  }

  .div-block-6 {
    min-width: 280px;
  }

  .single-customer-view {
    margin-top: -25px;
  }

  .lottie-animation-2 {
    margin-top: -26px;
  }

  .image-3 {
    width: 50%;
  }

  .cards {
    width: 100%;
  }

  .heading5 {
    margin-bottom: 4px;
    margin-left: 256px;
  }

  .heading-hero {
    width: auto;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 56px;
    line-height: 44px;
  }

  .heading-21 {
    margin-top: 120px;
  }

  .paragraph-partner {
    width: 80%;
    color: #04d2ff;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-7 {
    width: 80%;
  }

  .image-9 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-container-mobile {
    width: 500px;
  }

  .logo-container-mobile {
    width: 28.2%;
    height: 40%;
  }

  .logo-mobile {
    padding-right: 5px;
    padding-left: 5px;
  }

  .slide-nav-mobile {
    top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .custom-contairer {
    min-width: auto;
    padding-top: 0px;
  }

  .bold-text-2 {
    font-size: 36px;
    line-height: 0px;
  }

  .paragraph-3 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-4 {
    width: 100%;
    padding: 9px;
    font-size: 15px;
    line-height: 21px;
  }

  .button {
    padding: 10px 25px;
  }

  .brand {
    width: 181px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .hero {
    min-height: 100vh;
  }

  .heading-blanco {
    font-size: 32px;
    line-height: 30px;
  }

  .container-2 {
    min-width: auto;
    margin-top: 10px;
    margin-left: 10px;
  }

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

  .nav-menu-2 {
    background-color: rgba(38, 56, 83, 0.98);
  }

  .icon {
    margin-top: -5px;
    color: #42e3dc;
    font-size: 30px;
  }

  .section-verde {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-verde.short {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block {
    margin-bottom: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block.small {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }

  .container-wider {
    padding-bottom: 0px;
  }

  .text-block-2 {
    margin-top: 30px;
    font-size: 17px;
  }

  .youtube {
    width: 100%;
  }

  .section-blanca {
    padding-bottom: 40px;
  }

  .section-blanca.short {
    padding-bottom: 40px;
  }

  .container-5 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-verde {
    margin-top: 20px;
    font-size: 32px;
    line-height: 30px;
  }

  .section-gris {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .grid {
    margin-top: 25px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .numbers {
    display: block;
    float: none;
    background-image: linear-gradient(175deg, #4263b2 27%, #42e3dc);
  }

  .text-block-3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 29px;
  }

  .container-6 {
    margin-top: 0px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .container-7 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-2 {
    height: auto;
  }

  .paragraph-7 {
    margin-top: 20px;
  }

  .grid-2 {
    margin-top: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 31px;
  }

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

  .heading-4.right {
    font-size: 20px;
  }

  .heading-4.left {
    font-size: 20px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 23px;
  }

  .container-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-4 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-10 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-9 {
    margin-left: 15px;
    font-size: 19px;
    line-height: 23px;
  }

  .container-11 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-5 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-8 {
    color: #34b5ce;
  }

  .grid-6 {
    grid-row-gap: 7px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-9 {
    margin-top: 5px;
    background-image: linear-gradient(63deg, #42e3dc 48%, #fff);
    font-weight: 700;
    letter-spacing: -4px;
  }

  .container-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-13 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper-wide {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .footer-flex-container {
    -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;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    position: static;
    margin-right: 12px;
    margin-left: 12px;
  }

  .footer-heading {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
  }

  .div-block-4 {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2 {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-color: rgba(50, 181, 208, 0.24);
    border-radius: 10px;
    background-color: rgba(52, 181, 206, 0.25);
    opacity: 0.7;
    color: rgba(50, 181, 208, 0.57);
    font-size: 28px;
    line-height: 20px;
  }

  .container-16 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-17 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-10 {
    margin-top: 0px;
  }

  .paragraph-10 {
    margin-bottom: 0px;
  }

  .form {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .block-quote {
    font-size: 30px;
    line-height: 33px;
  }

  .texto-1-1 {
    padding: 20px;
  }

  .single-customer-view {
    margin-top: 0px;
    margin-bottom: -30px;
  }

  .lottie-animation-2 {
    margin-top: -12px;
    margin-bottom: -27px;
  }

  .lottie-animation-3 {
    margin-top: -68px;
    margin-bottom: -31px;
  }

  .image-3 {
    position: static;
    width: 100%;
    margin-top: -13px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .cards {
    width: 100%;
    padding-bottom: 17px;
  }

  .heading5 {
    margin-bottom: 1px;
    margin-left: 15px;
    font-size: 20px;
  }

  .grid-7 {
    grid-row-gap: 30px;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-hero {
    font-size: 48px;
    line-height: 40px;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-16 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-17 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-18 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-19 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-21 {
    margin-top: 40px;
    margin-left: 314px;
  }

  .section-verde-omni {
    min-height: auto;
    padding-top: 20px;
  }

  .paragraph-14 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-blanca-scw {
    min-height: auto;
    padding-bottom: 40px;
  }

  .image-4 {
    width: 35%;
  }

  .paragraph-partner {
    width: 100%;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-7 {
    width: 100%;
    padding: 8px 11px;
  }

  .grid-actions {
    grid-row-gap: 31px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lottie-animation-like {
    width: 90%;
    margin-bottom: -205px;
  }

  .lottie-and-grid-container {
    margin-top: 3px;
  }

  .paragraph-15 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-16 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-17 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-18 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-19 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .paragraph-21 {
    font-size: 20px;
    line-height: 25px;
  }

  .maximiza-tu-roi {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-9 {
    margin-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-container-mobile {
    width: 265px;
    margin-top: 10px;
  }

  .slider-mobile {
    height: 140px;
  }

  .logo-container-mobile {
    width: 48%;
    height: 30%;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide-nav-mobile {
    top: 90px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
  }
}

#Message-3.w-node-a347e3e2e068-9f42b8b0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-3a7310ab68c3-10ab68c3 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #Message-3.w-node-a347e3e2e068-9f42b8b0 {
    -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;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}