<div style="font-family:Arial, sans-serif; max-width:1100px; margin:auto; color:#333;">

  <!-- PORTADA -->
  <div style="
    background:linear-gradient(135deg,#73345f,#542241);
    color:white;
    padding:38px;
    border-radius:18px;
    margin-bottom:25px;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);">

    <div style="
      display:inline-block;
      background:#f36b3b;
      padding:6px 14px;
      border-radius:20px;
      font-size:14px;
      margin-bottom:16px;">
      Licenciatura en Gestión Universitaria
    </div>

    <h1 style="margin:0 0 12px; font-size:32px; color:white;">
      Estructura, Organización y Control
    </h1>

    <p style="font-size:18px; line-height:1.5; margin:0; max-width:760px;">
      Un espacio para conocer, analizar y comprender cómo se organizan
      y funcionan las instituciones universitarias.
    </p>

    <p style="margin:20px 0 0; font-size:16px;">
      <strong>Docente: Marcela Cassutti</strong>
    </p>
  </div>

  <!-- BIENVENIDA -->
  <div style="
    background:#f8f4f7;
    border-left:6px solid #73345f;
    padding:22px;
    border-radius:10px;
    margin-bottom:25px;">

    <h2 style="color:#73345f; margin-top:0;">
      Bienvenidas y bienvenidos
    </h2>

    <p style="line-height:1.6; margin-bottom:0;">
      En este espacio encontrarán las clases, actividades, materiales
      de lectura, trabajos prácticos y recursos necesarios para recorrer
      la materia. Les recomendamos consultar periódicamente la sección
      de avisos y el cronograma.
    </p>
  </div>

  <!-- TARJETAS -->
  <div style="
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:25px;">

    <div style="
      flex:1 1 220px;
      background:white;
      border:1px solid #e4dce1;
      border-top:5px solid #73345f;
      padding:20px;
      border-radius:12px;
      box-shadow:0 3px 10px rgba(0,0,0,0.07);">

      <h3 style="color:#73345f; margin-top:0;">📢 Avisos</h3>
      <p style="line-height:1.5;">
        Novedades, fechas importantes y comunicaciones de la cátedra.
      </p>
    </div>

    <div style="
      flex:1 1 220px;
      background:white;
      border:1px solid #e4dce1;
      border-top:5px solid #f36b3b;
      padding:20px;
      border-radius:12px;
      box-shadow:0 3px 10px rgba(0,0,0,0.07);">

      <h3 style="color:#73345f; margin-top:0;">📚 Materiales</h3>
      <p style="line-height:1.5;">
        Bibliografía, presentaciones y materiales complementarios.
      </p>
    </div>

    <div style="
      flex:1 1 220px;
      background:white;
      border:1px solid #e4dce1;
      border-top:5px solid #16a9c4;
      padding:20px;
      border-radius:12px;
      box-shadow:0 3px 10px rgba(0,0,0,0.07);">

      <h3 style="color:#73345f; margin-top:0;">📝 Actividades</h3>
      <p style="line-height:1.5;">
        Consignas, trabajos prácticos, entregas y evaluaciones.
      </p>
    </div>

  </div>

  <!-- ORIENTACIÓN -->
  <div style="
    background:#eef8fa;
    border:1px solid #b8e3ea;
    padding:22px;
    border-radius:12px;">

    <h2 style="color:#73345f; margin-top:0;">
      ¿Cómo recorrer el aula?
    </h2>

    <ol style="line-height:1.8; padding-left:22px; margin-bottom:0;">
      <li>Revisá los <strong>Avisos</strong> al ingresar.</li>
      <li>Avanzá por los capítulos en el orden propuesto.</li>
      <li>Consultá las consignas y fechas de entrega.</li>
      <li>Utilizá los espacios de consulta para plantear tus dudas.</li>
    </ol>
  </div>

</div>