body,
button,
input,
select,
textarea,
h1 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, 'Helvetica Neue', sans-serif !important;
}

html {
  background-color: #ffffff;
}

/* Contenedor principal */
.lucia-section-container {
  color: #272727;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6rem 1rem 4rem 1rem;
}

.lucia-section__wrapper {
  gap: 4rem;
  max-width: 1150px;
  width: 100%;
  align-items: center;
  display: flex;
}

/* Columna de imagen */
.lucia-picture {
  margin: 0;
  width: 65%;
}

.lucia-picture img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Columna de contenido */
.lucia-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Header de la biografía */
.bio-header {
  margin-bottom: 1rem;
}

.subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.bio-header h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

/* Secciones de biografía */
.bio-summary,
.achievements {
  display: flex;
  flex-direction: column;
}

.bio-highlight {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.bio-paragraph {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.95;
}

.achievements-header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* SECCION LUCIA MARTINEZ */
.page-id-662 #Top_bar:not(.is-sticky) .menu > li > a,
.page-id-662 #Top_bar #menu ul li.submenu .menu-toggle {
  color: #2c3137;
}
.page-id-662 #Top_bar .menu > li.current-menu-item > a,
.page-id-662 #Top_bar .menu > li.current_page_item > a,
.page-id-662 #Top_bar .menu > li.current-menu-parent > a,
.page-id-662 #Top_bar .menu > li.current-page-parent > a,
.page-id-662 #Top_bar .menu > li.current-menu-ancestor > a,
.page-id-662 #Top_bar .menu > li.current-page-ancestor > a,
.page-id-662 #Top_bar .menu > li.current_page_ancestor > a,
.page-id-11 #Top_bar .menu > li.hover > a {
  color: #000 !important;
  text-shadow: 0px 0px 1px rgb(0, 0, 0);
}
.page-id-662 #Top_bar .menu > li a::after {
  background: #2c3137;
}

/* Accesibilidad: ocultar visualmente pero mantener para lectores */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Responsive: tablet */
@media (max-width: 968px) {
  .lucia-section__wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .lucia-picture {
    max-width: 500px;
    margin: 0 auto;
  }

  .bio-header h1 {
    font-size: 2.5rem;
  }
}

/* Responsive: móvil */
@media (max-width: 640px) {
  .lucia-section-container {
    padding: 3rem 1rem;
  }

  .lucia-section__wrapper {
    gap: 2rem;
    flex-direction: column;
  }

  .lucia-picture {
    max-width: 100%;
    width: 100%;
  }

  .bio-header h1 {
    font-size: 2rem;
  }

  .bio-highlight {
    font-size: 1.1rem;
  }
}
