:root {
  --end-radius: 0px;
  --initial-radius: 0;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #0e023c;
}

.glass-container {
  mix-blend-mode: soft-light;
  position: absolute;
  inset: 0;
}

.glass-container.is-visual {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  left: 10%;
}

.glass-container.is-presencia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  padding-left: 0%;
  left: 45%;
}

.glass-block {
  -webkit-backdrop-filter: blur(180px);
  backdrop-filter: blur(180px);
  background-image: linear-gradient(90deg, #ffffff4a, #0e023c80 80%, #ffffff4f);
  flex: 1;
  height: 100%;
  display: flex;
}

.glass-block.in-presencia {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #0e023c, #06001d 80%, #0e023c);
  background-clip: border-box;
}

.glow-wrapper {
  z-index: 0;
  opacity: 1;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.image-glow {
  z-index: -1;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar {
  z-index: 3;
  background-color: #fff;
  border-radius: 90px;
  justify-content: space-between;
  align-items: center;
  padding: .5% 1%;
  display: flex;
  position: absolute;
  top: 5%;
  left: 10%;
  right: 10%;
}

.logo-nav {
  width: 35%;
  display: block;
}

.brand {
  flex: auto;
}

.container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.nav-menu {
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: -1.1px;
  padding-left: 7%;
  padding-right: 7%;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2, .nav-link-3 {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.button-nav {
  letter-spacing: -1px;
  background-color: #00c1e4;
  border-radius: 30px;
  margin-left: 2%;
  padding-left: 25px;
  padding-right: 25px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-div {
  flex: 0 auto;
  order: 9999;
  align-self: center;
}

.nav-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-text {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.sub-heading {
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0e023c 6%, #faf3e9 41% 55%, #0e023c 94%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
  font-family: DM Sans, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 4.3vw;
  display: block;
}

.heading {
  text-align: center;
  letter-spacing: -.03em;
  text-shadow: 0 7px 10px #0283c929;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0e023c, #faf3e9 41% 55%, #0e023c);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 6.2vw;
  font-weight: 700;
  line-height: 7.6vw;
  display: block;
}

.image-3 {
  position: absolute;
  bottom: 0;
}

.heartbeat {
  z-index: -1;
  filter: blur(70px);
  vertical-align: middle;
  object-fit: cover;
  width: 120%;
  max-width: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-section {
  z-index: 2;
  border-radius: var(--end-radius);
  background-color: #0e023c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down-bg {
  -webkit-backdrop-filter: blur(360px);
  backdrop-filter: blur(360px);
  background-color: #ffffff2b;
  border-radius: 9000px;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 90px;
  height: 80px;
  max-height: 90px;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

.section-about {
  z-index: 1;
  isolation: isolate;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 110vh;
  position: relative;
  overflow: visible;
}

.about-container {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.about-title {
  color: #00c1e4;
  text-align: left;
  letter-spacing: -.07em;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.about-title._4anim {
  text-align: left;
}

.about-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  padding-left: 5%;
  display: flex;
}

.about-title-small {
  color: #0e023c;
  letter-spacing: -.07em;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 90px;
  line-height: 90px;
  overflow: hidden;
}

.about-subtitle {
  color: #0283c9;
  letter-spacing: -.06em;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.about-text {
  color: #0e023c;
  letter-spacing: -.03em;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.about-blob {
  z-index: 5;
  width: 230%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0 0% 0 0;
}

.about-visual {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.blob-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
}

.glow-nosotros {
  z-index: 0;
  min-height: 100vh;
  position: relative;
}

.elipse-glow {
  filter: blur(40px);
  width: 200%;
  min-height: 100vh;
  position: absolute;
  inset: 0 0 0 5%;
}

.wave-glow {
  filter: blur(60px);
  flex: 1;
  width: 170%;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-logo {
  z-index: 7;
  width: 40%;
  position: absolute;
  inset: 48% 0 0% 43%;
}

.load_grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: none;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid-item {
  opacity: 0;
  background-color: #f8efe200;
  width: 100%;
  height: 100%;
}

.load_grid-item.hero {
  background-color: #faf3e9;
}

.hero-pin-wrapper {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-presencia {
  background-color: #0e023c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.presencia-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 5%;
  display: grid;
}

.presencia-content {
  z-index: 4;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.presencia-map-wrap {
  box-sizing: content-box;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.presencia-title {
  color: #fff;
  text-align: right;
  letter-spacing: -.07em;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
  overflow: visible;
}

.presencia-text {
  color: #fff;
  text-align: right;
  letter-spacing: -.03em;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.presencia-subtitle {
  color: #0283c9;
  text-align: right;
  letter-spacing: -.06em;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.about-pin {
  z-index: 80;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.presencia-pin {
  position: relative;
  overflow: hidden;
}

.map-image {
  z-index: 0;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin-top: 0%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: visible;
}

.presencia-points-wrap {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.presencia-point-1 {
  background-color: #00c1e4;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 47%;
  left: 10%;
}

.map-wrap {
  aspect-ratio: 298 / 150;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}

.presencia-point-2 {
  background-color: #00c1e4;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 90%;
  left: 25%;
}

.presencia-point-3 {
  background-color: #00c1e4;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30%;
  left: 40%;
}

.presencia-point-pulse {
  background-color: #00c1e4;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.ejes-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.ejes-pin {
  background-color: #00c1e4;
  flex-flow: column;
  position: relative;
}

.ejes-text-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.ejes-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.ejes-title-2 {
  color: #0e023c;
  text-align: center;
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.ejes-background {
  padding-top: 5%;
  padding-bottom: 5%;
  position: absolute;
  inset: 0% 0;
  overflow: visible;
}

.bg-ejes-image {
  opacity: .27;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.eje-subtitle {
  color: #11015f;
  text-align: center;
  letter-spacing: -.06em;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.ejes-cards-grid {
  z-index: 1;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: relative;
}

.ejes-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -webkit-backdrop-filter: drop-shadow(0 0 30px #0000008c) blur(70px);
  backdrop-filter: drop-shadow(0 0 30px #0000008c) blur(70px);
  background-image: radial-gradient(circle farthest-side at 50% 85%, #0469d7ed, #08b2dac4);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 10%;
  display: flex;
}

.ejes-card-icon-wrap {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: linear-gradient(259deg, #0283c9, #00c1e4);
  border: 10px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  overflow: visible;
}

.icon-card {
  aspect-ratio: 2 / 3;
  flex: none;
  width: 40%;
}

.ejes-card-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 20px;
}

.ejes-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.ejes-text-wrapper-bottom {
  z-index: 1;
  flex-flow: column;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.enfoque-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.enfoque-text-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
  position: relative;
  inset: 0;
}

.enfoque-stage {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.enfoque-monticulo-front {
  width: 100%;
  position: absolute;
  bottom: -22%;
  left: 0;
}

.enfoque-wrapper-div {
  padding-top: 5%;
}

.enfoque-monticulo-back {
  width: 100%;
  position: absolute;
  inset: 33% 0 0% 50%;
  transform: translate(-50%);
}

.enfoque-iconos-arc {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: absolute;
  inset: 25% 0 0%;
}

.enfoque-iconos-arc.grid {
  grid-column-gap: 0.5%;
  grid-row-gap: 0.5%;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.enfoque-especialidad-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.07em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 75px;
  line-height: 80px;
  position: absolute;
  inset: 65% 0 0;
}

.enfoque-especialidad-text.is-especialidad {
  margin-top: -2%;
  font-size: 55px;
  line-height: 60px;
}

.enfoque-icon {
  aspect-ratio: 1;
  pointer-events: auto;
  cursor: pointer;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-50%);
}

.enfoque-icon.is-1 {
  top: 50%;
  left: 5%;
}

.enfoque-icon.is-1.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-2 {
  left: 50%;
}

.enfoque-icon.is-4 {
  top: 15.49%;
  left: 22.22%;
}

.enfoque-icon.is-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  top: 8.61%;
  left: 28.91%;
}

.enfoque-icon.is-6 {
  top: 3.79%;
  left: 35.83%;
}

.enfoque-icon.is-7 {
  top: .94%;
  left: 42.88%;
}

.enfoque-icon.is-7.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-8 {
  top: 0%;
  left: 50%;
}

.enfoque-icon.is-8.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-9 {
  top: .94%;
  left: 57.12%;
}

.enfoque-icon.is-9.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-10 {
  top: 3.79%;
  left: 64.17%;
}

.enfoque-icon.is-10.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-11 {
  top: 8.61%;
  left: 71.09%;
}

.enfoque-icon.is-11.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-12 {
  top: 15.49%;
  left: 77.78%;
}

.enfoque-icon.is-12.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-2 {
  top: 36.03%;
  left: 10.06%;
}

.enfoque-icon.is-3 {
  top: 24.57%;
  left: 15.89%;
}

.enfoque-icon.is-13 {
  top: 24.57%;
  left: 84.11%;
}

.enfoque-icon.is-13.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-14 {
  top: 36.03%;
  left: 89.94%;
}

.enfoque-icon.is-14.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon.is-15 {
  top: 50%;
  left: 95%;
}

.enfoque-icon.is-15.grid {
  top: 0%;
  left: 0%;
}

.icon-enfoque-img {
  overflow: visible;
}

.ejes-section-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.enfoque-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.enfoque-pin {
  background-color: #00c1e4;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.section-servicios {
  z-index: 2;
  isolation: isolate;
  background-color: #fff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.servicios-pin {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.servicios-container {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.servicios-text-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.servicios-subtitle {
  color: #0283c9;
  letter-spacing: -.06em;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.servicios-text {
  color: #0e023c;
  letter-spacing: -.03em;
  margin-bottom: 3%;
  padding-right: 5%;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.servicios-title {
  color: #00c1e4;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
  overflow: visible;
}

.servicios-title-smalll {
  color: #0e023c;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.arrow-container {
  aspect-ratio: 1;
  background-color: #00c1e4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.code-embed {
  width: 50%;
}

.servicio-texto-interno {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  bottom: 4%;
}

.servicio-texto-interno.mod--1 {
  padding-left: 100px;
}

.servicio-texto-interno.mod--12 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.servicio-titulo {
  flex: none;
  font-family: DM Sans, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1em;
}

.servicio-titulo.vertical {
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.servicio-titulo.inner {
  flex: none;
  align-self: flex-start;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
}

.hero__person-square {
  z-index: -1;
  background-color: #1e1e2f;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
  position: relative;
  bottom: 0;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.servicio-container {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.imagen-servicio {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.servicio-wrapper {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-right: 1%;
  position: relative;
  overflow: hidden;
}

.servicio-gradiente {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0283c900 33%, #0283c98a 55%, #0e023c 84%);
  position: absolute;
  inset: 0%;
}

.titulo-servicio-wrapper {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}

.titulo-servicio-wrapper.mod--1 {
  padding-top: 20px;
  right: 0;
}

.titulo-servicio-wrapper.mod--1.hide {
  display: none;
}

.hero_servicios {
  z-index: 0;
  flex-flow: row;
  justify-content: flex-end;
  height: 100vh;
  margin-left: 0%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.servicio-text {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.servicio-text.stroke--white-02 {
  letter-spacing: -.5px;
  flex: none;
  margin-bottom: 2%;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

.button-servicios {
  background-color: #00c1e4;
  border-radius: 200px;
  flex: none;
  align-self: flex-start;
  padding: 3% 4%;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
}

.servicios-visual {
  min-height: 100vh;
  margin-right: 2%;
  position: relative;
}

.clientes-section {
  z-index: 3;
  background-color: #0e023c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2% 5% 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.clientes-pin {
  position: relative;
  overflow: hidden;
}

.clientes-header {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4%;
  padding-bottom: 0;
  position: relative;
}

.clientes-title {
  color: #00c1e4;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
  position: relative;
  overflow: hidden;
}

.clientes-title.is-overlay {
  pointer-events: none;
  position: absolute;
}

.clientes-title-span {
  color: #fff;
  -webkit-text-stroke-color: #00c1e4;
}

.clientes-title-span.is-overlay {
  color: #00c1e4;
}

.clientes-text {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 37px;
  position: relative;
}

.clientes-text.is-overlay {
  pointer-events: none;
  color: #00c1e4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.clientes-grid {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.client-card {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2% 10%;
  display: flex;
  position: relative;
  overflow: visible;
}

.client-card.is-1 {
  background-color: #11015f;
  text-decoration: none;
}

.client-card.is-2 {
  background-color: #0283c9;
}

.client-card.is-3 {
  background-color: #00c1e4;
}

.clientes-gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(0deg, #0e023c 9%, #fff0 38%);
  position: absolute;
  inset: 0;
}

.cliente-logo {
  max-width: 70%;
}

.cliente-logo.is-siegfried {
  max-width: 40%;
}

.cliente-logo.is-bayer {
  max-width: 50%;
}

.cliente-logo.is-dsm {
  max-width: 80%;
}

.cliente-logo.is-smm {
  max-width: 100%;
}

.cliente-logo.is-gnm {
  max-width: 60%;
}

.contacto-section {
  z-index: 3;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #0e023c00;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.contacto-pin {
  height: 100vh;
}

.contacto-header {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.clientes-subtitle {
  color: #fff;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 67px;
  line-height: 67px;
  overflow: visible;
}

.bg-contacto {
  position: relative;
  inset: 0;
}

.glow-contacto {
  z-index: 0;
  filter: blur(20px);
}

.glass-contacto {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: soft-light;
  position: absolute;
  left: 0;
  right: 0;
}

.bg-form {
  width: 100%;
}

.contacto-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.form-wrapper {
  z-index: 3;
  position: relative;
}

.info-contact-wrapper {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.formulario-contacto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.campos-form {
  color: #fff;
  background-color: #11015f;
  border: 0 #000;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  min-height: 50px;
  margin-bottom: 1%;
  padding: 2%;
}

.campos-form.is-textarea {
  min-height: 90px;
}

.label-form {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.button-formulario {
  background-color: #00c1e4;
  border-radius: 200px;
  flex: none;
  align-self: flex-end;
  padding: 2% 10%;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-around;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.success-message {
  background-color: #00c1e4;
  border-radius: 9px;
}

.error-message {
  background-color: #ff3c3c;
  border-radius: 6px;
}

.contacto-bg {
  z-index: 2;
  position: relative;
  inset: -150% 0% 0%;
}

.contacto-card {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #0f0247;
  border-radius: 11px;
  flex-flow: row;
  justify-content: space-around;
  padding: 3% 4%;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.icon-contacto-card {
  width: 7%;
}

.icon-contacto-card.is-location {
  align-self: flex-start;
}

.contacto-card-text-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.contacto-card-text-container.is-location {
  width: 60%;
  max-width: 60%;
}

.contacto-card-text-container.is-phone {
  width: 60%;
  max-width: 100%;
}

.contacto-card-label {
  color: #fff;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.contacto-card-text {
  color: #fff;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.icon-link-contacto-card {
  flex: none;
  justify-content: flex-end;
  width: 8%;
  display: flex;
}

.icon-link-contacto-card.is-location {
  align-self: flex-start;
}

.enfoque-especialidad-main-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.07em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
  position: relative;
  top: 250%;
  bottom: 0;
  right: 0;
}

.enfoque-especialidad-main-text.is-especialidad {
  margin-top: -2%;
}

.client-card-container {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0%;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.client-card-container.is-1 {
  background-color: #11015f;
}

.client-card-container.is-2 {
  background-color: #0283c9;
}

.client-card-container.is-3 {
  background-color: #00c1e4;
}

.cursor-circle {
  opacity: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.servicios-bg {
  position: absolute;
  inset: 0;
}

.bg-code-embed {
  position: absolute;
  inset: 0%;
}

.span-title-trayectoria {
  color: #0e023c;
  display: block;
}

.clientes-transition {
  z-index: 2;
  pointer-events: none;
  height: 70vh;
  display: flex;
  position: relative;
}

.transition-col-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0e023c;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 33.333%;
  height: 40vh;
  display: flex;
}

.transition-col-2, .transition-col-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0e023c;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 33.333%;
  height: 40vh;
  display: grid;
}

.clientes-transition-pin {
  z-index: 2;
  height: 5vh;
  position: relative;
}

.clientes-pin-copy {
  position: relative;
}

.image-glow-mobile {
  z-index: -1;
  object-fit: cover;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.button-div-mobile {
  flex: 0 auto;
  order: 9999;
  align-self: center;
  display: none;
}

.enfoque-title-2 {
  color: #0e023c;
  text-align: center;
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.contacto-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
  overflow: visible;
}

.contacto-subtitle {
  color: #00c1e4;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
  position: relative;
  overflow: hidden;
}

.contacto-subtitle.is-overlay {
  pointer-events: none;
  position: absolute;
}

.section {
  height: 100vh;
}

.title-wrap-about {
  z-index: 255;
  position: fixed;
  top: 30%;
  left: 3.5%;
}

.about-title-replace {
  color: #00c1e4;
  text-align: left;
  letter-spacing: -.07em;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.about-title-replace._4anim {
  text-align: left;
}

.span-title-ejes {
  vertical-align: text-top;
}

.ejes-card-text-title {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.about-pin-mobile {
  z-index: 80;
  display: none;
  position: relative;
  overflow: visible;
}

.section-about-mobile {
  z-index: 1;
  isolation: isolate;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: visible;
}

.about-blob-mobile {
  z-index: 5;
  width: 230%;
  position: absolute;
  inset: 0 0% 0 0;
}

.about-logo-mobile {
  z-index: 7;
  width: 40%;
  position: absolute;
  inset: 48% 0 0% 43%;
}

.about-visual-mobile {
  position: relative;
  overflow: hidden;
}

.blob-image-mobile {
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0;
}

.glass-block-mobile {
  -webkit-backdrop-filter: blur(180px);
  backdrop-filter: blur(180px);
  background-image: linear-gradient(90deg, #ffffff4a, #0e023c80 80%, #ffffff4f);
  flex: 1;
  display: flex;
}

.glass-block-mobile.in-presencia {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #0e023c, #06001d 80%, #0e023c);
  background-clip: border-box;
}

.glass-container-mobile {
  mix-blend-mode: soft-light;
  position: absolute;
  inset: 0;
}

.glass-container-mobile.is-visual {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.glass-container-mobile.is-presencia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  padding-left: 0%;
  left: 45%;
}

.glow-nosotros-mobile {
  z-index: 0;
  position: relative;
}

.elipse-glow-mobile {
  filter: blur(40px);
  width: 200%;
  position: absolute;
  inset: 0 0 0 5%;
}

.wave-glow-mobile {
  filter: blur(60px);
  flex: 1;
  width: 170%;
  max-width: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-text-mobile {
  color: #0e023c;
  letter-spacing: -.03em;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.about-subtitle-mobile {
  color: #0283c9;
  letter-spacing: -.06em;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.about-title-mobile {
  color: #00c1e4;
  text-align: left;
  letter-spacing: -.07em;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.about-title-mobile._4anim {
  text-align: left;
}

.about-content-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.span-title-trayectoria-mobile {
  color: #0e023c;
  display: block;
}

.about-container-mobile {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-visual-movil {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.glow-nosotros-movil {
  z-index: 0;
  min-height: 100vh;
  position: relative;
}

.glass-container-movil {
  mix-blend-mode: soft-light;
  position: absolute;
  inset: 0;
}

.glass-container-movil.is-visual {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  left: 10%;
}

.glass-container-movil.is-presencia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  padding-left: 0%;
  left: 45%;
}

.about-logo-movil {
  z-index: 7;
  width: 40%;
  position: absolute;
  inset: 48% 0 0% 43%;
}

.about-blob-movil {
  z-index: 5;
  width: 230%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0 0% 0 0;
}

.blob-image-movil {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
}

.presencia-pin-mobile {
  display: none;
  position: relative;
  overflow: hidden;
}

.section-presencia-mobile {
  background-color: #0e023c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.presencia-container-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 5%;
  display: grid;
}

.presencia-content-mobile {
  z-index: 4;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.presencia-map-wrap-mobile {
  box-sizing: content-box;
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.clientes-pin-mobile {
  display: none;
  position: relative;
  overflow: hidden;
}

.clientes-section-mobile {
  z-index: 3;
  background-color: #0e023c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2% 5% 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar-mobile {
  z-index: 3;
  background-color: #fff;
  border-radius: 90px;
  justify-content: space-between;
  align-items: center;
  padding: .5% 1%;
  display: none;
  position: absolute;
  top: 5%;
  left: 10%;
  right: 10%;
}

.enfoque-iconos-mobile {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
  position: absolute;
  inset: 25% 0 0%;
}

.enfoque-iconos-mobile.grid {
  grid-column-gap: 0.5%;
  grid-row-gap: 0.5%;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.enfoque-icon-mobile {
  aspect-ratio: 1;
  pointer-events: auto;
  cursor: pointer;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-50%);
}

.enfoque-icon-mobile.is-1 {
  top: 50%;
  left: 5%;
}

.enfoque-icon-mobile.is-1.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-2 {
  left: 50%;
}

.enfoque-icon-mobile.is-4 {
  top: 15.49%;
  left: 22.22%;
}

.enfoque-icon-mobile.is-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  top: 8.61%;
  left: 28.91%;
}

.enfoque-icon-mobile.is-6 {
  top: 3.79%;
  left: 35.83%;
}

.enfoque-icon-mobile.is-7 {
  top: .94%;
  left: 42.88%;
}

.enfoque-icon-mobile.is-7.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-8 {
  top: 0%;
  left: 50%;
}

.enfoque-icon-mobile.is-8.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-9 {
  top: .94%;
  left: 57.12%;
}

.enfoque-icon-mobile.is-9.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-10 {
  top: 3.79%;
  left: 64.17%;
}

.enfoque-icon-mobile.is-10.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-11 {
  top: 8.61%;
  left: 71.09%;
}

.enfoque-icon-mobile.is-11.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-12 {
  top: 15.49%;
  left: 77.78%;
}

.enfoque-icon-mobile.is-12.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-2 {
  top: 36.03%;
  left: 10.06%;
}

.enfoque-icon-mobile.is-3 {
  top: 24.57%;
  left: 15.89%;
}

.enfoque-icon-mobile.is-13 {
  top: 24.57%;
  left: 84.11%;
}

.enfoque-icon-mobile.is-13.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-14 {
  top: 36.03%;
  left: 89.94%;
}

.enfoque-icon-mobile.is-14.grid {
  top: 0%;
  left: 0%;
}

.enfoque-icon-mobile.is-15 {
  top: 50%;
  left: 95%;
}

.enfoque-icon-mobile.is-15.grid {
  top: 0%;
  left: 0%;
}

.enfoque-monticulo-back-mobile {
  width: 100%;
  display: none;
  position: absolute;
  inset: 33% 0 0% 50%;
  transform: translate(-50%);
}

@media screen and (min-width: 1280px) {
  .hero-section {
    overflow: clip;
  }

  .elipse-glow {
    width: 160%;
  }

  .wave-glow {
    width: 150%;
  }

  .about-logo {
    left: 25%;
  }

  .hero-pin-wrapper, .section-presencia, .presencia-pin, .ejes-section, .ejes-pin {
    overflow: clip;
  }

  .ejes-title, .ejes-title-2 {
    font-size: 75px;
    line-height: 75px;
  }

  .icon-card {
    aspect-ratio: 2 / 3;
  }

  .enfoque-section {
    overflow: hidden;
  }

  .enfoque-text-wrapper {
    margin-top: 1%;
  }

  .enfoque-monticulo-front {
    bottom: -25%;
  }

  .enfoque-especialidad-text.is-especialidad {
    font-size: 60px;
  }

  .enfoque-icon {
    width: 70px;
    height: 70px;
  }

  .enfoque-title {
    font-size: 75px;
    line-height: 75px;
  }

  .enfoque-pin, .servicios-pin {
    overflow: clip;
  }

  .servicios-title, .servicios-title-smalll {
    font-size: 75px;
    line-height: 75px;
  }

  .servicio-gradiente {
    background-image: linear-gradient(#0283c900 23%, #0283c98a 52%, #0e023c 84%);
  }

  .clientes-header {
    margin-top: 3%;
  }

  .clientes-title {
    font-size: 75px;
    line-height: 75px;
  }

  .clientes-grid {
    grid-row-gap: 2rem;
  }

  .contacto-header {
    padding-bottom: 1%;
  }

  .contacto-bg {
    top: -120%;
  }

  .enfoque-especialidad-main-text {
    font-size: 60px;
    top: 400%;
  }

  .enfoque-title-2, .contacto-title, .contacto-subtitle {
    font-size: 75px;
    line-height: 75px;
  }

  .title-wrap-about {
    left: 2.8%;
  }

  .about-logo-mobile {
    left: 25%;
  }

  .elipse-glow-mobile {
    width: 160%;
  }

  .wave-glow-mobile {
    width: 150%;
  }

  .about-logo-movil {
    left: 25%;
  }

  .presencia-pin-mobile, .section-presencia-mobile {
    overflow: clip;
  }

  .enfoque-icon-mobile {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-nav {
    width: 25%;
  }

  .about-title {
    font-size: 65px;
    line-height: 65px;
  }

  .about-title-small {
    font-size: 96px;
  }

  .about-subtitle {
    font-size: 48px;
    line-height: 48px;
  }

  .about-text {
    font-size: 35px;
    line-height: 35px;
  }

  .elipse-glow {
    width: 170%;
  }

  .about-logo {
    width: 42%;
    top: 45%;
    left: 38%;
  }

  .presencia-title {
    font-size: 65px;
    line-height: 65px;
  }

  .presencia-text {
    font-size: 38px;
    line-height: 38px;
  }

  .presencia-subtitle {
    font-size: 45px;
    line-height: 45px;
  }

  .map-image {
    width: 100%;
    margin-top: 0%;
    top: 5%;
  }

  .presencia-points-wrap {
    z-index: 5;
  }

  .presencia-point-2 {
    top: 88%;
    left: 26%;
  }

  .presencia-point-3 {
    top: 30%;
    left: 43%;
  }

  .ejes-title, .ejes-title-2 {
    font-size: 86px;
    line-height: 86px;
  }

  .eje-subtitle {
    font-size: 48px;
    line-height: 48px;
  }

  .ejes-cards-grid {
    padding-left: 12%;
    padding-right: 12%;
  }

  .icon-card {
    width: 50%;
  }

  .ejes-card-text {
    font-size: 22px;
    line-height: 23px;
  }

  .ejes-text {
    font-size: 36px;
    line-height: 36px;
  }

  .enfoque-section {
    height: 100vh;
  }

  .enfoque-monticulo-front {
    bottom: -29%;
  }

  .enfoque-monticulo-back {
    top: 20%;
  }

  .enfoque-iconos-arc {
    top: 10%;
  }

  .enfoque-icon {
    width: 80px;
    height: 80px;
  }

  .enfoque-title {
    margin-top: 0%;
    font-size: 86px;
    line-height: 86px;
  }

  .servicios-title, .servicios-title-smalll {
    font-size: 86px;
    line-height: 86px;
  }

  .servicio-gradiente {
    background-image: linear-gradient(#0283c900 33%, #0283c98a 56%, #0e023c 84%);
  }

  .clientes-section {
    padding-top: 2%;
  }

  .clientes-header {
    margin-top: 1%;
    margin-bottom: 3%;
  }

  .clientes-title {
    z-index: 3;
    font-size: 86px;
    line-height: 86px;
    overflow: visible;
  }

  .clientes-grid {
    grid-row-gap: 2rem;
  }

  .contacto-bg {
    top: -130%;
  }

  .icon-contacto-card {
    width: 8%;
  }

  .contacto-card-label {
    font-size: 22px;
    line-height: 22px;
  }

  .contacto-card-text {
    font-size: 18px;
    line-height: 18px;
  }

  .icon-link-contacto-card {
    width: 9%;
  }

  .enfoque-especialidad-main-text {
    top: 300%;
  }

  .client-card-container {
    padding-top: 0%;
  }

  .enfoque-title-2 {
    font-size: 86px;
    line-height: 86px;
  }

  .contacto-subtitle {
    z-index: 3;
  }

  .title-wrap-about {
    left: 2.8%;
  }

  .about-title-replace {
    font-size: 65px;
    line-height: 65px;
  }

  .ejes-card-text-title {
    font-size: 26px;
    line-height: 26px;
  }

  .about-logo-mobile {
    width: 42%;
    top: 45%;
    left: 38%;
  }

  .elipse-glow-mobile {
    width: 170%;
  }

  .about-text-mobile {
    font-size: 35px;
    line-height: 35px;
  }

  .about-subtitle-mobile {
    font-size: 48px;
    line-height: 48px;
  }

  .about-title-mobile {
    font-size: 65px;
    line-height: 65px;
  }

  .about-logo-movil {
    width: 42%;
    top: 45%;
    left: 38%;
  }

  .clientes-section-mobile {
    padding-top: 2%;
  }

  .enfoque-iconos-mobile {
    top: 10%;
  }

  .enfoque-icon-mobile {
    width: 80px;
    height: 80px;
  }

  .enfoque-monticulo-back-mobile {
    top: 20%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .logo-nav {
    width: 30%;
  }

  .nav-link {
    font-size: 25px;
  }

  .button-nav {
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 25px;
  }

  .about-container {
    grid-template-columns: 1fr 1fr;
  }

  .about-title {
    font-size: 75px;
    line-height: 75px;
  }

  .about-subtitle {
    font-size: 58px;
    line-height: 58px;
  }

  .about-text {
    font-size: 40px;
    line-height: 40px;
  }

  .elipse-glow {
    width: 150%;
  }

  .wave-glow {
    width: 170%;
  }

  .about-logo {
    left: 42%;
  }

  .presencia-map-wrap {
    top: 16%;
  }

  .presencia-title {
    font-size: 75px;
    line-height: 75px;
  }

  .presencia-text {
    font-size: 40px;
    line-height: 40px;
  }

  .presencia-subtitle {
    font-size: 58px;
    line-height: 58px;
  }

  .map-image {
    width: 88%;
    margin-top: 0%;
    top: 0%;
    left: 2%;
  }

  .presencia-point-1 {
    width: 23px;
    height: 23px;
    top: 35.5%;
  }

  .map-wrap {
    left: .8%;
  }

  .presencia-point-2 {
    width: 23px;
    height: 23px;
    top: 73%;
    left: 24%;
  }

  .presencia-point-3 {
    width: 23px;
    height: 23px;
    top: 22%;
    left: 40%;
  }

  .ejes-title, .ejes-title-2 {
    font-size: 96px;
    line-height: 96px;
  }

  .ejes-card-icon-wrap {
    width: 160px;
    height: 160px;
  }

  .icon-card {
    width: 50%;
  }

  .ejes-card-text {
    font-size: 28px;
    line-height: 30px;
  }

  .ejes-text {
    font-size: 40px;
    line-height: 40px;
  }

  .ejes-text-wrapper-bottom {
    padding-left: 10%;
    padding-right: 10%;
  }

  .enfoque-section {
    z-index: 1;
  }

  .enfoque-text-wrapper {
    margin-top: 1%;
    margin-bottom: 2%;
  }

  .enfoque-monticulo-front {
    bottom: -25%;
  }

  .enfoque-monticulo-back {
    width: 100%;
    top: 17%;
  }

  .enfoque-iconos-arc {
    top: 14%;
  }

  .enfoque-especialidad-text.is-especialidad {
    margin-top: 0%;
    font-size: 80px;
    line-height: 80px;
    top: 58%;
  }

  .enfoque-icon {
    width: 95px;
    height: 95px;
  }

  .enfoque-title {
    font-size: 96px;
    line-height: 96px;
  }

  .servicios-text {
    font-size: 35px;
    line-height: 35px;
  }

  .servicios-title, .servicios-title-smalll {
    font-size: 96px;
    line-height: 96px;
  }

  .servicio-titulo.vertical {
    font-size: 45px;
  }

  .servicio-text.stroke--white-02 {
    font-size: 30px;
  }

  .clientes-section {
    z-index: 2;
    background-color: #0e023c;
    padding-top: 1%;
  }

  .clientes-header {
    margin-top: 1%;
    margin-bottom: 3%;
  }

  .clientes-grid {
    grid-row-gap: 3rem;
  }

  .button-formulario {
    font-size: 20px;
  }

  .contacto-bg {
    top: -160%;
  }

  .enfoque-especialidad-main-text {
    font-size: 80px;
    line-height: 80px;
    top: 300%;
  }

  .cursor-circle {
    z-index: 0;
    pointer-events: none;
  }

  .enfoque-title-2 {
    font-size: 96px;
  }

  .title-wrap-about {
    left: 2.5%;
  }

  .about-title-replace {
    font-size: 75px;
    line-height: 75px;
  }

  .ejes-card-text-title {
    font-size: 30px;
    line-height: 30px;
  }

  .about-logo-mobile {
    left: 42%;
  }

  .elipse-glow-mobile {
    width: 150%;
  }

  .wave-glow-mobile {
    width: 170%;
  }

  .about-text-mobile {
    font-size: 40px;
    line-height: 40px;
  }

  .about-subtitle-mobile {
    font-size: 58px;
    line-height: 58px;
  }

  .about-title-mobile {
    font-size: 75px;
    line-height: 75px;
  }

  .about-container-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .about-logo-movil {
    left: 42%;
  }

  .presencia-map-wrap-mobile {
    top: 16%;
  }

  .clientes-section-mobile {
    z-index: 2;
    background-color: #0e023c;
    padding-top: 1%;
  }

  .navbar-mobile {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .enfoque-iconos-mobile {
    top: 14%;
  }

  .enfoque-icon-mobile {
    width: 95px;
    height: 95px;
  }

  .enfoque-monticulo-back-mobile {
    width: 100%;
    top: 17%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    z-index: 2;
  }

  .about-pin {
    display: none;
  }

  .ejes-section, .ejes-pin, .ejes-text-wrapper, .ejes-background, .ejes-cards-grid, .ejes-text-wrapper-bottom {
    overflow: hidden;
  }

  .servicio-texto-interno {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .servicio-texto-interno.mod--1 {
    padding-left: 16px;
  }

  .servicio-titulo {
    font-size: 22px;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .servicio-wrapper {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-servicio-wrapper {
    display: none;
  }

  .servicio-text {
    font-size: 22px;
  }

  .about-pin-mobile {
    display: block;
    overflow: hidden;
  }

  .section-about-mobile {
    height: 100vh;
    overflow: hidden;
  }

  .about-blob-mobile {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0%;
  }

  .about-logo-mobile {
    width: 30%;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
  }

  .blob-image-mobile {
    height: 100%;
    min-height: 100%;
    display: block;
  }

  .glass-block-mobile {
    min-height: 100%;
  }

  .glass-container-mobile.is-visual {
    justify-content: space-between;
    align-items: stretch;
    min-height: 100%;
    overflow: hidden;
  }

  .glow-nosotros-mobile {
    min-height: 100%;
    overflow: hidden;
  }

  .elipse-glow-mobile {
    width: 100%;
    min-height: 100%;
    left: 0%;
  }

  .wave-glow-mobile {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .about-content-mobile {
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-container-mobile {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-visual-movil {
    width: 100%;
  }

  .about-logo-movil {
    top: 20%;
    left: 50%;
    transform: translate(-50%);
  }

  .about-blob-movil {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    transform: rotate(90deg);
  }

  .blob-image-movil {
    width: 100%;
    overflow: hidden;
  }

  .navbar-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 100%;
  }

  .glass-container {
    overflow: hidden;
  }

  .glass-container.is-visual {
    left: 0%;
  }

  .glass-block {
    justify-content: center;
    align-items: stretch;
  }

  .image-glow {
    display: none;
    top: 35%;
  }

  .navbar {
    align-self: center;
    padding-top: 2%;
    padding-bottom: 2%;
    display: none;
  }

  .logo-nav {
    width: 50%;
  }

  .brand {
    z-index: 5;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    width: 80%;
    margin-left: 10%;
    padding-top: 8%;
    padding-bottom: 8%;
    top: 45%;
  }

  .button-nav {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 14px;
  }

  .button-div {
    display: none;
  }

  .nav-container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sub-heading {
    background-image: linear-gradient(90deg, #0e023c, #faf3e9 23% 68%, #0e023c);
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .heading {
    font-size: 12vw;
    line-height: 11.5vw;
  }

  .heartbeat {
    top: 45%;
  }

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

  .section-about {
    width: 100%;
  }

  .about-container {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .about-title {
    font-size: 60px;
    line-height: 54px;
    overflow: visible;
  }

  .about-content {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-subtitle {
    font-size: 35px;
    line-height: 34px;
  }

  .about-text {
    font-size: 25px;
    line-height: 24px;
  }

  .about-blob {
    width: 100%;
    transform: rotate(90deg);
  }

  .glow-nosotros {
    min-height: 60vh;
    transform: translate(0, -129px)rotate(12deg);
  }

  .elipse-glow {
    width: 100%;
    min-height: 0;
    top: 15%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%);
  }

  .wave-glow {
    width: 100%;
    height: 100%;
    top: 5%;
  }

  .about-logo {
    top: 17%;
  }

  .hero-pin-wrapper {
    max-width: 100%;
  }

  .presencia-title {
    padding-left: 20%;
    font-size: 40px;
    line-height: 40px;
  }

  .presencia-text {
    font-size: 25px;
    line-height: 25px;
  }

  .presencia-subtitle {
    font-size: 30px;
    line-height: 30px;
  }

  .about-pin, .presencia-pin {
    display: none;
  }

  .map-image {
    width: 180%;
    max-width: none;
    margin-top: 0%;
  }

  .presencia-points-wrap {
    width: 100%;
    height: auto;
  }

  .presencia-point-1 {
    top: 47%;
    left: 16%;
  }

  .presencia-point-2 {
    top: 94%;
    left: 45%;
  }

  .presencia-point-3 {
    top: 28%;
    left: 76%;
  }

  .ejes-section {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    overflow: hidden;
  }

  .ejes-pin {
    overflow: hidden;
  }

  .ejes-text-wrapper {
    overflow: visible;
  }

  .ejes-title, .ejes-title-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .ejes-background {
    top: 20%;
  }

  .ejes-cards-grid {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    left: 50%;
    overflow: visible;
    transform: translate(-50%);
  }

  .ejes-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: stretch;
    padding: 8% 5%;
  }

  .ejes-card-icon-wrap {
    border-width: 5px;
    width: 60px;
    height: 60px;
  }

  .icon-card {
    width: 40%;
  }

  .ejes-card-text {
    font-size: 15px;
    line-height: 15px;
  }

  .ejes-text {
    font-size: 16px;
    line-height: 16px;
  }

  .ejes-text-wrapper-bottom {
    padding-left: 4%;
    padding-right: 4%;
    overflow: visible;
  }

  .enfoque-section {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    justify-content: flex-start;
    padding-top: 11%;
  }

  .enfoque-text-wrapper {
    position: static;
    top: 5%;
  }

  .enfoque-stage {
    flex: 1;
    order: 9999;
    justify-content: flex-end;
    margin-top: 5%;
  }

  .enfoque-monticulo-front {
    flex: 1;
    bottom: 5%;
  }

  .enfoque-monticulo-back {
    flex: 1;
    display: none;
    top: 35%;
  }

  .enfoque-iconos-arc {
    display: none;
    transform: translate(0, -26%);
  }

  .enfoque-especialidad-text.is-especialidad {
    margin-top: 0%;
    font-size: 20px;
    line-height: 20px;
    top: 50%;
  }

  .enfoque-icon {
    width: 25px;
    height: 25px;
    top: 0%;
    left: 0%;
  }

  .enfoque-title {
    font-size: 50px;
    line-height: 50px;
  }

  .servicios-pin {
    max-width: 100%;
  }

  .servicios-container {
    flex-flow: column;
    display: flex;
  }

  .servicios-title-wrap {
    padding-top: 8%;
  }

  .servicios-text {
    font-size: 25px;
    line-height: 25px;
  }

  .servicios-title, .servicios-title-smalll {
    font-size: 45px;
    line-height: 45px;
  }

  .arrow-container {
    width: 45px;
    height: 45px;
  }

  .servicio-titulo.vertical {
    font-size: 30px;
  }

  .servicio-titulo.inner {
    font-size: 22px;
  }

  .servicio-wrapper {
    border-radius: 14px;
    width: 340px;
    height: 390px;
  }

  .titulo-servicio-wrapper.mod--3, .titulo-servicio-wrapper.mod--2, .titulo-servicio-wrapper.mod--12 {
    display: flex;
  }

  .hero_servicios {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: center;
    height: 50vh;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .servicio-text.stroke--white-02 {
    font-size: 15px;
  }

  .servicios-visual {
    margin-right: 0%;
  }

  .clientes-section {
    max-width: 100%;
  }

  .clientes-pin {
    max-width: 100%;
    display: none;
  }

  .clientes-title {
    margin-bottom: 7%;
    font-size: 45px;
    line-height: 45px;
  }

  .clientes-grid {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .contacto-grid {
    flex-flow: column;
    display: flex;
  }

  .info-contact-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-left: 0%;
  }

  .label-form {
    font-size: 20px;
  }

  .contacto-bg {
    top: -15%;
  }

  .contacto-card {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    justify-content: space-between;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .icon-contacto-card {
    width: 10%;
  }

  .contacto-card-text-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .icon-link-contacto-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .enfoque-especialidad-main-text {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
  }

  .client-card-container {
    width: 90%;
  }

  .servicios-bg {
    display: none;
    overflow: hidden;
  }

  .clientes-transition, .clientes-transition-pin {
    max-width: 100%;
  }

  .image-glow-mobile {
    display: inline-block;
    top: 45%;
    overflow: visible;
  }

  .button-div-mobile {
    display: block;
  }

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

  .icon {
    color: #000;
  }

  .enfoque-title-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .contacto-title, .contacto-subtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .about-title-replace {
    font-size: 60px;
    line-height: 54px;
    overflow: visible;
  }

  .ejes-card-text-title {
    font-size: 16px;
    line-height: 16px;
  }

  .about-pin-mobile, .section-about-mobile {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .about-blob-mobile {
    width: 100%;
    position: absolute;
    transform: rotate(90deg);
  }

  .about-logo-mobile {
    top: 17%;
  }

  .glass-block-mobile {
    flex: 1;
  }

  .glass-container-mobile {
    overflow: hidden;
  }

  .glass-container-mobile.is-visual {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    display: flex;
    left: 0%;
  }

  .glass-container-mobile.is-presencia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: -9999;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0%;
    display: flex;
    inset: 0 0 55% 0%;
  }

  .glow-nosotros-mobile {
    min-height: 60vh;
    transform: translate(0, -129px)rotate(12deg);
  }

  .elipse-glow-mobile, .wave-glow-mobile {
    width: 100%;
  }

  .about-text-mobile {
    font-size: 25px;
    line-height: 26px;
  }

  .about-subtitle-mobile {
    font-size: 35px;
    line-height: 35px;
  }

  .about-title-mobile {
    font-size: 41px;
    line-height: 41px;
    overflow: visible;
  }

  .about-content-mobile {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

  .about-container-mobile {
    grid-template-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .about-visual-movil {
    min-height: 70vh;
  }

  .glow-nosotros-movil {
    min-height: 0;
    max-height: 60vh;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .glass-container-movil {
    overflow: hidden;
  }

  .glass-container-movil.is-visual {
    justify-content: space-between;
    align-items: stretch;
    max-height: 50vh;
    left: 0%;
  }

  .about-logo-movil {
    width: 50%;
    top: 27%;
    overflow: hidden;
  }

  .about-blob-movil {
    width: 100%;
    top: 0%;
    overflow: hidden;
  }

  .blob-image-movil {
    left: 25%;
  }

  .presencia-pin-mobile {
    display: block;
  }

  .section-presencia-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100vh;
  }

  .presencia-container-mobile {
    flex-flow: column;
    display: flex;
  }

  .presencia-content-mobile {
    padding-top: 5%;
  }

  .presencia-map-wrap-mobile {
    width: 100%;
    height: 40%;
    top: 30%;
    left: 2%;
    overflow: visible;
  }

  .clientes-pin-mobile {
    max-width: 100%;
    display: block;
  }

  .clientes-section-mobile {
    max-width: 100%;
  }

  .navbar-mobile {
    align-self: center;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
  }

  .enfoque-iconos-mobile {
    grid-column-gap: 2%;
    grid-row-gap: 10%;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    min-width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
    position: relative;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
  }

  .enfoque-icon-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: -9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    inset: 0 0 0 50%;
  }

  .enfoque-icon-mobile.is-1 {
    top: 0%;
    left: 0%;
  }

  .div-block {
    flex: 1;
    align-self: center;
  }

  .enfoque-monticulo-back-mobile {
    flex: 1;
    display: block;
    top: 30%;
  }
}

#w-node-_8eb489a3-d69b-f5ee-2998-04a48d3d50aa-887b4acd {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_90df6914-93d4-4136-d7fc-89b8c4db1969-887b4acd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-fb2869c3-6851-50e6-7223-b7f36f2eca11-887b4acd {
  align-self: center;
}

#w-node-_39ce79e5-3483-ab9f-42c4-a58c5894b943-887b4acd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_39ce79e5-3483-ab9f-42c4-a58c5894b94e-887b4acd {
  align-self: center;
}

#w-node-c0a60d42-713d-4c5d-612b-9621ab27fe92-887b4acd, #w-node-_476021ba-6a6c-7d8f-1e1c-bfe88cea4363-887b4acd, #w-node-_54e191fc-65b9-163a-ecef-9380c9c2bab0-887b4acd {
  place-self: center;
}

#w-node-_8f092bf9-f312-9408-6174-6ff6104d0d79-887b4acd {
  grid-area: 1 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8eb489a3-d69b-f5ee-2998-04a48d3d50aa-887b4acd {
    grid-row-end: 2;
  }

  #w-node-_3cf104db-f8d5-3c24-24c1-ac9ed8373dd0-887b4acd {
    place-self: auto;
  }

  #w-node-_3cf104db-f8d5-3c24-24c1-ac9ed8373dd2-887b4acd {
    justify-self: auto;
  }

  #w-node-_3cf104db-f8d5-3c24-24c1-ac9ed8373dd4-887b4acd {
    place-self: stretch;
  }

  #w-node-f7daf69f-be3b-8406-26a0-8a58d770c090-887b4acd, #w-node-f7daf69f-be3b-8406-26a0-8a58d770c08e-887b4acd, #w-node-f7daf69f-be3b-8406-26a0-8a58d770c08c-887b4acd, #w-node-_116d74dd-263b-3ba6-39b5-448e8a96334e-887b4acd, #w-node-_116d74dd-263b-3ba6-39b5-448e8a963350-887b4acd, #w-node-_116d74dd-263b-3ba6-39b5-448e8a963352-887b4acd, #w-node-ad36fc8b-d787-2b55-d890-3263194c5c79-887b4acd, #w-node-ad36fc8b-d787-2b55-d890-3263194c5c7b-887b4acd, #w-node-ad36fc8b-d787-2b55-d890-3263194c5c7d-887b4acd, #w-node-_2ec9a9d0-0c08-9d2e-c377-b482d7602687-887b4acd, #w-node-_2ec9a9d0-0c08-9d2e-c377-b482d7602689-887b4acd, #w-node-_2ec9a9d0-0c08-9d2e-c377-b482d760268b-887b4acd {
    justify-self: auto;
  }

  #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c9591b-887b4acd {
    place-self: auto end;
  }

  #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c9591d-887b4acd {
    justify-self: end;
  }

  #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c9591f-887b4acd {
    place-self: stretch end;
  }

  #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95921-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95923-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95925-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95927-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95929-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c9592b-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c9592d-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c9592f-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95931-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95933-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95935-887b4acd, #w-node-fc8da75f-f3e3-1845-ede6-3e4f74c95937-887b4acd {
    justify-self: end;
  }

  #clientes.w-node-_493d89d3-22bd-d4f2-10b4-112396ce90e3-887b4acd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_862bfcdb-fce2-3176-1357-96ba0b3ba5fd-887b4acd {
    grid-area: 7 / 3 / 8 / 4;
  }

  #clientes.w-node-_91e303de-379f-10aa-a143-78ee7c3ba7e0-887b4acd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91e303de-379f-10aa-a143-78ee7c3ba7e3-887b4acd {
    grid-area: 7 / 3 / 8 / 4;
  }
}


