:root {
  --bs-primary: #ff9800;
  --bg-primary: #ff9800;
  --text-primary: #ff9800;
  --text-secondary: #3E2F83;
  --btn-secondary-dark:#616161;
  --primary: #1e88e5;
  --secondary: #616161;
  --default-color: #212529;
  --default-color-outlined: #21252921;
  --colors--white: #ffffff;
  --colors--light-grey: #f8f8f8;
  --colors--green: #66c109;
}

* {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.875rem;
  font-size: 1rem;
  font-size: 16px;
  color: #616161 !important;
}
.color-primary {
  color: var(--text-primary) !important;
}
/* Fuente moderna para títulos */
h1,
h2,
h3 {
  font-family: "Google Sans", Roboto, Arial, sans-serif !important;
  font-weight: 700; /* Negrita */
  color: #616161 !important;
}

/* Opcional: Ajustar tamaños */
h1 {
  font-size: 3rem; /* Ajusta según necesidad */
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}
.text-h4-secondary {
  font-size: 2rem;
  color: #18171d4a !important;
  font-weight: 900;
}

p {
  font-size: 1.125rem; /* 18px */
  line-height: 1.6; /* Espaciado entre líneas */
  font-family: "Roboto", Arial, sans-serif;
  color: #333; /* Color oscuro para buena legibilidad */
}

@media (max-width: 768px) {
  p {
    font-size: 1rem; /* 16px en pantallas pequeñas */
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 1.25rem; /* 20px en pantallas grandes */
  }
}

/* Hero Section (Pantalla completa) */
.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero .container {
  padding-top: 8rem;
  /* min-height: 80vh; */
}
.hero .container {
  padding-top: 8rem;
}
.hero-section .hero-img-position {
position: absolute;
    opacity: 1;
    top: -41px;
    z-index: -1;
    transform: translateX(0px) translateY(0px) scale(0.9) rotate(0deg) rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg); 
}
.hero-section .hero-img-position img {
  /* position: absolute;
  top:100px;
  width: 500px; */
}

/* .hero { */
/* padding-top: 74px ; */
/* min-height: 560px;
  height: 100vh;
  max-height: 720px; */
/* } */

.text-left {
  text-align: left !important;
}

.btn-primary {
  background-color: #ff9800 !important;
  border-color: #ff9800 !important;
  color: #ffffff !important;
}
.btn-dark {
  background-color:var(--btn-secondary-dark) !important;
  border-color: var(--btn-secondary-dark) !important;
  color: #ffffff !important;
}
.span-primary {
  color: var(--primary) !important;
  font-size: inherit;
}

section,
.section {
  min-height: 60vh;
  padding: 96px 0;
}
.articulo {
  min-height: 35rem;
}

.fondo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(./img/fondo.svg);
}
.fondo2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(./img/img1_1920x800.jpg);
}
.blur {
  background-color: #fafafa10;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
}
.display-4,
.display-5,
.display-6 {
  line-height: 1.1;
  font-weight: 500;
}
.display-3 {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: 'Inter', sans-serif;
  line-height: 1.1;
  font-weight: 900;
}
.hero-title {
  font-family: 'Inter', sans-serif;
  line-height: 1.1;
  font-size: 5rem;
  font-weight: 900;
  padding-top: 20vh;
}


.comillas {
  position: relative;
  padding: 0.5em 1em;
  font-size: inherit;
}

.comillas::before,
.comillas::after {
  content: "";
  /* position: absolute; */
  top: 0.25em;
  color: var(--bg-primary);
  font-weight: bold;
  /* font: size 1.5em; */
}

.comillas::before {
  margin-left: -1em;
  content: "“";
}

.comillas::after {
  margin-right: -1em;
  content: "”";
}

.footer {
  background: #181818; /* Color oscuro elegante */
  color: #ffffff !important;
}

.footer h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer p {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #ffffff !important;
}

.footer a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #1e88e5; /* Azul de iSAGI */
}

.footer .fa-map-marker-alt,
.footer .fa-envelope {
  margin-right: 8px;
  color: #1e88e5;
}
.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4a5d6140;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  background: var(--bg-primary);
}
.footer .social-links a:hover .bx {
  color: #fff !important;
}

