@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* color palette from <https://github.com/vuejs/theme> */

:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */

:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  font-family: 'Manrope', sans-serif;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Red Hat Display';
  src: url('/font/RedHatDisplay-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  /* Rango soportado por la fuente */
  font-style: normal;
}

/* Gilroy Thin */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* Gilroy Thin Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* Gilroy UltraLight */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  /* Considered a part of Light range */
  font-style: normal;
}

/* Gilroy UltraLight Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  /* Considered a part of Light range */
  font-style: italic;
}

/* Gilroy Light */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Gilroy Light Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Gilroy Medium */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  /* Normal weight for the Medium variant */
  font-style: normal;
}

/* Gilroy Medium Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  /* Normal weight for the Medium variant */
  font-style: italic;
}

/* Gilroy SemiBold */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Gilroy SemiBold Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Gilroy Bold */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  /* Considered part of UltraBold */
  font-style: normal;
}

/* Gilroy Bold Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  /* Considered part of UltraBold */
  font-style: italic;
}

/* Gilroy Black */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-Black.ttf') format('truetype');
  font-weight: 800;
  /* Considered part of UltraBold */
  font-style: normal;
}

/* Gilroy Black Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 800;
  /* Considered part of UltraBold */
  font-style: italic;
}

/* Gilroy ExtraBold */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  /* Part of UltraBold range */
  font-style: normal;
}

/* Gilroy ExtraBold Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 900;
  /* Part of UltraBold range */
  font-style: italic;
}

/* Gilroy Heavy */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  /* Part of UltraBold range */
  font-style: normal;
}

/* Gilroy Heavy Italic */

@font-face {
  font-family: 'Gilroy';
  src: url('/font/gilroy-font/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  /* Part of UltraBold range */
  font-style: italic;
}

/* #app {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  font-weight: normal;
}

a,
.green {
  text-decoration: none;
  color: hsla(160, 100%, 37%, 1);
  transition: 0.4s;
  padding: 3px;
}

@media (hover: hover) {
  a:hover {
    background-color: hsla(160, 100%, 37%, 0.2);
  }
}

@media (min-width: 1024px) {
  body {
    display: flex;
    place-items: center;
  }

  #app {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }
}
 */
body[data-v-9aca8fba] {
  margin: 0;
  padding: 0;
}

.fourin {
  background-image: url(/assets/fourin-BCPOWaHO.png);
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.fourin:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(18, 151, 239, 0.2);
}
.ftrack {
  background-image: url(/assets/ftrack-D8Sx0kB_.png);
  width: 160px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.ftrack:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 3em;
  background: rgb(255 255 255 / 1%);
  backdrop-filter: blur(10px);
  /*   border-bottom: 1px solid rgba(18, 151, 239, 0.1); */
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.btn-contact {
  height: 45px;
  width: 160px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(45deg, #0D5FEF, #49BBFF);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 96, 239, 0.2);
}
.btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 96, 239, 0.4);
  background: linear-gradient(90deg, rgb(13 96 239) 0%, rgb(0 239 253) 70%);
}
a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
}
.menu-movil {
  display: none;
}
a:hover {
  color: #1297ef;
  transform: translateY(-1px);
}
.tabs a {
  position: relative;
  overflow: hidden;
}
.tabs a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1297ef, #4ab7ff);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.tabs a:hover::after {
  width: 100%;
}
.tabs a.router-link-active {
  color: #1297ef;
  font-weight: 600;
}
.tabs a.router-link-active::after {
  width: 100%;
  background: linear-gradient(90deg, #1297ef, #4ab7ff);
  height: 3px;
}
.tabs span {
  margin: 0px 1em;
  font-size: large;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 8px 0;
}
.tabs span:hover {
  color: #1297ef;
  transform: translateY(-1px);
}
.tabs span.active-span {
  color: #1297ef;
  font-weight: 600;
  position: relative;
}
.tabs span.active-span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1297ef, #4ab7ff);
  transform: translateX(-50%);
}
.language {
  height: 35px;
  border-radius: 8px;
  border: 1px solid rgba(18, 151, 239, 0.3);
  padding: 0px 12px;
  color: #1297ef;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.language:hover {
  border-color: #1297ef;
  box-shadow: 0 2px 8px rgba(18, 151, 239, 0.2);
  transform: translateY(-1px);
}
.language:focus {
  border-color: #1297ef;
  box-shadow: 0 0 0 3px rgba(18, 151, 239, 0.1);
}
@media (width < 768px) {
.tabs {
    display: none;
}
.btn-contact {
    background: #1297ef;
}
.header {
    padding: 16px 1.5em;
}
.menu-movil {
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 35px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(18, 151, 239, 0.1);
    transition: all 0.3s ease;
}
.menu-movil:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(18, 151, 239, 0.1);
}
.icon-menu {
    margin: 0px 0px 0px 15px;
    color: #1297ef;
    user-select: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}
.icon-menu:hover {
    background: rgba(18, 151, 239, 0.1);
    transform: scale(1.1);
}
.menucontact {
    display: none;
}
.menu {
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    flex-direction: column;
    position: absolute;
    right: 30px;
    gap: 30px;

    top: 90px;
    padding: 20px;
    width: 200px;
    z-index: 1001;
    border-radius: 15px;
    align-items: flex-start;
    border: 1px solid rgba(18, 151, 239, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}
@keyframes slideDown {
from {
      opacity: 0;
      transform: translateY(-10px);
}
to {
      opacity: 1;
      transform: translateY(0);
}
}
.language {
    height: 30px;
    border-radius: 4px;
    border: 1px solid lightgray;
    padding: 0px 10px;
    color: #656565;
    width: -webkit-fill-available;
    margin: 5px 0px;
}
.menu span {
    font-size: 18px;
    margin: 5px 10px;
    font-weight: 400;
    padding: 12px 0px;
    transition: all 0.3s ease;
    border-radius: 8px;
    width: 100%;
    padding: 8px 21px;
}
.menu span:hover {
    color: #1297ef;
    background: rgba(18, 151, 239, 0.05);
    padding-left: 10px;
}
.menu a.router-link-active span {
    color: #1297ef;
    background: rgba(18, 151, 239, 0.1);
    font-weight: 600;
    border-left: 3px solid #1297ef;
    padding-left: 10px;
}
.icon-menu-open {
    color: black;
    transform: rotate(180deg);
}
.ftrack {
    width: 94px;
    height: 70px;
}
}

