.titlepage h2,
.titlepage .page-title{
  position: static !important;
  margin: 0 0 .5rem 0 !important;
  padding: 0 !important;
}

.titlepage h2::before,
.titlepage h2::after{
  display: none !important;
  content: none !important;
}

/* Layout general del contenido */
.ourwork .container{
  padding-top: 1.5rem;
}

/* Título principal del evento */
.page-title{
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;      /* más pesado solo el título principal */
}

/* Títulos de sección: Charlas, Programa, Organizan */
.section-title{
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;      /* igual a "bold" */
  text-align: left;
  margin: 3rem 0 1.5rem 0;
}

/* alineación específica */
.page-title{
  text-align: center;
}

.section-title{
  text-align: left;
  margin: 3rem 0 1.5rem 0;
}

/* en mobile todos bajan al mismo tamaño */
@media (max-width: 768px){
  .page-title,
  .section-title{
    font-size: 32px;
  }

  .section-title{
    text-align: center;
    margin-top: 2.25rem;
  }
}

/* Intro y metadatos del evento */
.event-meta{
  text-align: center;
}

.event-meta h3{
  margin: .35rem 0;
}

.event-intro{
  max-width: 860px;
  margin: 0 auto .5rem auto;
  text-align: center;
}

/* Botón de inscripción */
a.btn-primary,
a.btn-primary:visited{
  background-color: #ffffff;
  border: 2px solid #00AEEF;
  color: #00AEEF;
  border-radius: 50px;
  font-weight: 700;
  padding: .9rem 1.4rem;
  transition: all .15s ease-in-out;
  text-decoration: none;
}

a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active{
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.2);
  transform: translateY(-1px);
  text-decoration: none;
}

/* Badges genéricos (por si se usan a futuro) */
.badge-free{
  background:#1bbf72;
  color:#fff;
  padding:.35rem .6rem;
  border-radius:6px;
  font-weight:700;
}

/* Bloques tipo "card": charlas y programa comparten estilo base */
.talk-card,
.programa-block{
  background: #ffffff;
  border-radius: 14px;
  padding: 1.5rem 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  margin-bottom: 1.2rem;
}

/* Charlas invitadas */
.talk-card{
  text-align: left;
}

.speaker-photo{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.talk-title{
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: .25rem;
}

.speaker{
  font-weight: 700;
}

.affiliation{
  color: #4e5968;
  font-weight: 600;
}

/* Programa */
.programa-section{
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.programa-hour{
  font-size: 1.15rem;
  font-weight: 700;
  color: #00AEEF;
}

.programa-item{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.programa-talk-title{
  font-style: italic;
  color: #333;
  margin-top: 0.25rem;
}

/* Organizan */
.organizan-section{
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.organizan-logos .org-logo{
  max-height: 110px;
  width: auto;
  margin-bottom: 0.5rem;
}

.organizan-logos .org-name{
  font-weight: 600;
  color: #00AEEF;
  font-size: 1.05rem;
  margin: 0;
}