* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #ffffff;
  color: #263238;
  line-height: 1.7;
}

.contenedor {
  width: 88%;
  max-width: 74rem;
  margin: 0 auto;
}

.barra-navegacion,
.hero,
.pie-pagina {
  background-color: #123047;
}

.barra-navegacion {
  border-bottom: 0.25rem solid #d89b2b;
  padding: 1.2rem 0;
}

.contenedor-navegacion,
.menu,
.grupo-botones,
.fila {
  display: flex;
  flex-wrap: wrap;
}

.contenedor-navegacion {
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}

.logo,
.enlace-menu,
.boton {
  text-decoration: none;
}

.logo {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: bold;
}

.menu {
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.enlace-menu {
  color: #eaf4f8;
  font-size: 0.95rem;
  padding: 0.6rem 0.9rem;
  border-radius: 0.35rem;
}

.enlace-menu:hover,
.enlace-menu.activo {
  background-color: #d89b2b;
  color: #123047;
}

.hero {
  padding: 7rem 0;
}

.hero-interior {
  padding: 5.5rem 0;
}

.centrado {
  text-align: center;
}

.titulo-principal,
.titulo-seccion,
.titulo-claro {
  line-height: 1.25;
}

.titulo-principal {
  font-size: 3.2rem;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 1.4rem;
}

.titulo-seccion {
  font-size: 2.15rem;
  color: #123047;
  margin-bottom: 1.2rem;
}

.titulo-tarjeta,
.titulo-video {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}

.titulo-tarjeta {
  color: #123047;
}

.titulo-claro {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.titulo-video {
  color: #ffffff;
  margin-bottom: 0.7rem;
}

.titulo-formulario {
  font-size: 1.75rem;
}

.texto-destacado {
  font-size: 1.18rem;
  color: #eaf4f8;
  max-width: 62rem;
  margin: 0 auto 1.8rem auto;
}

.texto-normal {
  font-size: 1rem;
  color: #34444c;
  margin-bottom: 1.1rem;
}

.texto-pie {
  font-size: 0.95rem;
  color: #d7e7ed;
  margin-bottom: 0.6rem;
}

.texto-claro {
  font-size: 1rem;
  color: #eaf4f8;
  margin-bottom: 0;
}

.texto-video {
  font-size: 0.98rem;
  color: #eaf4f8;
  margin-bottom: 1rem;
}

b {
  color: #123047;
}

i {
  color: #8a5a12;
}

u {
  text-decoration: none;
  border-bottom: 0.15rem solid #d89b2b;
}

.grupo-botones {
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.boton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #d89b2b;
  color: #123047;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.9rem 1.6rem;
  border: 0.12rem solid #d89b2b;
  border-radius: 0.35rem;
}

.boton:hover {
  background-color: #c2831e;
  border-color: #c2831e;
}

.boton-secundario {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.boton-secundario:hover {
  background-color: #ffffff;
  color: #123047;
  border-color: #ffffff;
}

.boton-ancho {
  width: 100%;
  margin-top: 0.8rem;
}

.seccion,
.seccion-suave {
  padding: 5rem 0;
}

.seccion {
  background-color: #ffffff;
}

.seccion-suave,
.panel-destacado,
.panel-formulario {
  background-color: #eaf4f8;
}

.bloque-intro {
  max-width: 66rem;
  margin: 0 auto 2.5rem auto;
}

.fila {
  justify-content: center;
  align-items: flex-start;
  gap: 2.4rem;
}

.fila-centrada {
  align-items: center;
}

.columna-mitad {
  flex: 1 1 24rem;
  text-align: left;
}

.tarjeta,
.tarjeta-imagen,
.bloque-simple,
.panel-destacado,
.panel-formulario {
  border: 0.08rem solid #c8dce5;
  border-radius: 0.45rem;
}

.tarjeta,
.bloque-simple,
.panel-destacado,
.panel-formulario {
  padding: 2rem;
}

.tarjeta,
.tarjeta-imagen,
.bloque-simple,
.campo-simulado {
  background-color: #ffffff;
}

.tarjeta {
  flex: 1 1 18rem;
  text-align: left;
}

.tarjeta-imagen {
  flex: 1 1 19rem;
  padding: 1rem;
  text-align: left;
}

.panel-oscuro,
.contenedor-video {
  background-color: #123047;
  border-radius: 0.45rem;
}

.panel-oscuro {
  padding: 2.2rem;
}

.contenedor-video {
  padding: 1.6rem;
}

.imagen-fluida,
.video-educativo {
  display: block;
  width: 100%;
  height: auto;
}

.imagen-fluida {
  border-radius: 0.45rem;
  margin-bottom: 1rem;
}

.video-educativo {
  border-radius: 0.35rem;
}

.tabla-informativa {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.5rem;
  background-color: #ffffff;
}

.tabla-informativa th,
.tabla-informativa td {
  border: 0.08rem solid #c8dce5;
  padding: 1.1rem;
  text-align: left;
  font-size: 0.98rem;
  color: #263238;
}

.tabla-informativa th {
  background-color: #123047;
  color: #ffffff;
}

.bloque-dato {
  border-bottom: 0.08rem solid #c8dce5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.campo-simulado {
  border: 0.08rem solid #c8dce5;
  border-radius: 0.35rem;
  padding: 0.9rem;
  margin-bottom: 0.9rem;
}

.campo-amplio {
  padding-bottom: 2rem;
}

.etiqueta-campo {
  font-size: 0.9rem;
  font-weight: bold;
  color: #123047;
  margin-bottom: 0.35rem;
}

.texto-campo {
  font-size: 0.92rem;
  color: #566970;
}

.pie-pagina {
  padding: 3rem 0;
}

@media (max-width: 48rem) {
  .contenedor-navegacion,
  .menu {
    justify-content: center;
  }

  .titulo-principal {
    font-size: 2.3rem;
  }

  .titulo-seccion {
    font-size: 1.75rem;
  }

  .hero {
    padding: 5rem 0;
  }
}