/* Centrado visual completo del carrusel */
.marcas {
  padding: 40px 0;
  overflow: hidden;
  background-color: white;
  min-height: auto;
}

.marcas-slider {
  /* max-width: 700px; */
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.marcas .swiper-wrapper {
  display: flex; /* necesario */
  align-items: center;
}

.marcas .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 120px;
}

.marcas .swiper-slide img {
  max-height: 50px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.marcas .swiper-slide img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.text-gradient-flash {
  background: linear-gradient(to right, var(--secondary), var(--primary));
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: flashGradient 2.5s ease-in;
}

@keyframes flashGradient {
  to {
    background-position: -200% center; /* MUEVE en 2000ms aprox */
  }
}
.lead strong,
strong {
  font-weight: bold;
  font-size: inherit;
}

.fw-xxl {
  font-weight: bold;
  opacity: 0.1;
  transition: all 0.8s ease;
  font-size: 12rem;
  height: 12rem;
  line-height: 12rem;
}

.fw-xxlx:hover {
  opacity: 1;
  font-size: 3.5rem;
}
.rubro {
  background: #f0f8ff4e;
  padding: 5px 2px 5px 2px;
  border-radius: 20px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.rubro i {
  color: #333;
  margin-right: 0.5rem !important;
  font-size: 1.5rem;
}
.rubro div {
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: bold;
}
.rubro div:nth-child(1) {
  margin-left: 5px;
  font-size: 1rem;
  font-weight: bold;
  background-color: aliceblue;
  padding: 5px 0 5px 10px;
  border-radius: 5px;
}

.gradient-text {
  /* background: linear-gradient(90deg, #0b57d0, #4285f4); */
  background: linear-gradient(90deg, #1e88e5, #31bce8);
  background-clip: text; /* propiedad estándar */
  -webkit-background-clip: text; /* para compatibilidad con WebKit */
  -webkit-text-fill-color: transparent;
}
.box {
  background: linear-gradient(90deg, #fafafa, #f0f8ff4e);
  background: #f0f4f9;
  padding: 0;
  border-radius: 20px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.box .box-img-br {
  position: relative;
  padding: 0;
}
.box .box-img-br img {
  /* position: absolute; */
}
span {
  font-size: inherit;
}

.min-vh-4 {
  min-height: 60vh !important;
}
.min-vh-2 {
  min-height: 30vh !important;
}

.tag {
  display: flex;
}
.tag-text {
  font-size: 1rem;
  margin: 0 15px;
  min-height: 7rem;
}
.tag-text h5 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
}
.tag-text p {
  font-size: 0.9em;
  line-height: 1.5;
}
.tag-icon {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #f0f4f9;
  padding: 10px 0 5px 12px;
  border-radius: 5px;
  width: 3.5rem;
  height: 3.5rem;
}
.tag-icon i {
  color: #616161 !important;
}
.input-group {
  outline: 0;
  box-shadow: none;
}
.input-group:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.input-group .form-control {
  border-right: none;
}
.input-group .form-control:focus {
  border-right: none;
  box-shadow: none;
}

.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-rounded {
  outline: 0;
  box-shadow: none;
  display: flex;
  padding: 5px 5px 5px 24px;
  border-radius: 24px;
  border: 1px solid var(--default-color-outlined);
  transition: all 0.5s ease;
}
.input-group-rounded:hover {
  background-color: #ff980042;
}
.input-group-rounded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.input-group-rounded .form-control {
  border-right: none;
}
.input-group-rounded .form-control:focus {
  border-right: none;
  box-shadow: none;
}
.input-group-rounded input {
  border-radius: 24px 0 0 24px;
  padding: 4px 16px;
  margin-left: -18px;
  border: none;
}

.input-group-rounded .btn {
  border-radius: 24px;
  margin-left: -12px;
  white-space: nowrap;
}

.min-height-none {
  min-height: 0 !important;
}

/* MARCO SIMPLE PARA SCREENSHOTS DE APP MÓVIL */

.mobile-frame {
  position: relative;
  display: inline-block;
  padding: 25px 12px 35px 12px;
  background: linear-gradient(145deg, #2c3e50, #34495e);
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2),
    inset 0 1px 3px rgba(255, 255, 255, 0.1);
  max-width: 280px;
  margin: 0 auto;
}

/* Speaker/notch superior */
.mobile-frame::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #555;
  border-radius: 2px;
}

/* Botón home */
.mobile-frame::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: radial-gradient(circle, #444 40%, #222 70%);
  border-radius: 50%;
  border: 1px solid #333;
}

.mobile-frame img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Versión blanca/clara */
.mobile-frame-light {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  border: 2px solid #dee2e6;
}

.mobile-frame-light::before {
  background: #666;
}

.mobile-frame-light::after {
  background: radial-gradient(circle, #ddd 40%, #bbb 70%);
  border-color: #aaa;
}

/* Para responsive */
@media (max-width: 768px) {
  .mobile-frame {
    max-width: 220px;
  }
}

/* Centrar en la página */
.app-showcase {
  text-align: center;
  margin: 40px 0;
}

/* flotar */
.card-floating {
  animation: 3s linear infinite MoveUpDown;
  box-shadow: -6px 30px 90px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.card-floating-2 {
  animation-delay: 1s;
}
@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ---------- smooth dropdown + chevron ---------- */
.custom-dropdown .dropdown-menu {
  display: block; /* let us animate height */
  overflow: hidden;
  max-height: 0; /* closed state */
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease;
  margin-top: 0 !important;
  margin-left: -24px;
  border: 1px solid rgba(231, 231, 233, 0.5);
  border-radius: 8px;
  opacity: 0;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(27, 32, 50, 0.1) !important;
  box-shadow: 0px 15px 50px 0px rgba(27, 32, 50, 0.1) !important;
  padding: 12px;
}
.custom-dropdown .dropdown-menu li > a {
  padding: 4px 18px;
  border-radius: 5px;
  transition: 0.25s all;
}

.custom-dropdown.show .dropdown-menu {
  max-height: 500px; /* large enough for content */
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.05s, visibility 0.2s ease-in-out 0.05s,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s,
    -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}
.dropdown-chevron {
  transition: transform 0.25s ease;
}
.dropdown-toggle.show .dropdown-chevron {
  transform: rotate(180deg);
}
/* desktop hover (≥992px) */
@media (min-width: 992px) {
  .custom-dropdown:hover .dropdown-menu,
  .custom-dropdown:hover .dropdown-chevron {
    /* same as .show state */
    max-height: 500px;
    opacity: 1;
    /* transform: rotate(180deg); */
  }
}
.hero-60vh {
  min-height: 65vh;
}
.hero-500mh {
  min-height: 500px;
}

.outlined {
  border: 1px solid var(--default-color-outlined);
}
.box-card {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  padding: 18px 48px;
  text-align: center;
  /* height: -webkit-fill-available;
  height: 260px; */
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.box-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px
    color-mix(in srgb, var(--default-color), transparent 88%);
  border: none;
}
.box-card.box-card-pasos {
  box-shadow: 0 15px 50px
    color-mix(in srgb, var(--default-color), transparent 88%);
  position: relative;
  min-height: -webkit-fill-available;
}
.box-card.box-card-pasos .step-number {
  font-size: 5rem;
  font-weight: 900;
  color: #18171d4a !important;
  margin-top: -19px;
  margin-left: -50px;
  margin-bottom: 1rem;
  background: #bdbcbc1f;
  border-radius: 0 0 12% 0%;
  width: 110px;
  height: 110px;
  text-align: center;
}

.box-card h2 {
  font-size: 1.8rem;
  font-weight: 900;
  padding-bottom: 0.5rem;
}
.box-card h2 small {
  font-size: 1.5rem;
  /* font-weight: 500; */
  /* padding-left: 5px; */
}
.box-card p {
  font-size: 1rem;
  line-height: 1.2;
}
.bg-box-1 {
  /* background-color: #f0f8ff; */
}
.bg-box-2 {
  /* background-color: #d6eeec; */
}

.pricing-table table tr>*{
  text-align: center;
}
.pricing-table table tr>*:nth-child(1){
  text-align: left;
}


/* flotar */
.btn-atention-left {
  animation: 4s linear infinite atention-left;
}
@keyframes atention-left {
  0% {
    transform: translateX(-20px);
  }
  5% {
    transform: translateX(0);
  }
  95% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.underline-svg {
  background-color: khaki;
  padding: 0px 7px;
  border-radius: 0 20%;
  font-weight: initial;
}
/* 1. Estilos base del ícono */
.animated-icon {
  position: relative; /* Esencial para posicionar el círculo */
  display: inline-block;
  animation-name: circle-jump-animation;
  animation-duration: 8s; /* Duración total de la animación */
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; /* Repetir indefinidamente */
}

/* 2. El círculo animado (pseudo-elemento) */
.animated-icon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid transparent;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  box-sizing: border-box;
}

/* 3. La animación paso a paso */
@keyframes circle-jump-animation {
  /* Inicio: el ícono en su estado normal, el círculo no es visible */
  0% {
    transform: translateY(0);
  }

  /* Primer salto: el ícono salta y el círculo empieza a aparecer */
  10% {
    transform: translateY(-10px);
  }

  /* El ícono regresa a su posición y el círculo se completa */
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
    border-color: transparent;
  }

  /* El círculo se completa alrededor del ícono */
  40% {
    border-top-color: currentColor;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: scale(1);
    opacity: 1;
  }

  50% {
    border-right-color: currentColor;
  }
  60% {
    border-bottom-color: currentColor;
  }
  70% {
    border-left-color: currentColor;
  }

  /* Espera de 4 segundos y el ícono realiza el salto final */
  80% {
    transform: translateY(0);
    border-color: currentColor;
    opacity: 1;
  }
  90% {
    transform: translateY(-10px);
    border-color: transparent;
    opacity: 0;
  }

  /* Fin del ciclo: el ícono vuelve a su posición y el círculo desaparece */
  100% {
    transform: translateY(0);
    border-color: transparent;
    opacity: 0;
  }
}

.plans-section .card.popular-plan {
  border-color: var(--bg-primary);
}
.plans-section .card.popular-plan .badge {
  background-color: var(--bg-primary) !important;
  color: var(--colors--white) !important;
  font-size: 1.1rem;
  padding: 7px 22px;
}

.plans-section .card {
  border: 3px solid var(--colors--white);
  background-color: #fff;
  background-image: linear-gradient(
    180deg,
    var(--colors--white),
    var(--colors--light-grey)
  );
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
}
.plans-section .card li i {
  padding-right: 5px;
}
.plans-section .card li {
  line-height: 2;
  display: flex;
  gap: 5px;
}
.plans-section .card-title {
  margin-bottom: 0.5rem;
  font-size: 2em;
  font-weight: bolder;
}
.card.card-waitlist .card-title {
  font-size: 1.5rem;
  font-weight: bolder;
  color: var(--colors--white) !important;
}
.card.card-waitlist p {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--colors--white) !important;
}
.card.card-waitlist .btn {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--colors--white) !important;
  background: #ff9800b0;
  padding: 5px 10px;
  align-self: center;
  text-shadow: 0 0 black;
  text-wrap: nowrap;
}
.card.card-waitlist {
  display: flex;
  /* background-color: var(--bg-primary); */
  background-image: linear-gradient(88deg, #000000ba, #000000f0);
  color: var(--colors--white) !important;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  text-align: left;
  padding: 2rem 4rem !important;
  gap: 2rem;
}

.card.card-faq {
  padding: 2rem;
  border-radius: 16px;
  background: var(--colors--light-grey);
  border: none;
  text-align: left;
  /* background-image: linear-gradient(88deg, #000000ba, #000000f0); */
  align-items: stretch;
}

.card.card-faq .accordion-body {
  background: var(--colors--light-grey);
  padding: 2rem 4rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.card.card-faq .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
.card.card-faq .accordion-header {
  /* background-color: var(--colors--white); */
  /* border-radius: 8px; */
  /* border: 2px solid var(--colors--white); */
  transition: all 0.25s;
}
.card.card-faq .accordion-button {
  background-color: var(--colors--white);
  border: 2px solid var(--bg-white) !important;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 12px;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  transition: all 0.25s;
}
.card.card-faq .accordion-item .accordion-button {
    border: 2px solid transparent !important;
}
.card.card-faq .accordion-item:hover .accordion-button {
  border: 2px solid var(--bg-primary) !important;
  /* border-color: #86b7fe; */
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}
.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/* Eliminando el borde exterior y el fondo del contenedor principal */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
}
