:root {
  --dark-slate-blue: #28348a;
  --dodger-blue: #009ee2;
  --alice-blue: #dbf1fb;
  --white: white;
  --medium-spring-green: #00e09b;
  --royal-blue: #0a5bc8;
  --alice-blue-2: #dbf1fb;
  --alice-blue-3: #dbf1fb;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.link {
  color: #000;
  border-radius: 50px;
  padding: 5px 15px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #c02f7c;
}

.link.w--current {
  color: #c02f7c;
  background-color: #f6f6f6;
}

.link.p-nav {
  color: var(--dark-slate-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 2vw;
  display: block;
}

.link.p-nav:hover {
  color: #009ee2;
}

.link.p-nav:focus {
  color: var(--dodger-blue);
}

.link.p-nav.w--current {
  color: var(--dodger-blue);
  background-color: rgba(0, 0, 0, 0);
}

.link.p-nav {
  color: #28348a;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 2vw;
  display: block;
}

.link.p-nav:hover, .link.p-nav:focus {
  color: #009ee2;
}

.link.p-nav.w--current {
  color: #009ee2;
  background-color: rgba(0, 0, 0, 0);
}

.link.p-nav {
  color: #28348a;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 2vw;
  display: block;
}

.link.p-nav:hover, .link.p-nav:focus {
  color: #009ee2;
}

.link.p-nav.w--current {
  color: #009ee2;
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: center;
  display: flex;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-img {
  width: 10vw;
}

.nav {
  z-index: 20;
  height: 70px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.nav-buttons {
  height: 70px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid var(--dark-slate-blue);
  background-color: rgba(0, 158, 226, .14);
  justify-content: flex-end;
  align-items: stretch;
  padding: 1vw 2vw 1vw 15.2vw;
  display: flex;
}

.mobile-nav {
  display: none;
}

.container {
  width: 100%;
  max-width: none;
  flex: 0 auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  display: block;
}

.p-btn-nav {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.p-btn-nav:hover {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.p-btn-nav.w--current {
  font-weight: 400;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: auto;
  background-image: url('../images/bg_banner_home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  width: 100%;
  height: auto;
}

.home_banner {
  width: 100%;
  margin-top: 5vw;
}

.h1-titlles {
  color: #fff;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 5vw;
  font-weight: 500;
}

.h1-titlles._w-title {
  width: 30vw;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.p-text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.p-text._w-ptxt {
  width: 34vw;
  margin-bottom: 0;
  line-height: 2.5vw;
}

.p-text._w-ptxt.mt-2vw {
  width: 40vw;
  margin-top: 2vw;
  font-size: 1.2vw;
  line-height: 2vw;
}

.mask_banner {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 3vw;
  padding-left: 0;
  display: flex;
  position: relative;
}

.btn-large {
  width: auto;
  height: 50px;
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--medium-spring-green);
  color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-large:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--dark-slate-blue);
  color: var(--medium-spring-green);
}

.btn-large.mt-2vw {
  width: auto;
  justify-content: center;
  margin-top: 2vw;
  font-size: 1.2vw;
  line-height: 2vw;
  display: flex;
}

.btn-large.mt-2vw.btn-banner {
  width: auto;
  background-color: var(--medium-spring-green);
  border-width: 1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.acerca_container {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.titulos {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h3-subtitles {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles._w-subtitles {
  width: 20vw;
  margin-top: 0;
  margin-bottom: 0;
}

.h3-subtitles._w-subtitles.mt-2vw {
  width: 85%;
  margin-top: 2vw;
}

.h3-subtitles._w-subtitles.mt-2vw._w-100 {
  width: 100%;
}

.h3-subtitles.white {
  color: var(--white);
  justify-content: flex-end;
  display: flex;
}

.h3-subtitles._w-soluciones {
  width: 100%;
}

.p-txt {
  width: 45vw;
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt.mt-2vw {
  margin-top: 2vw;
}

.p-txt.mt-2vw._w-servicios {
  width: 32vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt._w-servicios {
  width: 29vw;
}

.p-txt._w-auto {
  width: auto;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt._w-cardhover {
  width: 100%;
}

.separador-10vw {
  width: 100%;
  height: 10vw;
}

.separador-10vw.separador-banner {
  height: 5vw;
}

.separador-10vw.mt-sm {
  height: 5vw;
  display: none;
}

.h2-encabezados {
  color: var(--dodger-blue);
  letter-spacing: .1vw;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.h2-encabezados.c-royal-blue {
  color: var(--royal-blue);
  font-weight: 400;
}

.h2-encabezados.c-blue {
  color: var(--dark-slate-blue);
  font-weight: 400;
}

.h2-encabezados.h2-blog {
  font-weight: 400;
}

.btn-medium {
  width: auto;
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--medium-spring-green);
  color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.btn-medium:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--dark-slate-blue);
  color: var(--medium-spring-green);
}

.btn-medium.mt-2vw {
  z-index: 0;
  width: auto;
  text-align: center;
  background-color: #00e09b;
  border-width: 1.5px;
  margin-top: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.btn-medium.mt-2vw:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--dark-slate-blue);
  color: var(--medium-spring-green);
}

.hr-separador {
  width: 85%;
  border: 1px solid #28348a;
  margin: 10vw auto;
}

.hr-separador.hr-margin {
  z-index: 10;
  margin-top: 5vw;
  margin-bottom: 5vw;
  position: relative;
}

.hr-separador.hr-margin.mt-0, .hr-separador.mb-0 {
  margin-bottom: 0;
}

.servicios_container {
  background-image: url('../images/img-servicios.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 85%;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 5vw;
  display: flex;
}

.servicios_container.wrap-mobile {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: space-between;
}

.servicios_li {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: flex-start;
  display: flex;
}

.servicios_ul {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.servicios_ul.mt-2vw {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-top: 2vw;
}

.icon-add {
  width: 1.5vw;
}

.servicos_add {
  width: 2vw;
  align-items: center;
  display: flex;
}

.btn-small {
  width: 150px;
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--medium-spring-green);
  color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.btn-small:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--dark-slate-blue);
  color: var(--medium-spring-green);
}

.card {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #28348a, #28348a 21%, #1c52a3 44%, #009ee2);
  border-radius: 5px;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.arrow-right {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark-slate-blue);
  border-radius: 100px;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.container_cards {
  width: 90%;
  max-width: 1300px;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._8 {
  right: -147%;
}

.card-img {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-01.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 70%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 75px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  border: 1px solid var(--dark-slate-blue);
  border-radius: 100px;
  margin: 0;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.card-body {
  height: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.soluciones_title {
  padding-left: 6vw;
  display: block;
  overflow: auto;
}

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

.h5-cards {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.soluciones_titles {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

.icon-plus {
  width: 2.5vw;
}

.tiltes_cards {
  width: 75%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.icon-arrow {
  color: var(--dark-slate-blue);
  font-size: 12px;
}

.blog_container {
  z-index: 15;
  border-top: 2px solid var(--dark-slate-blue);
  border-bottom: 2px solid var(--dark-slate-blue);
  background-color: var(--white);
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
  overflow: hidden;
}

.card-blog {
  height: 100%;
  background-color: var(--alice-blue-2);
  color: #b8b9c2;
  border-radius: 5px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px .5rem -2px rgba(0, 0, 0, .15);
}

.tags {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .2vw 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
  display: inline;
}

.descrip-blog {
  width: 20vw;
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.descrip-blog.mt-1vw {
  width: 100%;
  margin-top: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.btn-arrow {
  width: 4vw;
  height: 4vw;
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-arrow:hover {
  border-color: var(--dodger-blue);
  background-color: var(--medium-spring-green);
  color: var(--medium-spring-green);
}

.arrow-blog {
  width: 2vw;
}

.date-blog {
  color: var(--dark-slate-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.date-blog.mt-2vw {
  margin-top: 2vw;
  font-weight: 400;
}

.card-body-blog {
  width: 100%;
  height: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.bottom-arrow {
  width: 90%;
  justify-content: flex-end;
  display: flex;
}

.bottom-arrow.mt-5vw {
  width: 100%;
  margin-top: 2vw;
  display: none;
}

.carousel-mask-blog {
  width: 35%;
  overflow: visible;
}

.wrapper-ticker {
  border: 0 #000;
  border-width: 0 1px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  overflow: hidden;
}

.wrapper-ticker.mt-2vw {
  margin-top: 2vw;
}

.image-logo {
  width: 100%;
  max-height: 120px;
  max-width: 150px;
  object-fit: contain;
  flex: 1;
  display: block;
}

.clientes_container {
  z-index: 2;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clientes_container.mt-5vw {
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: none;
}

.logo-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.flex-scrolling-1 {
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrap-ticker {
  min-height: 200px;
  min-width: 280px;
  background-color: rgba(42, 110, 121, .15);
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrap-ticker.square-m {
  width: 20em;
  height: 14em;
  min-height: 200px;
  min-width: auto;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.blog_title {
  padding-left: 6vw;
  display: none;
}

.clientes_title {
  width: 100%;
  padding-left: 6vw;
}

.footer {
  z-index: 10;
  border-top: 2px solid var(--dark-slate-blue);
  background-color: var(--white);
  justify-content: space-between;
  padding: 5vw 6vw 0;
  position: relative;
}

.logo-footer {
  width: 15vw;
}

.img-footer {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  align-items: flex-start;
  display: flex;
}

.social {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.icon-redes {
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border: 1px solid rgba(10, 91, 200, .3);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-redes:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--medium-spring-green);
}

.menu-footer {
  flex-direction: column;
  display: none;
}

.p-footer {
  color: var(--dark-slate-blue);
  font-family: Quicksand, sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 2vw;
}

.hr-footer {
  width: 100%;
  border: 1px solid rgba(40, 52, 138, .06);
  margin-left: auto;
  margin-right: auto;
}

.hr-footer.mt-3vw {
  margin-top: 3vw;
}

.datos_footer {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.terminos {
  justify-content: space-between;
  display: flex;
}

.terminos.mt-2vw {
  margin-top: 2vw;
}

.terminos.mt-2vw.mb-2vw {
  margin-bottom: 2vw;
}

.terms {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  display: flex;
}

.wrap {
  margin-top: -10px;
  padding-left: 6vw;
  padding-right: 6vw;
}

.nota_tit_int {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.nota_tit_int.wrap-mobile {
  justify-content: flex-start;
  padding-left: 6vw;
  padding-right: 6vw;
}

.nota_imgs_int {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-around;
  display: flex;
}

.nota_imgs_int.mt-5vw {
  margin-top: 5vw;
  display: none;
}

.p-txt--notas {
  color: var(--dark-slate-blue);
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.descrip_nota {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  display: flex;
}

.descrip_nota.mt-3vw {
  margin-top: 3vw;
}

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

.cta_nota_int.mt-5vw {
  margin-top: 5vw;
}

.cta_nota_int.mt-5vw.mb-5vw {
  margin-bottom: 5vw;
}

.contacto_tit_int {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.contacto_form {
  justify-content: space-around;
  display: flex;
}

.contacto_form.mt-5vw {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  align-items: flex-start;
  margin-top: 4vw;
  position: relative;
}

.form_contact {
  width: 50%;
}

.img_contact {
  width: 50%;
  position: relative;
}

.img-contacto {
  position: absolute;
  top: auto;
  bottom: -370px;
  left: auto;
  right: auto;
}

.row_form_contact {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  display: flex;
}

.green {
  color: var(--medium-spring-green);
}

.input-contact {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dodger-blue);
}

.col-email, .col-tel {
  width: 100%;
}

.form {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  display: flex;
}

.text-area-contact {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dodger-blue);
  padding-top: 0;
  line-height: 4vw;
}

.cta-contact {
  justify-content: flex-end;
  display: flex;
}

.p-nosotros-desk {
  width: 45vw;
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-nosotros-desk.mt-4vw {
  margin-top: 4vw;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.img_servicios_mobile {
  justify-content: flex-start;
  margin-left: 85px;
  margin-right: auto;
  position: relative;
}

.circle-float {
  width: 35vw;
  display: block;
}

.footer-link-menu {
  text-decoration: none;
}

.image-reveal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.reveal {
  height: auto;
  position: relative;
  overflow: hidden;
}

.reveal-inverse {
  height: auto;
  position: relative;
}

.image-size {
  width: 42vw;
  height: 400px;
  position: relative;
}

.image-reveal-scrolling {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 2;
  background-color: var(--medium-spring-green);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.img-contacto-mobile {
  display: none;
  position: absolute;
  top: auto;
  bottom: -370px;
  left: auto;
  right: auto;
}

.p-footer-copy {
  color: var(--dark-slate-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-footer-copy._w-footer {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.slider-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.gb_circle_contact {
  background-color: #ff8f00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.gb_circle_contact.back-white {
  background-color: var(--white);
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gb_circulo {
  width: 100%;
  height: 60vh;
  background-color: #000;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.gb_circulo.circle_soluciones {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 158, 226, .14);
  border-radius: 50%;
  position: relative;
  overflow: visible;
  transform: none;
}

.gb_circulo.circle-degradado {
  width: 100%;
  height: 40vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #28348a 19%, #009ee2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: relative;
  transform: none;
}

.gb_circulo.circle_soluciones {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 158, 226, .14);
  border-radius: 50%;
  position: relative;
  transform: none;
}

.gb_title_contact {
  z-index: 10;
  width: 60vw;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.gb_title_contact.gb-mb-contact {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  margin-bottom: 0;
}

.gb_h3_titulo {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 100%;
}

.gb_p_intro {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 130%;
}

.gb_p_intro.altas {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.slider-snap-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 24.25em;
  grid-auto-columns: 24.25em;
  grid-auto-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.icon {
  display: flex;
}

.filter-container {
  overflow: visible;
}

.slider-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  margin-top: 0;
  margin-bottom: 1vw;
  display: flex;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.padding-section-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-section-medium.is--half-bottom {
  align-content: start;
  padding-top: 2em;
  padding-bottom: 1.75em;
}

.padding-section-medium.is--half-bottom.mt-0 {
  padding-top: 0;
  overflow: visible;
}

.padding-section-medium.is--half-bottom {
  align-content: start;
  padding-bottom: 1.75em;
}

.padding-section-medium.is--half-bottom.mt-0 {
  padding-top: 0;
}

.padding-section-medium.is--half-bottom {
  align-content: start;
  padding-bottom: 1.75em;
}

.padding-section-medium.is--half-bottom.mt-0 {
  padding-top: 0;
}

.padding-section-medium.is--half-bottom {
  align-content: start;
  padding-top: 2em;
  padding-bottom: 1.75em;
}

.slider-card {
  height: 33vw;
  background-image: linear-gradient(360deg, #28348a 19%, #009ee2);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 0 0;
  display: flex;
}

.slider-card.card-sm {
  height: 33vw;
  justify-content: space-between;
}

.scroll-snap-item.filter-card {
  position: relative;
  overflow: hidden;
}

.flex-button-wrap {
  align-items: center;
  display: flex;
}

.flex-button-wrap.grow-end-hide-mobile {
  flex: 1;
  justify-content: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-button-inner {
  width: 100%;
  height: 100%;
  border: 1px solid var(--dark-slate-blue);
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  display: flex;
}

.icon-button-inner:hover {
  background-color: var(--medium-spring-green);
}

.icon-button-inner.back {
  padding-left: 0;
  padding-right: 2px;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.padded-inset-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.cards-wrapper {
  cursor: auto;
  margin-top: 2vw;
  margin-left: 6vw;
  display: block;
  overflow: hidden;
}

.icon-button-outline {
  width: 3em;
  height: 3em;
  padding: .25rem;
}

.icon-button-outline.is-disabled {
  opacity: .24;
}

.slider-card-blog {
  background-color: var(--alice-blue);
  background-image: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px .5rem -2px rgba(0, 0, 0, .15);
}

.card_scroll {
  z-index: 9999999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--medium-spring-green);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5vw 1.5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 101%);
}

.div-block-8 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.scroll-snap-item-blog.filter-card {
  position: relative;
  overflow: hidden;
}

.gb_title_soluciones {
  z-index: 10;
  width: 100%;
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.gb_circle_soluciones {
  background-color: #ff8f00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.gb_circle_soluciones.back_white {
  background-color: var(--white);
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.gb_circle_soluciones.back_white.mt-ipad {
  padding-top: 10vw;
  padding-bottom: 10vw;
  overflow: hidden;
}

.gb_circle_soluciones.back_white {
  background-color: #fff;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.woman-services {
  z-index: 5;
  width: 40vw;
  max-width: none;
  position: absolute;
  top: -36px;
  bottom: 0%;
  left: 9%;
  right: 0%;
}

.banner_woman {
  width: 30%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 17vw;
}

.woman-banner {
  width: 100%;
  object-fit: contain;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.column_banner_text {
  padding-bottom: 3vw;
  position: static;
  top: auto;
  bottom: auto;
  left: 6vw;
  right: auto;
}

.gap-mobile, .separador-mobile {
  display: none;
}

.d-127-icon-circle {
  width: 125px;
  height: 125px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ideas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  position: absolute;
}

.d-127-icon-circle._3 {
  width: 3px;
  height: 3vw;
  width: 4vw;
  height: 4vw;
  width: 3vw;
  height: 3vw;
  background-image: url('../images/arrow-blog.svg');
  background-size: 2.5vw;
}

.d-127-inner-circle {
  width: 125px;
  height: 125px;
  background-color: #ff8c1a;
  border-radius: 50%;
  position: relative;
}

.d-127-inner-circle._3 {
  width: 3vw;
  height: 3vw;
  background-color: var(--medium-spring-green);
  width: 3vw;
  height: 3vw;
  background-color: #00e09b;
}

.d-127-circle-border {
  border: 3px solid #ff8c1a;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-127-circle-border._3 {
  border-width: 1.5px;
  border-color: var(--dark-slate-blue);
  border-width: 1.5px;
  border-color: #28348a;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-anim-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5vw 3vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-cards-txt-relative {
  width: 50%;
  position: relative;
}

.btn-anim-blog {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.column_banner_cta {
  display: flex;
}

.text-span {
  font-weight: 500;
}

.row-dashes {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-direction: column;
  display: flex;
}

.col-points {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  margin-top: 1vw;
  display: flex;
}

.icon-check-home {
  width: 1.5vw;
}

.p-text-points {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.p-text-points.mb-0 {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.5vw;
}

.row-enfoque {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  margin-top: 2vw;
  display: flex;
}

.col-enfoque-points {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

.icon-enfoque {
  width: 3vw;
}

.div-block-9 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: space-between;
  display: flex;
}

.p-txt--soluciones {
  width: 45vw;
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt--soluciones._w-servicios {
  width: 18vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt--soluciones._w-servicios-int {
  width: 27vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.title-solutions {
  font-size: 1.2vw;
  font-weight: 500;
}

.div-block-13 {
  padding-left: 6vw;
  padding-right: 6vw;
}

.div-block-14 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  display: flex;
}

.image-size-note {
  width: 30vw;
  height: 250px;
  position: relative;
}

.image-reveal-note {
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.num-data {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.txt-data {
  width: 80%;
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-cards {
  width: 100%;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.text-cards.mb-card-sm {
  width: 100%;
}

.paragraph {
  text-align: left;
  margin-bottom: 0;
  font-size: .8vw;
  line-height: 1.4vw;
}

.section-servicios {
  display: none;
}

.image-4 {
  opacity: .4;
  border-radius: 0 0 1em 1em;
  display: none;
}

.image-10 {
  opacity: .25;
  border-radius: 0 0 1em 1em;
  display: none;
}

.h3-subtitles-home {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.h3-subtitles-home._w-subtitles {
  width: 40vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.div-block-15 {
  z-index: 9999999;
  position: relative;
}

.link-2 {
  color: var(--dark-slate-blue);
  -webkit-text-stroke-color: var(--dark-slate-blue);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.align-titles-cards {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-radius: 1em;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.card-img-2 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-02.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.card-img-3 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-03.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.card-img-4 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-04.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.card-img-5 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-05.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.card-img-7 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-07.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.card-img-8 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-08.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.card-img-9 {
  width: 100%;
  height: 15vw;
  background-color: var(--dodger-blue);
  opacity: .6;
  background-image: url('../images/img-solucion-09.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog_container-2 {
  z-index: 15;
  background-color: #fff;
  border-top: 2px solid #28348a;
  border-bottom: 2px solid #28348a;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 96rem;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.slider-snap-list-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 24.25em;
  grid-auto-columns: 24.25em;
  grid-auto-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: auto;
}

.card-anim-wrapper-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.h3-subtitles-2 {
  color: #28348a;
  margin-top: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.icon-button-inner-2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #28348a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  display: flex;
}

.icon-button-inner-2:hover {
  background-color: #00e09b;
}

.icon-button-inner-2.back {
  padding-left: 0;
  padding-right: 2px;
}

.btn-arrow-2 {
  width: 4vw;
  height: 4vw;
  color: #28348a;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #28348a;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-arrow-2:hover {
  color: #00e09b;
  background-color: #00e09b;
  border-color: #009ee2;
}

.h2-encabezados-2, .h2-encabezados-3, .h2-encabezados-4 {
  color: #009ee2;
  letter-spacing: .1vw;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
}

.descrip-blog-2 {
  width: 20vw;
  color: #28348a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.descrip-blog-2.mt-1vw {
  width: 14vw;
  margin-top: 1vw;
  font-size: 1.5vw;
  line-height: 2vw;
}

.cta-anim-blog-2 {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-arrow-2 {
  color: #28348a;
  font-size: 12px;
}

.arrow-left-2 {
  width: 50px;
  height: 50px;
  border: 1px solid #28348a;
  border-radius: 100px;
  margin: 0;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.card-blog-2 {
  height: 100%;
  color: #b8b9c2;
  background-color: #dbf1fb;
  border-radius: 5px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px .5rem -2px rgba(0, 0, 0, .15);
}

.arrow-right-2 {
  width: 50px;
  height: 50px;
  border: 1px solid #28348a;
  border-radius: 100px;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.tags-2 {
  color: #28348a;
  border: 1px solid #28348a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .2vw 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
  display: inline;
}

.padding-global-blog-sm {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.bold-text {
  font-weight: 500;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #def1fb;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-card.fourth {
  top: 295px;
}

.features-card.second {
  margin-bottom: 30px;
  top: 265px;
}

.features-card.third {
  margin-bottom: 15px;
  top: 280px;
}

.features-card.first {
  margin-bottom: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 250px;
}

.features-right {
  width: 100%;
  grid-row-gap: 200px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.container-3 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-card-img {
  margin-bottom: 20px;
}

.stronger {
  background-color: var(--white);
  padding: 10vw 20px 150px;
  display: none;
}

.plus {
  font-family: Montserrat, sans-serif;
}

.clientes-slider {
  z-index: 10;
  height: 50vh;
  background-image: linear-gradient(60deg, #28348a, #1d51a2 21%, #1c52a3 44%, #009ee2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-19 {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.bold {
  font-weight: 700;
}

.card_scroll-2 {
  z-index: 9999999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #00e09b;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5vw 1.5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 101%);
}

.slider-snap-list-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 24.25em;
  grid-auto-columns: 24.25em;
  grid-auto-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.card-img-10 {
  width: 100%;
  height: 20vw;
  opacity: .6;
  background-color: #009ee2;
  background-image: url('../images/img-solucion-01.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 0 1em 1em;
  margin-bottom: 0;
}

.h2-encabezados-5 {
  color: #009ee2;
  letter-spacing: .1vw;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.h2-encabezados-5.c-blue {
  color: #28348a;
  font-weight: 400;
}

.btn-large-2 {
  width: auto;
  height: 50px;
  color: #28348a;
  cursor: pointer;
  background-color: #00e09b;
  border: 2px solid #28348a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-large-2:hover {
  color: #00e09b;
  background-color: #28348a;
  border-color: #00e09b;
}

.h3-subtitles-3 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.container-large-3 {
  width: 100%;
  max-width: 96rem;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.p-txt-2 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt-2._w-cardhover {
  width: 100%;
}

.soluciones_container-2 {
  background-color: #dbf1fb;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.soluciones_container-2.is_full {
  background-color: rgba(0, 158, 226, .14);
  border: 2px solid #28348a;
  border-left: 1px #28348a;
  border-right: 1px #28348a;
  margin-top: 10vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.soluciones_container-2.is_full.dflex-none {
  display: none;
}

.h5-cards-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.filter-container-6 {
  overflow: visible;
}

.txt-data-2 {
  width: 80%;
  color: #28348a;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.num-data-2 {
  color: #28348a;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.cards-wrapper-3 {
  margin-top: 2vw;
  margin-left: 6vw;
}

.slider-card-blog-3 {
  background-color: #dbf1fb;
  background-image: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px .5rem -2px rgba(0, 0, 0, .15);
}

.date-blog-4 {
  color: #28348a;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
}

.date-blog-4.mt-2vw {
  margin-top: 2vw;
}

.h3-subtitles-4 {
  color: #28348a;
  margin-top: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.num-data-3 {
  color: #28348a;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.nosotros_tit_int {
  justify-content: space-around;
  display: flex;
}

.h3-subtitles-5 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-5._w-subtitles {
  width: 30vw;
  margin-top: 0;
  margin-bottom: 0;
}

.p-txt-3 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.nosotros_servicios {
  z-index: 15;
  background-color: var(--white);
  border-top: 2px solid #28348a;
  padding-top: 7vw;
  padding-bottom: 7vw;
  position: relative;
  overflow: hidden;
}

.row-icons-nosotros {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.circle-icons-nosotros {
  width: 10vw;
  height: 10vw;
  background-color: #00e09b;
  border: 1px solid #28348a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-icons-nosotros {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icons-nosotros {
  width: 50%;
  max-width: none;
}

.icons-col {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-text {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.container-icons {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  display: flex;
}

.separador-medium {
  width: 100%;
  height: 5vw;
}

.columns, .columns-2 {
  width: 100%;
}

.imagen-int-solucion.mt-5vw {
  margin-top: 5vw;
}

.solucion_interior {
  justify-content: space-around;
  display: flex;
}

.image-cover {
  width: 100%;
}

.p-txt-4 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.h3-subtitles-6 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-6._w-tit-solucion {
  width: 90%;
}

.h3-subtitles-6._w-tit-solucion-int {
  width: 80%;
}

.sticky-img-padding {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 0 7vw #fff;
}

.sticky-img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.p-txt-5 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt-5.mt-4vw {
  margin-top: 4vw;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt-5.mt-4vw._w-objetivos {
  width: 44vw;
  font-weight: 500;
}

.h2-encabezados-6 {
  color: #009ee2;
  letter-spacing: .1vw;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.h2-encabezados-6.c-royal-blue {
  color: #0a5bc8;
  font-weight: 400;
}

.h3-subtitles-7 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.objetivos_container {
  justify-content: space-around;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.solucion_btn_back {
  z-index: 10;
  width: 100%;
  justify-content: center;
  display: none;
  position: relative;
}

.btn-medium-2 {
  width: auto;
  color: #28348a;
  background-color: #00e09b;
  border: 2px solid #28348a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
}

.btn-medium-2:hover {
  color: #00e09b;
  background-color: #28348a;
  border-color: #00e09b;
}

.feature-wrap {
  padding-top: 20px;
}

.feature-wrap.d-flex-pricing {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plan-name {
  width: 70%;
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 10vw;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2.5vw;
}

.plan-name.mb-0 {
  margin-bottom: 0;
}

.plan-name.mb-20 {
  width: 90%;
  margin-bottom: 20px;
}

.feature {
  color: #fff;
  background-image: url('../images/icon-check.svg');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-bottom: 10px;
  padding-left: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.6vw;
}

.pricing-table-container {
  width: 90%;
  max-width: none;
  perspective: 1000px;
  flex-wrap: wrap;
  align-content: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.pricing-image {
  z-index: 0;
  min-width: 220px;
  position: absolute;
  top: -102px;
  bottom: auto;
  left: -19%;
  right: auto;
}

.plan-price-wrapper {
  z-index: 2;
  width: 50%;
  margin-left: auto;
  position: relative;
}

.pricing-plan {
  z-index: 1;
  width: 33.3333%;
  min-height: 400px;
  perspective: 1000px;
  perspective-origin: 50%;
  background-color: #fff;
  background-image: linear-gradient(-95deg, #28348a 19%, #009ee2);
  border-width: 1px;
  border-color: #dddeeb;
  border-radius: 9px;
  padding: 35px 61px 40px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 100px -25px rgba(80, 106, 121, .5);
}

.pricing-plan.advanced {
  background-image: linear-gradient(95deg, #28348a 19%, #009ee2);
}

.pricing-plan.middle-pricing-plan {
  z-index: 2;
  transform-style: preserve-3d;
  background-image: linear-gradient(360deg, #28348a 19%, #009ee2);
  transform: translate3d(0, 0, 100px);
  box-shadow: 0 0 50px 5px rgba(41, 72, 82, .1), 0 85px 100px -35px rgba(90, 114, 119, .2);
}

.pricing-row {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.pricing-container {
  justify-content: space-around;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.pricing-container.wrap-mobile.mt-5vw {
  display: none;
}

.pricing-image-left {
  z-index: 0;
  min-width: 220px;
  position: absolute;
  top: -128px;
  bottom: auto;
  left: -25%;
  right: auto;
}

.cards-scroller {
  height: 600vh;
  border-radius: 2vw;
  position: relative;
}

.full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-viewbox {
  width: 100%;
  height: 100vh;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cards-wrapper-4 {
  width: 100%;
  height: 80vh;
  border-radius: 2vw;
  display: flex;
  overflow: hidden;
}

.card-half {
  width: 50%;
  height: 301%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.main-wrapper {
  width: 100vw;
}

.max-width-85 {
  width: 85%;
}

.slide-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-2 {
  background-color: #def1fb;
}

.card-slide.color-1 {
  color: #fff;
  background-color: #009ee2;
}

.card-slide.color-3 {
  background-color: #28348a;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.h3-subtitles-home-2 {
  color: #28348a;
  margin-top: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.h3-subtitles-home-2._w-subtitles {
  width: 40vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-home-2._w-subtitles.white {
  color: #fff;
}

.servicios_li-2 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: flex-start;
  display: flex;
}

.p-txt--soluciones-2 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt--soluciones-2._w-servicios {
  width: 18vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt--soluciones-2._w-servicios.white {
  width: 100%;
  color: #fff;
}

.p-txt--soluciones-2._w-info {
  width: 18vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt--soluciones-2._w-info.white {
  width: 30vw;
  color: #fff;
}

.p-txt--soluciones-2._w-descript-ai-led {
  width: 100%;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt--soluciones-2._w-descript-ai-led.white {
  width: 100%;
  color: #fff;
}

.div-block-20 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: space-between;
  display: flex;
}

.p-txt-6 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt-6.mt-4vw {
  margin-top: 4vw;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt-6.mt-4vw._w-objetivos {
  width: 44vw;
}

.separador-medium-2 {
  width: 100%;
  height: 7vw;
}

.nosotros_casos_int {
  height: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nosotros_casos {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-scroll-heros-03 {
  background-color: #009ee2;
  flex: 1;
  overflow: hidden;
}

.main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
  position: relative;
}

.nosotros_content-wrap-gap-copy {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5vw;
  display: flex;
}

.div-block-4 {
  width: 70vw;
  align-items: stretch;
  display: flex;
  position: static;
}

.wrapper-scroll-heros {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-scroll-heros-02 {
  background-color: #00e09b;
  flex: 1;
  overflow: hidden;
}

.btn-large-3 {
  width: auto;
  height: 50px;
  color: #28348a;
  cursor: pointer;
  background-color: #00e09b;
  border: 2px solid #28348a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-large-3:hover {
  color: #00e09b;
  background-color: #28348a;
  border-color: #00e09b;
}

.nosotros_casos_right {
  width: 40vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-scroll-heros {
  width: 410vw;
  height: 100%;
  grid-column-gap: 2.5vw;
  transform-origin: 0%;
  justify-content: center;
  display: flex;
  position: relative;
  left: 0;
}

.container_casos {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.casos {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.div-block-6 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.p-txt-7 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.p-txt-7.c-green {
  color: #055a40;
}

.p-txt-7.white {
  color: #fff;
  font-size: 1.2vw;
  font-weight: 400;
}

.nosotros_casos_izq {
  width: 49vw;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.nosotros_tit_casos {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.track-01 {
  width: 100%;
  height: 700vh;
  display: block;
  position: relative;
  overflow: visible;
}

.nosotros_caso_izq {
  width: 60vw;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.h3-subtitles-8 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-8.white {
  color: #fff;
  justify-content: flex-end;
  display: flex;
}

.h3-subtitles-8.c-green {
  color: #055a40;
}

.wrapper-heading-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-scroll-heros {
  background-color: #f0f0f0;
  flex: 1;
  overflow: hidden;
}

.container-scroll-heros._33 {
  background-color: #dbf1fb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10em;
  display: flex;
}

.container-scroll-heros._01 {
  background-color: #28348a;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-txt--soluciones-3 {
  width: 45vw;
  color: #28348a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.p-txt--soluciones-3._w-servicios-strategy {
  width: 100%;
  color: #055a40;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.p-txt--soluciones-3._w-servicios-marketing {
  width: 100%;
  color: #28348a;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.blog_row_int {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.card-blog-3 {
  height: 100%;
  color: #b8b9c2;
  background-color: #dbf1fb;
  border-radius: 5px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px .5rem -2px rgba(0, 0, 0, .15);
}

.date-blog-5 {
  color: #28348a;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.date-blog-5.mt-2vw {
  margin-top: 2vw;
  font-weight: 400;
}

.col-blog {
  width: 50%;
}

.blog_notas {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  display: flex;
}

.blog_notas.mt-5vw {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.card-anim-wrapper-3 {
  width: 100%;
  height: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5vw 3vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-anim-blog {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.descrip-blog-3 {
  width: 20vw;
  color: #28348a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.descrip-blog-3.mt-1vw {
  width: 100%;
  margin-top: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.soluciones_tit_int {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.btn-arrow-3 {
  width: 4vw;
  height: 4vw;
  color: #28348a;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #28348a;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-arrow-3:hover {
  color: #00e09b;
  background-color: #00e09b;
  border-color: #009ee2;
}

.h3-subtitles-9 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-9._w-soluciones {
  width: 100%;
}

.tags-3 {
  color: #28348a;
  border: 1px solid #28348a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .2vw 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
  display: inline;
}

.link-block {
  display: flex;
}

.bottom-smart-solutions {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 1vw;
  left: auto;
  right: auto;
}

.btn-solutions {
  width: auto;
  height: 50px;
  color: #28348a;
  cursor: pointer;
  background-color: #00e09b;
  border: 2px solid #28348a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.btn-solutions:hover {
  color: #00e09b;
  background-color: #28348a;
  border-color: #00e09b;
}

.btn-solutions.mt-4mobile {
  justify-content: center;
}

.hamburger-2 {
  display: none;
}

.div-block-22 {
  flex-direction: column-reverse;
  display: flex;
}

.separador-ipads {
  width: 100%;
  height: 10vw;
  display: none;
}

.soluciones_cards_int {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cards_soluciones_int {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  display: flex;
}

.cards_soluciones_int.mt-3vw {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 3vw;
}

.soluciones_column_int {
  width: 30%;
}

.h3-subtitles-10 {
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-10._w-soluciones {
  width: 100%;
}

.soluciones_container_int {
  background-color: rgba(0, 158, 226, .14);
}

.h4-omnichannel {
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.row-services-omnichannel-premium {
  width: 100%;
  display: flex;
}

.col-omnichannelpremium {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  display: flex;
}

.cards-scroller-lab {
  height: 600vh;
  border-radius: 2vw;
  position: relative;
}

.card-half-lab {
  width: 50%;
  height: 301%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.list-strategy {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  justify-content: space-between;
  display: flex;
}

.servicios_ul_strategy {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.servicios_ul_strategy.mt-2vw {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 2vw;
}

.list-marketing {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  justify-content: space-between;
  display: flex;
}

.servicios_ul_marketing {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.servicios_ul_marketing.mt-2vw {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 2vw;
}

.servicios_li-3 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: center;
  display: flex;
}

.text-consultancy-intro {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: space-between;
  margin-top: 2vw;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 96rem;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.slider-snap-list-4 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: grab;
  grid-template-rows: auto;
  grid-template-columns: 24.25em;
  grid-auto-columns: 24.25em;
  grid-auto-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: auto;
}

.h3-subtitles-11 {
  color: #28348a;
  margin-top: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 5vw;
}

.icon-button-inner-3 {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #28348a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  display: flex;
}

.icon-button-inner-3:hover {
  background-color: #00e09b;
}

.icon-button-inner-3.back {
  padding-left: 0;
  padding-right: 2px;
}

.cards-wrapper-5 {
  margin-top: 2vw;
  margin-left: 6vw;
}

.h2-encabezados-7 {
  color: #009ee2;
  letter-spacing: .1vw;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
}

.gb_title_soluciones-2 {
  z-index: 10;
  width: 100%;
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.card-item {
  height: 25rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transform-style: preserve-3d;
  background-color: #def1fc;
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding: 2.5rem;
  transition: transform .6s;
  display: flex;
}

.card-item:hover {
  transform: rotateX(0)rotateY(20deg)rotateZ(0);
}

.my-slider-progress {
  width: 80%;
  height: 2px;
  background-color: #def1fb;
  overflow: hidden;
}

.section-header {
  text-indent: 0;
  text-transform: capitalize;
  column-count: 0;
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 4rem;
  font-weight: 500;
  line-height: .9;
}

.card-icon {
  width: 6rem;
  margin-bottom: 20px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  width: 100%;
  cursor: grab;
  border: 1px solid rgba(255, 255, 255, .22);
  border-right-style: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 2rem;
  overflow: hidden;
}

.my-slider-progress-bar {
  width: 0%;
  height: 7px;
  background-color: #def1fb;
}

.splide__slide {
  width: 320px;
  max-width: 320px;
  perspective: 1000px;
  flex: none;
  align-items: flex-start;
  margin-right: 2rem;
}

.splide__slide:first-child {
  padding-left: 0;
}

.splide__list {
  width: 60vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-content-wrapper {
  z-index: 3;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6vw;
  display: flex;
  position: relative;
}

.card-header-wrap {
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5rem;
  line-height: 1;
  display: flex;
}

.slider-stronger {
  width: 100vw;
  min-height: 100vh;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.descript-ai-led {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: space-between;
  margin-top: 2vw;
  display: flex;
}

.h3-subtitles-ai {
  width: 40vw;
  color: #28348a;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 4.5vw;
}

.h3-subtitles-ai._w-subtitles {
  width: 40vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.h3-subtitles-ai._w-subtitles.white {
  color: #fff;
}

.h3-subtitles-ai.white {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .separador-10vw.separador-banner {
    height: 5vw;
  }

  .card-img {
    height: 15vw;
  }

  .h5-cards {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .gb_circulo.circle-degradado {
    height: 60vh;
  }

  .slider-card {
    height: 33vw;
    justify-content: space-between;
  }

  .column_banner_text {
    bottom: 150px;
  }

  .d-127-circle-border._3 {
    border-width: 1.5px;
  }

  .txt-data {
    font-size: 1vw;
  }

  .paragraph {
    font-size: .8vw;
    line-height: 1.4vw;
  }

  .card-img-2, .card-img-3, .card-img-4, .card-img-5, .card-img-7, .card-img-8, .card-img-9 {
    height: 15vw;
  }

  .h5-cards-2 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .bottom-smart-solutions {
    z-index: 10;
    position: absolute;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: auto;
  }

  .btn-solutions.mt-4mobile {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (min-width: 1440px) {
  .link.p-nav {
    font-size: 1vw;
  }

  .nav-menu {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-wrap {
    width: 100%;
    justify-content: flex-end;
  }

  .logo-img {
    width: 12vw;
  }

  .nav {
    height: auto;
    justify-content: space-around;
  }

  .nav-buttons {
    padding-top: .5vw;
    padding-bottom: 1vw;
  }

  .container {
    max-width: none;
    justify-content: space-around;
    margin-left: 0;
  }

  .p-btn-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1vw;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .home_banner {
    margin-top: 4vw;
  }

  .h1-titlles._w-title {
    width: 27vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .p-text._w-ptxt.mt-2vw {
    width: 35vw;
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .btn-large.mt-2vw {
    display: flex;
  }

  .btn-large.mt-2vw.btn-banner {
    height: 55px;
  }

  .separador-10vw.separador-banner {
    height: 7vw;
  }

  .btn-medium {
    width: auto;
  }

  .btn-medium.mt-2vw {
    z-index: 2147483647;
    position: relative;
  }

  .card-img {
    height: 12vw;
  }

  .h5-cards {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .image-size {
    width: 42vw;
    height: 30vw;
  }

  .items-holder, .items {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .gb_circle_contact.back-white {
    background-color: var(--white);
    position: relative;
  }

  .gb_circulo {
    height: 60vh;
  }

  .gb_circulo.circle-degradado {
    height: 70vh;
    position: relative;
  }

  .gb_title_contact {
    z-index: 10;
    width: 60vw;
    margin-left: auto;
    position: absolute;
  }

  .gb_h3_titulo {
    font-size: 4vw;
  }

  .slider-snap-list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 25.75em;
    grid-auto-columns: 25.75em;
    padding-left: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-card {
    height: 33vw;
    padding-bottom: 0;
  }

  .slider-card.card-sm {
    align-items: center;
  }

  .flex-button-wrap.grow-end-hide-mobile {
    z-index: 99999999;
    z-index: 99999999;
    z-index: 99999999;
    z-index: 99999999;
    z-index: 99999999;
    padding-right: 4vw;
    position: relative;
    top: -50px;
  }

  .container-large {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .padded-inset-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .cards-wrapper {
    margin-top: 0;
  }

  .gb_title_soluciones {
    z-index: 10;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    position: absolute;
  }

  .gb_circle_soluciones.back_white {
    background-color: var(--white);
    background-color: #fff;
    position: relative;
  }

  .banner_woman {
    right: 15vw;
  }

  .column_banner_text {
    bottom: 55px;
  }

  .d-127-icon-circle._3 {
    width: 3vw;
    height: 3vw;
    width: 3vw;
    height: 3vw;
  }

  .blog-cards-txt-relative {
    width: 60%;
  }

  .row-dashes {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .icon-check-home {
    width: 1.2vw;
  }

  .p-text-points.mb-0 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .icon-enfoque {
    width: 2vw;
  }

  .image-size-note {
    width: 30vw;
    height: 20vw;
  }

  .txt-data {
    text-align: left;
    font-size: 1vw;
  }

  .paragraph {
    font-size: .8vw;
    line-height: 1.4vw;
  }

  .image-4 {
    border-radius: 0 0 1em 1em;
  }

  .image-10 {
    display: none;
  }

  .card-img-2, .card-img-3, .card-img-4, .card-img-5, .card-img-7, .card-img-8, .card-img-9 {
    height: 12vw;
  }

  .container-large-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-snap-list-2 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 25.75em;
    grid-auto-columns: 25.75em;
    padding-left: 0;
  }

  .padding-global-blog-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .features-card.fourth {
    top: 315px;
  }

  .features-card.second {
    top: 285px;
  }

  .features-card.third {
    top: 300px;
  }

  .slider-snap-list-3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 25.75em;
    grid-auto-columns: 25.75em;
    padding-left: 0;
  }

  .card-img-10 {
    height: 17vw;
  }

  .container-large-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .h5-cards-2 {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .btn-medium-2 {
    width: auto;
  }

  .separador-medium-2 {
    height: 7vw;
  }

  .bottom-smart-solutions {
    left: auto;
  }

  .btn-solutions.mt-4mobile {
    height: 45px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .container-large-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-snap-list-4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 25.75em;
    grid-auto-columns: 25.75em;
    padding-left: 0;
  }

  .gb_title_soluciones-2 {
    z-index: 10;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    position: absolute;
  }

  .card-item {
    background-color: #def1fc;
  }

  .my-slider-progress {
    background-color: #def1fb;
  }

  .section-header {
    font-size: 5rem;
  }

  .card-icon {
    width: 6rem;
  }

  .my-slider-progress-bar {
    background-color: #def1fb;
  }

  .slider-stronger {
    background-color: #fff;
    padding-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .link.p-nav {
    font-size: 1.1vw;
  }

  .nav-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .logo-img {
    width: 12vw;
  }

  .nav {
    height: 100px;
  }

  .nav-buttons {
    height: 100px;
    padding-top: 1vw;
  }

  .container {
    max-width: none;
  }

  .p-btn-nav {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1vw;
  }

  .p-btn-nav.w--current {
    font-size: 1vw;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .p-text._w-ptxt.mt-2vw {
    width: 35vw;
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .btn-large.mt-2vw.btn-banner {
    height: 75px;
  }

  .btn-large.mt-4mobile {
    height: 55px;
  }

  .slider {
    width: 100%;
  }

  .btn-medium {
    width: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .hr-separador {
    margin-bottom: 0;
  }

  .card-img {
    height: 15vw;
  }

  .h5-cards {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .tiltes_cards {
    width: 75%;
  }

  .blog_container {
    background-color: var(--white);
  }

  .logo-wrap-ticker.square-m {
    width: 25em;
  }

  .menu-footer {
    display: none;
  }

  .img-contacto {
    top: -200px;
    bottom: auto;
  }

  .input-contact {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .image-size {
    width: 42vw;
    height: 30vw;
  }

  .image-reveal-scrolling {
    left: -15%;
  }

  .items-holder, .items {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .gb_circle_contact.back-white {
    background-color: var(--white);
    padding-bottom: 0;
  }

  .gb_circulo.circle_soluciones {
    background-color: #e3f2fb;
    background-image: none;
  }

  .gb_circulo.circle-degradado {
    height: 40vh;
  }

  .gb_circulo.circle_soluciones {
    background-color: #e3f2fb;
    background-image: none;
  }

  .slider-snap-list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 35em;
    grid-auto-columns: 35em;
  }

  .slider-card, .slider-card.card-sm {
    height: 33vw;
  }

  .icon-button-inner {
    border-color: var(--dark-slate-blue);
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-button-inner:hover {
    background-color: var(--medium-spring-green);
  }

  .container-large {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-left: 6vw;
  }

  .gb_title_soluciones {
    width: 100%;
  }

  .gb_circle_soluciones.back_white {
    background-color: var(--white);
    background-color: #fff;
    padding-bottom: 10vw;
  }

  .banner_woman {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 15vw;
  }

  .column_banner_text {
    bottom: 200px;
  }

  .row-dashes {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .col-points {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: .2vw;
  }

  .icon-check-home {
    width: 1.2vw;
  }

  .p-text-points.mb-0 {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .image-size-note {
    width: 42vw;
    height: 30vw;
  }

  .text-cards {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .paragraph {
    font-size: .8vw;
    line-height: 1.4vw;
  }

  .section-servicios {
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-bottom: 0;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .card-img-2, .card-img-3, .card-img-4, .card-img-5, .card-img-7, .card-img-8, .card-img-9 {
    height: 15vw;
  }

  .blog_container-2 {
    background-color: #fff;
  }

  .container-large-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-snap-list-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 35em;
    grid-auto-columns: 35em;
  }

  .icon-button-inner-2 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #28348a;
  }

  .icon-button-inner-2:hover {
    background-color: #00e09b;
  }

  .slider-snap-list-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 35em;
    grid-auto-columns: 35em;
  }

  .btn-large-2.mt-4mobile {
    height: 55px;
  }

  .container-large-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .soluciones_container-2.is_full.dflex-none {
    display: none;
  }

  .h5-cards-2 {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .cards-wrapper-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-left: 6vw;
  }

  .nosotros_servicios {
    background-color: var(--white);
  }

  .btn-medium-2 {
    width: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .feature {
    font-size: 1vw;
    line-height: 2vw;
  }

  .pricing-table-container {
    width: 80%;
    max-width: 2000px;
  }

  .pricing-image {
    min-width: 250px;
    left: -1%;
  }

  .pricing-image-left {
    left: -13%;
  }

  .btn-solutions.mt-4mobile {
    height: 55px;
  }

  .container-large-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-snap-list-4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 35em;
    grid-auto-columns: 35em;
  }

  .icon-button-inner-3 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #28348a;
  }

  .icon-button-inner-3:hover {
    background-color: #00e09b;
  }

  .cards-wrapper-5 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-left: 6vw;
  }

  .gb_title_soluciones-2 {
    width: 100%;
  }

  .section-header {
    font-size: 6rem;
    line-height: 1;
  }

  .splide.slider, .section-content-wrapper {
    width: 100%;
  }

  .slider-stronger {
    height: 1080px;
  }
}

@media screen and (max-width: 991px) {
  .link.p-nav {
    font-size: 2vw;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    display: none;
  }

  .nav-wrap.mobile {
    z-index: 99999;
    width: 100%;
    max-width: 250px;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    background-color: #c4e5f8;
    background-image: url('../images/nnnoise-1.svg');
    background-position: 0 0;
    background-size: 400px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 4vw;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .logo-img {
    width: 18vw;
  }

  .nav {
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .nav-buttons {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-left-style: none;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
  }

  .mobile-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container {
    padding-right: 20px;
  }

  .logo-link {
    display: none;
  }

  .logo-link.mobile {
    display: block;
  }

  .p-btn-nav.w--current {
    font-size: 1.5vw;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .h1-titlles._w-title {
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .p-text._w-ptxt.mt-2vw {
    width: 38vw;
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .btn-large.mt-2vw.btn-banner {
    font-size: 1.5vh;
  }

  .btn-large.mt-4mobile {
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .p-txt {
    font-size: 1.5vw;
  }

  .p-txt.mt-2vw._w-servicios {
    font-size: 1.4vw;
  }

  .p-txt._w-cardhover {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .separador-10vw.separador-banner {
    height: 5vw;
  }

  .h2-encabezados, .h2-encabezados.c-royal-blue, .h2-encabezados.c-blue, .h2-encabezados.h2-blog {
    font-size: 1.7vw;
  }

  .btn-medium {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .btn-medium.mt-2vw {
    font-size: 1.5vw;
  }

  .servicio.mt-5 {
    margin-top: 5vw;
  }

  .card-img {
    height: 17vw;
  }

  .h5-cards {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .tags {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .descrip-blog.mt-1vw {
    width: 100%;
    font-size: 2vw;
    line-height: 3vw;
  }

  .date-blog.mt-2vw {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .image-logo {
    max-height: 10em;
  }

  .logo-wrap-ticker.square-m {
    width: 12em;
  }

  .footer {
    height: auto;
    padding-top: 10vw;
  }

  .icon-redes {
    width: 5vw;
    height: 5vw;
  }

  .p-footer {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .img-contacto {
    bottom: auto;
  }

  .p-nosotros-desk, .p-nosotros-desk.mt-4vw {
    font-size: 1.4vw;
  }

  .img_servicios_mobile {
    margin-left: 55px;
  }

  .image-size {
    height: 250px;
  }

  .gb_circulo, .gb_circulo.circle_soluciones {
    height: 50vh;
  }

  .gb_circulo.circle-degradado {
    height: 40vh;
  }

  .gb_circulo.circle_soluciones {
    height: 50vh;
  }

  .gb_h3_titulo {
    font-size: 4.2vw;
  }

  .slider-snap-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 18rem;
    grid-auto-columns: 18rem;
  }

  .padding-section-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .padding-section-medium.is--half-bottom {
    padding-bottom: 1em;
  }

  .slider-card {
    height: 35vw;
    min-height: 18rem;
    padding-top: 3vw;
  }

  .slider-card.card-sm {
    height: 35vw;
    min-height: 18rem;
  }

  .flex-button-wrap.grow-end-hide-mobile {
    display: none;
  }

  .padded-inset-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .card_scroll {
    padding-left: 3vw;
    padding-right: 3vw;
    transform: translate(0, 101%);
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    margin-top: 20vw;
  }

  .gb_circle_soluciones.back_white.mt-ipad.mt-0 {
    margin-top: 0;
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    margin-top: 0;
    padding-top: 5vw;
  }

  .banner_woman {
    right: 1.5vw;
  }

  .woman-banner {
    width: 45vw;
  }

  .d-127-inner-circle._3 {
    width: 5vw;
    height: 5vw;
    width: 5vw;
    height: 5vw;
  }

  .d-127-circle-border._3 {
    border-width: 1.5px;
  }

  .card-anim-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-bottom: 0;
  }

  .blog-cards-txt-relative {
    width: 100%;
  }

  .p-text-points.mb-0 {
    font-size: 1.4vw;
  }

  .p-txt--soluciones {
    font-size: 1.5vw;
  }

  .p-txt--soluciones._w-servicios, .p-txt--soluciones._w-servicios-int {
    font-size: 1.2vw;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .image-size-note {
    width: 75vw;
    height: 350px;
  }

  .txt-data {
    font-size: 1.4vw;
    line-height: 2vw;
  }

  .paragraph {
    font-size: .8vw;
    line-height: 1.5vw;
  }

  .align-titles-cards {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .card-img-2, .card-img-3, .card-img-4, .card-img-5, .card-img-7, .card-img-8, .card-img-9 {
    height: 17vw;
  }

  .slider-snap-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 18rem;
    grid-auto-columns: 18rem;
  }

  .card-anim-wrapper-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    margin-bottom: 0;
  }

  .h2-encabezados-2, .h2-encabezados-2.h2-blog, .h2-encabezados-3, .h2-encabezados-4, .h2-encabezados-4.h2-blog {
    font-size: 1.7vw;
  }

  .descrip-blog-2.mt-1vw {
    width: 30vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .cta-anim-blog-2 {
    width: 7vw;
    height: 7vw;
  }

  .tags-2 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .clientes-slider {
    height: 30vh;
  }

  .card_scroll-2 {
    padding-left: 3vw;
    padding-right: 3vw;
    transform: translate(0, 101%);
  }

  .slider-snap-list-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 18rem;
    grid-auto-columns: 18rem;
  }

  .h2-encabezados-5, .h2-encabezados-5.c-blue {
    font-size: 1.7vw;
  }

  .btn-large-2.mt-4mobile {
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .p-txt-2 {
    font-size: 1.5vw;
  }

  .p-txt-2._w-cardhover {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .h5-cards-2 {
    font-size: 2vw;
    line-height: 2.7vw;
  }

  .date-blog-4.mt-2vw {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .p-txt-3, .t-text, .p-txt-4, .p-txt-5 {
    font-size: 1.5vw;
  }

  .h2-encabezados-6, .h2-encabezados-6.c-royal-blue {
    font-size: 1.7vw;
  }

  .btn-medium-2 {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .feature-wrap {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .plan-name {
    margin-bottom: 20px;
  }

  .pricing-table-container {
    padding-top: 0;
  }

  .pricing-image {
    min-width: 180px;
    padding-bottom: 1px;
    top: -55px;
    left: auto;
    right: 0;
  }

  .pricing-image.starter-image {
    min-width: 180px;
    top: -55px;
    left: auto;
    right: 0;
  }

  .plan-price-wrapper {
    width: 150px;
    margin-bottom: 2vw;
    margin-left: 0;
  }

  .pricing-plan {
    width: 100%;
    max-width: 600px;
    min-height: auto;
    flex-direction: column;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-plan.middle-pricing-plan {
    transform: none;
  }

  .pricing-row {
    display: flex;
  }

  .pricing-image-left {
    min-width: 180px;
    padding-bottom: 1px;
    top: -55px;
    left: auto;
    right: 0;
  }

  .sticky-viewbox {
    height: 70vh;
  }

  .cards-wrapper-4 {
    height: 60vh;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .max-width-85 {
    width: auto;
  }

  .slide-content {
    padding: 2rem;
  }

  .p-txt--soluciones-2 {
    font-size: 1.5vw;
  }

  .p-txt--soluciones-2._w-servicios, .p-txt--soluciones-2._w-info, .p-txt--soluciones-2._w-descript-ai-led {
    font-size: 1.2vw;
  }

  .p-txt-6 {
    font-size: 1.5vw;
  }

  .nosotros_casos_int {
    padding: 10vw 5vw;
  }

  .container-scroll-heros-03 {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

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

  .nosotros_content-wrap-gap-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-4 {
    justify-content: center;
  }

  .wrapper-scroll-heros {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .container-scroll-heros-02 {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .inner-scroll-heros {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container_casos {
    flex: 0 auto;
    padding: 10vw 5vw;
  }

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

  .p-txt-7 {
    font-size: 1.5vw;
  }

  .track-01 {
    height: auto;
  }

  .container-scroll-heros._33 {
    z-index: 3;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: relative;
  }

  .container-scroll-heros._01 {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .p-txt--soluciones-3 {
    font-size: 1.5vw;
  }

  .p-txt--soluciones-3._w-servicios-strategy, .p-txt--soluciones-3._w-servicios-marketing {
    font-size: 1.2vw;
  }

  .blog_row_int {
    flex-wrap: wrap;
  }

  .date-blog-5.mt-2vw {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .col-blog {
    width: 100%;
  }

  .blog_notas.mt-5vw {
    flex-direction: row;
  }

  .card-anim-wrapper-3 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-bottom: 0;
  }

  .cta-anim-blog {
    width: 7vw;
    height: 7vw;
  }

  .descrip-blog-3.mt-1vw {
    width: 100%;
    font-size: 2vw;
    line-height: 3vw;
  }

  .tags-3 {
    font-size: 1.7vw;
    line-height: 3vw;
  }

  .btn-solutions.mt-4mobile {
    height: auto;
    padding: 4px 3vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .hamburger-2 {
    width: 25px;
    cursor: pointer;
    display: block;
  }

  .hamburger-line {
    height: 3px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .separador-ipads {
    display: flex;
  }

  .row-services-omnichannel-premium {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
  }

  .slider-snap-list-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 18rem;
    grid-auto-columns: 18rem;
  }

  .h2-encabezados-7 {
    font-size: 1.7vw;
  }

  .card-item {
    height: 18rem;
    padding: 2rem;
  }

  .section-header {
    font-size: 4.5rem;
  }

  .section-content-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .card-header-wrap {
    margin-bottom: 2rem;
    margin-left: 5vw;
    margin-right: 0;
  }

  .slider-stronger {
    min-height: 80vh;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask, .carousel-mask-blog {
    width: 60%;
  }

  .image-size {
    width: 376px;
    height: 376px;
  }

  .slider-snap-list {
    grid-auto-columns: 18rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-controls {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    margin-top: .5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .flex-button-wrap.grow-end-hide-mobile {
    display: none;
  }

  .image-size-note {
    width: 376px;
    height: 376px;
  }

  .slider-snap-list-2 {
    grid-auto-columns: 18rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-blog-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-snap-list-3 {
    grid-auto-columns: 18rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-image {
    width: 160px;
    min-width: 0;
    top: -13%;
    right: -80px;
  }

  .plan-price-wrapper {
    width: 33%;
    margin-left: 20%;
  }

  .pricing-plan {
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .pricing-row {
    padding-left: 0%;
  }

  .pricing-image-left {
    width: 160px;
    min-width: 0;
    top: -13%;
    right: -80px;
  }

  .main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-block-5 {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-snap-list-4 {
    grid-auto-columns: 18rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-item {
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .my-slider-progress {
    width: 90%;
    margin-top: 32px;
  }

  .section-header {
    font-size: 4rem;
  }

  .card-icon {
    width: 2rem;
  }

  .splide.slider {
    border-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .splide__slide {
    width: 260px;
    max-width: 260px;
  }

  .slider-stronger {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .link.p-nav {
    font-size: 5vw;
    line-height: 5vw;
  }

  .nav-menu {
    align-items: flex-start;
  }

  .nav-wrap.mobile {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    background-color: var(--alice-blue);
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
    position: fixed;
  }

  .logo-img {
    width: 35vw;
  }

  .nav {
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-buttons {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: rgba(0, 0, 0, 0);
    border-left-style: none;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
  }

  .container {
    flex: 0 auto;
    justify-content: space-between;
    padding-right: 20px;
    display: block;
  }

  .logo-link {
    display: none;
  }

  .p-btn-nav {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 4vw;
  }

  .p-btn-nav.w--current {
    font-size: 4vw;
  }

  .slide {
    height: 120vh;
    background-image: url('../images/back-banner-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .mask {
    height: 120vh;
  }

  .home_banner {
    margin-top: 15vw;
    display: flex;
  }

  .h1-titlles._w-title {
    width: 90%;
    font-size: 10vw;
    line-height: 11vw;
  }

  .p-text._w-ptxt.mt-2vw {
    width: 95%;
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .mask_banner {
    height: 120vh;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
  }

  .btn-large {
    width: auto;
    height: 45px;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 4vw;
    line-height: 2vw;
  }

  .btn-large.mt-2vw {
    width: auto;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 4vw;
  }

  .btn-large.mt-2vw.btn-banner {
    width: auto;
    height: 50px;
    margin-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .btn-large.mt-4mobile {
    width: auto;
    margin-top: 4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 3vw;
    line-height: 2vw;
  }

  .slider {
    height: 120vh;
    flex-direction: column;
  }

  .acerca_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .acerca_container.wrap-mobile {
    padding-left: 7vw;
    padding-right: 0;
  }

  .titulos {
    align-items: flex-start;
  }

  .titulos.mt-15vw {
    margin-top: 15vw;
  }

  .h3-subtitles {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles._w-subtitles {
    width: 60%;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles._w-mobile {
    width: 90%;
    margin-top: 0;
  }

  .p-txt {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt.mt-2vw._w-servicios {
    width: 90%;
    margin-top: 4vw;
    font-size: 3vw;
    line-height: 6vw;
  }

  .p-txt._w-servicios {
    width: 90%;
    font-size: 4vw;
    line-height: 7vw;
  }

  .p-txt._w-auto, .p-txt._w-cardhover {
    font-size: 4vw;
    line-height: 7vw;
  }

  .div_txt {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .separador-10vw {
    height: 7vh;
  }

  .separador-10vw.separador-banner {
    height: 10vw;
  }

  .separador-10vw.mt-sm {
    height: 10vh;
  }

  .h2-encabezados {
    font-size: 3.5vw;
  }

  .h2-encabezados.c-royal-blue {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .h2-encabezados.c-blue, .h2-encabezados.h2-blog {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .btn-medium {
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 3vw;
    line-height: 7vw;
  }

  .btn-medium.mt-2vw {
    width: auto;
    text-align: center;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 3vw;
    line-height: 2vw;
  }

  .servicios_container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .servicios_container.wrap-mobile {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .servicios_li {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: row;
  }

  .servicios_li.reverse-mobile {
    flex-direction: row-reverse;
  }

  .servicios_ul.mt-2vw {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-direction: column;
    margin-top: 5vw;
  }

  .icon-add {
    width: 7vw;
  }

  .icon-add.d-none {
    display: none;
  }

  .servicos_add {
    width: 5vw;
  }

  .servicio {
    align-items: center;
    display: flex;
  }

  .btn-small {
    width: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .arrow-right {
    width: 45px;
    height: 45px;
    top: -20%;
    right: 2%;
  }

  .container_cards {
    margin-top: 20vw;
  }

  .carousel-slider {
    margin-right: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    right: 0%;
  }

  .card-img {
    height: 50vw;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .carousel-mask {
    width: 100%;
  }

  .carousel.is_contained {
    width: 100%;
    padding-bottom: 50px;
  }

  .arrow-left {
    width: 45px;
    height: 45px;
    top: -20%;
    right: 20%;
  }

  .card-body {
    padding: 20px 0;
  }

  .soluciones_title {
    padding-left: 4vw;
  }

  .h5-cards {
    font-size: 6vw;
    line-height: 8vw;
  }

  .icon-plus {
    width: 7vw;
  }

  .blog_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-blog {
    width: 100%;
  }

  .tags {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.5vw;
    line-height: 7vw;
    display: inline-block;
  }

  .descrip-blog.mt-1vw {
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
  }

  .btn-arrow {
    width: 12vw;
    height: 12vw;
  }

  .arrow-blog {
    width: 5vw;
  }

  .date-blog {
    font-size: 4vw;
    line-height: 7vw;
  }

  .date-blog.mt-2vw {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .card-body-blog {
    padding: 0 0 0 0;
  }

  .bottom-arrow.mt-5vw {
    width: 100%;
    margin-top: 10vw;
  }

  .carousel-mask-blog {
    width: 100%;
  }

  .wrapper-ticker {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .image-logo {
    width: auto;
    max-height: 90px;
    max-width: none;
  }

  .clientes_container {
    margin-top: 5vw;
  }

  .clientes_container.mt-5vw {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .logo-grid-no-gap {
    grid-column-gap: 0em;
  }

  .logo-wrap-ticker {
    min-height: 120px;
    min-width: 35vw;
  }

  .logo-wrap-ticker.square-m {
    width: 15em;
    height: 8vw;
    min-height: 160px;
  }

  .logo-footer {
    width: 40vw;
  }

  .img-footer {
    flex-direction: column;
    align-items: center;
  }

  .social {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .icon-redes {
    width: 10vw;
    height: 10vw;
  }

  .menu-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .p-footer {
    text-align: center;
    font-size: 4vw;
    line-height: 7vw;
  }

  .hr-footer.mt-3vw {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .datos_footer {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    flex-direction: column;
    align-items: center;
  }

  .terminos.mt-2vw.mb-2vw {
    flex-direction: column;
    align-items: center;
  }

  .wrap {
    flex-direction: column;
    align-items: center;
    padding-left: 7vw;
    padding-right: 7vw;
    display: flex;
  }

  .nota_tit_int {
    flex-direction: column;
  }

  .nota_tit_int.wrap-mobile {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .nota_imgs_int.mt-5vw {
    flex-direction: column;
  }

  .p-txt--notas {
    font-size: 3vw;
    line-height: 6vw;
  }

  .contacto_form.mt-5vw {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 10vw;
  }

  .form_contact {
    width: 100%;
  }

  .img_contact {
    width: 90%;
  }

  .img-contacto {
    display: none;
  }

  .row_form_contact {
    flex-direction: column;
  }

  .text-area-contact {
    padding-bottom: 20vw;
  }

  .p-nosotros-desk {
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .p-nosotros-desk.mt-4vw {
    width: 100%;
    font-size: 5vw;
    line-height: 7vw;
    display: none;
  }

  .img_servicios_mobile {
    margin-left: -5px;
  }

  .circle-float {
    width: 65vw;
    max-width: none;
  }

  .footer-link-menu {
    text-decoration: none;
  }

  .footer-link-menu:hover {
    color: var(--dodger-blue);
  }

  .image-size {
    width: 350px;
    height: 300px;
  }

  .img-contacto-mobile {
    display: inline-block;
    position: static;
  }

  .p-footer-copy {
    text-align: center;
    font-size: 3vw;
    line-height: 7vw;
  }

  .p-footer-copy._w-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
  }

  .slider-wrapper {
    display: flex;
  }

  .items-holder {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .gb_circle_contact {
    padding-top: 50vw;
    padding-bottom: 30vw;
    overflow: hidden;
  }

  .gb_circle_contact.back-white {
    height: auto;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    overflow: hidden;
  }

  .gb_circulo {
    height: 50vh;
    position: static;
  }

  .gb_circulo.circle_soluciones {
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .gb_circulo.circle-degradado {
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .gb_circulo.circle_soluciones {
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .gb_title_contact {
    width: 80vw;
    height: 100%;
    margin-top: auto;
    margin-right: auto;
  }

  .gb_title_contact.gb-mb-contact {
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .gb_h3_titulo {
    font-size: 9vw;
  }

  .gb_p_intro {
    font-size: 5.5vw;
  }

  .gb_p_intro.altas {
    font-size: 5.7vw;
  }

  .slider-snap-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 20rem;
    grid-auto-columns: 20rem;
  }

  .slider-controls {
    grid-template-rows: auto auto auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .padding-section-medium.is--half-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-card {
    height: 50vw;
    min-height: 27rem;
    background-image: linear-gradient(to top, #28348a, #1d51a2 21%, #1c52a3 44%, #009ee2);
    padding-top: 5vw;
    position: relative;
  }

  .slider-card.card-sm {
    height: 50vw;
    min-height: 27rem;
  }

  .flex-button-wrap.grow-end-hide-mobile {
    display: none;
  }

  .cards-wrapper {
    margin-left: 4vw;
  }

  .card_scroll {
    justify-content: space-around;
    padding: 10vw 5vw;
    transform: translate(0, 101%);
  }

  .gb_title_soluciones {
    width: 100%;
    height: 100%;
    margin-right: auto;
  }

  .gb_circle_soluciones {
    padding-top: 50vw;
    padding-bottom: 30vw;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white {
    height: 100vh;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    height: 97vh;
    margin-top: 0;
    padding-top: 40vw;
    padding-bottom: 0;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white.mt-ipad.mt-0 {
    height: 90vh;
  }

  .gb_circle_soluciones.back_white {
    height: 100vh;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    margin-top: 0;
    padding-top: 40vw;
    padding-bottom: 0;
  }

  .gb_circle_soluciones.back_white {
    height: 100vh;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    margin-top: 0;
    padding-top: 40vw;
    padding-bottom: 0;
  }

  .gb_circle_soluciones.back_white {
    height: 100vh;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    margin-top: 0;
    padding-top: 40vw;
    padding-bottom: 0;
  }

  .gb_circle_soluciones.back_white {
    height: 100vh;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: flex;
    overflow: hidden;
  }

  .gb_circle_soluciones.back_white.mt-ipad {
    margin-top: 0;
    padding-top: 40vw;
    padding-bottom: 0;
  }

  .woman-services {
    width: 80vw;
    top: auto;
    bottom: -10%;
    left: 4%;
  }

  .banner_woman {
    width: 80%;
    align-items: center;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 35%;
    right: auto;
  }

  .woman-banner {
    width: 55vw;
  }

  .column_banner_text {
    margin-top: 20vw;
    padding-left: 6vw;
    position: static;
    top: 80px;
    bottom: auto;
  }

  .gap-mobile {
    height: 10vw;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .separador-mobile {
    height: 15vw;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .d-127-icon-circle._3 {
    width: 7vw;
    height: 7vw;
    width: 7vw;
    height: 7vw;
    width: 7vw;
    height: 7vw;
    background-size: 20px 20px;
  }

  .d-127-inner-circle._3 {
    width: 10vw;
    height: 10vw;
    width: 10vw;
    height: 10vw;
  }

  .d-127-circle-border._3 {
    border-width: 1.5px;
  }

  .card-anim-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-bottom: 0;
    padding: 10vw 5vw;
  }

  .blog-cards-txt-relative {
    z-index: 5;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: column;
  }

  .column_banner_cta {
    justify-content: center;
  }

  .cta_demo {
    margin-top: 5vw;
  }

  .div_transparent {
    display: none;
  }

  .row-dashes {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .col-points {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .icon-check-home {
    width: 5vw;
  }

  .p-text-points.mb-0 {
    font-size: 3.4vw;
    line-height: 6vw;
  }

  .row-enfoque {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .col-enfoque-points {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .icon-enfoque {
    width: 10vw;
  }

  .div-block-9 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .p-txt--soluciones {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt--soluciones._w-servicios, .p-txt--soluciones._w-servicios-int {
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .title-solutions {
    font-size: 3.5vw;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-size-note {
    width: 100%;
    height: 200px;
  }

  .num-data {
    font-size: 10vw;
    line-height: 8vw;
  }

  .txt-data {
    width: 90%;
    font-size: 3.2vw;
    line-height: 6vw;
  }

  .paragraph {
    font-size: 3vw;
    line-height: 5vw;
  }

  .section-servicios {
    padding-top: 15vw;
  }

  .h3-subtitles-home {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-home._w-subtitles {
    width: 60%;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 10vw;
  }

  .link-2 {
    font-size: 3vw;
  }

  .align-titles-cards {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card-img-2, .card-img-3, .card-img-4, .card-img-5, .card-img-7, .card-img-8, .card-img-9 {
    height: 50vw;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .blog_container-2 {
    height: 30vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(60deg, #28348a, #1d51a2 21%, #1c52a3 44%, #009ee2);
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .container-large-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slider-snap-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 12.5rem;
    grid-auto-columns: 12.5rem;
    align-items: stretch;
    padding-bottom: 0;
  }

  .card-anim-wrapper-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }

  .h3-subtitles-2 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .btn-arrow-2 {
    width: 12vw;
    height: 12vw;
  }

  .h2-encabezados-2, .h2-encabezados-2.h2-blog, .h2-encabezados-3, .h2-encabezados-4, .h2-encabezados-4.h2-blog {
    font-size: 3.5vw;
  }

  .descrip-blog-2.mt-1vw {
    width: 90%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .cta-anim-blog-2 {
    width: 15vw;
    height: 15vw;
  }

  .arrow-left-2 {
    width: 45px;
    height: 45px;
    top: -20%;
    right: 20%;
  }

  .card-blog-2 {
    width: 100%;
  }

  .arrow-right-2 {
    width: 45px;
    height: 45px;
    top: -20%;
    right: 2%;
  }

  .tags-2 {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
    line-height: 7vw;
    display: inline-block;
  }

  .padding-global-blog-sm {
    display: none;
  }

  .features-card.fourth {
    top: 295px;
  }

  .features-card.second {
    top: 265px;
  }

  .features-card.third {
    top: 280px;
  }

  .features-card.first {
    top: 250px;
  }

  .features-right {
    width: 300px;
  }

  .features-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .stronger {
    padding-top: 40px;
    display: none;
  }

  .clientes-slider {
    background-image: linear-gradient(60deg, #28348a, #1d51a2 21%, #1c52a3 44%, #009ee2);
    display: none;
  }

  .card_scroll-2 {
    justify-content: space-around;
    padding: 10vw 5vw;
    transform: translate(0, 101%);
  }

  .slider-snap-list-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 20rem;
    grid-auto-columns: 20rem;
  }

  .card-img-10 {
    height: 55vw;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .h2-encabezados-5 {
    font-size: 3.5vw;
  }

  .h2-encabezados-5.c-blue {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .btn-large-2 {
    width: auto;
    height: 45px;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 4vw;
    line-height: 2vw;
  }

  .btn-large-2.mt-4mobile {
    width: auto;
    margin-top: 4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 3vw;
    line-height: 2vw;
  }

  .h3-subtitles-3 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-3._w-mobile {
    width: 90%;
    margin-top: 0;
  }

  .p-txt-2 {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt-2._w-cardhover {
    font-size: 4vw;
    line-height: 7vw;
  }

  .soluciones_container-2.is_full {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h5-cards-2 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .txt-data-2 {
    font-size: 3.2vw;
    line-height: 6vw;
  }

  .num-data-2 {
    font-size: 10vw;
    line-height: 8vw;
  }

  .cards-wrapper-3 {
    margin-top: 0;
    margin-left: 4vw;
  }

  .slider-card-blog-3 {
    width: 45vw;
    height: 45vw;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 100vw;
  }

  .date-blog-4, .date-blog-4.mt-2vw {
    font-size: 4vw;
    line-height: 7vw;
  }

  .h3-subtitles-4 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-4._w-mobile {
    width: 90%;
    margin-top: 0;
  }

  .num-data-3 {
    font-size: 10vw;
    line-height: 8vw;
  }

  .nosotros_tit_int {
    flex-direction: column;
  }

  .nosotros_tit_int.wrap-mobile {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .h3-subtitles-5 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-5._w-subtitles {
    width: 60%;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-5._w-subtitles._w-tit-nosotros {
    width: 80%;
  }

  .p-txt-3 {
    width: 90%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .nosotros_servicios {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .circle-icons-nosotros {
    width: 25vw;
    height: 25vw;
  }

  .icons-col {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-bottom: 7vw;
  }

  .t-text {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
  }

  .solucion_interior {
    flex-direction: column;
  }

  .p-txt-4 {
    width: 90%;
    font-size: 4vw;
    line-height: 7vw;
  }

  .h3-subtitles-6 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-6._w-tit-solucion-int {
    width: 90%;
  }

  .p-txt-5 {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt-5.mt-4vw {
    width: 100%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt-5.mt-4vw._w-objetivos {
    width: 90%;
  }

  .h2-encabezados-6 {
    font-size: 3.5vw;
  }

  .h2-encabezados-6.c-royal-blue {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .h3-subtitles-7 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .objetivos_container {
    flex-direction: column;
    align-items: center;
  }

  .objetivos_container.wrap-mobile {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .objetivos_container.wrap-mobile.mt-5vw {
    height: auto;
    align-items: flex-start;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .btn-medium-2 {
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 3vw;
    line-height: 7vw;
  }

  .plan-name {
    font-size: 5vw;
    line-height: 7vw;
  }

  .plan-name.mb-0 {
    margin-bottom: 20px;
  }

  .plan-name.mb-20 {
    width: 60%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .feature {
    line-height: 7vw;
  }

  .pricing-table-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-image {
    width: 45%;
    top: -62px;
    left: 185px;
    right: -10%;
  }

  .pricing-image.starter-image {
    width: 45%;
    top: -62px;
    left: 185px;
  }

  .plan-price-wrapper {
    margin-left: 0%;
  }

  .pricing-plan {
    padding-right: 5%;
  }

  .pricing-row {
    flex-direction: column;
  }

  .pricing-container {
    flex-direction: column;
    align-items: center;
  }

  .pricing-container.wrap-mobile {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .pricing-container.wrap-mobile.mt-5vw {
    height: auto;
    align-items: flex-start;
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .pricing-image-left {
    width: 45%;
    top: -62px;
    left: 185px;
    right: -10%;
  }

  .cards-scroller {
    height: auto;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .cards-wrapper-4 {
    height: auto;
    flex-direction: column;
  }

  .card-half {
    width: 100%;
    height: auto;
    flex: 0 auto;
  }

  .card-half.right {
    display: none;
  }

  .main-wrapper {
    margin-top: 10vw;
  }

  .slide-content {
    min-height: 40vh;
    padding: 1.5rem;
  }

  .card-slide {
    border-radius: 2vw;
    margin-bottom: 2rem;
  }

  .card-slide.color-2, .card-slide.color-1 {
    border-radius: 2vw;
  }

  .card-image-mobile {
    max-height: 20vh;
    display: block;
  }

  .h3-subtitles-home-2 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-home-2._w-subtitles {
    width: 60%;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 10vw;
  }

  .servicios_li-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    align-items: center;
  }

  .p-txt--soluciones-2 {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt--soluciones-2._w-servicios, .p-txt--soluciones-2._w-info {
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .p-txt--soluciones-2._w-info.white {
    width: 70vw;
  }

  .p-txt--soluciones-2._w-descript-ai-led {
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-20 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .p-txt-6 {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt-6.mt-4vw {
    width: 100%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt-6.mt-4vw._w-objetivos {
    width: 90%;
  }

  .separador-medium-2 {
    height: 7vh;
  }

  .nosotros_casos_int, .nosotros_casos {
    flex-direction: column;
  }

  .container-scroll-heros-03 {
    width: 100%;
  }

  .main-grid {
    grid-row-gap: 2em;
  }

  .nosotros_content-wrap-gap-copy {
    grid-row-gap: 2em;
    margin-left: 0;
  }

  .div-block-4 {
    width: 90vw;
  }

  .btn-large-3 {
    width: auto;
    height: 45px;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 4vw;
    line-height: 2vw;
  }

  .nosotros_casos_right {
    width: 90vw;
    margin-top: 12.6vw;
  }

  .container_casos {
    width: 100%;
    flex: 0 auto;
  }

  .p-txt-7 {
    width: 90%;
    font-size: 3vw;
    line-height: 7vw;
  }

  .p-txt-7.white {
    font-size: 3vw;
  }

  .nosotros_casos_izq {
    width: 80vw;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .nosotros_tit_casos {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .track-01 {
    height: auto;
  }

  .nosotros_caso_izq {
    width: 90%;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .h3-subtitles-8 {
    margin-top: 0;
    font-size: 6vw;
    line-height: 10vw;
  }

  .container-scroll-heros._33 {
    width: 100%;
    padding-top: 3em;
  }

  .div-block-5 {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .p-txt--soluciones-3 {
    width: 90%;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .p-txt--soluciones-3._w-servicios-strategy, .p-txt--soluciones-3._w-servicios-marketing {
    width: 100%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .blog_row_int {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    align-items: center;
  }

  .card-blog-3 {
    width: 100%;
  }

  .date-blog-5 {
    font-size: 4vw;
    line-height: 7vw;
  }

  .date-blog-5.mt-2vw {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .col-blog {
    width: 90%;
  }

  .blog_notas.mt-5vw {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .card-anim-wrapper-3 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-bottom: 0;
    padding: 10vw 5vw;
  }

  .cta-anim-blog {
    width: 12vw;
    height: 12vw;
  }

  .descrip-blog-3.mt-1vw {
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
  }

  .soluciones_tit_int {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .btn-arrow-3 {
    width: 12vw;
    height: 12vw;
  }

  .h3-subtitles-9 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .tags-3 {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.5vw;
    line-height: 7vw;
    display: inline-block;
  }

  .bottom-smart-solutions {
    bottom: 5vw;
  }

  .btn-solutions {
    width: auto;
    height: 45px;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 4vw;
    line-height: 2vw;
  }

  .btn-solutions.mt-4mobile {
    width: auto;
    height: 35px;
    margin-top: 4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 3vw;
    line-height: 2vw;
  }

  .hamburger-line.top, .hamburger-line.mid, .hamburger-line.bot {
    background-color: #28348a;
  }

  .separador-ipads {
    height: 7vh;
    display: none;
  }

  .soluciones_cards_int {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
  }

  .cards_soluciones_int.mt-3vw {
    align-content: stretch;
    margin-top: 6vw;
  }

  .soluciones_column_int {
    width: 100%;
  }

  .h3-subtitles-10 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h4-omnichannel {
    font-size: 4.5vw;
    line-height: 10vw;
  }

  .row-services-omnichannel-premium {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
  }

  .cards-scroller-lab {
    height: auto;
  }

  .card-half-lab {
    width: 100%;
    height: auto;
    flex: 0 auto;
  }

  .card-half-lab.right {
    display: none;
  }

  .list-strategy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .servicios_ul_strategy.mt-2vw {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-direction: column;
    margin-top: 5vw;
  }

  .list-marketing {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .servicios_ul_marketing.mt-2vw {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-direction: column;
    margin-top: 5vw;
  }

  .servicios_li-3 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    align-items: center;
  }

  .text-consultancy-intro {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .slider-snap-list-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 20rem;
    grid-auto-columns: 20rem;
  }

  .h3-subtitles-11 {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .cards-wrapper-5 {
    margin-left: 4vw;
  }

  .h2-encabezados-7 {
    font-size: 3.5vw;
  }

  .gb_title_soluciones-2 {
    width: 100%;
    height: 100%;
    margin-right: auto;
  }

  .card-item {
    height: 30vh;
    max-height: 35vh;
    margin-bottom: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .my-slider-progress {
    margin-top: 19px;
  }

  .section-header {
    font-size: 3rem;
  }

  .card-icon {
    width: 3.5rem;
  }

  .splide.slider {
    width: 95vw;
    height: auto;
    padding-left: 0;
  }

  .splide__slide {
    margin-right: 1.1rem;
  }

  .section-content-wrapper {
    width: 90%;
  }

  .card-header-wrap {
    width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .slider-stronger {
    min-height: 70vh;
  }

  .descript-ai-led {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .h3-subtitles-ai {
    margin-top: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .h3-subtitles-ai._w-subtitles {
    width: 60%;
    margin-bottom: 10px;
    font-size: 9vw;
    line-height: 10vw;
  }
}

#w-node-c6474324-16a4-1396-aab6-54e4c6376ad3-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376ae7-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376afb-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376b0f-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376b23-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376b37-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376b4b-5d3c9301, #w-node-c6474324-16a4-1396-aab6-54e4c6376b5f-5d3c9301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c2ae-5d3c9301, #w-node-ac802358-7050-be41-647f-980a42aadb28-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c2c2-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c312-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c2fe-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c286-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c29a-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c2d6-5d3c9301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed2f8-5d3c9301, #w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed304-5d3c9301, #w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed30c-5d3c9301, #w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed314-5d3c9301, #w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed31c-5d3c9301, #w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed324-5d3c9301, #w-node-_0432ffb2-dc44-27b0-62e8-4e57969ed32c-5d3c9301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee6eabcd-1fc1-f5a2-10aa-6c634962316a-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c6349623182-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c634962319a-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c63496231b2-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c63496231ca-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c63496231e3-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c63496231fc-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c6349623214-3ce2a1f3, #w-node-_791820f7-f367-efbe-935e-a982300728df-71751f0c, #w-node-_791820f7-f367-efbe-935e-a982300728f7-71751f0c, #w-node-_791820f7-f367-efbe-935e-a9823007290f-71751f0c, #w-node-_791820f7-f367-efbe-935e-a98230072927-71751f0c, #w-node-_791820f7-f367-efbe-935e-a9823007293f-71751f0c, #w-node-_791820f7-f367-efbe-935e-a98230072958-71751f0c, #w-node-_791820f7-f367-efbe-935e-a98230072971-71751f0c, #w-node-_791820f7-f367-efbe-935e-a98230072989-71751f0c, #w-node-aac07aaf-2853-d424-ac02-6ca5791823d8-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca5791823f0-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca579182408-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca579182420-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca579182438-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca579182451-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca57918246a-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca579182482-98db7cdd, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6b4a-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6b62-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6b7a-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6b92-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6baa-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6bc3-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6bdc-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6bf4-1d612517, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe0e-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe26-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe3e-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe56-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe6e-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe87-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebea0-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebeb8-a5184cb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3cf586f7-03b9-5f8d-9f19-cd7f187863fe-90122bba {
  grid-area: 1 / 1 / 2 / 10;
  justify-self: start;
}

#w-node-_3cf586f7-03b9-5f8d-9f19-cd7f18786421-90122bba {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e97d8764-91a2-8504-d8ae-79f1ae990f65-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990f7d-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990f95-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990fad-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990fc5-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990fde-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990ff7-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae99100f-90122bba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e386edb9-0321-26cc-c719-a39e33430a14-1b7b1b75 {
  grid-area: 1 / 1 / 2 / 10;
  justify-self: start;
}

#w-node-e386edb9-0321-26cc-c719-a39e33430a5f-1b7b1b75 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c5040-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c5058-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c5070-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c5088-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c50a0-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c50b9-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c50d2-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c50ea-1b7b1b75, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a00c0-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a00d8-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a00f0-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a0108-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a0120-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a0139-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a0152-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a016a-73f845ce, #w-node-_472e4107-7709-3a14-0f58-51607f46f4d6-fcbfe7b5, #w-node-_472e4107-7709-3a14-0f58-51607f46f4ee-fcbfe7b5, #w-node-_472e4107-7709-3a14-0f58-51607f46f51e-fcbfe7b5, #w-node-_472e4107-7709-3a14-0f58-51607f46f537-fcbfe7b5, #w-node-_472e4107-7709-3a14-0f58-51607f46f550-fcbfe7b5, #w-node-_472e4107-7709-3a14-0f58-51607f46f568-fcbfe7b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fdf9134c-b9c6-c3e4-2236-522e6d67231c-35c1309b {
  grid-area: 1 / 1 / 2 / 10;
  justify-self: start;
}

#w-node-fdf9134c-b9c6-c3e4-2236-522e6d67233f-35c1309b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe0e-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe26-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe3e-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe56-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe6e-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe87-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebea0-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebeb8-35c1309b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-ac802358-7050-be41-647f-980a42aadb28-5d3c9301, #w-node-eed795f9-b2a1-d782-5bc9-8fa2be17c312-5d3c9301, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c6349623182-3ce2a1f3, #w-node-ee6eabcd-1fc1-f5a2-10aa-6c63496231b2-3ce2a1f3, #w-node-_791820f7-f367-efbe-935e-a982300728f7-71751f0c, #w-node-_791820f7-f367-efbe-935e-a98230072927-71751f0c, #w-node-aac07aaf-2853-d424-ac02-6ca5791823f0-98db7cdd, #w-node-aac07aaf-2853-d424-ac02-6ca579182420-98db7cdd, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6b62-1d612517, #w-node-_100e0099-f16f-0185-7fa3-40a42cbc6b92-1d612517, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe26-a5184cb9, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe56-a5184cb9, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990f7d-90122bba, #w-node-e97d8764-91a2-8504-d8ae-79f1ae990fad-90122bba, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c5058-1b7b1b75, #w-node-_6cf738e5-c506-a30a-c8ba-9181bf9c5088-1b7b1b75, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a00d8-73f845ce, #w-node-_0270ca7d-4f07-a956-b950-572b5d7a0108-73f845ce, #w-node-_472e4107-7709-3a14-0f58-51607f46f4d6-fcbfe7b5, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe26-35c1309b, #w-node-ef0d503c-4c7f-75e5-0479-6b42621ebe56-35c1309b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3cf586f7-03b9-5f8d-9f19-cd7f187863fe-90122bba {
    grid-column-end: 3;
  }

  #w-node-_3cf586f7-03b9-5f8d-9f19-cd7f18786421-90122bba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e386edb9-0321-26cc-c719-a39e33430a14-1b7b1b75 {
    grid-column-end: 3;
  }

  #w-node-e386edb9-0321-26cc-c719-a39e33430a5f-1b7b1b75 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fdf9134c-b9c6-c3e4-2236-522e6d67231c-35c1309b {
    grid-column-end: 3;
  }

  #w-node-fdf9134c-b9c6-c3e4-2236-522e6d67233f-35c1309b {
    grid-area: 2 / 1 / 3 / 3;
  }
}


