/* 🌟 CONVOCATORIA FICYT 2025 */

.pagina-convocatoria {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #121316;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 🧭 Encabezado */
.encabezado-convocatoria {
  text-align: center;
  background: linear-gradient(135deg, #28338d, #72617d);
  color: #fff;
  padding: 50px 30px;
  border-radius: 15px;
  margin-bottom: 50px;
}

.encabezado-convocatoria h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.encabezado-convocatoria p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn-formularios {
  display: inline-block;
  background: #cbc40f;
  color: #121316;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-formularios:hover {
  background: #c99e23;
}

/* 🎬 Video */
.video-convocatoria {
  text-align: center;
  margin-bottom: 60px;
}

.video-convocatoria h2 {
  color: #28338d;
  margin-bottom: 25px;
}

.video-container {
  display: flex;
  justify-content: center;
}

/* 📄 PDF */
.pdf-convocatoria {
  text-align: center;
  margin-bottom: 60px;
}

.pdf-convocatoria h2 {
  color: #28338d;
  margin-bottom: 20px;
}

.pdf-container {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.btn-descargar {
  display: inline-block;
  background: #28338d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-descargar:hover {
  background: #cbc40f;
  color: #121316;
}

/* 🖼️ Afiche */
.afiche-convocatoria {
  text-align: center;
  margin-bottom: 50px;
}

.afiche-convocatoria h2 {
  color: #28338d;
  margin-bottom: 20px;
}

.afiche-container img {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
