:root {
  --color-primario: #1e4565; /* azul marino */
  --color-gris-suave: #f0f2f7;
  --color-azul-suave: #dbe4eb;
}
.auth.theme-two .auto-form-wrapper {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding: 110px 0 0;
    border-radius: 4px;
}

.auth.theme-two .auto-form-wrapper section {
    padding: 0 5% 5%;
}

#transcripcion {
    font-size: 1.2em;
    border-radius: 8px;
    padding: 16px;
    min-height: 64px;
    font-weight: 500;
}

#home-25 {
    background-color: var(--color-gris-suave)!important;
}

/* ===== COLORES BASE ===== */


/* ===== ESTILO GENERAL ===== */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--color-primario);
  background-color: var(--color-gris-suave);
  line-height: 1.6;
}

body * {
    font-family: "Inter", sans-serif;
}

.bg-white {
    padding-left: 0;
    background-color: var(--color-gris-suave)!important;
}

#home-25 a {
  color: var(--color-primario);
  text-decoration: none;
}

#home-25 a:hover {
  text-decoration: none;
}

/* ===== ENCABEZADO E INTRO ===== */
#home-25 #intro {
  padding: 0 1rem 3.75rem 1rem;
  color: var(--color-primario);
}

#home-25 #intro h1 img {
  max-width: 380px;
  width: 100%;
  height: auto;
}

#home-25 .intro-subtitle {
  font-size: 1.25rem;
  color: var(--color-primario);
}

#home-25 #intro cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  color: var(--color-primario);
  font-size: 0.7em;
}

#home-25 .intro-paragraph {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.3em;
}

#home-25 .intro-list {
    list-style: none;
    padding: 0;
    width: auto;
    display: inline-block;
    text-align: left;
}

#home-25 .intro-list-item {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.7em;
    line-height: 1.4em;
}

#home-25 .intro-list-item i {
  margin-right: 0.5rem;
}

/* ===== BOTONES ===== */
#home-25 section .btn, #home-25 .footer-buttons .btn, #home-25 .footer-buttons a.btn, .footer a.btn {
    font-weight: 400!important;
    padding: 0.85rem 1.85rem!important;
    border-radius: 0.5rem!important;
    text-transform: uppercase!important;
    font-size: 16px!important;
}

#home-25 .btn-primary {
  background-color: var(--color-primario);
  color: white;
  border: none;
}

#home-25 .btn-primary:hover {
  background-color: #002855;
}

#home-25 .btn-secondary {
  background-color: var(--color-primario);
  color: white;
  border: none;
}

#home-25 .btn-secondary:hover {
  background-color: #008fcf;
}

/* ===== SECCIÓN VIDEO ===== */
#home-25 #video-section {
  background-color: var(--color-azul-suave);
  padding: 2rem 0rem 0rem;
}

#home-25 #video {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

/* ===== SECCIÓN PRECIOS ===== */
#home-25 #pricing {
  padding: 6rem 1rem;
  background-color: var(--color-gris-suave)!important;
  color: var(--color-primario);
}

#home-25 #pricing h2 {
  max-width: 800px;
margin: 0 auto;
font-size: 1.7em;
font-weight: 700;
line-height: 1.3em;
color: var(--color-primario);
}

#home-25 #pricing p {
    max-width: 800px;
    margin: 0 auto 0 auto;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 1.25rem !important;
}

/* ===== SECCIÓN FEATURES ===== */
#home-25 #features {
  background-color: var(--color-primario);
  padding: 3rem 1rem;
}

#home-25 .feature-item {
  padding: 1.5rem;
  border: none;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  color: var(--color-gris-suave);
  text-align: center;
}

.feature-item img {
    max-height: 120px;
    max-width: 140px;
}

#home-25 .feature-item h3 {
    color: var(--color-gris-suave);
    font-size: 1.4em;
    font-weight: 500;
    opacity: 0.9;
}

.feature-item p {
    font-size: 0.85rem !important;
    font-weight: 300;
    line-height: 1.3em;
    max-width: 275px;
    margin: 0 auto;
}

#home-25 .feature-item:hover {
  transform: translateY(-4px);
}

#home-25 .feature-item i {
  font-size: 2rem;
  color: var(--color-gris-suave);
  margin-bottom: 1rem;
}

/* ===== SELLING POINT ===== */
#home-25 #selling-points {
    background-color: var(--color-gris-suave);
    padding: 3rem 1rem 1rem 1rem;
}

#home-25 #selling-points h2 {
  max-width: 800px;
margin: 0 auto;
font-size: 1.7em;
font-weight: 700;
line-height: 1.3em;
color: var(--color-primario);
}

#home-25 .selling-points-image img {
    width: 700px;
    height: auto;
    margin: 5rem 0 !important;
}

#footer-separator {
    padding: 0!important;
}

/* ===== FOOTER ===== */
#home-25 footer.footer {
  background-color: var(--color-gris-suave);
  padding: 2rem 1rem;
  color: #666;
  border: none!important;
}

#home-25 .footer-logo {
    margin-top: -1.5em;
    display: inline-block;
}

#home-25 .footer-buttons {
    max-width: 520px;
}

#home-25 .footer-buttons .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

#home-25 .footer-text {
    font-size: 0.7rem;
    margin-top: 1rem;
    font-weight: 600;
}

#home-25 .auth-footer {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 0.85rem;
}

#home-25 .auth.theme-two .auto-form-wrapper .auth-footer li {
    margin-right: 5px;
    line-height: 1;
    padding-right: 5px;
    border-right: none;
}

#home-25 .auth.theme-two .auto-form-wrapper .auth-footer li a {
    font-size: 0.75rem;
    font-weight: 600;
    color: #999;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {

  .auth.theme-two .auto-form-wrapper .nav-get-started {
    justify-content: space-between;
    margin: 0 0 15px 0;
    padding: 0px 0px 0 20px;
    width: 100%;
  }

  .auth.theme-two .auto-form-wrapper {
    padding: 0!important;
 }

  #home-25 .intro-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }

  #home-25 .feature-item {
    margin-bottom: 1rem;
  }
  
  /* footer button in column */
  #home-25 .footer-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;  
  }

  #home-25 .footer-buttons .btn {
    margin-left: 0!important;
    margin-right:0!important;
    width: 160px;
    margin-top: 0.75rem;
  }

  #home-25 .intro-paragraph, #home-25 h3 {
    font-size: 1.5em!important;
    padding: 0 10px!important;
  }

  #home-25 .intro-list-item {
    font-size: 1.3em;
    line-height: 1.4em;
 }

  #home-25 #video {
      padding: 0 10px 0 15px;
  }


  #home-25 .auth-footer {
    flex-direction: column;
    align-items: center;
  }
  #home-25 .auth-footer li {
    margin-right: 0;
    margin-bottom: 0.5rem;  
  }

}