.modal-fade-enter-active[data-v-383147a1],
.modal-fade-leave-active[data-v-383147a1] {
  transition: opacity 0.3s ease;
}
.modal-fade-enter-from[data-v-383147a1],
.modal-fade-leave-to[data-v-383147a1] {
  opacity: 0;
}
.modal-overlay[data-v-383147a1] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content[data-v-383147a1] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 90vw;
  height: 85vh;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-close[data-v-383147a1] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  z-index: 10;
  transition: color 0.2s ease;
}
.modal-close[data-v-383147a1]:hover {
  color: #333;
}
.modal-body[data-v-383147a1] {
  flex-grow: 1;
  padding: 0;
  overflow: hidden;
}
iframe[data-v-383147a1] {
  display: block;
}
@media (max-width: 768px) {
.modal-content[data-v-383147a1] {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.modal-close[data-v-383147a1] {
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
}

.loading-screen[data-v-cc5ae97a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader-content[data-v-cc5ae97a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.logo[data-v-cc5ae97a] {
  width: 100px;
  height: auto;
}
.company-name[data-v-cc5ae97a] {
  font-size: 24px;
  font-weight: 600;
  color: #0d2b57;
}
.progress-bar-container[data-v-cc5ae97a] {
  width: 250px;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar[data-v-cc5ae97a] {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #4ab7ff 0%, #1297ef 100%);
  border-radius: 4px;
}
.fade-enter-active[data-v-cc5ae97a],
.fade-leave-active[data-v-cc5ae97a] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-cc5ae97a],
.fade-leave-to[data-v-cc5ae97a] {
  opacity: 0;
}

.control-carousel[data-v-dabf950f] {
  font-size: 2.2em;
  color: #1297ef;
  display: flex;
  cursor: pointer;
  transition: 300ms linear;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: 0px 5px;
  user-select: none;
}
.control-carousel[data-v-dabf950f]:hover {
  border-radius: 50px;
  background-color: #1297ef2d;
}
.carousel-dot[data-v-dabf950f] {
  width: 18px;
  height: 18px;
  color: #1297ef;
  background: #1297ef;
  border-radius: 100px;
  border: none;
  margin: 0px 3px;
  transition: 100ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.carousel-dot.active[data-v-dabf950f] {
  width: 40px;
  height: 20px;
  color: rgb(18, 151, 239);
  background: linear-gradient(90deg, rgb(74, 183, 255) 35%, rgb(18, 151, 239) 100%);
  border-radius: 100px;
  border: none;
  margin: 0px 3px;
}
.controls-carousel[data-v-dabf950f] {
  display: flex;
  align-items: center;
  margin: 2em 0px 0px 0px;
}
.expertise[data-v-dabf950f] {
  display: flex;
  padding: 6em 4em;
  flex-direction: column;
}
.carousel-photos[data-v-dabf950f] {
  display: flex;
  flex-direction: row;
}
/* Mas imagenes */
.images[data-v-dabf950f] {
  background-image: url(/assets/software-YzVRvKTw.jpg);
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: -3%;
  height: 350px;
  border-radius: 24px;
  transition: background-image 0.5s ease-in-out;
}

/* Carousel arriba */
.subtitle[data-v-dabf950f] {
  font-size: clamp(28px, 3.5vw, 56px);
  font-weight: 600;
  color: #1297ef;
  line-height: 110%;
}
.sponsors-wrapper[data-v-dabf950f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3% 0;
}
.sponsors-pages-container[data-v-dabf950f] {
  width: 80%;
  overflow: hidden;
  height: 150px;
  display: flex;
  justify-content: center;
  position: relative;
}
.sponsors-page-content[data-v-dabf950f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  align-self: anchor-center;
  top: 0;
  left: 0;
}
.sponsor-logo[data-v-dabf950f] {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* Transiciones de deslizamiento aplicadas al contenedor .sponsors-page-content */
.slide-left-enter-active[data-v-dabf950f],
.slide-left-leave-active[data-v-dabf950f],
.slide-right-enter-active[data-v-dabf950f],
.slide-right-leave-active[data-v-dabf950f] {
  transition: all 0.3s ease;
}

/* Transición hacia la izquierda (avanzar) */
.slide-left-enter-from[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(100%); /* Entra desde la derecha */
}
.slide-left-leave-to[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(-100%); /* Sale hacia la izquierda */
}

/* Transición hacia la derecha (retroceder) */
.slide-right-enter-from[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(-100%); /* Entra desde la izquierda */
}
.slide-right-leave-to[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(100%); /* Sale hacia la derecha */
}
.sponsor-arrow[data-v-dabf950f] {
  font-size: 2.5em;
  color: #1297ef;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

/* .sponsor-arrow:hover {
  background-color: #1297ef2d;
} */
.sponsor-arrow.disabled[data-v-dabf950f] {
  opacity: 0.3;
  cursor: not-allowed;
}
.sponsor-indicators[data-v-dabf950f] {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.sponsor-indicator[data-v-dabf950f] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sponsor-indicator.active[data-v-dabf950f] {
  background-color: #1297ef;
  transform: scale(1.2);
}
.spacing[data-v-dabf950f] {
  width: 100%;
  padding: 0px 25px;
}
.cards-container[data-v-dabf950f] {
  display: flex;
  flex-direction: row;
}
.project-cards[data-v-dabf950f] {
  width: 500px;
  height: 150px;
  border-radius: 20px;
  box-shadow: 1px 2px 7px #0003;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.monitor[data-v-dabf950f] {
  margin: 0px 0px 0px 30px;
}
.body-projects[data-v-dabf950f] {
  width: 100%;
  margin: 25px 0px;
  min-height: 550px;
  box-shadow: 1px 2px 7px #0003;
  border-radius: 20px;
  padding: 20px;
  background: white;
  display: flex;
}
.body-projects img[data-v-dabf950f] {
  border-radius: 18px;
}
.projects[data-v-dabf950f] {
  padding: 0;
  /*   background: radial-gradient(ellipse at top left, rgba(18, 151, 239, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at top right, rgba(74, 183, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(18, 151, 239, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(0, 239, 253, 0.12) 0%, transparent 50%),
    linear-gradient(
      135deg,
      rgba(18, 151, 239, 0.05) 0%,
      rgba(74, 183, 255, 0.03) 50%,
      rgba(0, 239, 253, 0.05) 100%
    ); */
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

/* Elementos decorativos que se extienden más allá de la sección */
.projects[data-v-dabf950f]::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(18, 151, 239, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}
.badge[data-v-dabf950f] {
  width: max-content;
  padding: 6px 18px;
  justify-self: anchor-center;
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  font-weight: 700;
  color: #1297efba;
}
.fourin-track[data-v-dabf950f] {
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1em;
  margin-top: 20px;
  background: linear-gradient(90deg, #00d4ff, #2196f3, #00d4ff);
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: move-gradient-dabf950f 4s linear infinite;
}
.projects[data-v-dabf950f]::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  /*   width: 800px; */
  height: 800px;
  background: radial-gradient(circle, rgba(74, 183, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* Header de la sección */
.projects-header[data-v-dabf950f] {
  text-align: center;
  padding: 4rem 2rem 2rem;
  background: transparent;
}
.projects-main-title[data-v-dabf950f] {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  color: #1297ef;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 110%;
}
.carousel-photos[data-v-dabf950f] {
  padding: 4em 0px;
}
.projects-subtitle[data-v-dabf950f] {
  font-size: clamp(16px, 2.2vw, 28px);
  color: #4ab7ff;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 120%;
}
.projects-description[data-v-dabf950f] {
  font-size: clamp(14px, 1.5vw, 20px);
  color: #1297ef;
  font-weight: 500;
  margin-bottom: 0;
}

/* Container principal de 2 columnas */
.projects-container[data-v-dabf950f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  gap: 4rem;
  align-items: start;
}

/* Columna izquierda: Pestañas */
.tabs-column[data-v-dabf950f] {
  padding: 2rem 0;
}
.project-tabs[data-v-dabf950f] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tab-icon[data-v-dabf950f] {
  display: none;
}
.tab-button[data-v-dabf950f] {
  padding: 1.5rem 2rem;
  border: 2px solid rgba(18, 151, 239, 0.2);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  color: #1297ef;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(18, 151, 239, 0.1);
}
.tab-button[data-v-dabf950f]:hover {
  border-color: #1297ef;
  background: rgba(255, 255, 255, 1);
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(18, 151, 239, 0.2);
}
.tab-button.active[data-v-dabf950f] {
  background: linear-gradient(135deg, #1297ef 0%, #4ab7ff 100%);
  color: white;
  border-color: #1297ef;
  transform: translateX(10px);
  /*  box-shadow: 0 10px 40px rgba(18, 151, 239, 0.3); */
}

/* Columna derecha: Contenido */
.content-column[data-v-dabf950f] {
  /*  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(18, 151, 239, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3); */
}
.stage-content[data-v-dabf950f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stage-image[data-v-dabf950f] {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.project-main-image[data-v-dabf950f] {
  width: 100%;
  /*  max-width: 400px; */
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(18, 151, 239, 0.2);
  transition: transform 0.3s ease;
}
.project-main-image[data-v-dabf950f]:hover {
  transform: scale(1.08);
}
.stage-info[data-v-dabf950f] {
  max-width: 500px;
}
.stage-description[data-v-dabf950f] {
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.6;
  color: #1297ef;
  font-weight: 400;
  margin: 0;
}

/* Botón CTA para productos */
.projects-cta[data-v-dabf950f] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  margin-top: 2rem;
}
.products-link[data-v-dabf950f] {
  text-decoration: none;
}
.btn-products-demo[data-v-dabf950f] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #1297ef 0%, #4ab7ff 50%, #00effd 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(18, 151, 239, 0.3);
  position: relative;
  overflow: hidden;
}
.btn-products-demo[data-v-dabf950f]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.btn-products-demo[data-v-dabf950f]:hover::before {
  left: 100%;
}
.btn-products-demo[data-v-dabf950f]:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 40px rgba(18, 151, 239, 0.4);
}
.btn-products-demo[data-v-dabf950f]:active {
  transform: translateY(-1px) scale(1.02);
}
.btn-text[data-v-dabf950f] {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.btn-icon[data-v-dabf950f] {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.btn-products-demo:hover .btn-icon[data-v-dabf950f] {
  transform: translateX(4px);
}
.sponsors[data-v-dabf950f] {
  padding: 3em;
}
.header-projects[data-v-dabf950f] {
  display: flex;
  justify-content: space-between;
}
.btn-projects[data-v-dabf950f] {
  height: 40px;
  width: 120px;
  color: white;
  font-size: clamp(14px, 1.5vw, 200px);
  border-radius: 50px;
  background: rgb(13 96 239);
  border: none;
  margin-top: 20px;
}
.description-text[data-v-dabf950f] {
  font-size: clamp(14px, 1.2vw, 80px);
  width: 100%;
  font-weight: 400;
  display: block;
  min-height: auto !important;
}
.texts h2[data-v-dabf950f] {
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 600;
  color: rgb(18 151 239);
  line-height: 115%;
}
.texts[data-v-dabf950f] {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 9%;
  width: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.text-banner[data-v-dabf950f] {
  width: 68%;
  display: flex;
  flex-direction: column;
}
.description[data-v-dabf950f] {
  font-size: clamp(16px, 1.8vw, 24px);
  width: 68%;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.title[data-v-dabf950f] {
  font-size: clamp(40px, 6vw, 120px);
  color: #1297ef;
  line-height: 90%;
  font-weight: 600;

  margin: 0px 0px 20px;
}
.florazul[data-v-dabf950f] {
  background-image: url(/assets/florazul-C2IfyeEL.png);
  width: 40%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -3%;
  height: 38vw;
  opacity: 1; /* Opacidad final después de la animación */
}
.a234[data-v-dabf950f] {
  background-image: url(/assets/233-B2u-_93Q.png);
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30%;
  height: 50vw;
  top: 9%;
  z-index: -5;
}
.banner[data-v-dabf950f] {
  display: flex;
  padding: 3em;
}
.btn-contact-banner[data-v-dabf950f] {
  height: 60px;
  width: 280px;
  color: white;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(13 96 239) 35%, rgb(0 239 253) 100%);
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-contact-banner[data-v-dabf950f]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 96, 239, 0.3);
}
.carousel-habilities[data-v-dabf950f] {
  margin: 40px 0px;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.carousel-content[data-v-dabf950f] {
  display: flex;
  animation: move-carousel-dabf950f 30s linear infinite;
  width: max-content;
  will-change: transform;
}
.carousel-content[data-v-dabf950f]:hover {
  animation-play-state: paused;
}
.carousel-item[data-v-dabf950f] {
  font-size: clamp(18px, 1vw, 28px);
  min-width: max-content;
  white-space: nowrap;
  font-weight: 500;
  color: #1297ef;
  padding: 12px 24px;
  margin-right: 5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  border: 2px solid rgba(18, 151, 239, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(18, 151, 239, 0.15);
  flex-shrink: 0;
}
.carousel-item[data-v-dabf950f]:hover {
  transform: translateY(-3px) scale(1.02);
  background: rgba(18, 151, 239, 0.1);
  border-color: #1297ef;
  box-shadow: 0 6px 20px rgba(18, 151, 239, 0.25);
  color: #0d60ef;
  font-weight: 600;
}
@keyframes move-carousel-dabf950f {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.fade-enter-active[data-v-dabf950f],
.fade-leave-active[data-v-dabf950f] {
  transition: opacity 0.5s ease-out;
}

/* Excluir elementos decorativos de las transiciones fade */
.florazul[data-v-dabf950f],
.a234[data-v-dabf950f] {
  transition: none !important;
}
.flex[data-v-dabf950f] {
  display: flex;
}
.fade-enter[data-v-dabf950f],
.fade-leave-to[data-v-dabf950f] {
  opacity: 0;
}

/* Estados iniciales para animaciones GSAP */
.florazul[data-v-dabf950f] {
  opacity: 0;
  transform: rotate(-20deg) scale(0.8);
}
.a234[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(100px) scale(0.9);
}
.projects-header[data-v-dabf950f] {
  opacity: 0;
  transform: translateY(60px);
}
.tab-button[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(-50px) scale(0.9);
}
.content-column[data-v-dabf950f] {
  opacity: 0;
  transform: translateX(50px) scale(0.95);
}
.expertise .subtitle[data-v-dabf950f] {
  opacity: 0;
  transform: translateY(40px);
}
.carousel-photos[data-v-dabf950f] {
  opacity: 0;
  transform: scale(0.9);
}
.sponsors .subtitle[data-v-dabf950f] {
  opacity: 0;
  transform: translateY(30px);
}
.sponsors-wrapper[data-v-dabf950f] {
  opacity: 0;
  transform: translateY(40px);
}
.sponsor-logo[data-v-dabf950f] {
  opacity: 1;
  transform: translateY(20px) scale(0.8);
}
.btn-products-demo[data-v-dabf950f] {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
}
.section-container[data-v-dabf950f] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Hero Section */
.hero-section[data-v-dabf950f] {
  text-align: center;
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgb(5 146 245 / 57%) 100%);
  width: calc(100% - 6rem);
  margin: auto;
  border-radius: 20px;
}
.hero-content[data-v-dabf950f] {
  max-width: 815px;
  margin-bottom: 3rem;
}
.hero-title[data-v-dabf950f] {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #1297ef;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero-description[data-v-dabf950f] {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #555;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
.demo-link[data-v-dabf950f] {
  text-decoration: none;
}
.btn-demo[data-v-dabf950f] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #1297ef;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(18, 151, 239, 0.3);
}
.btn-demo[data-v-dabf950f]:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(18, 151, 239, 0.4);
  background: #4ab7ff;
}
.btn-demo:hover .btn-icon[data-v-dabf950f] {
  transform: translateX(4px);
}
.hero-image-container[data-v-dabf950f] {
  width: 100%;
  max-width: 1200px;
  margin: 0px 0px -8px 0px;
  padding: 0 1rem; /* Add some padding to avoid touching screen edges */
}
.hero-image[data-v-dabf950f] {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}
.monitor[data-v-dabf950f] {
  margin: 0px 0px 0px 0px;
}
.hero-section[data-v-dabf950f] {
  width: calc(100% - 4rem);
  margin: 0 2rem;
  border-radius: 20px;
}
.hero-content[data-v-dabf950f] {
  margin-bottom: 2rem;
}
.hero-description[data-v-dabf950f] {
  line-height: 1.5;
}
.hero-image-container[data-v-dabf950f] {
  padding: 0;
  margin: 0px 0px -8px 0px;
}
.hero-image[data-v-dabf950f] {
  border-radius: 0;
}

/* Responsive para botón de productos */
.projects-cta[data-v-dabf950f] {
  padding: 2rem 1rem;
  margin-top: 1rem;
}
@media (width < 768px) {
  /* .projects::before,
  .projects::after {
    display: none;
  } */
.projects-subtitle[data-v-dabf950f] {
    margin: 0px;
}
.tabs[data-v-dabf950f] {
    display: none;
}
.florazul[data-v-dabf950f] {
    display: none;
}
.title[data-v-dabf950f] {
    font-size: clamp(32px, 8vw, 80px);
}
.text-banner[data-v-dabf950f] {
    width: auto;
    display: flex;
    flex-direction: column;
}
.a234[data-v-dabf950f] {
    display: none;
}
.banner[data-v-dabf950f] {
    padding: 1.5em;
}
.expertise[data-v-dabf950f] {
    padding: 1.5em;
}
.carousel-photos[data-v-dabf950f] {
    display: flex;
    flex-direction: column;
}
.images[data-v-dabf950f] {
    width: 100%;
}
.texts[data-v-dabf950f] {
    display: flex;
    flex-direction: column;
    margin: 8% 0px 0px 0px;
    width: 100%;
}
.texts h2[data-v-dabf950f] {
    font-size: clamp(24px, 5vw, 40px) !important;
}
.btn-projects[data-v-dabf950f] {
    height: 40px;
    width: 135px;
}
.spacing[data-v-dabf950f] {
    width: auto;
    padding: 0px;
}
.body-projects[data-v-dabf950f] {
    display: flex;
    flex-direction: column;
}
.header-projects[data-v-dabf950f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cards-container[data-v-dabf950f] {
    overflow: auto;
    padding: 20px 0px;
}
.projects[data-v-dabf950f] {
    padding: 0;
    min-height: auto;
}
.projects-header[data-v-dabf950f] {
    padding: 2rem 1rem 1rem;
    text-align: left;
}
.projects-main-title[data-v-dabf950f] {
    font-size: clamp(26px, 7vw, 42px);
}
.projects-subtitle[data-v-dabf950f] {
    font-size: clamp(14px, 4vw, 22px);
}
.projects-description[data-v-dabf950f] {
    font-size: clamp(12px, 3vw, 16px);
}

  /* Responsive: cambiar a layout vertical */
.projects-container[data-v-dabf950f] {
    grid-template-columns: 1fr;
    gap: 0rem;
    padding: 1rem;
}
.tabs-column[data-v-dabf950f] {
    padding: 1rem 0;
    overflow-x: auto;
    order: 2;
}
.content-column[data-v-dabf950f] {
    order: 1;
    padding: 0.5rem;
    border-radius: 20px;
}
.stage-content[data-v-dabf950f] {
    text-align: left;
}
.project-tabs[data-v-dabf950f] {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px; /* Espacio para que no se corte la sombra */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.project-tabs[data-v-dabf950f]::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
.tab-button[data-v-dabf950f] {
    opacity: 1;
    transform: none;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 80px;
    height: 80px;
    text-align: center;
    gap: 4px;
}
.tab-text-desktop[data-v-dabf950f] {
    display: none;
}
.tab-text-mobile[data-v-dabf950f] {
    display: block;
    font-size: 10px;
    line-height: 1.2;
}
.tab-icon[data-v-dabf950f] {
    display: block;
    font-size: 24px;
}
.tab-button[data-v-dabf950f]:hover {
    background: #1297ef6c;
}
.tab-button.active[data-v-dabf950f] {
    transform: none;
    background: #1297ef;
}
.stage-image[data-v-dabf950f] {
    margin-bottom: 1.5rem;
}
.project-main-image[data-v-dabf950f] {
    max-width: 300px;
}
.stage-description[data-v-dabf950f] {
    font-size: clamp(14px, 4vw, 18px);
}
.project-cards[data-v-dabf950f] {
    min-width: 320px;
}
.btn-contact-banner[data-v-dabf950f] {
    height: 50px;
    width: 220px;
    font-size: 16px;
}

  /* Responsive para carrusel */
.carousel-habilities[data-v-dabf950f] {
    margin: 20px 0px;
    padding: 15px 0;
}
.carousel-item[data-v-dabf950f] {
    font-size: clamp(14px, 4vw, 20px);
    padding: 8px 16px;
}
.carousel-content[data-v-dabf950f] {
    animation-duration: 25s;
    gap: 2rem;
}
.description[data-v-dabf950f] {
    font-size: clamp(14px, 4vw, 20px);
    width: 100%;
}
.flex[data-v-dabf950f] {
    flex-direction: column;
}
.flex img[data-v-dabf950f] {
    width: auto;
    padding: 10px;
}
.monitor[data-v-dabf950f] {
    margin: 0px 0px 0px 0px;
}

  /* Responsive para botón de productos */
.projects-cta[data-v-dabf950f] {
    padding: 2rem 1rem;
    margin-top: 1rem;
}
.btn-products-demo[data-v-dabf950f] {
    padding: 14px 28px;
    font-size: clamp(14px, 4vw, 18px);
    gap: 8px;
}
.btn-icon[data-v-dabf950f] {
    font-size: 20px;
}
.hero-section[data-v-dabf950f] {
    width: calc(100% - 2rem);
    padding: 2rem 1rem 0;
    margin: 0 1rem;
}
.hero-content[data-v-dabf950f] {
    margin-bottom: 2rem;
}
.hero-title[data-v-dabf950f] {
    font-size: clamp(2rem, 6vw, 2.8rem);
}
.fourin-track[data-v-dabf950f] {
    font-size: clamp(2rem, 6vw, 2.8rem);
}
.hero-description[data-v-dabf950f] {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    line-height: 1.5;
}
.hero-image-container[data-v-dabf950f] {
    margin: 0px 0px -8px 0px;
    padding: 0;
}
.hero-image[data-v-dabf950f] {
    width: 100%;
}
.btn-demo[data-v-dabf950f] {
    padding: 14px 24px;
    font-size: 0.9rem;
}
}

/* Media queries para adaptar el número de logos según el ancho de pantalla */
@media (max-width: 1200px) {
.sponsor-item[data-v-dabf950f] {
    width: calc(100% / 12); /* Mostrar 3 logos en pantallas medianas */
}
}
@media (max-width: 768px) {
.sponsors-page-content[data-v-dabf950f] {
    flex-direction: column;
    align-items: center; /* Centrar logos en modo columna */
    align-self: anchor-center;
}
.sponsors[data-v-dabf950f] {
    padding: 1.5em;
}
.sponsor-logo[data-v-dabf950f] {
    width: auto; /* Ajustar ancho en modo columna */
}
}
@media (max-width: 480px) {
.sponsor-item[data-v-dabf950f] {
    width: 100%; /* Mostrar 1 logo en pantallas muy pequeñas */
}
}
@keyframes move-gradient-dabf950f {
to {
    background-position: -200% center;
}
}
.tab-text-mobile[data-v-dabf950f] {
  display: none;
}
.fourin-track[data-v-dabf950f],
.hero-title[data-v-dabf950f],
.hero-description[data-v-dabf950f],
.btn-demo[data-v-dabf950f],
.hero-image[data-v-dabf950f] {
  opacity: 0;
}
.hero-title-container[data-v-dabf950f],
.hero-description-container[data-v-dabf950f] {
  overflow: hidden;
}
.hero-title[data-v-dabf950f] {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #1297ef;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.line-container[data-v-dabf950f] {
  overflow: hidden;
  display: block;
  padding: 2px 0;
}
.hero-line[data-v-dabf950f],
.hero-desc-line[data-v-dabf950f] {
  display: inline-block;
}

.iconic {
  display: flex
;
    align-items: center;
    justify-content: space-between;
}
.iconic span{
  margin: 0px 5px;
}
.link {
  color: white;
  text-decoration: underline;

  cursor: pointer;
}
.link:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 2em;
}
.contact h3 {
  font-weight: 200;
  font-size: 36px;
}
.info h3 {
  font-weight: 200;
  font-size: 36px;
}
.info {
  width: 34%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 2em;
}
.logofooter {
  background-image: url(/assets/logofooter-Cu0WAjSj.png);
  width: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 4em;
}
.footer {
  background: linear-gradient(17deg, #0055c3 21%, rgba(0, 212, 255, 1) 100%);
  color: white;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 400px;
  border-radius: 30px;
  display: flex;
}
.footer-container {
  padding: 3em;
}
@media (width < 768px) {
.footer {
    height: auto;
    display: flex;
    align-items: center;
}
.footer-container {
    padding: 1.5em;
}
.info {
    display: none;
    width: auto;
    margin: 1.5em;
}
.info span {
    display: none;
}
h3 {
    font-size: 14px !important;
}
.contact {
    margin: 2em 0em;
}
.logofooter {
    width: 130px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    margin: 10px 0px 0px 1.5em;
    height: 100px;
}
}

::-webkit-scrollbar {
  display: none;
}



.image-banner[data-v-431fa430] {
  background-image: url(/assets/Group-Bg0EBD8k.png);
  background-size: contain;
  background-position: center;
  width: 50%;
  background-repeat: no-repeat;
}
.image-approach[data-v-431fa430] {
  background-image: url(/assets/approach-Clt6YriF.png);
  background-size: contain;
  background-position: center;
  width: 50%;
  background-repeat: no-repeat;
}
.last-image[data-v-431fa430] {
  background-image: url(/assets/Last-DvoNgGy4.png);
  background-size: contain;
  background-position: center;
  width: 50%;
  background-repeat: no-repeat;
}
.banner-main[data-v-431fa430] {
  display: flex;
  padding: 3em;
}
.big-text[data-v-431fa430] {
  color: #1297ef;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  margin: 0px 0px 10px 0px;
}
.text-banner[data-v-431fa430] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  width: 48%;
  height: 400px;
}
.description-banner[data-v-431fa430] {
  line-height: 110%;
  margin: 10px 0px;
  font-size: 22px;
  font-weight: 300;
  color: #1e4d71;
}
.stats[data-v-431fa430] {
  display: flex;
  padding: 3em 8em;
  align-items: flex-start;
}
.item-stats[data-v-431fa430] {
  display: flex;
  flex-direction: column;
}
.subtitle-stat[data-v-431fa430] {
  font-size: 22px;
  font-weight: 600;
  color: #1e4d71;
  line-height: 115%;
}
.goals[data-v-431fa430] {
  display: flex;
  flex-direction: column;
  padding: 3em 8em;
}
.approach[data-v-431fa430] {
  margin: 3em;
  background: #d9eefd;
  padding: 3em 5em;
  border-radius: 20px;
}
.container-approach[data-v-431fa430] {
  display: flex;
}
.approach-text[data-v-431fa430] {
  font-size: 22px;
  font-weight: 300;
  margin: 5px 0px;
}
.approach-text strong[data-v-431fa430] {
  font-size: 30px;
  font-weight: 400;
}
.container-text[data-v-431fa430] {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.client[data-v-431fa430] {
  display: flex;
  padding: 3em;
  flex-direction: column;
}
.flex-box[data-v-431fa430] {
  display: flex;
  flex-direction: row;
  margin: 1em 0px;
}
.approach-text-custom[data-v-431fa430] {
  width: 50%;
  margin: 2em 0px;
  padding: 0px 2em;
  font-size: 22px;
  font-weight: 300;
  line-height: 110%;
}
@media (width < 768px) {
.text-banner[data-v-431fa430] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 2em;
    width: auto;
    height: auto;
}
.big-text[data-v-431fa430] {
    font-size: 40px;
}
.description-banner[data-v-431fa430] {
    font-size: 15px;
}
.stats[data-v-431fa430] {
    display: flex;
    padding: 1em;
    align-items: flex-start;
}
.image-banner[data-v-431fa430] {
    display: none;
}
.banner-main[data-v-431fa430] {
    display: flex;
    padding: 0em;
}
.item-stats[data-v-431fa430] {
    display: flex;
    flex-direction: column;
    margin: 0px 10px !important;
    width: 32%;
}
.subtitle-stat[data-v-431fa430] {
    font-size: 17px;
    word-wrap: break-word;
}
.goals[data-v-431fa430] {
    display: flex;
    flex-direction: column;
    padding: 1em;
}
.goals .description-banner[data-v-431fa430] {
    font-size: 16px !important;
}
.approach[data-v-431fa430] {
    margin: 1em;
    background: #d9eefd;
    padding: 1em;
    border-radius: 20px;
}
.approach-text[data-v-431fa430] {
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0px;
}
.client[data-v-431fa430] {
    display: flex;
    padding: 1em;
    flex-direction: column;
}
.flex-box[data-v-431fa430] {
    display: flex;
    margin: 1em 0px;
}
.approach-text-custom[data-v-431fa430] {
    width: 50%;
    margin: 0em 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 110%;
}
}

/* Variables CSS locales */
.products-page[data-v-fc18bae2] {
  --primary-blue: #1297ef;
  --secondary-blue: #4ab7ff;
  --accent-blue: #00effd;
  --text-dark: #1a202c;
  --text-gray: #4a5568;
  --text-light: #718096;
  --bg-white: #ffffff;
  --bg-gray: #f7fafc;
  --bg-light: #edf2f7;
  --border-light: #e2e8f0;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);
  --shadow-blue: 0 10px 30px rgba(18, 151, 239, 0.15);
  --shadow-blue-lg: 0 20px 40px rgba(18, 151, 239, 0.2);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

/* Layout General */
.products-page[data-v-fc18bae2] {
  min-height: 100vh;
  background: var(--bg-white);
  font-family:
    'Inter',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
}
.section-container[data-v-fc18bae2] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Hero Section */
.hero-section[data-v-fc18bae2] {
  padding: 5rem 0 6rem;
  background: var(--bg-white);
  position: relative;
  overflow: hidden;
}
.hero-section[data-v-fc18bae2]::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  /*   background: linear-gradient(135deg, rgba(18, 151, 239, 0.02) 0%, rgba(74, 183, 255, 0.05) 100%); */
  z-index: 0;
  border-radius: 0 0 0 100px;
}
.hero-container[data-v-fc18bae2] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.hero-content[data-v-fc18bae2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.hero-text[data-v-fc18bae2] {
  max-width: 600px;
}
.hero-title[data-v-fc18bae2] {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  color: var(--primary-blue);
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.hero-description[data-v-fc18bae2] {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 3rem;
  font-weight: 400;
}
.demo-link[data-v-fc18bae2] {
  text-decoration: none;
}
.btn-demo[data-v-fc18bae2] {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 20px 40px;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  color: var(--bg-white);
  border: none;
  border-radius: var(--radius-xl);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-blue);
  position: relative;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0.5px;
}
.btn-demo[data-v-fc18bae2]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.btn-demo[data-v-fc18bae2]:hover::before {
  left: 100%;
}
.btn-demo[data-v-fc18bae2]:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-blue-lg);
  background: linear-gradient(135deg, var(--secondary-blue) 0%, var(--accent-blue) 100%);
}
.btn-demo[data-v-fc18bae2]:active {
  transform: translateY(-2px);
}
.btn-icon[data-v-fc18bae2] {
  font-size: 22px;
  transition: transform 0.3s ease;
}
.btn-demo:hover .btn-icon[data-v-fc18bae2] {
  transform: translateX(6px);
}

/* Hero Image */
.hero-image[data-v-fc18bae2] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-preview[data-v-fc18bae2] {
  position: relative;
  max-width: 650px;
  width: 100%;
}
.platform-screenshot[data-v-fc18bae2] {
  width: 100%;
  height: auto;
  /* border-radius: var(--radius-xl); */
  /*   box-shadow: var(--shadow-xl); */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /*   border: 1px solid var(--border-light); */
}

/* .platform-screenshot:hover {
  transform: scale(1.02) translateY(-8px);
  box-shadow: 0 30px 60px rgba(18, 151, 239, 0.15);
}
 */
.tech-background[data-v-fc18bae2] {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120%;
  height: 120%;
  /*   background: radial-gradient(circle at 30% 30%, rgba(18, 151, 239, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(74, 183, 255, 0.06) 0%, transparent 50%);
  border-radius: var(--radius-xl); */
  z-index: -1;
  filter: blur(1px);
}

/* Problem Section */
.problem-section[data-v-fc18bae2] {
  padding: 8rem 0;
  background: var(--bg-gray);
  position: relative;
}
.problem-section[data-v-fc18bae2]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-light), transparent);
}
.problem-content[data-v-fc18bae2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.section-title[data-v-fc18bae2] {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.section-title.centered[data-v-fc18bae2] {
  text-align: center;
  margin-bottom: 4rem;
}
.problem-question[data-v-fc18bae2] {
  font-size: 1.3rem;
  color: var(--text-gray);
  margin-bottom: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.problem-list[data-v-fc18bae2] {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}
.problem-item[data-v-fc18bae2] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  font-size: 1.1rem;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border-light);
  font-weight: 500;
}
.problem-item[data-v-fc18bae2]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.problem-icon[data-v-fc18bae2] {
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 50%;
}
.problem-visual[data-v-fc18bae2] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 400px;
  background: var(--bg-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}
.excel-icon[data-v-fc18bae2],
.paper-icon[data-v-fc18bae2] {
  font-size: 5rem;
  opacity: 0.6;
  position: absolute;
  filter: grayscale(0.3);
}
.excel-icon[data-v-fc18bae2] {
  top: 15%;
  left: 15%;
  animation: float-fc18bae2 4s ease-in-out infinite;
}
.paper-icon[data-v-fc18bae2] {
  bottom: 15%;
  right: 15%;
  animation: float-fc18bae2 4s ease-in-out infinite reverse;
}
.confusion-lines[data-v-fc18bae2] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 45%, rgba(220, 53, 69, 0.1) 50%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgba(220, 53, 69, 0.1) 50%, transparent 55%);
  animation: pulse-fc18bae2 3s ease-in-out infinite;
}
@keyframes float-fc18bae2 {
0%,
  100% {
    transform: translateY(0px) rotate(0deg);
}
50% {
    transform: translateY(-25px) rotate(5deg);
}
}
@keyframes pulse-fc18bae2 {
0%,
  100% {
    opacity: 0.3;
}
50% {
    opacity: 0.6;
}
}

/* Features Section */
.features-section[data-v-fc18bae2] {
  padding: 8rem 0;
  background: var(--bg-white);
  position: relative;
}
.features-grid[data-v-fc18bae2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 4rem;
}
.feature-card[data-v-fc18bae2] {
  background: var(--bg-white);
  padding: 3rem 2rem;
  border-radius: var(--radius-xl);
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}
.feature-card[data-v-fc18bae2]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.feature-card[data-v-fc18bae2]:hover::before {
  transform: scaleX(1);
}
.feature-card[data-v-fc18bae2]:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(18, 151, 239, 0.2);
}
.feature-icon[data-v-fc18bae2] {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: var(--bg-white);
  font-size: 2.2rem;
  box-shadow: var(--shadow-blue);
  transition: all 0.3s ease;
}
.feature-card:hover .feature-icon[data-v-fc18bae2] {
  transform: scale(1.1) rotate(5deg);
  box-shadow: var(--shadow-blue-lg);
}
.feature-title[data-v-fc18bae2] {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* Responsive Design */
@media (max-width: 768px) {
.hero-content[data-v-fc18bae2],
  .problem-content[data-v-fc18bae2] {
    grid-template-columns: 1fr;
    gap: 3rem;
}
.hero-section[data-v-fc18bae2] {
    padding: 6rem 0 4rem;
}
.hero-section[data-v-fc18bae2]::before {
    width: 100%;
    height: 50%;
    border-radius: 0 0 50px 50px;
}
.section-container[data-v-fc18bae2] {
    padding: 0 1.5rem;
}
.hero-container[data-v-fc18bae2] {
    padding: 0 1.5rem;
}
.features-grid[data-v-fc18bae2] {
    grid-template-columns: 1fr;
    gap: 2rem;
}
.btn-demo[data-v-fc18bae2] {
    padding: 18px 32px;
    font-size: 1rem;
    gap: 12px;
}
.platform-preview[data-v-fc18bae2] {
    order: -1;
}
.problem-visual[data-v-fc18bae2] {
    height: 300px;
}
.excel-icon[data-v-fc18bae2],
  .paper-icon[data-v-fc18bae2] {
    font-size: 4rem;
}
.problem-list[data-v-fc18bae2] {
    padding: 1.5rem;
}
.feature-card[data-v-fc18bae2] {
    padding: 2.5rem 1.5rem;
}
}
@media (max-width: 480px) {
.hero-title[data-v-fc18bae2] {
    font-size: 2.2rem;
}
.section-title[data-v-fc18bae2] {
    font-size: 2rem;
}
.feature-card[data-v-fc18bae2] {
    padding: 2rem 1.5rem;
}
.feature-icon[data-v-fc18bae2] {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
}
.btn-demo[data-v-fc18bae2] {
    padding: 16px 28px;
    font-size: 0.95rem;
}
.problem-question[data-v-fc18bae2] {
    font-size: 1.1rem;
}
.problem-item[data-v-fc18bae2] {
    font-size: 1rem;
    padding: 1.2rem 0;
}
}

/* Mejoras adicionales */
.hero-title[data-v-fc18bae2]::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  margin-top: 1rem;
  border-radius: 2px;
}
.section-title.centered[data-v-fc18bae2]::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* Smooth scrolling */
html[data-v-fc18bae2] {
  scroll-behavior: smooth;
}

/* Focus states for accessibility */
.btn-demo[data-v-fc18bae2]:focus {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.feature-card[data-v-fc18bae2]:focus-within {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

/* Variables CSS para la sección de precios */
:root {
  --primary-blue: #1297ef;
  --secondary-blue: #4ab7ff;
  --accent-blue: #00effd;
  --text-dark: #1a202c;
  --text-gray: #4a5568;
  --text-light: #718096;
  --bg-white: #ffffff;
  --bg-gray: #f7fafc;
  --bg-light: #edf2f7;
  --border-light: #e2e8f0;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);
  --shadow-blue: 0 10px 30px rgba(18, 151, 239, 0.15);
  --shadow-blue-lg: 0 20px 40px rgba(18, 151, 239, 0.2);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

/* Pricing Section */
.pricing-section {
  background: var(--bg-white);
  position: relative;
  padding: 4rem 0;
}
.pricing-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.pricing-header {
  text-align: center;
  margin-bottom: 4rem;
}
.pricing-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.pricing-subtitle {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  color: var(--text-gray);
  margin: 0 auto;
  line-height: 1.6;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}

/* Pricing Cards */
.pricing-card {
  background: var(--bg-white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.pricing-card:hover::before {
  transform: scaleX(1);
}
.pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(18, 151, 239, 0.2);
}

/* Featured Plan */
.pricing-card.featured {
  transform: scale(1.05);
  border: 2px solid var(--primary-blue);
  box-shadow: var(--shadow-blue);
}
.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-12px);
  box-shadow: var(--shadow-blue-lg);
}
.featured-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  color: var(--bg-white);
  padding: 0.5rem 2rem;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Plan Header */
.plan-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-light);
}
.plan-badge {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.plan-price {
  margin-bottom: 1rem;
}
.price-amount {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-blue);
  letter-spacing: -0.02em;
}
.price-period {
  font-size: 1.1rem;
  color: var(--text-gray);
  font-weight: 500;
}
.plan-trial {
  font-size: 0.95rem;
  color: var(--text-light);
  font-weight: 500;
}

/* Plan Features */
.plan-features {
  margin-bottom: 2.5rem;
}
.features-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  transition: all 0.2s ease;
}
.feature-item:hover {
  background: var(--bg-gray);
  margin: 0 -1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
}
.feature-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}
.feature-item.available .feature-icon {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  color: var(--bg-white);
}
.feature-item.unavailable .feature-icon {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.feature-text {
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.4;
}
.feature-item.unavailable .feature-text {
  color: var(--text-light);
}

/* Plan CTA */
.plan-cta-link {
  text-decoration: none;
  display: block;
}
.plan-cta {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: var(--radius-lg);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.plan-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.plan-cta:hover::before {
  left: 100%;
}
.basic-cta {
  background: var(--bg-light);
  color: var(--text-dark);
  border: 2px solid var(--border-light);
}
.basic-cta:hover {
  background: var(--primary-blue);
  color: var(--bg-white);
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pro-cta {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  color: var(--bg-white);
  box-shadow: var(--shadow-blue);
}
.pro-cta:hover {
  background: linear-gradient(135deg, var(--secondary-blue) 0%, var(--accent-blue) 100%);
  transform: translateY(-4px);
  box-shadow: var(--shadow-blue-lg);
}
.enterprise-cta {
  background: #002176;
  color: var(--bg-white);
  box-shadow: 0 10px 30px rgba(0, 33, 118, 0.15);
}
.enterprise-cta:hover {
  background: #001a5e;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 33, 118, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
.pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}
.pricing-card.featured {
    transform: none;
}
.pricing-card.featured:hover {
    transform: translateY(-12px);
}
}
@media (max-width: 768px) {
.pricing-section {
    padding: 6rem 0;
}
.pricing-container {
    padding: 0 1.5rem;
}
.pricing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}
.pricing-card {
    padding: 2rem;
}
.price-amount {
    font-size: 2.5rem;
}
}
@media (max-width: 480px) {
.pricing-card {
    padding: 1.5rem;
}
.plan-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}
.price-amount {
    font-size: 2.2rem;
}
.plan-cta {
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
}
}
.texts {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 9%;
  width: 50%;
}
.control-carousel {
  font-size: 2.2em !important;
  color: #1297ef;
  display: flex !important;
  cursor: pointer;
  transition: 300ms linear;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: 0px 5px;
  user-select: none;
}
.control-carousel:hover {
  border-radius: 50px;
  background-color: #1297ef2d;
}
.carousel-dot {
  width: 18px;
  height: 18px;
  color: #1297ef;
  background: #1297ef;
  border-radius: 100px;
  border: none;
  margin: 0px 3px;
  transition: 100ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.carousel-dot.active {
  width: 40px;
  height: 20px;
  color: rgb(18, 151, 239);
  background: linear-gradient(90deg, rgb(74, 183, 255) 35%, rgb(18, 151, 239) 100%);
  border-radius: 100px;
  border: none;
  margin: 0px 3px;
}
.controls-carousel {
  display: flex;
  align-items: center;
  margin: 2em 0px 0px 0px;
  justify-content: center;
}
.expertise {
  display: flex;
  padding: 3em 0px;
  flex-direction: column;
}
.texts h2 {
  font-size: clamp(30px, 4vw, 80px);
  font-weight: 600;
  color: rgb(18 151 239);
}
.subtitle {
  font-size: clamp(30px, 4vw, 80px);
  font-weight: 600;
  color: #1297ef;
  line-height: 100%;
}
.carousel-photos {
  display: flex;
  flex-direction: row;
}
/* Mas imagenes */
.images {
  background-image: url(/assets/software-YzVRvKTw.jpg);
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: -3%;
  height: 350px;
  border-radius: 24px;
}
.price-item:hover {
  box-shadow: 0px 0px 10px #0003;
  transform: scale3d(1.05, 1.05, 1.05);
}
.icon-c {
  position: absolute;
  cursor: pointer;
  margin: 0px 20px;
  color: white;
  font-size: 35px;
  user-select: none;
}
.icon-class {
  cursor: pointer;
  position: absolute;
  right: 60px;
  font-size: 35px;
  color: white;
  user-select: none;
}
.carousel-container {
  display: flex;
  width: 100%;
  align-items: center;
}
.photo-carousel {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  background-size: cover;
  width: 100%;
  height: 500px;
  border-radius: 14px 14px 0px 0px;
  display: flex;
  background-position: center;
  align-items: flex-end;
  padding: 10px 20px;
  user-select: none;
}
.text-carousel {
  padding: 3em 20px;
}
.photo-carousel h1 {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
.item-1 {
  box-shadow: 1px 0px 9px #0003;
  border-radius: 12px;
  margin: 1em 0px 2em 0px;
  width: -webkit-fill-available;
}
.text-card {
  padding: 2em 20px;
  height: 100px;
  border-radius: 0px 0px 14px 14px;
  background: white;
}
.text-carousel span {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
h3 {
  font-weight: 600;
}
.demo {
  background: #1297ef;
  border: none;
  height: 45px;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  color: white;
  margin-top: 2em;
}
.main-pricing-title {
  background: linear-gradient(90deg, #08abff 8%, #0a5789 45%);
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  /* line-height: 100%; */
  font-weight: 500;
}
.pricing {
  display: flex;
}
.include {
  font-size: 16px;
  margin: 15px 0px;
  color: #575757;
}
.price {
  font-size: 24px;
  font-weight: normal;
}
.month {
  font-size: 12px;
  font-weight: 600;
}
.free {
  font-size: 12px;
}
.price-item {
  width: 32%;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 2em;
  box-shadow: 0px 4px 5px #0000001f;
  transition: all 0.3s;
}
.bloque:hover {
  box-shadow: 0px 0px 20px #0003;
  transform: scale(1.03);
  cursor: pointer;
}
.price-details {
  border-radius: 10px;
  background: #f9f9f9;
  padding: 25px 15px 15px;
}
.caracteristicas {
  display: flex;
  margin: 10px 0px;
}
.caracteristicas span {
  font-size: 14px;
}
.circle {
  min-width: 25px;
  min-height: 25px;
  background: aliceblue;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 0px 0px;
}
.btn-basic {
  background: #d9d9d9;
  border: none;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 10px;
}
.plan-title {
  font-size: 16px;
  font-weight: 700;
}
.gestion {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin: 0px 0px 10px 0px;
  color: #1297ef;
}
.integration {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin: 0px 0px 10px 0px;
  color: #1a3784;
}
.pencil {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin: 0px 0px 10px 0px;
  color: #1a3784;
}
.realtime {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  margin: 0px 0px 10px 0px;
  color: #1a3784;
}
.notification {
  font-size: 22px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  line-height: 100%;
  color: #1297ef;
}
.truck {
  font-size: 22px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  line-height: 100%;
  color: #1297ef;
}
.spacing-reverse {
  margin: 0px 50px 0px 0px;
  width: 50%;
}
.spacing-normal {
  margin: 0px 0px 0px 10px;
  width: 50%;
}
.spacing-normal span,
.spacing-reverse span {
  font-size: 16px;
  color: #0c1259;
  line-height: 18px;
  display: block;
  font-weight: 300;
}
.one {
  width: 50%;
}
.bloque {
  display: flex;
  margin: 3em 0px;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #0003;
  width: 96%;
  height: 175px;
  transition: all 0.3s;
}
.bloque-reverse {
  display: flex;
  margin: 20px 0px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.bloque1 {
  background-image: url(/assets/truck-BgUQPh4y.png);
  width: 220px;
  height: 175px;

  background-size: contain;
  background-repeat: no-repeat;
}
.bloque2 {
  background-image: url(/assets/map-DdGb7YIJ.png);
  width: 220px;

  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bloque3 {
  background-image: url(/assets/notification-B_r7T1OZ.png);
  width: 220px;

  height: 175px;

  background-size: contain;
  background-repeat: no-repeat;
}
.bloque4 {
  background-image: url(/assets/calendar-llMMhLcc.png);
  width: 220px;

  height: 175px;

  background-size: contain;
  background-repeat: no-repeat;
}
.bloque5 {
  background-image: url(/assets/integration-D4296TOY.png);
  width: 220px;
  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bloque6 {
  background-image: url(/assets/pencil-8eqAy0-H.png);
  width: 220px;

  height: 175px;

  background-size: contain;
  background-repeat: no-repeat;
}
.main-container-details {
  padding: 3em;
}
.title-detail {
  background: linear-gradient(90deg, #08abff 8%, #0a5789 100%);
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  /*   line-height: 100%; */
  font-weight: 500;
  width: fit-content;
}
.title-detail span {
  font-size: large;
  color: gray;
  text-decoration: underline;
}
.flex-one {
  display: flex;
}
@media (width < 768px) {
.flex-one {
    display: flex;
    flex-direction: column;
}
.one {
    width: 100%;
}
.main-container-details {
    padding: 1em;
}
.title-detail {
    background: linear-gradient(90deg, #08abff 8%, #0a5789 100%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    width: fit-content;
    margin: 1em;
}
.bloque1 {
    width: 107px;
    height: 80px;
}
.bloque2 {
    width: 107px;
    height: 80px;
}
.bloque3 {
    width: 107px;
    height: 80px;
}
.bloque4 {
    width: 107px;
    height: 80px;
}
.bloque5 {
    width: 107px;
    height: 80px;
}
.bloque6 {
    width: 107px;
    height: 80px;
}
.spacing-normal span,
  .spacing-reverse span {
    font-size: 12px;
}
.spacing-normal {
    width: -webkit-fill-available;
    padding: 0px 20px;
}
.bloque {
    display: flex;
    margin: 1em 0px;
    width: 100%;
    height: auto;
}
.realtime {
    font-size: 16px;
}
.notification {
    font-size: 16px;
}
.pencil {
    font-size: 16px;
}
.truck {
    font-size: 16px;
}
.integration {
    font-size: 16px;
}
.gestion {
    font-size: 16px;
}
.carousel-photos {
    display: flex;
    flex-direction: column;
}
.images {
    width: auto;
}
.texts {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: auto;
}
.controls-carousel {
    display: flex;
    align-items: center;
    margin: 2em 0px 0px 0px;
    justify-content: center;
}
.pricing {
    display: flex;
    flex-direction: column;
}
.price-item {
    width: auto;
    margin: 20px 20px !important;
}
}

/* Image Showcase Section */
.image-showcase-section {
  margin-bottom: 6rem;
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--bg-gray) 0%, var(--bg-white) 100%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.showcase-header {
  text-align: center;
  margin-bottom: 3rem;
}
.showcase-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.showcase-subtitle {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: var(--text-gray);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}
.showcase-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Navigation Tabs */
.showcase-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.tab-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: var(--bg-white);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-gray);
  box-shadow: var(--shadow-sm);
}
.tab-button:hover {
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.tab-button.active {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  border-color: var(--primary-blue);
  color: var(--bg-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-blue);
}
.tab-icon {
  font-size: 1.2rem;
}
.tab-label {
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Image Display */
.showcase-display {
  position: relative;
}
.image-container {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  background: var(--bg-white);
  aspect-ratio: 16/10;
}
.showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.showcase-image:hover {
  transform: scale(1.02);
}
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 3rem 2rem 2rem;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-container:hover .image-overlay {
  transform: translateY(0);
}
.overlay-content {
  color: var(--bg-white);
}
.overlay-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.overlay-description {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}

/* Navigation Controls */
.showcase-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.control-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--border-light);
  background: var(--bg-white);
  color: var(--text-gray);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.control-btn:hover:not(:disabled) {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.control-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.module-indicators {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--border-light);
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator.active {
  background: var(--primary-blue);
  transform: scale(1.3);
}
.indicator:hover {
  background: var(--secondary-blue);
  transform: scale(1.2);
}

/* Responsive Design for Showcase */
@media (max-width: 768px) {
.image-showcase-section {
    margin-bottom: 4rem;
    padding: 3rem 0;
}
.showcase-content {
    padding: 0 1.5rem;
}
.showcase-tabs {
    gap: 0.5rem;
}
.tab-button {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
}
.tab-label {
    display: none;
}
.tab-icon {
    font-size: 1.4rem;
}
.image-overlay {
    padding: 2rem 1.5rem 1.5rem;
}
.overlay-title {
    font-size: 1.3rem;
}
.overlay-description {
    font-size: 0.9rem;
}
.showcase-controls {
    gap: 1rem;
}
.control-btn {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
}
}

.link[data-v-a1c979a1] {
  color: gray;
}
.modal-overlay[data-v-a1c979a1] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal[data-v-a1c979a1] {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal h2[data-v-a1c979a1] {
  color: #333;
  font-size: 20px;
}
.modal p[data-v-a1c979a1] {
  color: #666;
  font-size: 16px;
}
.modal-button[data-v-a1c979a1] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}
.confirm[data-v-a1c979a1] {
  background-color: #28a745;
  color: #fff;
}
.cancel[data-v-a1c979a1] {
  background-color: #dc3545;
  color: #fff;
}
.success[data-v-a1c979a1] {
  background-color: #007bff;
  color: #fff;
}

.fijo {
  width: 120px;
  padding: 0.5em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.numbers {
  display: flex;
  gap: 10px;
  align-items: center;
}
label {
  font-weight: 600;
}
.part {
  width: 49%;
}
input {
  height: 42px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 0px 12px;
}
textarea {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 25px 25px;
  font-size: 18px;
  font-weight: 300;
}
.send {
  background: #1297ef;
  color: white;
  height: 45px;
  width: 100%;
  margin: 10px 0px;
  border: none;
  border-radius: 6px;
  font-size: 17px;
  cursor: pointer;
  transition: 150ms linear;
}
.reverse-buttons {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.send:hover {
  transform: scale(1.023);
  background: #0d69a7;
  box-shadow: 1px 1px 10px #0003;
}
.contact-container {
  display: flex;
  padding: 3em;
}
.contact-form {
  padding: 3em 2em 0px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0px 2em 0px 0px;
  width: 70%;
}
.text-gradient {
  background: linear-gradient(90deg, #1297ef 22%, #0a5789 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-image {
  background-image: url(/assets/contact-e-zWjxlx.png);
  background-size: cover;
  background-position: center;
  width: 65%;
  height: 700px;
  border-radius: 10px;
}
.form-two {
  display: flex;
  justify-content: space-around;
}
.contact-form-header h1 {
  font-size: 37px;
  font-weight: 600;
}
.contact-form-header span {
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
  color: #6c6c6c;
}
.column {
  display: flex;
  margin: 10px 0px 0px;
  flex-direction: column;
}
@media (width < 768px) {
.contact-container {
    display: flex;
    padding: 1em;
}
.contact-image {
    display: none;
}
.contact-form {
    padding: 3em 1em 0px;
    background: #f9f9f9;
    border-radius: 10px;
    width: auto;
    margin: 0px;
}
.form-two {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.part {
    width: auto;
}
.numbers {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}
.contact-container {
    display: flex;
    padding: 1em;
    flex-direction: column;
}
}
