/* Estilos comunes para ambas páginas */

section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222;
    line-height: 1.6;
}

h1 {
  font-size: 3rem;
  color: #003b6f;
  text-align: center;
  margin: 0px 0 50px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
  position: relative;
}

h1::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background-color: #0077b6;
  margin: 10px auto 0;
  border-radius: 2px;
}

.video-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.video-container video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.texto p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    text-align: justify;
}

.texto ol {
    padding-left: 1.3rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    text-align: justify;
}

.texto ol li {
    margin-bottom: 0.8rem;
    text-align: justify;
}

.contenedor{
      background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  width: 100%;
}

