/* ==========================================
   ESTILOS PÁGINA INSTRUCTIVOS SIE
   ========================================== */

.sie-instructivos-contenedor {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 20px 15px;
    font-family: "Ancizar Sans", Arial, sans-serif;
}

/* --- Título principal --- */
.sie-instructivos-titulo {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
}

/* --- Introducción --- */
.sie-instructivos-intro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

/* === Bloques de instructivos === */
.sie-bloque {
    text-align: center;
    margin-bottom: 60px;
}

.sie-bloque-titulo {
    font-size: 20px;
    margin-bottom: 15px;
}

/* --- Imágenes instructivos --- */
.sie-imagen {
    width: 95%;
    max-width: 650px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    display: block;
    margin: auto;
}

.sie-imagen:hover {
    transform: scale(1.02);
}

/* --- Texto importante --- */
.sie-importante {
    background: #fff8e6;
    border-left: 5px solid #e6b800;
    padding: 18px 20px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 40px;
}
