.inscripcionnac-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 2rem;
  background-color: #f3f3f3;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.inscripcionnac-content {
  display: flex;
  max-width: 1100px;
  width: 100%;
  gap: 4rem;
  align-items: flex-start;
}

/* Columna izquierda */
.inscripcionnac-left {
  flex: 1;
}

.inscripcionnac-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.inscripcionnac-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Columna derecha */
.inscripcionnac-right {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Acordeón */
.inscripcionnac-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.inscripcionnac-item {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Cabecera de cada ítem */
.inscripcionnac-header {
  width: 100%;
  background-color: #ffffff;
  color: #1c1c1c;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  text-align: left;
}

.inscripcionnac-item.active .inscripcionnac-header {
  background-color: #ff6f3c;
  color: #ffffff;
}

/* Icono de flecha */
.inscripcionnac-arrow {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.inscripcionnac-item.active .inscripcionnac-arrow {
  transform: rotate(180deg);
}

/* Cuerpo del acordeón */
.inscripcionnac-body {
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.inscripcionnac-list {
  list-style: disc;
  padding-left: 1.5rem;
}

.inscripcionnac-list li {
  margin-bottom: 1rem;
}

.plandealfabetizacion-banner {
      width: 100%;
    max-width: 836px;
    aspect-ratio: 836 / 299;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    font-family: sans-serif;
    color: #F0F0F0;
    border: 1px solid;
}

.plandealfabetizacion-overlay {
position: absolute;
    top: 0;
    left: 0;
    padding: 30px 40px;
    color: black;
    font-weight: bold;
    z-index: 2;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.plandealfabetizacion-title {
font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.plandealfabetizacion-button {
  background-color: #F05423;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.plandealfabetizacion-arrow {
font-size: 16px;
}
.esteesuntitulo-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.esteesuntitulo-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.esteesuntitulo-description {
  color: #4b4b4b;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.esteesuntitulo-items {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.esteesuntitulo-item {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  text-align: left;
}

.esteesuntitulo-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff5a1f;
  margin-bottom: 0.5rem;
}

.esteesuntitulo-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.4;
}
.cronogramados-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
}

.cronogramados-card {
  border-radius: 1rem;
  padding: 2rem;
  color: white;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cronogramados-orange {
  background-color: #ff5a1f;
}

.cronogramados-blue {
  background-color: #4c8a9e;
}

.cronogramados-text {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.cronogramados-button {
  background-color: white;
  color: #ff5a1f;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

.cronogramados-icon {
  margin-left: 0.5rem;
}
.alfabetizacion-container {
  text-align: center;
  padding: 4rem 1rem;
  background-color: #f9f9f9;
}

.alfabetizacion-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

.alfabetizacion-button {
  background-color: #ff5a1f;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.alfabetizacion-icon {
  margin-left: 0.75rem;
}
.titulo-btns-container {
  text-align: center;
  padding: 4rem 1rem;
}

.titulo-btns-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.titulo-btns-text {
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333;
}

.titulo-btns-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.titulo-btns-button {
  background-color: #ff5a1f;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.titulo-btns-icon {
  margin-left: 0.5rem;
}
.galeria-contenedor {
  text-align: center;
  padding: 40px 20px;
  font-family: sans-serif;
}

.galeria-titulo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.galeria-descripcion {
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.4;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

.galeria-item {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.galeria-imagen-placeholder {
  width: 100%;
  padding-top: 100%;
  background-color: #e0e0e0;
  border-radius: 8px;
  position: relative;
}

.galeria-texto {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}
.planintegral-contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 40px;
  border-radius: 16px;
  gap: 40px;
}

.planintegral-texto {
  max-width: 40%;
}

.planintegral-titulo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.planintegral-descripcion {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.planintegral-video {
  flex: 1;
  display: flex;
  justify-content: center;
}

.planintegral-video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 16 / 9;
  background-color: #ccc;
  border-radius: 16px;
  overflow: hidden;
}

.planintegral-logo-superior {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 8px;
}

.planintegral-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: red;
  border-radius: 50%;
}

/* .planintegral-subtitulo {
  position: absolute;
  bottom: 12px;
  left: 16px;
  right: 16px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
} */
.nombrearchivo-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: #f0f0f0;
  padding: 40px;
  max-width: 960px;
  margin: auto;
}

.nombrearchivo-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 0 1px #ddd;
}

.nombrearchivo-number {
  color: #ff5722;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.nombrearchivo-text {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.nombrearchivo-wrapper {
  background-color: #f0f0f0;
  padding: 40px;
}

.nombrearchivo-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 30px;
}

.nombrearchivo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.nombrearchivo-galeria {
  text-align: center;
  padding: 60px 20px;
}

.nombrearchivo-titulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.nombrearchivo-descripcion {
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
  line-height: 1.5;
}

.nombrearchivo-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.nombrearchivo-item {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.nombrearchivo-placeholder {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
}

.header-contenedor {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 60px 20px 100px;
  overflow: hidden;
}

.header-titulo {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.header-subtitulo {
  font-size: 16px;
  color: #666666;
}

.header-onda {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f9f9f9;
  border-top-left-radius: 100% 60px;
  border-top-right-radius: 100% 60px;
}

.header-boton {
  display: inline-flex;
  align-items: center;
  background-color: #ff5c1a;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-icono {
  margin-left: 10px;
  font-size: 14px;
}

.header-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.header-icono-superior {
  width: 50px;
  height: 50px;
}

.header-boton-icono {
  margin-left: 10px;
  font-size: 14px;
}

.image-container {
   text-align: center;
  padding: 4rem 1rem;
}

.image-title {
   font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.image-buttons {
   display: flex;
  justify-content: center;
  gap: 1rem;
}

.image-button {
    background-color: #ff5a1f;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}


.texto-image-container {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    line-height: 1.6;
}

.texto-image-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.texto-image-description {
    font-size: 18px;
    margin-bottom: 25px;
    color: #444;
}

.texto-image-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.planalfabetizacion-container {
  text-align: center;
  padding: 60px 20px;
  background-color: #F9F9F9;
}
.planalfabetizacion-content {
  max-width: 600px;
  margin: 0 auto;
}
.planalfabetizacion-icono {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.planalfabetizacion-titulo {
  font-size: 28px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0;
}
.planalfabetizacion-subtitulo {
  font-size: 16px;
  color: #555;
  margin: 10px 0 30px 0;
}
.planalfabetizacion-boton {
  background-color: #F05423;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.planalfabetizacion-flecha {
  font-size: 16px;
}


.planintegral-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #F4F4F4;
}
.planintegral-texto {
  max-width: 450px;
  text-align: left;
}
.planintegral-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.planintegral-subtitulo {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.planintegral-parrafo {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.planintegral-imagen {
    flex: 1;
    max-width: 500px;
    height: 280px;
    background-color: #ccc;
    border-radius: 16px;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.planintegral-img {
  width: 300px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.planvideo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 60px 20px;
  background-color: #F4F4F4;
}
.planvideo-texto {
  max-width: 400px;
  text-align: left;
}
.planvideo-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.planvideo-subtitulo {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.planvideo-video {
  flex-shrink: 0;
}
.planvideo-thumbnail {
  position: relative;
  width: 420px;
  border-radius: 12px;
  overflow: hidden;
}
.planvideo-img {
  width: 100%;
  height: auto;
  display: block;
}
.planvideo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.planvideo-play {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.planvideo-texto-overlay {
  color: white;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 12px;
  text-align: center;
}
.planvideo-corner-logo {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
}

.planelectro-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 60px 20px;
  background-color: #F4F4F4;
}
.planelectro-texto {
  max-width: 400px;
  text-align: left;
}
.planelectro-titulo {
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.planelectro-subtitulo {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.planelectro-imagen {
  flex-shrink: 0;
}
.planelectro-img {
  width: 420px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.alfabetizacionvideo-container {
  background-color: #F4F4F4;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.alfabetizacionvideo-texto {
  max-width: 960px;
  display: flex;
  gap: 60px;
  justify-content: center;
  text-align: left;
}

.alfabetizacionvideo-parrafo {
  flex: 1 1 0;
  font-size: 15px;
  color: #1A1A1A;
  line-height: 1.7;
  margin: 0;
}

.alfabetizacionvideo-video {
  width: 100%;
  max-width: 960px;
}

.alfabetizacionvideo-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #000; /* placeholder if image not loaded */
}

.alfabetizacionvideo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alfabetizacionvideo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* For preview, allows click-through if needed */
}

.alfabetizacionvideo-play {
  width: 64px;
  height: 64px;
  z-index: 2;
}

.alfabetizacionvideo-corner-logo {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 56px;
  height: auto;
  z-index: 2;
}


.alfabetizacionelectro-container {
  padding: 60px 20px;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.alfabetizacionelectro-texto {
  max-width: 800px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
.alfabetizacionelectro-parrafo {
  flex: 1 1 350px;
  font-size: 15px;
  color: #1A1A1A;
  line-height: 1.6;
}
.alfabetizacionelectro-imagen {
  width: 100%;
  max-width: 700px;
}
.alfabetizacionelectro-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.tallertecnica-container {
   width: 100%;
  max-width: 836px;
  aspect-ratio: 836 / 299;
  margin: 0 auto;
  border-radius: 16px ;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  color: #F0F0F0;
  border: 1px solid
}
.tallertecnica-banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
 
  margin: 0 auto;
}
.tallertecnica-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.tallertecnica-esquina {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 50px;
}
.tallertecnica-ondas {
  width: 100%;
  height: auto;
  display: block;
}

.banneralfabetizacion-container {
  width: 100%;
  max-width: 836px;
  aspect-ratio: 836 / 299;
  margin: 0 auto;
  border-radius: 16px ;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  color: #F0F0F0;
  border: 1px solid
}

.banneralfabetizacion-background {
  width: 100%;
  height: 100%;
  position: relative;
}

.banneralfabetizacion-img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ccc; /* Solo placeholder */
  object-fit: cover;
}

.banneralfabetizacion-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 40px;
  color: black;
  font-weight: bold;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banneralfabetizacion-titulo {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.banneralfabetizacion-boton {
  background-color: #F05423;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.banneralfabetizacion-flecha {
  font-size: 16px;
}

.banneralfabetizacion-esquina {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 60px;
  z-index: 1;
}

.banneralfabetizacion-ondas-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FDBA2D, #F05423, #009FE3);
  border-top-right-radius: 24px;
}

.cardalfabetizacion-container {
 width: 100%;
    max-width: 836px;
    aspect-ratio: 836 / 299;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    font-family: sans-serif;
    color: #F0F0F0;
    border: 1px solid;
    margin-bottom: 10px;
}
.cardalfabetizacion-background {
  position: relative;
}
.cardalfabetizacion-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cardalfabetizacion-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cardalfabetizacion-card {
  background-color: #fff;
  padding: 20px 24px;
  border-radius: 16px;
  max-width: 280px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.cardalfabetizacion-titulo {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.cardalfabetizacion-descripcion {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 16px;
}
.cardalfabetizacion-boton {
  background-color: #F05423;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cardalfabetizacion-flecha {
  font-size: 16px;
}
.cardalfabetizacion-esquina {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 50px;
}
.cardalfabetizacion-ondas {
  width: 100%;
  height: auto;
  display: block;
}

.destacadodesktop-container {
  background-color: #f4f4f4;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.destacadodesktop-parrafo {
  max-width: 700px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 1.6;
  margin: 0 auto;
}

/* neuroeducacion.css */

.neuroeducacion-bloque {
  max-width: 1100px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.neuroeducacion-fila {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.neuroeducacion-texto {
  flex: 1;
  max-width: 500px;
}

.neuroeducacion-titulo {
  font-size: 26px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 16px;
  line-height: 1.3;
}

.neuroeducacion-subtitulo {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 16px;
  line-height: 1.5;
}

.neuroeducacion-parrafo {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

.neuroeducacion-imagen {
  flex: 1;
  max-width: 500px;
  height: 280px;
  background-color: #ccc;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neuroeducacion-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
