.row {
  --bs-gutter-x: 0rem;
}
h2 {
  font-size: 1.1rem; /* Bajamos un poco el impacto */
}
.nav-link {
  font-size: 1.2rem;
  margin: 0.4rem;
  color: whitesmoke !important;
  text-align: end;
}
h3 {
  font-size: 1.8rem; /* El h3 era muy grande (3rem), aquí lo normalizamos */
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: 1.4rem; /* Un tamaño estándar de lectura para móviles */
}

.aarv-img {
  margin-bottom: 2rem;
}

#mobile-aarv {
  margin-bottom: 2rem;
}

#home {
  padding: 3rem;
  margin-top: 5rem;

  min-height: 90svh;
  height: auto;
  scroll-margin-top: 50px;

  flex-direction: column; /* Asegura que se apilen */

  /* Centra el texto para que se vea más profesional */
  padding: 2rem 1rem;
  padding-top: 4rem !important; /* Push text down for iPhone 12 Pro (390px) */
}

#home::before {
  background-size: cover;
  background-position: calc(10% - 300px) center !important;
  background-repeat: no-repeat;
}

.typing {
  width: fit-content;
  font-size: 1rem; /* Aumentado para mejor legibilidad */
  max-width: 0; /* Comienza con ancho 0 */
}
.typing2-wrapper {
  animation: none !important;
  border-right: none !important;
  max-width: none !important;
  overflow: visible !important;
}

.typing2-part1, 
.typing2-part2 {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  white-space: nowrap !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  overflow: hidden !important;
  max-width: 0;
  border-right: 3px solid transparent;
  line-height: 1;
  position: relative;
  top: 1px;
}

.typing2-part1 {
  animation:
    type-part1 0.45s steps(13, end) 0.5s both,
    blink 0.75s step-end 0.5s infinite,
    cursor-part1 0.1s step-end 0.95s forwards;
}

.typing2-part2 {
  animation:
    type-part2 0.35s steps(10, end) 0.95s both,
    blink 0.75s step-end 0.95s infinite;
}

@keyframes type2 {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes type {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

.slide {
  margin-top: 2rem;
}

.hero-btns-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 2rem !important;
}

.hero-btns-container .cta,
.hero-btns-container .btn-glow {
  text-align: center !important;
  margin: 0 !important;
  width: 49% !important; 
  padding: 0.6rem !important;
  min-width: unset !important;
  display: block !important;
}

.hero-btns-container .cta div,
.hero-btns-container .btn-glow div {
  font-size: 0.85rem !important; 
}

.formContacto {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

.formContacto input,
.formContacto textarea {
  width: calc(100% - 2rem) !important;
  margin: 1rem auto !important;
  display: block;
}

footer {
  flex-direction: column; /* Asegura que se apilen */
  align-items: center;
  text-align: center;
}

.logonavbar {
  margin-right: 0rem;
  text-align: center !important;
}
#logonavbar {
  margin-left: 0rem !important;
}
.demoButton {
  min-width: 100px;
}

.modal-title {
  font-size: 1.5rem !important;
}


.buttonType {
  margin-right: 0.5rem !important;
}
